/*   
Theme Name: the Wesslers 2.0
Theme URI: http://www.thewesslers.com
Description: a NEW look
Version: 2.0
Author: Jacob Wessler
Author URI: http://www.thewesslers.com/jacob
*/

html, body, div, span, 
h1, h2, h3, h5, h6, p, blockquote,
a, em, font, img, 
small, strike, strong,
b, u, i, center, ol, ul, li,
form, label, legend,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
}

body {
	line-height: 1;
	background: #3f5970;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}

ol, ul {
	list-style: none;
}

blockquote{
	text-transform: uppercase;
}

del {
	text-decoration: line-through;
}

a:link, a:visited{
	text-decoration: none;
	color: #689d9a;
}

a:hover{
	text-decoration: underline;
	color: #689d9a;
}

#container{
	background: #ded3c2 url(images/body_bg.jpg) repeat-x;
}

.clr{
	clear: both;
}

h4{
	display: inline;
	font-size: 25px;
	position: relative;
	margin: 0 0 15px 0;
}
/* CSS for HEADER */
#header{
	width: 804px;
	height: 154px;
	margin: 5px auto 3px auto;
	padding: 10px 0 0 0;
	position: relative;
}

#header img{
	border: 2px solid #9eb8d0;
}

#header blockquote{
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: white;
	font-size: 40px;
}

#header blockquote small{
	font-size: 20px;
	text-transform: lowercase
}

/* CSS for NAVBAR */
#navbar{
	width: 800px;
	height: 20px;
	margin: 0 auto;
	background: #3f5970 url(images/navbar_bg.jpg) repeat-x;
	border-bottom: 1px solid white;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	vertical-align: middle;
}

#navbar a:link, #navbar a:visited{
	color: white;
	text-decoration: none;
	display: block;
	width: 75px;
	text-align: center;
}

#navbar a:hover, #navbar a:active{
	color: white;
	text-decoration: none;
	display: block;
	width: 75px;
	text-align: center;
	background: #3f5970
}

#navbar li{
	float: left;
	border-right: 1px solid black;
	border-left: 1px solid #bebebe;
}

#navbar li#first{
	border-left: none;
}

#navbar li#last{
	border-right: none;
}

#navbar li#right{
	float: right;
	margin-right: 5px;
	border: none;
}

/* CSS for POST */
.post{
	width: 800px;
	height: 150px;
	background: #fff2dc;
	margin: 20px auto 0 auto;
	position: relative;
}

.post_single{
	width: 780px;
	background: #fff2dc;
	margin: 20px auto 0 auto;
	position: relative;
	padding: 10px;
	line-height: 16px;
	overflow: hidden;
	font-size: 14px;
}
.post_single p{
	margin: 12px 0;
}

.postthumb img{
	border: 5px solid white;
	width: 111px;
	height: 111px;
}

.postthumb{
	width: 122px;
	height: 122px;
	margin: 14px 5px 0 14px;
	border: 1px solid #4a6883;
	float: left;
}

.blogheadmatter{
	width: 590px;
	height: 60px;
	color: #5e5d5b;
	float: left;
	margin: 15px 0 0 10px;
	
}

.blogheadmatter blockquote{
	display: inline;
	font-size: 12px;
	margin-left: 10px;
}

.blogheadmatter h2{
	font-size: 20px;
	display: inline;
	margin-left: 10px;
	line-height: 28px;
}

.blogheadmatter a:link, .blogheadmatter a:visited{
	color: #689d9a;
	text-decoration: none;
}

.blogheadmatter a:hover, .blogheadmatter a:active{
	color: #689d9a;
	text-decoration: underline;
}

.blogdate{
	width: 50px;
	height: 60px;
	background: url(images/blogdate_bg.png);
	float: left;
	position: relative;
	font-size: 18px;
}

.blogdate span.month{
	color: #c0c0c0;
	display: block;
	width: 50px;
	position: absolute;
	top: 8px;
	text-align: center;
}

.blogdate span.date{
	color: #fff2dc;
	display: block;
	width: 50px;
	position: absolute;
	top: 37px;
	text-align: center;
}

.post p{
	clear: left;
	float: left;
	margin-top: 7px;
}

a:link.read_post, a:visited.read_post{
	color: #fff2dc;
	text-decoration: none;
	width: 100px;
	height: 30px;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 10px;
	background: #4a6883;
	text-align: center;
	line-height: 30px;
}

a:hover.read_post, a:active.read_post{
	text-decoration: underline;
}

a:link.back_to_post, a:visited.back_to_post{
	color: #fff2dc;
	text-decoration: none;
	width: 100px;
	height: 30px;
	display: block;
	margin: 0 0 0 25px;
	background: #4a6883;
	text-align: center;
	line-height: 30px;
}

a:hover.back_to_post, a:active.back_to_post{
	text-decoration: underline;
}

.headshot{
	float: right;
	border: 1px solid black;
	padding: 3px;
	margin: 0 0 0 10px;
}

