/*
Theme Name: WWIIMedic.com Custom Theme
Theme URI: http://www.wwiimedic.com
Description: This is a custom theme made only for WWIIMedic.com
Version: 0.1
Author: Taylor D. Dewey
Author URI:	http://www.tddewey.com
*/

/*CONTENTS OF THIS CSS FILE:

- Defaults
- Header
- Content
- Sidebars
- Footer
- Wordpress Default

/* defaults */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
	
body {
	font-size:12px;
	font-family:helvetica,arial,sans-serif;
	background-color:#222313;
	color:#FFFFFF;
	
	background-image:url(images/fullpage_repeating_bg.png);
	background-repeat:repeat-y;
	background-position:top center;
	}

h1 {
color:#28360c;
background-color:transparent;
}

h2 {
color:#28360c;
background-color:transparent;
}

h3 {
color:#28360c;
background-color:transparent;
}

h4 {
color:#28360c;
background-color:transparent;
}

a {
color:#7E1313;
text-decoration:none;
background-color:transparent;
}

p a {
text-decoration:underline;
color:#7e1313;
background-color:transparent;
}

blockquote {
	border:1px solid #333;
	background-color:#fff;
	padding:10px;
	}

a: visited {
}

a:hover {
text-decoration:underline;
}

p {
	line-height:1.5em;
	padding:.5em 0;
	}

/* structure */


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -125px; /* the bottom margin is the negative value of the footer's height */
}

/* Sticky Footer by Ryan Fait http://ryanfait.com/ */
#footer, #push {
	height: 125px; /* .push must be the same height as .footer */
}

#header {
	background-image:url(images/header_repeating_bg.png);
	background-repeat:repeat-x;
	background-color:transparent;
	color:#333;	
	text-align:center;
	height:250px;
}

#content_wrap {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	text-align:center; /* IE hack */
	background-image:url(images/content_background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:transparent;
	color:#333;
	min-height:382px;
}

#footer {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	color:#333;
}

/* Header */

/* Navigation */

.navigation {
	text-align:center;
	}

/*absolutely positioned to go over-top of the header image */
#nav_wrap {
	position:absolute;
	top:211px;
	left:50%;
	right:50%;
	width:450px;
	margin-left:-280px;
	text-align:left;
	font-weight:bold;
	z-index:20;
}

#nav_wrap ul {
	margin:0px;
	padding:0px;
	display:inline;
	list-style-type:none;
	}

#nav_wrap ul li {
	display:inline;
	padding-right:5px;
	border-right:1px dotted #333;
}

#nav_wrap ul li:last-child {
	border-right:0;
	}
	

/* content */
#leftcontent {
	margin-left:85px;
	text-align:left; /*reset IE centering hack */
	float:left;
	padding:10px;
	width:560px;
	}

#leftcontent_expanded {
	width:835px;
	margin-left:85px;
	text-align:left; /*reset IE centering hack */
	float:left;
	padding:10px;

	}
	
.post {
	padding-top:10px;
	padding-bottom:10px;
	clear:left;
	}

.post:last-child {
	border-bottom:0;
	}

.post h2 {
	padding-top:0;
	padding-bottom:0px;	/* provided by .meta */
	}



.meta {
	font-size:.8em;
	padding-bottom:5px;
	padding-top:5px;
	}

.thumbprevimg {
	float:left;
	font-size:.5em;
	}

.thumbprevimg img {
	padding:10px;
	border:0;
	background-image:url(images/previewimgbg.png);
	background-repeat:no-repeat;
	background-position:center center;

	}

.comments_tag {
	background-image:url(images/comments_tag.png);
	background-repeat:no-repeat;
	background-color:transparent;
	height:100px;
	width:100px;
	float:right;
	text-align:center;
	}	

.comments_tag a{
	display:block;
	color:#64330a;
	font-family:'Times New Roman',garamond,serif;
	font-size:50px;
	padding-left:8px;
	padding-top:15px;
	padding-right:10px;
	padding-bottom:20px;
	
	color:#64330a;
	}

.tease-text {
	margin-left:130px;
	margin-right:120px;
	min-height:120px;
	}
	
/* sidebar */

#sidebarwrap {
	border-left:1px dotted #a1490b;
	text-align:left;
	margin-right:86px;
	float:right;
	background-color:transparent;	
	width:250px;
	padding:0 10px 10px 10px;
	}


#sidebarwrap ul {
	list-style-type:none;
	padding:0;
	}
	
#sidebarwrap ul li {
	margin:10px 0;
	}
	
#sidebarwrap ul li:first-child {
	margin:0 0 10px 0;
	}

.sidebarlist li {
	margin:0 !important;
	}

.sidebarlist li {
	margin:0;
	}

.sidebarlist li ul li {
	margin-left:20px;
	padding-left:20px;
	list-style-position:inside;
	list-style-type:circle;
	}

/* Comments */
/* Comments */

#comment-area {
	border-top: 1px dotted #A1490B;
	clear:both;
	}

#commentform input, #commentform textarea, #commentform select {
	font-family:Helvetica,'Microsoft Sans Serif',Tahoma, sans-serif;
	font-size:1em;
	border:1px solid #222313;
	padding:5px;
	margin-top:5px;
	margin-right:5px;
	}

#respond {
	width:540px;
	}

.commentlist {
	padding-left:0;
	}

#commentform input {
	width: 140px;

	}

#commentform textarea {
	padding:5px;
	width: 70%;
	height: 6em;
	}
	

#commentinfo {
	width: 25%;
	background-color:#efefef;
	color:inherit;
	padding:5px;
	font-size:.9em;
	float:right;
	}

#commentinfo code {
	font-size:.8em;
	}

.reply {
text-align:right;

}

.reply a {
padding: 3px;

}

.reply a:hover {
	background-color:#ececec;
	}


#respond {
border: 1px solid #ececec;
padding:5px;
margin:5px 0px 5px 0px;
}

.depth-1 {
border: 1px solid #ececec;
margin-top:5px;
margin-bottom:5px;
padding:5px;
list-style: none;
}

.depth-2 {
margin:5px;
padding:5px;
}


.depth-3 {
margin:5px;
padding:5px;
}

.depth-4 {
margin:5px;
padding:5px;
}

.depth-5 {
margin:5px;
padding:5px;
}

.children {

}

#comments .navigation .alignleft {
text-align:left;
float:none;
}

#comments .navigation .alignright {
text-align:right;
float:none;
}


.comment p {
	margin:0px;
	margin-bottom:1em;
	}

.comment-author .avatar {
	height:25px;
	width:25px;
	float:right;
	}


/*
non-user comments: #ececec
user comments: #C3C2A9 (color of small line on left of content)
post author comments: #3F6AAB (color of the headers)
*/

.comment {
	border-top: 1px solid #ececec;
	border-bottom:1px solid #ececec;
	border-left:5px solid #ececec;
	border-right:5px solid #ececec;
	}

.byuser {
	border-right:5px solid #C3C2A9;
	}

.bypostauthor {
	border-right:5px solid #c00000;
	}


ul.children li.comment {
	list-style:none;
}


.commentlist blockquote {
	background:#ededed;
	}


.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}
	
li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}

	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	font-size:0.8em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}


/*Wordpress Default CSS: http://codex.wordpress.org/CSS */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.center {
	text-align:center;
	}

.clear {
	clear:both;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* hide the smiley */
#wpstats {
	position:absolute;
	left:-2000px;
	}