/*
   Theme Name: O'Doherty Blue
   Author: Patrick O'Doherty

   style.css
   pod
   
   Created by Patrick O'Doherty on 2009-03-15.
   Copyright 2009 O'Doherty.ws. All rights reserved.
*/
html {
	width: 800px;
	margin: auto;
	margin-top: 30px;
	background: #D3E1EC;
	font-family:"Helvetica Neue", "Myriad Pro", Helvetica, Arial,  sans-serif; 
}

#container {
	padding: 10px;
}
/* Link Styles */
a:visited 
{
	color: #333;
}

/*Header style*/
#header
{
	float: left;
	padding:10px;
	padding-right:-10px;

}
#header ul.headernav
{
	list-style-type: none;
	float: right;
	clear:both;
}
#header ul.headernav li
{
	display: inline;
}
#header ul.headernav li a, #header ul.headernav li a:visited
{
	text-decoration: none;
	color: black;
	padding: 4px 5px;
	background: #A9C9E2;
	border: 2px solid #A9C9E2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#header ul.headernav li a:hover
{
	border: 2px solid #DF7317;
}


#header span.title
{
	font-size: 350%;
	float: left;
	overflow: hidden;
	margin-top: 10px;
	font-weight: 100;
}
#header span.title a:visited, #header span.title a
{
	text-decoration: none;
	color: black;
}
#header span.title2
{
	display: inline;
	font-size: 80%;
	font-weight: normal;
	padding-left: 100px;
	color: #606060;
}


/*Content Style*/

#whoami
{
	background: #A5CAE3;
	padding: 10px;
	clear: both;
	-moz-border-radius: 6px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	border-radius: 6px;
	border-bottom-right-radius: 0px;
}
#whoami em
{
	font-style: italic;
	font-weight: bold;
}
#main {
	width: 100%;
	/* overflow: hidden; */
	clear: both;
}

#content {
	float: left;
	padding: 10px;
	width: 590px;
}
#content .post
{
	padding: 10px 0px;
}
#content 
.post p
{
	line-height: 18px;
	text-align: justify;
	padding-right: 10px;
	padding:10px 0;	
	font-size: 110%;
}
.post p em
{
	font-weight: bold;
}
#content .post h4 a{
	display: inline-block;
	line-height: 1;
	font-size: 2em;
	font-weight: 100;
	color: #DF7417;
	font-family:"Helvetica Neue", "Myriad Pro", Helvetica, Arial,  sans-serif; 
	text-decoration: none;
}
#content .post h4 a:hover
{
	text-decoration: underline;
}

#content .post ul li
{
	list-style: square;
}

#content .post .entry h2
{
	font-family:"Helvetica Neue", "Myriad Pro", Helvetica, Arial,  sans-serif;
	font-size: 150%;
	font-weight: 110;
	padding: 5px 0;
}

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;
	}


#content .post strong
{
	font-weight: bold;
}
#content .post .meta, .metadata
{
	color: #333;
	padding: 6px 0;
	font-size: 95%;
}

/*Sidebar style*/
#sidebar .twitter img
{
	clear: both;
}


#sidebar {
	padding: 10px;
	padding-right: 10px;
	float: right;
	width: 150px;
	background: #A5CAE3;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
#sidebar input#s
{
	width: 145px;
	margin: auto;
	border: 2px solid #eee;
}
#sidebar input#searchsubmit
{
	background: #eee;
	color: #333;
	padding: 2px;
	border: 2px solid #989898;
	margin-top: 2px;
}

#sidebar #searchform label
{
	display:none;
}
#sidebar label.hidden
{
	display: none;
}

#sidebar #searchform
{
	padding: 10px 0;
}


#sidebar ul li ul
{
	padding: 4px 0;
	padding-left: 10px;
}

#sidebar ul li ul li
{
	padding: 1px 0;
}

#sidebar  span
{
	width: 100px;
	word-wrap: break-word;
}

