/*  
Theme Name: World War 2
Theme URI: http://www.ww2stories.org
Description: The World War Two Stories Theme
Version: 2.0 CSS
Author: Adam Cooper / Ian Johnson
Author URI: http://antral.net

*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0; 
	}

h1 {
	font-size: 1.6em;
}

h1,h3 a {
	text-decoration: none;
}

.entrytext {
	padding-right: 45px;
}

.entrytext img {
	margin: 10px;
}

a {
	color: #605B36;
}

#container {
	text-align: left;
	background-color: white;
	margin: 10px auto;
	padding: 0;
	width: 922px;
	border: 1px solid #000000;
	}

#header {
	background-color: #6A5B41;
	padding-left: 20px;
	padding-top: 20px;
	height: 85px;
	}
	
#homeleft {
	clear: left;
	float: left;
	width: 198px;
}

#homecenter {
	margin-left: 10px;
	float: left;
	width: 650px;
	background-image: url(/wp-content/themes/ww2/images/bg_center.gif);
	background-repeat: repeat-y;
}

#homecenter #intro {
	height: 376px;
	width: 660px;
	display: block;
}

#homecenter #introtext {
	position: relative;
	top: 270px;
	padding-left: 20px;
	padding-right: 350px;
	font-size: 14px;
}

#homecenter #introtext .subtitle {
	font-weight: bold;
	font-size: 16px;
	font-family: courier;
	font-style: normal;
	margin-top: 8px;
}

#homecenter #content {
	position: relative;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 14px;
	padding-right: 50px;
}

#footer {
	margin-top: 50px;
	width: 612px;
}
#footerleft {
	padding-top: 15px;
	float: left;
	width: 600px;
}
#footerright {
	float: right;
	width: 167px;
}

#newsblock {
	width: 198px;
	margin-left: 5px;
}

#newsblockheader {
	width: 198px;
	background-image: url(/wp-content/themes/ww2/images/side_head_green.gif); 
	background-repeat: no-repeat;
	height: 23px;
	padding-top: 5px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#newsblocktext {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color: #C9C19A;
}

#newsblocktext a, #newsblocktext a:visited {
	font-weight: bold;
	color: #5d6036;
}
</div>
#newsblockfooter {
	width: 198px;
	background-image: url(/wp-content/themes/ww2/images/side_foot_green.gif); 
	background-repeat: no-repeat;
	height: 23px;
}


#donate {
	width: 198px;
	height: 35px;
	margin-left: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/wp-content/themes/ww2/images/donate_button.gif);  
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 5px;
}

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

#randomfloat {
	float: right;
	width: 175px;
	margin: 10px;
}

#randomheader {
	width: 198px;
	background-image: url(/wp-content/themes/ww2/images/sidebar_head_brown.gif); 
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 3px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#randomheader a {
	text-decoration: none;
	color: #FFF;
}

#randomtext {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	background-color: #D5CFB5;
	font-size: 11px;
}

#randomtext a, #randomtext a:visited {
	color: #5d6036;
}

#randomfooter {
	width: 198px;
	background-image: url(/wp-content/themes/ww2/images/sidebar_foot_gray.gif); 
	background-repeat: no-repeat;
	height: 23px;
}

/* TOP MENU CSS */
#navcontainer {
	margin: 0;
	padding: 0;
	height: 28px;
	background-color: #393123;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer li a { 
	background: #3f2716;
	width: 95px;
	height: 18px;
	border-left: 1px solid #393123;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 12px/16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-transform: uppercase;
}

#navcontainer li a:hover {
	color: #930;
	background: #f5d7b4;
}

#navcontainer a:active {
	background: #c60;
	color: #fff;
}

#navcontainer .current_page_item a {
	background-color: #fde5c0;
	color: #333333;
}

/* SUBNAV MENU CSS */
#subnavcontainer {
	margin: 0px 0 0 70px;
	padding: 0;
}

#subnavcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#subnavcontainer li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#subnavcontainer li a { 
	width: 160px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 0 10px 0;
	color: #333333;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 11px/15px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#subnavcontainer li a:hover {
	color: #930;
	background: #f5d7b4;
}