.latestribbon{
	position: absolute;
	top: -4px;
	right: -4px;
}

.comments{
	color: #837257;
	width: 85px;
	height: 20px;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: white;
	text-align: center;
	line-height: 20px;
	border: 1px solid #9eb8d0;
}

.comments_number{
	color: #4a6883;
}

/* BEGIN PHOTOBAR CSS */
.photobar{
	width: 730px;
	height: 75px;
	margin: 10px auto 0 auto;
	text-align: center;
}

.previous  {
	float: left
}

.photo_description p{
	text-align: center;
	margin: 0 auto;
}

.next {
	float: right;
}

.next img{
	width: 75px;
	height: 75px;
    padding: 3px;
    border: 2px solid pink;
}

.previous img{
	width: 75px;
	height: 75px;
    padding: 3px;
    border: 2px solid pink;
}

.fullphoto img{
    display: block;
    text-align: center;
    margin: 20px auto;
}

/* BEGIN COMMENTS CSS */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.comments-template a:link, .comments-template a:visited{
	color: #689d9a;
	text-decoration: none;
}

.comments-template a:hover, .comments-template a:active{
	color: #689d9a;
	text-decoration: underline;
}

/* CSS for BREADCRUMB */
.breadcrumb{
	width: 800px;
	height: 30px;
	margin: 5px auto 0 auto;
	background: url(images/dagger_bg.jpg) repeat-x;
}

.breadcrumb p{
	color: #f8f8f8;
	display: inline;
	font-size: 14px;
	line-height: 30px;
	margin-left: 15px;
}

.breadcrumb img{
	float: right;
	margin-right: 5px;
}

.breadcrumb a:link, .breadcrumb a:visited{
	text-decoration: none;
	color: #C0EBC7;
}

.breadcrumb a:hover{
	text-decoration: underline;
	color: #C0EBC7;
}

span#category_dropdown{
	margin-top: 3px;
	float: right;
	margin-right: 10px;
}

span#archives_dropdown{
	margin-top: 3px;
	height: 30px;
	float: right;
	margin-right: 10px;
}

/* CSS for WELCOME */
#welcome{
	width: 800px;
	height: 90px;
	margin: 20px auto 0 auto;
	color: #fff2dc;
	font-size: 30px;
	text-align: center;
	line-height: 45px;
}

#welcome span#wesslerblue{
	color: #9eb8d0;
}

/* CSS for COLUMN */
#column, #contact{
	width: 800px;
	margin: 20px auto 0 auto;
	background: #fff2dc;
	border: 1px solid #d9d9d9;
}	

/* CSS for TRICOLUMN */
#tricolumn{
	width: 800px;
	height: 250px;
	margin: 20px auto 0 auto;
	background: #fff2dc;
	border: 1px solid #d9d9d9;
}

#tricolumn img{
	border: 5px solid white;
	margin-top: 14px;
}

#tricolumn #jacob img.nametext,
#tricolumn #abigail img.nametext,
#tricolumn #tricia img.nametext{
	border: none;
}

#jacob{
	width: 149px;
	height: 250px;
	float: left;
	padding: 0px 58px 0 58px;
	border-right: 1px solid #603913;
}

#abigail{
	width: 149px;
	height: 250px;
	float: left;
	padding: 0px 58px 0 58px;
	border-right: 1px solid #603913;
	border-left: 1px solid #9eb8d0;
}

#tricia{
	width: 149px;
	height: 250px;
	float: left;
	padding: 0px 58px 0 58px;
	border-left: 1px solid #9eb8d0;
}

/* CSS for CONTACT */
#contact{
	width: 800px;
	height: 250px;
	margin: 20px auto 0 auto;
	background: #fff2dc;
	border: 1px solid #d9d9d9;
	text-align: center;
}

#jacob_contact{
	width: 149px;
	height: 250px;
	float: left;
	padding: 0px 58px 0 58px;
	border-right: 1px solid #603913;
}

#abigail_contact{
	width: 149px;
	height: 250px;
	float: left;
	padding: 0px 58px 0 58px;
	border-right: 1px solid #603913;
	border-left: 1px solid #9eb8d0;
}

#tricia_contact{
	width: 149px;
	height: 250px;
	float: left;
	padding: 0px 58px 0 58px;
	border-left: 1px solid #9eb8d0;
}

#contact img{
	margin: 10px;
	border: 5px solid white;
	float: left;
}

#contact h4{
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}


/* CSS for PAGINATION */
.pagination {
padding:20px 0;
width: 800px;
margin: 0 auto;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #666;
}
 
.pagination a:hover{
color:#fff;
background: #3f5970;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3f5970;
color:#fff;
}

/* CSS for FOOTER */
#footer{
	border-top: 1px solid #9eb8d0;
	padding-top: 5px;
	color: white;
	font-size: 12px;
	position: relative;
	height: 50px;
}

#footer #copyright{
	position: absolute;
	bottom: 10px;
	right: 10px;
}