#sidebar h2
{
	padding: 3px 0px;
	font-size: 120%;
	font-weight: 110
}
#sidebar a
{
	text-decoration: none;
}
#sidebar a:hover 
{
	text-decoration: underline;
}


/*Footer style*/
#footer
{
	width: 800px;
	float: right;
	margin: auto;
	margin-top:10px;
	padding: 10px 0px;
	text-align: center;
	color: #989898;
	font-weight: bold;
}
#footer a, #footer a:visited
{
	color: #989898;
	text-decoration: none;
}
# Comments
#content h3
{
	font-weight: bold;
	font-size: 110%;
}
#content #comments {
	width: 500px;
	margin: auto;
	margin-top: 30px;
	font-weight: bolder;
	margin-bottom: 10px;
	
}
#content #commentsform{
	background: #ccc;
	padding: 5px;
	padding-top: 0px;
}
#content .commentlist {
	width: 520px;
	margin: auto;
	padding: 5px;
}
#content .commentlist li
{
	padding: 10px 10px;
}
#content #commentform {
	width: 600px;
	padding:20px;
	margin: auto;
}
#content #commentform textarea{
	width: 540px;
}
.commentbody:after {content: "."; display: block; height:11px; clear:both; visibility:hidden;}
	 .commentbody {width:400px; height:auto; font-family:verdana; font-size:11px;}
	b.tl {display:block; width:400px; height:8px; font-size:1px;}
	b.tr {display:block; width:392px; height:8px; font-size:1px; float:right;}
	b.bl {display:block; width:8px; height:8px; font-size:1px; float:left;}
	b.br {display:block; width:392px; height:8px; font-size:1px; float:right; position:relative;}
	b.point {display:block; font-size:1px; width:25px; height:14px;}
	 .commentbody p {padding:8px; margin:0; border:3px solid #fff; border-width:0 3px; text-align:justify;}
b.tl {display:block; width:400px; height:8px; font-size:1px;}
b.tr {display:block; width:392px; height:8px; font-size:1px; float:right;}
b.bl {display:block; width:8px; height:8px; font-size:1px; float:left;}
b.br {display:block; width:392px; height:8px; font-size:1px; float:right; position:relative;}
b.point {display:block; font-size:1px; width:25px; height:14px;}
b.tl {background:url('images/top_left.gif') top left no-repeat;}
b.tr {background:url('images/top_right.gif') top right no-repeat;}
#content .commentbody p {background:#C9D7EC;}
b.bl {background:url('images/bottom_left.gif') top left no-repeat;}
b.br {background:url('images/bottom_right.gif') top right no-repeat;}
b.point {background:url('images/point.gif') top left no-repeat; margin:5px 0 0 25px;}

#content .commentbody{
	margin: auto;
}
#content .commentinfo{
	margin: auto;
	width: 380px;
}

#content .commentinfo cite , #content .commentinfo cite a{
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;	
}

#content .commentinfo small ,#content .commentinfo small a{
	font-size: 95%;
	color: #808080;
	text-decoration: none;
	color: black;
}

#content .commentinfo{
	font-size: 90%;
}
#content #respond {
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	width:  500px;
	margin: auto;
	margin-top: 30px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	border: 1px solid #cbd8e0;
	margin: 10px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	border: 1px solid #cbd8e0;
	margin-top: 10px;
}
.
commentsformtitle {
	color:#4f4f4f;
	font-size: 12px;
}
#commentform #submit {
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #6c6c6c;
	background: #e6f0f2;
	width: 116px;
	height:25px;
}
.commentsumbitblock {
	overflow: hidden;
	height: 65px;
}

# 404 error page
#center
{
	margin: auto;
}
#center h2
{
	font-weight: bold;
	text-align: center;
	font-size: 150%;
}
#center p
{
	text-align: center;
}
.centerimg
{
	text-align:center;
	padding:0px;
	margin:0px;
}


