/*
Theme Name: Sylvi 2008
Theme URI: http://sylvi.a/
Description: Custom designed Wordpress theme for musician sylvi macCormac
Version: 1.0
Author: Melaena D. Thomas
Author: URI: http://xenifuse.com
*/
body, h1, h2, h3, h4, h6, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
a:link, a:visited {
	text-decoration: none;
	color: #3366FF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3366FF;
}
a:hover {
	text-decoration: none;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
p {
	padding: 10px 0 0 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0 0 10px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.post {
	padding: 10px 0 20px;
	border-bottom: 1px solid #666;
}
.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.entry {
	line-height: 18px;
}
p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 20px 0 0 0;
}
.postmetadata {
	border-top: 1px solid #ccc;
	margin: 20px 0 0px;
	padding-top: 20px;
}
.navigaton {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
#headerContainer {
	background: #01779e;
	margin: 0px;
	padding: 0px;
}
#header {
	padding: 0px;
	height: 85px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
} 
#headerTitle a {
	margin: 0;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
#headerTitle {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}
#headerImages {
	float: right;
	margin-top: 4px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 500px;
	text-align: center;
}
#header img {
	padding: 2px;
	margin: 0px;
}

#banner {
	background-image: url(images/banner-mountains.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 35px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
#sidebar ul li {
	padding: 10px 0 10px 0;
}
#sidebar ul li h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8e7330;
}
#sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}
#mainContentContainer {
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 0;
}
#dynContent {
	border: 1px solid #333333;
	margin: 0px;
	padding: 10px;
}
#footer {
	background: #01779e;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 100px;
	text-align: center;
	color: #fff;
	padding: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
#footer a {
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}
#footer a:hover {
	color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
#footer li {
	display: inline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* WP Calendar Styles */
table#wp-calendar {
	width: 100%;
}
/* End WP Calendar Styles */

/* Comments Template Styles */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
/* End Comments Template Styles */
.tagline {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
/* Begin Images */
p img {
	padding: 0px;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	display: inline;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

/* Begin Top Nav Styles */

#navContainer {
	position: relative;
	z-index: 999;
	background-color: #6bbbdc;
	background-image: url(images/navigation-rightside.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: 31px;
	text-align: center;
}
#navlist { /* top nav container wrapper */
	width: 900px;
	padding: 0px;
	list-style: none;
	color: #ffffff;
	margin: 0 auto;
}
/* Begin First Level Styles */

#navlist li {
	float: left; 
	text-align: left;
	list-style: none;
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#navlist a { /* top level link styles */
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 15px;
	border: none;
}
#navlist a:hover {
	background-color: #01779e;
}
/* End First Level Styles */



/* Begin Second Level Styles */

#navlist li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	text-align: left;
	border: 1px solid #ffffff;
	border-bottom: none;
}

#navlist li ul li { /* second level list items */
	text-align: left;
	background-color: #315da8;
	padding: 0px;
	margin: 0px;
	height: auto;
	text-transform: none;
	font-size: 12px;
	float: none;
	border-bottom: 1px solid #ffffff;
}

#navlist li ul li a { /* second and third level link styles */
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 15px;
	margin: 0px;
	background-color: #01779e;
}

#navlist li ul li a:hover {
	background-color: #3366FF;
}
#navlist li ul li a.TriggerLink {
	background: #254780 url(/images/Template/TriggerLink.gif) no-repeat right center;
}
#navlist li ul li a.TriggerLink:hover {
	background: #4f7fd2 url(/images/Template/TriggerLink.gif) no-repeat right center;
}
/* End Second Level Styles */



/* Begin Third Level Styles */

#navlist li ul li ul {
	margin: -20px 0px 0px 190px;
}
#navlist li ul li ul li {
}
#navlist li ul li ul li a {
	background-color: #1d3764;
}
#navlist li ul li ul li a:hover {
	background-color: #4f7fd2;
}
#navlist li ul li ul li a.TriggerLink {
	background: #1d3764 url(/images/Template/TriggerLink.gif) no-repeat right center;
}
#navlist li ul li ul li a.TriggerLink:hover {
	background: #4f7fd2 url(/images/Template/TriggerLink.gif) no-repeat right center;
}
/* End Third Level Styles */



/* Begin Fourth Level Styles */

#navlist li ul li ul li ul {
	width: 125px;
}
#navlist li ul li ul li ul li a {
	background-color: #172b4e;
	width: 100px;
}
#navlist li ul li ul li ul li a:hover {
	background-color: #4f7fd2;
}
/* End Fourth Level Styles */



#navlist li:hover ul ul, /* hides dropdowns */ #navlist li:hover ul ul ul, #navlist li:hover ul ul ul ul, #navlist li.sfhover ul ul, #navlist li.sfhover ul ul ul, #navlist li.sfhover ul ul ul ul {
	left: -999em;
}
#navlist li:hover ul, /* brings back drop downs into the visible area */ #navlist li li:hover ul, #navlist li li li:hover ul, #navlist li li li li:hover ul, #navlist li.sfhover ul, #navlist li li.sfhover ul, #navlist li li li.sfhover ul, #navlist li li li li.sfhover ul {
	left: auto;
}

/* End Top Nav Styles */
