/*
Theme Name: Blogbattery
Theme URI: http://notaniche.com/
Version: 1.1
Description: Interstate Batteries HR Blog Theme
Author: Alex Frison
Author URI: http://notaniche.com

v1.1
08.28.08 - Edited by Matt
v1.2
10.01.08 - Edited by Matt

*/

/* default elements */
* {margin: 0; padding: 0;}

body {
	color: #333333;
	font-size: 65%;
	line-height: 150%;
	font-family: helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 2% 0;
	background-color: #FEFEFE;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

a {
	color: #669933;
}
a:hover {
	color: #7DBF0F;
}

big {font-size: 1.1em;}

h1,h2,h3 {
	color: #333333;
	padding: 8px 0 2px;
}

h1 {
	text-transform: uppercase;
	text-shadow: 0px 1px 2px #ccc;
	font-stretch: narrower;
}

h1 {
	font-size: 2.0em;
 	font-family: helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 800;
	line-height: 1.1em;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: bold 1.6em helvetica, arial, sans-serif;}
h3 {font: bold 1.2em helvetica, arial, sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: 0;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px; line-height: 150%;}
small,.small {font: normal 0.9em sans-serif;}
ul,ol {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	margin: 0 auto;
	width: 762px;
	background-color: #67bf20;
	background-image: url(img/wrapper.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container {
	border-top: 6px solid #67bf20;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto; background: #FBF9F4;
	width: 750px;
}

/* header */
.title {
	border-top: 1px solid #67bf20;
	background-image: url(img/title.jpg);
	background-repeat: repeat-x;
}
.title h1 {
	font: normal 2.2em Helvetica, arial, sans-serif;
	padding: 0px 0 0px 0px;
}

.title a {
	color: #fff;
}

.header {
	border-top: 2px solid #67bf20;
	background: #DAD7C5;
	height: 220px;
}

/* navigation */
.navigation {
	height: 41px;
	background-color: #d2d2d2;
	background-image: url(img/nav_bar.png);
	background-repeat: repeat-x;
	text-transform: uppercase;
}
.navigation ul {padding: 0; margin: 0;}
.navigation li {float: left; list-style: none;}
.navigation li a {
	background: #d2d2d2 url(img/nav_bar.png) repeat-x;
	color: #525252;
	display: block;
	font-size: 1.2em;
	line-height: 41px;
	padding: 0 9px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.navigation a:hover {
	background: url(img/nav_bar_hover.png) repeat-x;
	color: #221;
}
.navigation .current_page_item a {color: #331;}

/* main */
.main {
	background-color: #FFF;
	background-image: url(img/main.gif);
	background-repeat: no-repeat;
}

/* posts */
.post .descr {
	color: #333333;
	font-size: 0.9em;
	margin: 2px 0 4px;
}
.post .info{
	border-top: 1px dashed #AAAA9A;
	color: #333333;
	font-size: 0.9em;
	font-weight: bold;
	margin: 4px 0 8px;
	padding: 8px 0;
}


/* bottom */
.bottom {
	background: #f3fde2 url(img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #67bf20;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* misc */
.content {padding: 18px 20px;}
.right .content {padding: 12px 10px;}
.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right {width: 33%;}

/* Minimize change of elements breaking out of their containing div's */
div.entry img {float: none; padding-right: 10px;}
div.entry {overflow: show;}

/* block list */
ul.block, .block ul {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #553;
	background-color: #67BF20;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {
	background-color: #B8EB92;
}

/* comments */
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}
#commentform {
	margin: 1em 0;
	width: 280px;
}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #FCFCFC;
	border: 1px solid #C6C3C3;
	padding: 2px;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #C6C3C3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}
.commentmetadata a {font-size: 1em; color: #666;}

/* calendar */
#wp-calendar {color: #A0A0A0;}

.col2 .right table caption {border-bottom-color:#000;}
.col2 .right table thead tr {
  border-bottom-color: #000;
  color: #A53512;
}
.col2 .right table th {border-bottom-color:#000;}
.col2 .right table td#today {
  border-color: #000;
  color: #A53512;
}
.col2 .right table td a {
  border-bottom-color: #000;
  background-color: #EDF3DE;
}

.col2 .right table tfoot {border-top-color: #000;}
.col2 .right table tfoot a {background: none;}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}



.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;


.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}


/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* deal */

#deal {
	background: #bde0a6;
	border: solid 1px #333333;
	padding: 10px;
	margin: 10px;
}

#deal h1,h2,h3 {
	color: #333333;
	padding: 0 0 10px;
	text-transform: capitalize;
}


/* calendar
--------------------------------------------------*/
#wp-calendar {
  display: inline-table;
  border-collapse: collapse;
  width: 185px;
  margin: 0px 10px 0 10px;
  text-align: center;
}

.col2 .right table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.col2 .right table thead tr {border-bottom:1px solid;}

.col2 .right table th {border-bottom:1px solid;}

.col2 .right table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.col2 .right table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.col2 .right table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.col2 .right table tfoot {border-top:1px solid;}
.col2 .right table tfoot a {
  border: none;
  font-weight: bold;
}
.col2 .right table tfoot #prev a {text-align:left;}
.col2 .right table tfoot #next a {text-align:center;}

#searchform {padding:10px;}

/*ACHTUNG alignment for flexible picture upload */
.imgalignleft { float: left; margin-right: 10px;}
.imgalignright { float: right; margin-left: 10px;}
.imgaligncenter { margin-left: auto; margin-right: auto; margin-right: 10px; margin-left: 10px;}

/* Career Opportunities */
h3#careerop a {display:block; height:33px; width:220px; text-indent:-9999px; background:url(/wp-content/themes/blogbattery/img/career_opportunities.gif) bottom left no-repeat;}
h3#careerop a:hover {background-position:top left;}

