
* { padding: 0; margin: 0; } 

html {
	border-top: 2px solid #ff7713;
	text-align: center;
	}

	body {
		font: 12px/21px "Lucida Grande", tahoma, sans-serif;
		background: #fff;
		color: #21211f;
		width: 815px;
		margin: 27px auto;
		text-align: left;
		}
		
	.bold {
	color:#ff7713;
	font-weight:bold;
	}
		
a: link {
color:#ff7713;
font-weight:bold;
text-decoration:none;
}

		body#tour {
			width: 500px;
			}
	
	.reset {
		display: block; 
		clear: both; 
		font-size: 1px; 
		height: 1px; 
		line-height: 0.1;
		}






/* interface
-------------------------------------------------------- */
#header, #content, #footer {
	float: left;
	position: relative;
	width: 100%;
	}
	
	#content {
		margin: 30px 0;
		}
		
		#tour #content {
			margin-top: 90px;
		}
		
		#main {
			float: left;
			width: 600px;
			}
			#main li {
			list-style-image:none;
			}
			
			#home #main {
				float: left;
				width: 815px;
				}
			
		#sidebar {
			float: right;
			width: 180px;
			}

#footer {
	margin: 60px 0;
	border-top: 2px solid #f0f0f0;
	padding-top: 6px;
	}
	

	#newsletter-box {
		position: absolute;
		top: -95px; right: 0;
		width: 176px;
		border: 2px solid #c6db81;
		z-index: 1000;
		display: none;
		}
		
		* html #newsletter-box {
			top: -96px;
			}

	#search-box {
		position: relative;
		width: 176px;
		border: 2px solid #c6db81;
		margin: 5px 0 12px 0;
		}

#admin {
	position: absolute;
	top: 71px; left: 0px;
	z-index: 1000;
	}

#ContactForm li {
list-style-image: none;
list-style: none;

}



/* image replacement
-------------------------------------------------------- */
#logo {
	position: absolute;
	top: 0; left: 0;
	width: 280px; height: 60px;
	background: url("images/sunsetlogo.jpg") no-repeat;
	}

	#logo h1, #logo a {
		display: block;
		width: 280px; height: 60px;
		text-indent: -9999px;
		background: none;
		text-decoration: none;
		} 

		#replacetaproot {
			position: absolute;
			top: 0; right: 0;
			width: 146px; height: 76px;
			background: url("index_files/taproot0.gif") no-repeat;
			}

			#replacetaproot h2, #replacetaproot a {
				display: block;
				width: 146px; height: 76px;
				text-indent: -9999px;
				background: none;
				text-decoration: none;
				}


#newsletter {
	position: absolute;
	top: 6px; right: 0;
	width: 180px; height: 27px;
	}

	#newsletter span, #newsletter a {
		display: block;
		width: 180px; height: 27px;
		text-indent: -9999px;
		background: none;
		text-decoration: none;
		background: url("") 0 2px no-repeat;
		} 
		
		#newsletter a.open {
			background-position: 0 -25px;
			}






/* navigation links
-------------------------------------------------------- */
#navbar {
	position: relative;
	float: right;
	}

ul#nav {
	height: 60px; width: 441px;
	background: url("images/nav-temp.jpg") no-repeat;
	background-position:right;
	}

	ul#nav li {
		float: left;
		list-style: none;
		}
	
	ul#nav li a {
		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none !important;
		margin: 0 !important;
		}

		ul#nav li#nav-xandy a { 
			left: 0; top: 0;
			width: 135px; height: 35px;
			background: url("images/nav00000.gif") 0 0 no-repeat ;
			}
		ul#nav li#nav-women a { 
			left: 136px; top: 0;
			width: 162px; height: 35px;
			background: url("images/nav00000.gif") -136px 0 no-repeat;
			}
		ul#nav li#nav-content a { 
			left: 289px; top: 0;
			width: 174px; height: 35px;
			background: url("images/nav00000.gif") -289px 0 no-repeat;
			}
		ul#nav li#nav-about a { 
			left: 280px; top: 35px;
			width: 51px; height: 25px;
			background: url("images/nav00000.gif") -280px -35px no-repeat;
			}
		ul#nav li#nav-shop a { 
			left: 331px; top: 35px;
			width: 61px; height: 25px;
			background: url("images/nav00000.gif") -331px -35px no-repeat;
			}
		ul#nav li#nav-blog a { 
			left: 372px; top: 35px;
			width: 41px; height: 25px;
			background: url("images/nav00000.gif") -372px -35px no-repeat;
			}
		ul#nav li#nav-contact a { 
			left: 413px; top: 35px;
			width: 52px; height: 25px;
			background: url("images/nav00000.gif") -413px -35px no-repeat;
			}		
			

