/*
Theme Name: Doheny
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	

*/



@charset "UTF-8";
/* CSS Document */

/* RESET */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET */

body{
	background:#082952;
	color:#fff;
	width:100%;
	height:100%;
	text-align:center;
}

strong{
	font-weight:bold;
}
em{
	font-style:italic;
}


h2.logo{
	width:281px;
	height:94px;
	display:block;
	float:left;
	background:url(img/logo-doheny.png) no-repeat 0 0;
	text-indent:-9999px;
	position:relative;
	top:20px;
}

h2.logo a{
	width:281px;
	height:91px;
	display:block;
	text-indent:-9999px;
}

h3{
	font:bold 18px/24px Arial, Helvetica, sans-serif;
}

h4{
	font:bold 15px/20px Arial, Helvetica, sans-serif;
}

p{
	margin:7px 0;
}

div#pageWrapper{
	width:1200px;
	min-height:844px;
	margin:0 auto;
	background:url(img/bg-radial.jpg) no-repeat 0 0;
	/*position:relative;
	left:-150px;*/
}

div#overlayWrapper{
	width:100%;
	height:600px;
	margin:0 auto;
	position:absolute;
	top:0;
	left: 0;
}

div.text-block{
	padding:14px 0 0 0;
}
div#banner{
	width:100%;
	height:164px;
	background:url(img/bg-banner.jpg) repeat-x 0 0;
	margin:50px 0 0 0;
}
div#headerWrapper{
	width:963px;
	height:154px;
	background:url(img/header-bnr.png);
	margin:0 auto;
	position:relative;
	top:-149px;
	z-index:500;
}

ul#nav{
	width:auto;
	height:60px;
	font:normal 17px/24px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	float:right;
	position:relative;
	top:60px;
}

ul#nav li{
	width:auto;
	display:block;
	float:left;
	padding:12px 6px;
}

ul#nav li a:link,
ul#nav li a:visited,
ul#nav li a:active,
ul#nav li a:hover{
	width:auto;
	border-left:1px solid #999;
	display:block;
	float:left;
	padding:12px 12px;
	color:#000;
	text-decoration:none;
}
ul#nav li a:hover{
	border-bottom:8px solid #a00;
}

div#content{
	width:970px;
	background:url(img/bg-page.png) repeat-y 0 0;
	margin:0 auto;
	position:relative;
	top:-175px;
	left:0;
	z-index:450;
	text-align:left;
	padding:0 10px 0 11px;
	color:#333;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	float: left;
}
div#feature-left{
	width:559px;
	height:310px;
	float:left;
}
div#sb-right{
	width:398px;
	height:311px;
	float:right;
	margin:0 7px 0 0;
	background:url(img/bg_sb-right.jpg) no-repeat 0 0;
}

form#signup{
	margin:120px 0 0 23px;
}

form#signup input.text{
	font:normal 15px/19px Arial, Helvetica, sans-serif;
	color:#0e4283;
	height:20px;
	padding:5px;
	width:340px;
	display:block;
	margin:0 0 8px 0;
}
form#signup input.zip{
	width:165px;
}
form#signup input.submit{
	position:relative;
	top:-50px;
	left:220px;
}

div.section{
	width:700px;
	margin: 0 0 0 30px;
	float: left;
}
div#footer{
	width:960px;
	margin:0 auto;
	text-align:left;
	position:relative;
	top:-150px;
	/*display:none;*/
}
div#disclaimer{
	margin:10px auto;
	padding:0 0 30px 0;
	width:190px;
}


span.tack a{
	font:bold 14px/22px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#fff;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
/*#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}
*/
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #d1cfcf;
	padding-top: 4px;
	margin: 10px;
	-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;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #7e7c7c;
}
a:hover {
	color: #039;
	text-decoration: none;
	border-bottom: 1px dotted #039;
}

h2.widgettitle {
	background-color: #06356B;
	padding: 7px;
	color: #fff;
	display:block;
	margin-bottom: 10px;
	margin-top: 10px;
}
/* End captions */
#comment {
	width: 600px;	
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
