body {
	font-family: Georgia, Palatino, serif;
	font-size: 13px;
	background-color: #d9de20;
}

/*** DOM Elements***/

a {
	color: #FF3399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	margin-bottom: 20px;
}

h4 {
	margin: 0 0 20px 0;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-variant: all-caps;
}

hr {
	height: 1px;
	background: #FF3399;
	border: 0;
}

input, textarea {
	border: 1px solid #999;	
	font-size: 12px;
}


#header {
	margin: 30px auto 10px auto;
	height: 100px;
	background-color: #FFF;
	width: 820px;
}

#header .topName {
	float: left;
}

#header .navigation {
	padding-top: 28px;
}


#content {
	margin: 10px auto;
	padding: 5px;
	height: 510px;
	width: 810px;
	background-color: #FFF;
	text-align: center;
}

#content .description {
	margin: 350px auto 0 auto;
	background-color: #FFF;
}

#lowerNav {
	margin: 8px;
}

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 13px;
	clear: both;
}

#inspiration {
	margin: 10px auto 20px auto;
	width: 820px;
	text-align: left;
	clear:both;
}

#inspiration .contentWrapper {
	float: left;
	width: 100%;
	background-color: #FFF;
	margin-bottom: 20px;
}

#inspiration .content {
	margin-top: 40px;
	margin-left: 90px;
	width: 475px;
	float: left;
	height: auto; 
	padding-bottom: 5px;
}


#inspiration .right {
	width: 221px;
	margin-left: 594px;
}

#inspiration .right img {
	border-left:5px solid #d9de20;
	border-bottom: 5px solid #d9de20;
	
}

#inspiration .headerImage {
	margin: 10px 0 0 -22px;
}

#inspiration .title {
	color: #FF3399;
	font-size: 14px;
	margin-bottom: 15px;
}

#inspiration .description {
	line-height: 18px;
}

#inspiration .entry {
	margin: 15px 0;
	border-bottom: 1px solid #FF3399;
	width: 400px;
}

#inspiration .date {
	margin: 7px 0 10px 0;
}

/*** Misc ***/
.error {
	color: red;
}

.flushLeft {
	text-align: left;
}

.textileSpacer {
	height: 21px;
}

/* Slideshow */
#nav li {float:left;}
#tabs {height:450px;}
.pics { height: 370px; width:676px; overflow: hidden; margin:0 auto;}

#s1 {height:328px;}
#s2 {height:328px;}
#s3 {height:328px;}
#s4 {height:328px;}

/* TABS */
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 0px; background: #FFF; color: #333333; height:350px;}
.ui-widget-content a { color: #333333; }
.ui-widget-header { border:0px; background: #FFF; color: #FFF; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }


/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border:0; background: #FFF; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border:0; background:#FFF; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border:0; background: #FFF; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

.ui-tabs { position: relative; padding: .2em; zoom: 1;}
.ui-tabs .ui-tabs-nav { margin: 0 auto; width:auto;}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding:0 5px;}
.ui-tabs .ui-tabs-nav li a { float: left; padding:0; text-decoration: none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer;}
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none;}
.ui-tabs .ui-tabs-hide { display: none !important;}

