/*
Theme Name: DMC Blog
Theme URI: http://www.dmcantor.com/
Description: Theme for the David Michael Cantor Blog
Version: 1.0
Author: AntalMedia
Author URI: http://www.antalmedia.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

/****************************************|STRUCTURE|****************************************/
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html,body {
	margin:0;
	padding:0;
	word-wrap:break-word;
	border:0;
	height: 100%;
}
html {overflow: auto;}
body {
	margin: 0;
	background: #efefed;
}
#page {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}
#header {
	position: relative;
	height: 300px;
	margin-bottom: 10px;
	background: url(images/bg-header.jpg) 0 0 no-repeat;
}
#content {
	position: relative;
	width: 620px;
	float: left;
	padding: 35px 0 40px 30px;
}
#sidebar {
	margin-left: 700px;
	padding: 35px 0 0;
	width: 220px;
}
/****************************************|TYPOGRAPHY|****************************************/
body { 
	color: #111111;
	font: normal 80%/160% tahoma, arial, verdana, san-serif;
}
h1, h2, h3, h4, h5 {
	font-family: georgia, 'times new roman', times, serif;
	font-weight: normal;
}
h1 {font-size: 2.2em;}
h2 {font-size: 1.3em;}
h2.pagetitle {
	margin: 0 0 24px;
	padding: 0 6px 6px;
	width: 500px;
	font: normal normal 21px/21px Arial, Helvetica, sans-serif;
	color: #17412a;
}
li {list-style: none;}
hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
a, a:visited { text-decoration: none; color: #004bc9; }
a:hover { text-decoration: underline; color: #333333; }
p.back-to-blog{position: absolute; top: 0; left: 30px;}
p.back-to-blog a{
	padding-left: 20px;
	font-size: 12px;
	font-weight:bold;
	color: #275838;
	background: url(images/ico-arrow.gif) 0 50% no-repeat;
}
/****************************************|HEADER|****************************************/
#header h1 {
	position: absolute;
	display: block;
	top: 70px;
	left: 60px;
	height: 100px;
	width: 600px;
}
#header h1 a {
	display: block;
	height: 100px;
	width: 600px;
	text-indent: -999em;
}
#header .description {
	text-indent: -999em;
}

/****************************************|POST - INDEX|****************************************/
.index .post {
	border: 1px solid #e8e8e8;
	padding: 20px;
}
.index .post:hover {
	cursor: pointer;
	background: #f2fff7;
}
.index .post:hover h2{color: #17412a;}
/****************************************|POST|****************************************/
.post {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
.post h2 {
	margin: 0 0 2px;
	padding: 0 0 6px;
	width: 500px;
	font: normal normal 32px/32px Arial, Helvetica, sans-serif;
	color: #333;
}
.post h2 a {
	color: #333;
	text-decoration: none;
}
.post h2 a:hover {
	color: #17412a;
}
.post .date {
	padding: 6px 0;
	font: normal normal 12px/12px Arial, Helvetica, sans-serif;
	color: #666;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.post .date .author{float: left;}
.post .date .time{float: right;}
.entry {
	margin: 14px 0;
}
.entry p {
	margin: 0 0 1em 0;
	font-size: 14px;
}
.entry a {
	color: #4f6373;
}
.entry a:hover {
	color: #84755c;
}
.entry ul, .hentry ol {
	margin: 0 0 1em;
}
.entry ul {
	margin-left: 1.5em;
}
.entry ul li, .entry ol li {
	list-style: square;
	border-bottom: 1px solid #fafafa;
	padding: .2em 0;
}
.entry ol {
	margin-left: 2em;
}
.entry ol li {
	list-style: decimal;
}
.entry blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
.entry img {
	float: left;
	padding: 12px;
}
.entry img.align-right {
	float: right;
	padding: 12px 0 12px 12px;
}
.entry img.align-left {
	float: left;
	padding: 12px 12px 0 12px;
}
.entry img.align-center {
	display: block;
	margin: 12px auto;
}
.entry .readmore {
	text-align: right;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.entry .readmore a {color: #006600;}
.postmetadata {
	border-top: 1px solid #e8e8e8;
	margin: 0;
	padding: 8px 0 0;
	font-size: 10px;
	line-height: 12px;
	color: #999;
}
.postmetadata a {
	color: #999;
}
.postmetadata a:hover {
	color: #84755c;
}
/****************************************|PAGING|****************************************/
.page_nav {}
.page_nav .alignleft a, .page_nav .alignright a{
	display: block;
	padding: 3px 4px;
	color:#333333;
	font: bold normal 16px/16px Arial, Helvetica, sans-serif;
}
.page_nav span {
	vertical-align:bottom;
	font-size: 14px;
}
.page_nav .alignleft a:hover, .page_nav .alignright a:hover{
	color:#333333;
	background: #e8e8e8;
	text-decoration: none;
}
/****************************************|COMMENTS|****************************************/
#comments h2, #respond h2 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#comments {
	margin: 0 0 1em;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 1em;
}
#comments h3 {
	font-size: 1.2em;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding-left: 40px;
}
.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#respond input, #respond textarea {
	width: 542px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: url(images/submit.png) no-repeat;
	margin-right: 10px;
}
#respond button#reset {
	background: url(images/reset.png) no-repeat;
}
/****************************************|SIDEBAR|****************************************/
#sidebar h2 {
	margin: 0 0 12px;
	padding: 14px 0 6px;
	border-top: 3px solid #e8e8e8;
	font: normal bold 14px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
}
#sidebar .widget {
	margin-bottom: 20px;
}
#sidebar li ul {
	margin: 0 0 2em 0;
}
#sidebar li ul li {
	margin: 0 5px 0 0;
	padding: 3px 0 0 8px;
}
#sidebar li ul li:hover {}
#sidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #e8e8e8;
}
#sidebar li ul li.current_page_item a {
	color: #84755c;
}
#sidebar li ul li ul li, #sidebar li ul li ul {
	display: none;
}
#sidebar li ul li {
	color: #222;
}
#sidebar li a {
	color: #555;
}
#sidebar li a:hover {
	color: #84755c;
}
#calendar  {
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}
#wp-calendar {
	width: 90%;
	margin-left: 5%;
}
#wp-calendar caption {
	color: #864901;
	margin-top: 5px;
}
/****************************************|FOOTER|****************************************/
#footer {
	position: relative;
	text-align: left;
	font-size: 11px;
	padding: 20px;
	border-top: 1px solid #a8a8a8;
	background: #efefed;
}
#footer p{color:#999;}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #f7951e;
}
/****************************************|ALIGN|****************************************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {float: right;}
.alignleft {float: left;}
/****************************************|ALWAYS|****************************************/
img {border: 0;}
.section_break {display:none;}
label.hidden {display: none;}
/****************************************|FIXES (browser & structure)|****************************************/
.clear {
	clear:both;
	font-size:0px;
	height:1px;
	line-height:1%;
	margin-bottom:-1px;
	overflow:hidden;
}
a, a:visited, a:hover, a:active, a:focus {-moz-outline-style: none;}
object {outline: none;}