/*---------------
Contents:
Sitewide Layout
Content Layout  
---------------*/

/* Sitewide Layout */
body { 
	background-color: #1a242b;
	color: #ffba00;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	}

#wrapper {
	width: 725px;
	margin:0px auto;
	text-align: left;
	}	

#header, #footer {
	clear: both;
	}

#header {
	width: 725px;
	height: 75px;
	background-image: url(images/layout-header.gif);
	background-repeat: no-repeat;
	}
	
#nav { 
	padding: 45px 0px 0px 120px;
	text-align: left;
	}

#footer { 
	width: 725px;
	height: 65px;
	background-image: url(images/layout-footer.gif);
	background-repeat: no-repeat;
	}
	
/* Content Layout */
#columna, #columnb { 
	float: left;
	}

#columna { 
	width: 370px;
	padding: 10px 20px 10px 95px;
	}
	
#columnb { 
	width: 145px;
	margin-top: 10px;
	}
	
.blogheader { 
	width: 350px;
	height: 15px;
	padding: 5px 10px 0px 10px;
	background-image:url(images/blog-header.gif);
	background-repeat: no-repeat;
	color: #1a242b;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 10px;
	}
	
.blogheader a {
	color: #1a242b;
	text-decoration: none;
	}
	
.blogheader a:hover, .blogheader a:active {
	color: #1a242b;
	text-decoration: underline;
	}
	
.blogcontent {
	background-color: #FFFFFF;
	color: #1a242b;
	padding: 10px;
	font-size: 11px;
	line-height: 17px;
	}
	
.blogcontent a:active, .blogcontent a:hover {
	color: #ffba00;
	}

.blogcredits { 
	width: 350px;
	padding: 5px 10px 0px 10px;
	margin-bottom: 15px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
	}
	
#archivesheader, #archivesfooter, #highlightsheader, #highlightsfooter { 
	width: 145px;
	height: 10px;
	}
	
#archivesheader, #highlightsheader {
	background-image: url(images/blog-archives-header.gif);
	}
	
#archivescontent, #highlightscontent { 
	font-size: 10px;
	color: #1a242b;
	background-color: #ffba00;
	padding: 0px 10px;
	line-height: 15px;
	}
	
#archivescontent a, #highlightscontent a {
	color: #1a242b;
	text-decoration: none;
	}
	
#archivescontent a:hover, #archivescontent a:active, #highlightscontent a:hover, #highlightscontent a:active {
	color: #ffffff;
	text-decoration: underline;
	}
	
#archivesfooter, #highlightsfooter {
	background-image: url(images/block-archives-footer.gif);
	}
	
#content { 
	width: 505px;
	margin: 20px 110px;
	}

.bodycopy { 
	padding: 10px;
	line-height: 17px;
	}
	
#photogallery { 
	margin-top: 10px;
	}
	
/*Text Formatting Styles */	

a:link, a:visited { 
	color: #ffba00;
	text-decoration: none;
	font-weight: bold;
	}
	
a:active, a:hover { 
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	}
 
h1, h2 { 
	color: #1a242b;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	}
	
h3 { 
	background-image: url(images/title-bg.gif);
	background-repeat: no-repeat;
	padding: 4px 10px 0px 10px;
	width: 495px;
	height: 16px;
	margin: 0px;
	color: #1a242b;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-size: 10px;
	text-align: left;
	}
	
.bolder { 
	font-weight: bold;
	}