ul#nav li#nav-xandy a:hover  				{ background-position: 0 -60px; }
ul#nav li#nav-women a:hover  				{ background-position: -136px -60px; }
ul#nav li#nav-content a:hover  			{ background-position: -289px -60px; }
ul#nav li#nav-about a:hover  				{ background-position: -280px -95px; }
ul#nav li#nav-shop a:hover  				{ background-position: -331px -95px; }
ul#nav li#nav-blog a:hover  				{ background-position: -372px -95px; }
ul#nav li#nav-contact a:hover  			{ background-position: -413px -95px; }

ul#nav li#nav-xandy a.active  			{ background-position: 0 -120px; }
ul#nav li#nav-women a.active  			{ background-position: -136px -120px; }
ul#nav li#nav-content a.active  		{ background-position: -289px -120px; }
ul#nav li#nav-about a.active  			{ background-position: -280px -155px; }
ul#nav li#nav-shop a.active  				{ background-position: -331px -155px; }
ul#nav li#nav-blog a.active  				{ background-position: -372px -155px; }
ul#nav li#nav-contact a.active 			{ background-position: -413px -155px; }



#sidebar h3 {
	background: #d2d4cd;
	padding: 5px 0 6px 8px;
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin-top: 5px;
	}
	
	#sidebar h3 a {
		color: #21211f;
		text-decoration: none;
		}

.blogbar {
	padding: 5px 0;
	background: #f0f0f0;
	margin-bottom: 10px;
	}

#subnav li, .blogbar li {
	background: #f0f0f0;
	display: block;
		border-top: 1px solid #fff;
		padding: 5px 0 5px 25px;
		background: #f0f0f0 url("images/dot00000.gif") 6px 8px no-repeat;
		font-size: 15px;
		text-decoration: none;
		color: #393a36;
	}
	
	#subnav li ul {
		padding-bottom: 6px;
		background: #f0f0f0;
		}
	
	#subnav li a {
		display: block;
		background: #f0f0f0 url("index_files/dot00000.gif") 6px 8px no-repeat;
		font-size: 15px;
		text-decoration: none;
		color: #393a36;
		}
		
		#subnav li li a, .blogbar li a {
			border: none;
			display: block;
			background: #f0f0f0;
			padding: 0 0 0 33px;
			font-size: 11px;
			color: #6b6d67;
			}


				#subnav li li li a {
					border: none;
					display: block;
					background: #f0f0f0;
					padding: 0 0 0 45px !important;
					font-size: 9px;
					color: #6b6d67;
					}
					
					#subnav li li ul {
						margin: 0 0 -6px 0 !important;
					}

	#subnav a:hover {
		color: #21211f;
		}
		
	#subnav .current_page_item a {
		color: #21211f;
		border-left: 3px solid #a6d01b;
		}
	
	#subnav .current_page_item li a {
		color: #6b6d67 !important;
		border: none;
		}






/* non-navigation links
-------------------------------------------------------- */
#main a, #women a, #tour a {
	color: #8db703;
	}


#footer a {
	color: #6b6d67;
	}
	