#subnavcontainer a:active {
	background: #c60;
	color: #fff;
}

#subnavcontainer .current_page_item a {
	color: #333333;
	font-weight: bold;
}


/* BOTTOM MENU CSS */
#botnavcontainer {
	margin: 0px 0 0 0px;
	padding: 0;
	height: 23px;
	background-color: #393123;
}

#botnavcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#botnavcontainer li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#botnavcontainer li a { 
	background: #3f2716;
	width: 78px;
	height: 15px;
	border-top: 1px solid #393123;
	border-left: 1px solid #393123;
	border-right: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 11px/15px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-transform: uppercase;
}

#botnavcontainer li a:hover {
	color: #930;
	background: #f5d7b4;
}

#botnavcontainer a:active {
	background: #c60;
	color: #fff;
}

#botnavcontainer .current_page_item a {
	background-color: #fde5c0;
	color: #333333;
}


#pagecenter {
	margin-left: 10px;
	float: left;
	width: 650px;
	background-image: url(/wp-content/themes/ww2/images/page_bg_center.gif);
	background-repeat: repeat-y;
}


#pagetop {
	width: 650px;
	height: 8px;
	background-image: url(/wp-content/themes/ww2/images/page_top.gif);
	background-repeat: repeat-y;
	
}

#pagetext {
	padding-left: 20px;
}

#portraits a {
	color: #605b36;
	text-decoration: none;
}

#portraits hr {
	border-top: 1px dotted #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80%;
	height: 1px;
}

#portraits h2 {
	margin-bottom: 0px;
}
#portraits p {
	margin-top: 0px;
}

.archivenavigation {
	margin-bottom: 20px;
	margin-right: 25px;
}

.archivenavigation .alignleft {
	float: left;
}
.archivenavigation .alignright {
	float: right;
}
.archivenavigation a {
	text-decoration: none;
}

#sidebar {
	width: 198px;
	margin-left: 5px;
	float: right;
	margin-top: 20px;
}

#sidebarheader {
	width: 198px;
	background-image: url(/wp-content/themes/ww2/images/side_head_green.gif); 
	background-repeat: no-repeat;
	height: 23px;
	padding-top: 5px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#sidebartext {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color: #C9C19A;
}

#sidebartext a, #sidebartext a:visited {
	font-weight: bold;
	color: #5d6036;
}

#sidebarfooter {
	width: 198px;
	background-image: url(/wp-content/themes/ww2/images/side_foot_green.gif); 
	background-repeat: no-repeat;
	height: 23px;
}

.portraitlist {
	width: 560px;
	margin-bottom: 10px;
}

.youngoldpicture {
	float: left;
	width: 160px;
}

.youngoldpicture img {
	border: 1px solid #000000;
}

.portraitexcerpt {
	float: right;
	width:400px;
}
.portraitexcerpt h2 {
	margin-top: 0;
}

.youngold {
	padding-right: 10px;
	padding-bottom: 10px;
}

.post {
	margin-top: 0px;
}

.entrytext h2 {
	clear: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #790704;
}

.entrytext em {
	font-size: 1.3em;
}

#sidebartext h3 {
	font-size: 1.3em;
	margin: 0;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 0;
}

.bodyimageright {
	width: 200px;
	float: right;
	margin-left: 10px;
	font-style: italic;
	margin-bottom: 10px;
}

.bodyimageleft {
	width: 200px;
	float: left;
	margin-right: 10px;
	font-style: italic;
	margin-bottom: 10px;
}

.bodyimageright img {
	padding-bottom: 10px;
	margin: 0;
}

.bodyimageleft img {
	padding-bottom: 10px;
	margin: 0;
}

.galleryimage {
	width: 130px;
	margin-top: 10px;
}

.galleryimage img {
	border: 1px solid #000;
	margin-bottom: 5px;
}


#gallerytext {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color: #C9C19A;
	text-align: center;
}

.studentimage {
	width: 100px;
	float: left;
	margin: 10px;
	height: 140px;
}

.studentimage img {
	margin-bottom: 5px;
}