/* ----------------------------
Evelyne Crochet Website
Master Stylesheet
Author: Eliza Chan
Version: Feb 2011
-----------------------------*/

/* Basic Styles - applies to all pages */
body {
	background-color:#0D0D0D; /* body background color */
	text-align: center;
	color: #000; 
	font: normal 1em/1.4em Calibri, Tahoma, Geneva, sans-serif; 
}
body div { background-color:#F5F5DC; } /* body foreground color */
a:active, a:link, a:visited { text-decoration:none; 	color: #00c; }
a:hover { text-decoration:underline; }
img { border:none; margin:5px; }
h1 { font-size:1.5em; letter-spacing:2px; padding:25px; margin:0; }
table { width:90%; margin:auto; border:none; border-collapse:collapse;}

/* Layout Styles - defines the 3 main sections of a page */
#header, #maincontent, #footer {
	text-align:center;
	width:850px;
	margin:0px auto 0; 	padding:5px;
	border-style: none ridge; 	border-color: #666666;
	clear:both;
}
#header { border-top-style:ridge; }
#footer { border-bottom-style:ridge; }

/* Navigation Styles */
.nav_bar { 
	margin:0; padding:0; width:100%; 
	background-color:#ececec; 
	border-top:1px solid #cccccc; 
	border-bottom:1px solid #cccccc;
	font-size:.95em;
}
.nav_bar a { padding:0px 5px; }
.nav_bar a.selected { font-weight:bold; color:#000; }
.nav_bar a.selected:hover {text-decoration:none;}

#maincontent > .sub_nav { 
margin:0; padding:0; width:100%;
margin-bottom:25px;  
text-align:center; font-size:.85em; 
}

/* Miscellaneous Styles */
#footer .copy { font-size:.85em; line-height:1em; }

#maincontent p { text-align:left; padding: 0 5px; }
#maincontent .center_text { text-align:center; }
#maincontent .green_text { color:#669933; }
#maincontent .section_head { width:50%; margin:15px auto; border-bottom:1px solid #999; letter-spacing:2px; clear:both; }
#maincontent .right { float:right; }
#maincontent .left { float:left; }