#main a:hover, #footer a:hover, #women a:hover, #tour a:hover {
	color: #393a36;
	}

	.edit a, #admin a {
		background: #8db703;
		color: #fff !important;
		padding: 3px 6px;
		text-decoration: none;
		font-size: 9px !important;
		}
		
		.edit a:hover, #admin a:hover {
			background: #393a36;
			}
			
#sidebar .edit, #hide-edit .edit  {
	display: none;
}

#admin a {
	font-size: 14px;
	}
	
	a img {
		border: none !important;
	}


/* content area
-------------------------------------------------------- */
/*#masthead img {
	border: 5px solid #ff7713;
	}*/
	


.col {
	float: left;
	width: 260px;
	border-right: 5px solid #f0f0f0;
	margin: 30px 0;
	}

.end {
	border: none;
	}

.home-image {
	float: left;
	margin: 0 12px 60px 12px;
}

.inlineimg {
	margin: 0 12px 12px 12px;
}

/* text
-------------------------------------------------------- */
#main p, #main li, #main h4, #main h3 {
padding-top: 5px;
	padding-left: 6px;
	}


#main p {
	padding-bottom: 5px;
	text-align:justify;
	}

li {
	list-style: none; 
	}
	
	#main li, #tour li {
		list-style: disc;
		padding-left: 6px;
		margin-left: 21px;
		padding-bottom: 6px;
		}
		
		#main p.vid {
			list-style:none;
			float: left;
			width: 45%;
			display: block;
			padding-bottom: 20px;
		}
	
	#main ul {
		padding-bottom: 18px;		
		}
	
h2 {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 20px;
	height: 30px;
	}

	#home h2 {
		font-weight: bold;
		line-height: 1.5em;
		font-size: 21px;
		height: 25px;
		margin-left: 12px;
		}

		#main h4 {
			font: normal 15px georgia, serif;
			font-style: italic;
			margin: 30px 0 15px 0;
			border-top: 1px solid #a6d01b;

			}

#footer p {
	color: #9da197;
	font-size: 9px;
	}

#testimonial p {
	font: 12px/18px georgia, times, serif;
	font-style: italic;
	margin-top: 30px;
	color: #6b6d67;
	}
	
#testimonial a {
font-size: 10px;
color:#ff7713;
font-weight:bold;
text-decoration:none;
}
		
.tags {
	font-size: 10px;
	margin-top: -6px;
	margin-bottom: 21px;
	color: #6b6d67;
	padding-top: 6px;
	border-top: 2px solid #f0f0f0;
	}	




#main h3 {
	font-size: 14px;
	}

#main h3 span {
	font-weight: normal;
	font-size: 10px;
	color: #6b6d67;
	}

#home #main h3, #home #main p {
	padding: 0 12px;
	}
	
.rss {
	padding: 30px 15px;
}

.rss img {
	margin-right: 6px;
	float: left;
	margin-top: 2px;
}

.rss a {
	text-decoration: none;
	color: #8db703;
}

#women {
	margin: 21px 0;
	}

	#women p {
		padding-bottom: 21px;
	}

/* TABLE START */

table {
  border-collapse: collapse;
  width: 615px;
  border: 1px solid #999;
}

caption {
  font: 22px "Lucida Grande", Verdana, sans-serif;  
  font-weight: bold;
  margin: 1em 0;
  text-align:left;
}

col {
  border-right: 1px solid #999;
}

thead {
  background: #ccc url(images/bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: normal;
  text-align: center;
}

#schdeulePosHead {
  text-indent: -1000em;
}

th, td {
width: 185px;
padding: 8px 15px;
  /*padding: .5em 2em;*/
  text-align: left;

}

.even {
  background-color: #d9d9d9;
}

.day {
font-weight:bold;
}

.classTitle {
font-size:12px;
font-weight:bold;
text-align:left;
}

.classIntent {
line-height: 2em;
text-indent: 35px;
}

.tableHeader { 
color: #000;
		font-size: 14px;
		font-weight: bold;
}
.tabledata { 
		font-size: 11px;
}



