/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;-webkit-text-size-adjust:none;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
/* remember to define focus styles! */
:focus{outline:0;}
/* remember to highlight inserts somehow! */
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}


/* Styling */

body {
	background: #e6e6e6;
	font-family: "Times New Roman", times, serif;
	line-height: 18px;
	font-size: 14px;
	color: #2d2d2d;
}

/* Main divs */

div#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

div#top {
	margin: 0 50px;
	height: 350px;
	width: 900px;
	position: relative;	
}

div#logo {
	width: 900px;
	height: 306px;
}

div#content {
	position: relative;
}

div#left {
	width: 550px;
	float: left;
	display:inline;
	padding: 0 50px;
	margin: 0;
	border-right: 1px dotted #d2d2d2;
}

div#right {
	float: right;
	width: 250px;
	margin: 0 50px 0 0;
	font-size: 12px;
	background: #fff;
	z-index: 100;
}

div#footer {
	clear: both;
	width: 1000px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: #969696;
}

/* Content Divs */

div.entry {
	position: relative;
	padding: 20px 0 30px 0;
	border-top: 1px solid #d2d2d2;	
}

div.entry-title {
	margin-top: 6px;
	
}

div.entry-body {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 20px;
}

div.entry-links {
	margin: 0 0 0 0;
}

div.tags {
	text-align: right;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #777777;
	margin: 0 0 12px 0;
}

/* Text Styles */

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

p {
	margin: 0 0 20px 0;
}

h1,h2,h3,h4 {
	font-family:baskerville,'palatino linotype';
}

h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 25px;
	text-align: center;
	letter-spacing: 4px;
	margin: 0 0 18px 0;
	line-height: 32px;
	
}

h2 {
	text-transform: uppercase;
    font-weight: normal;
	font-size: 22px;
	letter-spacing: 2px;
	margin: 0 0 8px 0;
	
}

h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 3px;
	margin: 15px 0 15px 0;

}

h4 {
	font-weight:normal;
	text-align:right;
	text-transform:uppercase;
}

h6 {
	margin: -12px 0 14px 0;
	padding: 0;
	text-align: center;
}

span.dates {
	text-align: right;
	width: 620px;
	display: block;
	font-size: 11px;
	margin: 0 0 18px 0;
	color: #969696;	
	
	
}

span.middledates {
	position: absolute;
	top: -9px;
	left: 160px;
	text-align: right;
	width: 230px;
	background: #fff;
	display: block;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0;
	color: #969696;
	font-family: arial, sans-serif;
}

span.middledates span.capitalize {
	text-transform: Capitalize;

}

div.entry-links, h6 {
	color: #777;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

br {
	margin-top: -19px;
}

div.entry ol, 
div.entry ul {
	padding: 0 0 1em 2em;
}

div.entry ul {
	list-style-type: disc;
}

div.entry ol {
	list-style-type: decimal;
}

/* Link styles */

span.more {
	background: url(images/more.gif) top left no-repeat #fff;
	padding-left: 12px;
}

#footer span {
	padding: 0 15px;
	
}

div.entry-links a {
	color: #777;
}

div.entry-links a,
div.entry-links div {
	display:inline;
	margin: 0 11px 0 0;
}

div.entry-links a:hover {
	color: #e244a7;	
}

a {
	text-decoration: none;
	color: #2d2d2d;
}

a:hover {
	text-decoration: none;
	color: #e244a7;	
}



/* Various */

img {
	border: none;
	margin: 0;
}

div.entry div.img-wrap {
	background: #f0f0f0;
	text-align: center;
}

div.entry-body img  {
	max-width: 550px;
	height: auto;
}

div.alignleft {
	float:left;
}

div.alignright {
	float:right;
}

ol.commentlist {
	border-top: 1px solid #D2D2D2;
	padding-top: 10px;
	
}

ol.commentlist img.avatar {
	display:none;
}

ol.commentlist div.comment-meta {
	margin-bottom: 10px;
}

ol.commentlist div.comment-meta,
ol.commentlist div.comment-author,
div#respond {
	font-size: 12px;
	line-height: 14px;
}

ol.commentlist li.comment {
	border-bottom: 1px solid #D2D2D2;
	margin-bottom: 10px;
}

form#search-form div {
	height: 19px;
}

form#search-form input {
	width: 200px;
	height: 15px;
	padding: 1px;
	border: 1px dotted #d2d2d2;
	font-size: 11px;
	font-family: Arial;
	float: left;
}

form#search-form label {
	display: none;
}

form#search-form input#search-text {
	height: 14px;
	padding-top: 2px;
}

form#search-form input#search-submit {
	display: block;
	border: none;
	background: none;
	display:inline;
	font-family:inherit;
	font-size:inherit;
	margin: 0 0 0 0;
	padding: 2px 0 2px 2px;
	text-transform:uppercase;
	width:45px;
	cursor: pointer;
	text-align: right;
}

form#commentform input,
form#commentform textarea {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
}

form#commentform textarea {	
	height:200px;
	width:100%;
}

form#commentform label {
	margin-left: 10px;
}

/* Sidebar */

#right ul {

}

#right ul p {
	margin:0;
}

#right ul li.widget {
	margin: 0 0 18px 0;
	padding: 0 0 18px 0;
	border-bottom: 1px solid #d2d2d2;
}

#right ul li.widget li {
	margin: 0 0 0 0;
	
}

#right ul li#text-5.widget {
	border-bottom: none;
	padding: 0;
}

#right p.row {
	height: 15px;
}

#right ul li.widget_pagelink_multi h3 {
	margin: 15px 0 2px 0;
}


/* Twitter */

div#right li.widget_twitter div.divider {
	border-top:1px solid #D2D2D2;
	height:1px;
	margin:5px auto;
	width:25%;
}

/* Search */

div#right div#content.search div.navigation {
	border-bottom-color:#D2D2D2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:17px;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:10px;
}

div#right div#content.search div.post {
	border-bottom-color:#D2D2D2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	clear:both;
}

div#right div#content.search h2 {
	border-bottom-color:#D2D2D2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding: 0 0 10px 0;
	margin-bottom: 0;
}


/* Categories */

div#right ul.categories > li {
    font-size: 12px;
}

div#right ul.categories > li ul {
    font-size: 11px;
    padding-left: 15px;
    margin-bottom: 5px;
}
