/*
Theme Name: Sheree

Author: Amanda Alic


*/



/* Begin Typography & Colors */

body {

	font-size: 0.8em; /* Resets 1em to ??px */
	margin:0px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #4e4e4e;
	background-color: #e8e8e8;
	}
	
#container {
width: 100%;
}

#content {
min-height:400px;
}

#content2 {
min-height:130px;
}

#header {
background: #000000 url('images/shereeHeader.jpg') no-repeat ;
height: 165px;
width: 100%;
background-color: #000000;


}

#header2 {
background: #000000 url('images/shereeHeader2.jpg') no-repeat ;
height: 72px;
width: 100%;
background-color: #000000;


}

#footer {
background: url('images/shereeFooterBG.jpg') repeat-x ;
height: 261px;
width: 100%;
background-color: #000000;


}

#footer2 {
background: url('images/shereeFooterBG2.jpg') repeat-x ;
height: 261px;
width: 100%;
background-color: #ffffff;


}
#footerImage  {
background: url('images/shereeFooter.jpg') no-repeat ;
height: 93px;
background-color: #b99d75;


}
#footerContent {
padding-left:18px;
padding-top:6px;
color:#e5e5e4;
font-size:.75em;
}

#intro {
font-size:1.4em;
font-style: italic;
line-height:2.0em;
width:575px;
margin-left:188px;
padding-top:110px;

}


#navmenu {

	text-align: left;
	padding-top: 136px;
	margin-left: 9px;

	}

a:link { 
	color: #FFFFFF;
		text-decoration: none;

	}
a:visited { 
	color: #FFFFFF;
		text-decoration: none;

	}
a:hover { 
	color: #eb1c22;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}
	
a.insideLink:link {color: #b99d75; }
a.insideLink:visited {color: #b99d75; }
a.insideLink:hover { color: #b99d75;}
a.insideLink:active {color: #b99d75; }	
	
ul {

font-size: 1.2em;
line-height: 1.4em;
color: #eb1c22;
}
/* Navigation */

#navmenu ul { line-height: 1.2em;font-size: 1.2em; margin: 0; padding: 0; 

	list-style-type: none; list-style-image: none; }

#navmenu li {display: inline; }

#navmenu ul li a {text-decoration:none;  margin: 4px;

	padding: 5px 10px 5px 10px;

	}
#navmenu .current_page_item {text-decoration:none;  margin: 4px;
	padding: 5px 0px 5px 0px; border-bottom: dotted 1px #b99d75; 
	}

#navmenu ul li a:hover {color: #eb1c22;

	padding: 5px 10px 5px 10px;  }



table.works { width: 850px; padding: 0px; border: none; border: 0px;margin-bottom:24px;}
table.works td { border-bottom:  1px solid #b99d75; padding-bottom: 10px;padding-top: 6px; padding-right:6px;}
table.works td.cat { background-color:#dcc8ac; padding-bottom: 6px;padding-top: 6px; padding-left:6px;text-transform: uppercase;font-size:.8em;}
table.works td.pieceTitle { border-bottom:  1px solid #b99d75; padding-bottom: 10px;padding-left: 6px;padding-top: 6px; padding-right:6px;font-size:.9em; font-weight: bold;}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.entry {
width:840px;
}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.depth-1 {
border: 1px solid #ddd;
}


.small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.85em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	color:#000000;
	}

h1 {
	font-size: 4em;
	}


h2 {
	font-size: 1.6em;
	}



h3 {
	font-size: 1.3em;
	}





/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 40px 0 0 40px;
	width: 840;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}



.alignright {
	float: right;
	}

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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	width:840px;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */







/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */





/* Begin Various Tags & Classes */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}


.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	


hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/




