/*
Theme Name: RechargerTheDog
Version: 2.0
Description: Theme adapted from Andrew Paolino's original.
Author: 
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #666;}
a:hover {color: #red; text-decoration: underline;}
a img {border: none;}

body {
	background: #f4f4f4 /*url('img/body.jpg') no-repeat center top*/;
	color: #000;
	font: normal 70% Arial, Helvetica,sans-serif;
	padding-top: 10px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 2em Arial, Helvetica,sans-serif;}
h2 {font: normal 1.3em Arial, Helvetica,sans-serif;}
h3 {font: bold 1em Arial, Helvetica,sans-serif;}

h1,h2,h3 {padding-top: 6px; color: #000; margin-bottom: 5px;}

code {
	background: #FFF;
	/*border: 1px solid #EEE;
	border-left: 6px solid #CCC;*/
	color: #666;
	display: block;
	font: normal 1em Arial, Helvetica,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* header & title */
.header {
	background: #000 url('img/header.jpg') no-repeat;
	background-position:center; 	
	height: 288px;
	}

.header .title {
	color: #FFF;
	padding-top: 80px;
	padding-left: 325px;
}

.textlink {
        	background-color: #e6e6e6;
                text-align:right;
                padding: 2px 30px 0 0;
                height: 15px;
}

.text_link a {font-size:11px; text-transform:uppercase;text-decoration: underline; color: #666666; font-family:Arial;}
.text_link a:hover {color:#cc0000; text-decoration: none;}
.text_link img, a img  { border: 0; }


/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
.alignright { float:right; margin: 0 0 15px 15px; }
.alignleft { float:left; margin: 0 15px 15px 0; }

/* structure */
.outer-container {
	padding-bottom: 10px;
}

.inner-container {
	border-left: 2px solid #cccccc;
	background-color: #e6e6e6;
	font-size: 1.2em;
	margin: 0 auto;
	width: 935px;
}


/* content */
.content {
	float: right;
	width: 720px;
	border-right: 3px solid #cccccc;
	border-left: 3px solid #cccccc;
	padding: 0px 10px 0px 14px;
	background-color: #FFFFFF;
	color: #333333;
}
.content .descr img {
	border: none;
	vertical-align:text-top;
}
.content .paging{
	text-align: right;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: 'Trebuchet MS',Helvetica,Jamrul,sans-serif;
	color: #666666;
}

.content li {
	line-height: 1.4em;
	list-style: url('img/li.gif');
	margin-left: 18px;

}
.content p {font-family: Arial, Helvetica,sans-serif;}

/* posts */
.post {
	line-height:150%;
	margin: 10px 0 10px;
	color: #333333;
}
.post h1, h1 a {
	font-size:20px;
	font-family:Arial, Helvetica,sans-serif;
	color:#000000;
	text-decoration:none;

}
.post h2, h2 a {
	font-size:16px;
	font-family:Arial, Helvetica,sans-serif;
	color:#000000;
	text-decoration:none;
}
.post img, a img {
	border: 1px solid #999999;
	padding: 2px 2px 0px 2px;
}
.post a:hover img {border-color: #CCC;}

.post .info{
	font-size:10px;
	border-top: 1px solid #E3E4E4;
	text-transform:uppercase;
	color: #666666;
	padding: 5px 0 2px 2px;
}
.info a {text-decoration: underline; color: #666666;}
.info a:hover {color:#cc0000; text-decoration: none;}
.info img, a img  { border: 0; }

.post .tagline {
	text-transform:uppercase;
	border-bottom: 1px solid #999999;
	color: #666666;
	padding: 0px 0 5px 2px;
}
.post .tagline a {
	font-size:10px;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	background-color: #DDDDDD;
}
.post .tagline img, a img  { border: 0; }

.post .moretext {
	font-size:10px;
	text-transform:uppercase;
	text-decoration: underline;
	color: #666666;
	margin: 15px 0 0 0px;
}



.header .title .sitename a {
	/*border-bottom: 1px dashed #657382;*/
	color: #FFF;
	font: normal 2em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Arial, Helvetica,sans-serif;
	padding-top: 6px;
}

/* weather */

.weather-stamp {
	color: #666;
        font-size:9px;
	font-weight: normal;
        z-index: 3;
        position: absolute;
}

/* top right ad */
.ad     {
        float: left;

}

/* image bar */
.imgbar {
   	padding: 7px 0px 7px 30px; 
	height: 95px;
        overflow:hidden;
        width: 695px;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: 'Trebuchet MS',Helvetica,Jamrul,sans-serif;
	text-transform:uppercase;
	background-color: #e6e6e6;

}

.imgbar .img_hold {	
	padding:3px;
	border:1px solid #999;
	width:85px;
	height:75px;
	margin: 3px 10px 20px 10px;
	display:block;
	float:left;
	background:white;
	position:relative;	

}

.imgbar .img_hold a.feature01 
{
	display: block;
	float: left;
	position: relative;
	vertical-align:middle;
	text-decoration: none;
}
 
.imgbar .img_hold a.feature01:hover .overlay01
{
	position: absolute;
	z-index: 2;
	width: 85px;
	height: 45px;
        background:#A00;
}

.imgbar .img_hold a.feature01 .overlay01 .caption01
{
	text-align:center;
        padding-top:5px;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 3;
	text-indent: -9999em;
	bottom: 0;
	overlay: hidden;

}

.imgbar .img_hold a.feature01:hover .caption01
{
	text-indent: 0px;
	color: #ffffff;

}
	
.img_hold a.feature01 img { display: block; }


/* path */
.path {
        position:static;
        bottom:0;
        left:0;
        width:900px;
        margin:0;
        padding-top:0;
        height: 40px;
        verticle-align: bottom;

}
.path li,.path ul {
        float:left;
        margin:0 2px 0 0;
        padding:0;
}

.path a {
        display:block;
        height:30px;
        line-height:30px;
        margin:0;
        padding:0 .8em;
        font-weight:bold;
        font-size:12px;
        font-family:"Trebuchet MS";
        background:lightgrey;
        text-transform:uppercase;
        text-decoration: none;
        color:#666;
}
.path a:hover {
        background:red;
        color:white;
        text-decoration:none;
}

.path ul ul li a{
        background:none;
        text-transform:none;
        display:inline;
        padding:3px 4px 3px 4px;
        margin: 0px 3px 0px 3px;
        letter-spacing: 1px;
        font-size:10px;}

/* search */

#searchform {
	float: left;
	padding: 0px 10px;
}


/* navigation - sidebar*/
.navigation {
	float: left;
	width: 185px;
	font-family:Arial,Verdana,sans-serif;
	font-size: 8px;
	background:#dedcdc;
	color: #A00;
}
.navigation img {
	border: 0;
	background-color: #FFF;
	padding: 0;

}
.navigation .callout {
	border: 0;
	background-color: #dedcdc;
	color: #666;
	padding: 10px 5px 25px 5px;
}

.navigation h2 {
	padding:5px 0 0 5px;
	font-weight:bold;
	font-size:10px;
	color:#666;
	text-transform:uppercase;
}
.navigation ul {
	border:1px solid #ccc;
	background: #FFF;
	margin:0;
	padding:0;
}
.navigation li {
	padding: 2px 3px 8px 9px;
}
.navigation li a {
	color: #333333;
	font-family:Arial, Helvetica,sans-serif;
	font-size: 11px;
        color:#666;
	text-decoration: underline;
}
.navigation li a:hover {
	color: #999999;
	font-family:Arial, Helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;	
}


/* footer */
.footer {
	font-family:Arial, Helvetica,sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	background-color: #dbdbdb;
	color: #000;
	padding: 10px 12px;
	border: 3px solid #cccccc;
	border-left-width: 1px;

}
.footer a {
	color: #999999;
	text-decoration: underline;
}
.footer a:hover {color: #999999; text-decoration: none;}


/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 0px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

.gray_button {
vertical-align:middle;
border: 0px;
height:21px; 
padding: 3px 6px 3px 6px;
letter-spacing: 1px; 
background: #CCC; 
font-family: Verdana, san-serif; 
color: #FFFFFF; 
font-size:10px;
vertical-align:baseline;
vertical-align:"1px";
}

.gray_button:hover{
background:red;
color:white;
text-decoration:none;
}

.xoxo blogroll ul{
	border:1px solid #ccc;
	background: #FFF;
	margin:0;
	padding:0;

}
.xoxo blogroll li {
	padding: 2px 3px 8px 9px;
}
.xoxo blogroll li a {
	color: #333333;
	font-family:Arial, Helvetica,sans-serif;
	font-size: 11px;
        color:#666;
	text-decoration: underline;
}
.xoxo blogroll li a:hover {
	color: #999999;
	font-family:Arial, Helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;	
}

.sofia_ad {
padding-top: 20px;

}