/*
Theme Name: Sylvie Carr Portfolio
Theme URI: http://www.SylvieCarr.com.com
Description: Theme for Sylvie Carr, Painter
Version 1.0
Author: Chris Biagi
Author URI: http://www.chrisbiagi.com
*/

/* My thanks to the following for their help:
http://www.xs4all.nl/~peterned/examples/csslayout1.html
*/

/* general page formatting stuff */

html, body {
	height: 100%; /* needed for wrapper min-height */
	border: 0;
	margin: 0;
	padding: 0;
	color: #f3f3f3;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

body {
	font-size: medium;
	font-family:"Trebuchet MS", Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background:#968b7d;
	
}

*html body {
	font-size: small; /* IE5 / Win */
	f\ont-size: medium; /* for other IE versions */
}

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,th,td,tr,em {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	border-collapse: collapse;
  	border-spacing: 0;
}

/* layout formatting */

#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: center;
}

#header {
	height: 7em;
	width: 100%;
	/* background: url(interface/bg-border-bottom.gif) 0 bottom repeat-x; */
	text-align: center;
}

/* logo */
#title h1 {
	float: left;
	background:url(interface/logo-carr.gif) no-repeat;
	width: 278px;
	height: 26px;
	margin: 45px 0 0 10px;
	text-indent: -9000px;
}

#header li, #menu li, #footer li {
	display: inline;
}

#header, #menu, #footer {
	letter-spacing: .03em;
}

#menu li {
	display:inline;
	background: url(interface/bullet.gif) no-repeat .1em center;
	padding: 0 0 0 .8em;
}

html>body #menu li {
	display:inline;
	background: none;
	padding: 0;
}

html>body #menu li+li {
	background: url(interface/bullet.gif) no-repeat .1em center;
	padding: 0 0 0 0.8em;
}

#title {
	width: 999px;
	margin: 0 auto;
}

#subtitle {
	float: right;
	text-align: right;
	margin: 38px 10px 0 0;
}

#subtitle ul {
	position: relative;
	top: -.2em;
	font-size: 90%;
}

#slideshow {
	text-align: center;
	padding: .4em 0 0 0;
}

#menu {
	background:url(interface/bg-border-bottom.gif) bottom repeat-x;
	padding-bottom: .75em;
	font-size: 120%;
	text-align:center;
	color: #3d3121;
}

#menu ul {
	background:url(interface/bg-border-top.gif) top repeat-x;
	text-align: center;
	padding-top: .45em;
	height: 1.3em;
}

#menu li {
	display:inline;
}

#menu li a {
	text-decoration: none;
	padding: 0 0.1em;
}

#content {
	overflow:auto;
	padding-bottom: 4em; /* bottom padding to accommodate footer */
	width: 1000px;
	margin: 0 auto;
}

#main {
	float: right;
	width: 727px;
	padding: .5em 10px 0 10px; 
	text-align: justify;
}

#main-full {
	float: right;
	width: 980px;
	padding: .5em 10px 0 10px; 
	text-align: justify;
}

#main-center {
	float: left;
	width: 980px;
	padding: .5em 10px 0 10px; 
	text-align: center;
}

#sidebar {
	float: left;
	text-align: left;
	width: 233px;
	padding: .5em 0 .7em 10px;

}

#footer {
	position:absolute;
	width: 100%;
	padding-bottom: .5em;
	bottom:0; /* stick to bottom */
	left: 0; /* stick to left side for stupid IE7 */
	/* background: url(interface/bg-border-top.gif)  top repeat-x; */ /* temporarily deactivated */
	text-align: center;
}

#footer ul {
	padding: .7em 0 .5em;
}

#footer p {
	font-size: 70%;
	letter-spacing: .07em;
}

#footer p + p {
	padding-top: .2em;
}


/* blog post formatting */

/* for page titles */
.heading-full {
 	border-bottom: 1px solid #f3f3f3; 
	padding-bottom: .2em; 
	margin: 0 auto .5em auto;
	text-align: left;
	font-size:110%;
	width: 980px;
	color: #3d3121; 
}

/* for post titles */
.heading {
	color: #3d3121;
	padding-bottom: 0;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.post-title {
	font-weight: bold;
	width: 60%;
	text-align: left;
}

.post-date {
	font-size: 75%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.entry {
	clear: both;
}

.post-info {
	border-top: 1px dotted;
	font-size: 75%;
	padding: .1em 0 0;
	margin: .3em 0 1.5em;
}

.linkout {
	float: right;
}


/* applies to all paragraphs in the content area... */
p {
	letter-spacing: .02em;
	line-height: 1.2em;
}

p + p {
	padding-top: .7em;
}

.navigation {
	font-size: 85%;
	font-weight: bold;
	position:relative;

}

#nav-left {
	float: left;
}

#nav-right {
	float: right;
}

