/*  
Theme Name: Dublin Dog Theme
Description: The wordpress theme for the blog at www.dublindog.com
Version: 1.0
Author: Bryan Jones
Origin Credit: This theme is heavily based on the work of Ori Pearl (http://www.oripearl.com/) and his 'Corporate' wordpress theme. My thanks to Ori for a wonderful starting point.
*/



pre, code {white-space: normal;}
	

.post
{
	margin: 10px 0px 50px 0px;	
	padding: 15px;	
	_padding: 7px;
}

.post .postheader .commentcount
{
	width: 27px;
	line-height: 12px;
	float: left;
	text-align: center;
	padding-right: 10px;
}

.post .postheader .commentcount a
{
	text-decoration: none;
	color: #4884bc;
}

.post .postheader .posttitle
{
	
	line-height: 20px;
}

.post .postheader .posttitle h2
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.post .postheader h2 a
{
	text-decoration: none;
}

.post .postheader .posttitle .postmeta
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
}

.post .postcontent
{
	margin-top: 20px;
	line-height: 17px;
}

.post .postcontent p
{
	margin-bottom: 10px;
}

.post .posttags, .post .posttags a
{
	color: #959595;
	clear:both;
	margin-top: 20px;
	text-align: right;
}


/*Comments
------------------------------------------------------------------ */

.commentbox
{
	background: #fff;
	border: solid 1px #eeeeee;
	margin: 10px 5px 20px 5px;
	padding: 15px;
	_padding: 7px;
}

.commentmeta .avatar
{
	float: left;
	padding-right: 6px;
	_padding-right: 3px;
}

.commenttext
{
	clear: both;
	margin-top: 10px;
}

.commentform input
{
	padding: 0;
	margin: 0;
	line-height: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

.navlinks
{
	margin: 0px 5px 40px 5px;	
}

.navlinks a
{
	text-decoration: none;
}

.navlinks img
{
	margin-right: 5px;
}



/* Sidebar
-------------------------------------------------------------------- */

#sidebar { float: right; display: inline; } /*Inline: fix for IE6 double margins bug*/

#sidebar #wrapbox {
	/*background: #fafafa;*/
	border-left: 1px dotted #2b1903;	
	padding: 15px 17px 17px 30px;
	margin: 10px 5px 20px 5px;
	_margin: 40px 0px 20px 0px;
}

#sidebar .sidebarbox {
	line-height: 20px;
	margin-bottom: 40px;
}

#sidebar .sidebarbox h3 {
	font-size: 14px;
	color: #2b1903;
	font-weight: bold;
	margin-bottom: 10px;
}

#sidebar .sidebarbox a {
	text-decoration: none;
	color: #ce5d16;
}

#sidebar .sidebarbox a:hover { color: #2b1903; }

#sidebar .sidebarbox ul {
	list-style-type: none;
	font-size: 0.9em;
}

#sidebar .sidebarbox .pages ul {
	text-indent: -3em;
}




.searchform #searchbox {
	float: left;
	width: 120px;
	font-size: 0.9em; 
	color: #2b1903; 
	margin-bottom: 10px; 
	background: #e5dcbd;
	border: 1px solid #2b1903;
}

.searchform #searchbutton {
	height: 20px;
	width: 20px;
	margin-left: 6px;
	border: none;
	cursor: pointer;
	background: url('images/searchbutton.png') no-repeat 0 0;
}

.searchform #searchbutton:hover { background: url('images/searchbutton-hover.png') no-repeat 0 0; }

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   background: #fafafa;
   border: solid 1px #eeeeee;
   text-align: center;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}