/*
Theme name: Dowling Duncan
Description: WordPress theme for dowlingduncan.com
Version: 1.1
Author: Henrik Mattsson & Willem Demmers
Author URL: www.henrikmattsson.com / www.willemdemmers.com,
*/

html, body, p, h1, h2, h3, h4, h5, h6, tr, td, cite, form, input, textarea {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #FF0000;
}

p, form, input, textarea {
	color: #666666;
}

.txtgray {
	color: #666666;
}

.txtred {
	color: #FF0000;
}

.txtblack {
	color: #000000;
}

div.leftbox {
	display: block;
	float: left;
	width: 190px;
	min-height: 1px;
}

div.spacerbox {
	float: left;
	display: block;
	width: 10px;
	height: 1px;
}

div.spacerbox2 {
	float: left;
	display: block;
	width: 11px;
	height: 1px;
}

div#page {
	float: left;
	position: relative;
	width: 960px;
	padding: 15px 20px;
}

div#header {
	float: left;
	position: relative;
	width: 100%;
	height: 140px;
	margin-bottom: 10px;
}

div#headerLeft {
	float: left;
	position: relative;
	width: 140px;
	height: 100%;
	margin-right: 20px;
}

a#logo {
	text-decoration: none;
	color: #FF0000;
}

ul.menu {
	float: left;
	width: 100%;
	height: 150px;
}

ul#menu0 {
	height: 75px;
}

ul#menu1 {
	height: auto;
}

ul#menu2 {
	margin-left: 5px;
	/*margin-left: -20px;
	padding-left: 25px;
	border-left: 5px solid #BBBBBB;*/
	height: auto;
}

ul.menu li:first-child {
	border-top: 1px solid #BBBBBB;
	padding-top: 4px;
}

ul#menu2 li:first-child {
	border-top: none;
	padding-top: 0;
}

ul#menu2 li {
	font-style: italic;
}

ul.menu a {
	color: #666666;
	text-decoration: none	
}

ul.menu a:hover {
	color: #FF0000;
}

ul.menu#menu2 a:hover {
	color: #000000;
}

ul.menu li.active a {
	color: #FF0000;
}

ul.menu#menu2 li.active a {
	color: #000000;
}

ul.menu#menu2 li a {
	color: #666666;
}

div#headerRight {
	float: left;
	position: relative;
	width: 800px;
	height: 100%;
}

div#headerRight a#logo {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 210px;
	height: 34px;
	margin-right: -4px;
}

div#sidebar {
	float: left;
	position: relative;
	width: 140px;
	margin-right: 20px;
	min-height: 1px;
}

div#content {
	float: left;
	position: relative;
	width: 800px;
	height: auto;
}




/* BLOG STUFF */

div.blogExcerpt {
	position: relative;
	width: 190px;
	height: 140px;
}

div.blogExcerpt img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

div.excerptHover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

div.excerptTitle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

div.excerptTitleBg {
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-khtml-opacity: 0.5;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”;
	background-color: #FF0000;
	z-index: 0;
}

div.excerptTitle h2 {
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
}

div.excerptTitle h3 {
	margin-left: 10px;
	margin-right: 10px;
}

a.excerptLink {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	color: #FFFFFF;
}

div.excerptMonth {
	background-color: #fae8e8;
}


/* COMMENTS STUFF */

div#comments {
	
	width:390px; 
	height:390px; 
	overflow-y: scroll; 
	overflow-x: hidden; 
	margin:20px; 
	padding: 20px; 
	background-color:#FFF	
}

div#comments table {
	margin-right: 0px;
	float: none;	
}
div#comments td {
	padding-top: 0px;
	vertical-align: top;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-top-style: none;
}
div#comments textarea, div#comments input {
	margin-right: 0px;
	float: none;
	border: 1px dotted #BBB;
}

div#comments textarea{
	width: 370px;
	overflow: hidden; 
	margin-bottom: 5px;
}
div#comments input#author, div#comments input#email {
	width: 180px;
}
div#comments label, div#comments p.commentsLabel {
	font-size: 10px;
	color: #999;
}
div#comments input#submit {
	background-color:F7F7F7;
	border: 1px solid #BBB;
	margin-top: 10px;
	margin-bottom: 15px;
}

ol.commentlist {
	margin-bottom:15px;
}
li.comment {
	margin-bottom:5px;
}
a.commentsText {
	font-style: italic;
}

/* PAGES STUFF */

body.page-id-6 td img, body.page-id-88 td img {
	margin: 0;
	padding: 0;
}

body.page-id-6 td, body.page-id-88 td {
	padding-bottom: 0;
}

div#blogPost {
	position: relative;
}

div#blogPostTitle {
	position: absolute;
	left: 0;
	top: 5px;
}
div#blogPost td:first-child {
	padding-top: 79px;
}

table a {
	color: #FF0000;
}

table a:hover {
	color: #666666;
}

table {
	margin-right: 10px;
	float: left;
}

img {
	display: block;
}

td {
	padding-top: 4px;
	border-top: 1px solid #BBBBBB;
	vertical-align: top;
	padding-bottom: 7px;
}

td img {
	margin-top: 3px;
}

td img:first-child {
	margin-bottom: 20px;
}

table p {
	margin-bottom: 15px;
}


img.alignright {
	float: right;
}

img.alignleft {
	float: left;
}

.toTop {
	background-color: #FFF;
}

/* About */

body.parent-pageid-38 {
	background-color: #fae8e8;
}

body.parent-pageid-38 div#page div#sidebar div.toTop {
	background-color: #fae8e8;
}

/* FB Like*/

body.parent-pageid-38 div#page div#sidebar div#fbLike {
	display: none;
}
body.page-id-6 div#page div#sidebar div#fbLike {
	display: none;
}
/* Twitter*/

body.parent-pageid-38 div#page div#sidebar div#twitter {
	display: none;
}
body.page-id-6 div#page div#sidebar div#twitter {
	display: none;
}