/* calendar */
#wp-calendar {
	text-align: center;
	width: 100%;
}

/* calendar month name */
#wp-calendar caption {
	font-weight: bold;

	color: #3d3121;
	text-align: left;
	/* border-bottom: 1px solid #f3f3f3; */

}

/* calendar links bg */
#wp-calendar tbody a {
	display:inline-block;
	background: #736b60;
	width: 100%;
	height: 100%;
}

/* days heading */
#wp-calendar  th {
	height: 1.5em;
	padding-bottom: .2em;
}

/* calendar cells */
#wp-calendar  td {
	border: 1px solid;
	height: 1.5em;
}

/* prev - next month link cells */
#wp-calendar tfoot td {
	font-size: 90%;
	border: none;
	padding: .2em 0;
}


/* today's date cell */
#wp-calendar #today {
	font-weight: bold;
}



/* sidebar lists */
.small-heading {
	font-weight: bold;
	margin-top: .5em;	
	color: #3d3121;
	/* border-bottom: 1px solid #f3f3f3; */
}

#sidelinks {
	text-align: left;
}

.sidelist  {
	font-size: 90%;
	list-style-type: none;
}

.sidelist li {
	padding-left: .7em;
	background: url(interface/bullet-white.gif) no-repeat 0 .5em;
}


/* price lists */
.pricelist {
	margin: 1em 0 .7em;
	border-collapse:collapse;
}

.pricelist td {
	padding: 2px 10px;
}

.pricelist th {
	padding: 2px 0;
	text-align: left;
	width: 50%;
	color: #3d3121;
}

.pricelist td {
	border-top: 1px dotted;
}


/* bio sidebar shows listing */
.shows {
	margin: 0 0 .7em;
	border-collapse:collapse;
}

.shows td, .shows th {
	padding: 2px 0;
}

.shows th {
	/* border-bottom: 1px solid #f3f3f3; */
	color: #3d3121;
}

.shows td {
	font-size: 90%;
	vertical-align: top;
	border-bottom: 1px dotted;
}


/* resume */
.resume {
	border-collapse:collapse;
}

.resume + .resume {
	margin:  1.5em 0 0;
	border-collapse:collapse;
}

.resume td, .resume th {
	padding: 2px 0;
}

.resume th {
	/* border-bottom: 1px solid #f3f3f3; */
	font-weight:100;
	font-size: 90%;
	text-align:left;
	border-bottom: 1px dotted;

}

.resume td {
	font-size: 90%;
	vertical-align: top;
	border-bottom: 1px dotted;
}

.resume-city {
	width: 10em;
}

.resume-year {
	width: 5.5em;
}



/* general links */
a:link, 
a:visited 
{color: #f3f3f3; text-decoration: none;}
a:hover, 
a:active 
{color: #3d3121; text-decoration: none;}

/* selected menu item */
#menu .current_page_item a:link, 
#menu .current_page_item a:visited 
{color: #f3f3f3; text-decoration: none;}
#menu .current_page_item a:hover, 
#menu .current_page_item a:active 
{color: #3d3121; text-decoration: none;}

/* unselected menu items */
#menu a:link, 
#menu a:visited 
{color: #3d3121; text-decoration: none;}
#menu a:hover, 
#menu a:active 
{color: #f3f3f3; text-decoration: none;}

#content a:link, 
#content a:visited 
{color: #f3f3f3; text-decoration: underline;}
#content a:hover, 
#content a:active 
{color: #3d3121; text-decoration: underline;}

#content .post-info a:link, 
#content .post-info a:visited  
{color: #f3f3f3; text-decoration: none;}
#content .post-info a:hover, 
#content .post-info a:active 
{color: #3d3121; text-decoration: none;}

#wp-calendar tbody a:link, 
#wp-calendar tbody a:visited 
{color: #f3f3f3; text-decoration: underline;}
#wp-calendar tbody a:hover, 
#wp-calendar tbody a:active 
{color: #3d3121; text-decoration: underline;}

#content .navigation a:link, 
#content .navigation a:visited 
{color: #f3f3f3; text-decoration: none;}
#content .navigation a:hover, 
#content .navigation a:active 
{color: #3d3121; text-decoration: none;}

#sidebar a:link, 
#sidebar a:visited 
{color: #f3f3f3; text-decoration: none;}
#sidebar a:hover,
#sidebar a:active 
{color: #3d3121; text-decoration: none;}

#content .album-desc a:link, 
#content .album-desc a:visited 
{color: #f3f3f3; text-decoration: none;}
#content .album-desc a:hover,
#content .album-desc a:active 
{color: #3d3121; text-decoration: none;}





