/* @override http://workshop.g2webmedia.com/oberkaler/wp-content/themes/oberkaler/style.css */

/*
THEME NAME: Ober Kaler
VERSION: 1.0
AUTHOR: Clay Griffiths
AUTHOR URI: http://www.g2webmedia.com
*/


/* @group clear */

body,div,dl,dt,dd,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/* @end */

/* @group =utility */

body{
	font-size: 62.5%;            
	margin: 0pt;
	font-family:helvetica,arial,sans-serif;
}


a img{
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #444;
	outline: none;
}

a:hover{
	text-decoration: underline;
	color: #bb0000;
}


.clearfix:after{content: ".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix {height:1%;}


/* @end */

/* @group =base */

/* @group -layout */

div#wrapper {
	margin: 0 auto;
	width: 955px;
	font-size:1.1em;
}


div#container {
	float: left;
	margin: 0 -200px 0 0;
	width: 100%;
	padding: 0 5px;
}
div#content {
	float: left;
	width: 530px;
}
div.sidebar {
	float: right;
	overflow: hidden;
	width: 400px;
}
div#footer {
	clear: both;
	width: 100%;
	margin: 10px 0;
	color: #555;
	font-size: 1.1em;
}
div#footer a {
	color: #bb0000;
}


/* @end */

/* @group -links */



/* @end */

/* @group -header */

div#header {
	margin: 15px 0 0 0;
}
div#header div#header-link{
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
	width: 350px;
	height: 70px;
	display: block;
	float: left;
	position: relative;
	z-index: 2;
	margin: 10px 0 0 0;
}
h1#tagline {display: none;}
div#header-banner {
	clear: both;
	width: 955px;
	height: 215px;
	background: url(images/header_bg.jpg) no-repeat;
	margin: -10px 0 20px 0;
	float: left;
	position: relative;
	z-index: 1;
}
div#header-banner li.single {list-style: none;margin: 48px 0 0 4px;}



div#header-banner .rotator {
	list-style: none;
	width: auto;
	float: left;
	width: 468px;
	height: 157px;
	margin: 49px 0 0 5px;
}

div#nav {
	float: right;
	margin: 34px 0 0 0;
}
div#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div#nav ul li {
	float: left;
}
div#nav ul li a{
	color: #696969;
	font-size: 1.2em;
	margin: 0 0 0 10px;
	padding: 6px 10px;
	display: block;
}
div#nav ul li a:hover {
	text-decoration: underline;
}
div#nav ul li.current_page_item a {
	color: #fff;
	background: #696969;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#nav ul li.current_page_item a:hover {
	text-decoration: none;
}


/* @end */

/* @group -sidebar */

div.sidebar {
	background: #f6f6f6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#sidebar-top {
	width: 400px;
	border-bottom: 1px solid #bababa;
}
ul#sidebar-top li.widget{
	padding: 10px;
	margin: 0;
}
ul#sidebar-left{
	width: 179px;
	float: left;
	padding: 10px;
}
ul#sidebar-right{
	padding: 10px;
	width: 180px;
	float: right;
	border-left: 1px solid #bababa;
}




/* @group --subscribe */

div#subscribe {
	margin: 10px 0 0;
}
div#subscribe a {
	padding:0 0 3px 20px;
	float: left;
	clear: left;
	margin: 0 0 5px 0;
}
a#subscribe-rss{
	background: url(images/feed.gif) no-repeat;
}
a#subscribe-email{
	background: url(images/email.gif) no-repeat;
}



/* @end */



div.sidebar input#s{
	height: 19px;
	line-height: 31px;
	background: url(images/search_bg.jpg) repeat-x #fff;
	width: 310px;
	padding: 6px 5px;
	border: 1px solid #d5d5d5;
	border-width: 1px 0 1px 1px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	color: #999;
	font-size: 1.3em;
	
	float: left;
}
div.sidebar input#s:focus {
	border-color: #bbb;
	outline: 0 none;
	color: #666;
}

div.sidebar input#searchsubmit {
	height: 33px;
	background: #696969;
	color: #fff;
	border: none;
	font-size: 1.2em;
	width: 60px;
	margin: 0 0 0 -3px;
	
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div.sidebar li#text-451591251 {
	border: 1px solid #bababa;
	border-width: 1px 0;
	background: #f1f1f1;
}

div.textwidget {
	color: #444;
	line-height: 1.6em;
}
div.textwidget a{
	font-weight: bold;
	text-decoration: underline;
}


div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{margin:0;padding:0;}
div.sidebar h3{font-size:1.3em;color: #333;font-family: Times, serif;text-transform: uppercase;letter-spacing: +1px;}
div.sidebar li{list-style:none;}
div.sidebar a {color: #444;}
div.sidebar a:hover{color:#bb0000;}
div.sidebar li.widget {margin: 0 0 10px;font-size: 1.1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin: 2px 0 0 0;}
div.sidebar ul ul li{list-style: none;margin:0;padding: 5px 0;border-bottom: 1px solid #ccc;display: block;}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{list-style:none;}





div#contact-form {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #858585;
	padding: 7px;
}
div#contact-form input, div#contact-form textarea {
	width: 145px;
	background: #d3d3d3;
	border: 1px solid #7b7b7b;
	margin: 2px 0;
	padding: 4px;
	font-size: 1em;
	line-height: 1.6em;
	color: #666;
	outline: 0 none;
	font-family: Helvetica, arial, sans-serif;
}
div#contact-form input.text {
	padding: 5px 4px;
}
div#contact-form input:focus, div#contact-form textarea:focus {
	border-color: #444;
	color: #333;
}
div#contact-form textarea {
	height: 90px;
}
div#contact-form input.error, div#contact-form textarea.error {
	border: 1px solid #b32323;
	color: #b32323;
}



div#contact-form input.contact-button {
	width: auto;
	border: none;
	background: none;
	float: right;
}


div#contact-form h3 {
	color: #fff;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
}
div#contact-form p {
	margin: 0 0 5px;
	font-size: 0.9em;
	color: #cecece;
}
div#contact-form span.error {
	margin: 8px 0;
	float: left;
	background: #b32323;
	padding: 5px;
	color: #eee;
}

div#contact-form span.green {
	font-weight: Bold;
	font-size: 1.3em;
	margin: 5px 0 10px;
	color: #eee;
	float: left;
}
div#contact-form p {
	clear: both;
}



/* @end */

/* @group -post-navigation */

.entry-title{clear:both;}
div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}



/* @end */

/* @group -post-styling */

div.post {
	margin: 0 0 10px 0;
}
div.entry-content a:link, div.entry-content a:visited {
	color: #444;
	text-decoration: underline;
}
div.entry-content a:hover {
	color: #bb0000;
	text-decoration:underline;
}

/* @group --meta */

div.entry-meta {
	border: 1px solid #ddd;
	border-width:  1px 0;
	padding: 5px 0;
	color:  #555;
	font-size: 1.1em;
}
div.entry-meta a {
	text-decoration: underline;
	color: #555;
}
div.entry-meta span {
	padding: 1px 0 2px 20px;
	margin: 5px 30px 5px 0;
	float: left;
}
div.entry-meta span span {
	padding: 0;
	float: none;
	margin: 0;
	font-weight: bold;
}
div.entry-meta span.author {
	background: url(images/icon_author.jpg) no-repeat;
}
div.entry-meta span.author a{
	font-weight: bold;
}
div.entry-meta span.comments-link {
	background: url(images/icon_comments.jpg) no-repeat;
}
div.entry-meta span.cat-links {
	background: url(images/icon_categories.jpg) no-repeat;
	width: 500px;
	clear: left;
}
div.entry-meta span.tag-links {
	background: url(images/icon_tags.jpg) no-repeat;
	width: 500px;
	clear: left;
}


div.entry-meta span.edit-link {
	clear: left;
	padding: 0;
}






/* @end */

/* @group --elements */

div.post blockquote {
	background:transparent url(images/blockquote.gif) no-repeat scroll 0pt 2px;
	color: #3f3f3f;
	margin:0pt 40px 15px 0px;
	padding-left:23px;
}

.entry-title, .entry-title a {
	font-family: Times, serif;
	color: #666666;
}
h2.entry-title, h1.entry-title {
	font-size: 2.2em;
}
h2.page-title {font-size:2.2em; color: #333;margin: 0 0 15px;}
h3.entry-title {font-size: 1.7em;}


div.entry-date {
	font-size: 1.2em;
	color: #aaa;
}

div.entry-content {
	font-size: 1.2em;
	color: #444;
	line-height: 1.8em;
}


/* @end */



/* @end */

/* @group -footer */

div#footer{text-align:center;}

/* @group --g2plug */

span#g2-plug a:hover {
	color: #0B59A4;
}
.g2webmedia1 {
	font-weight: bold;
	font-style: italic;
	color: #77b1cb;	
}
.g2webmedia2 {
	font-weight: bold;
	font-style: italic;
	color: #0B59A4;	
}



/* @end */



/* @end */

/* @group -comments */

div#respond h3,h3#comments,h3#pings,div#trackback h3{font-size:1.8em;color:#333;clear:both;}
ol.commentlist,ol.pinglist{list-style:none;padding:0 0 5px;border-bottom:1px solid #eaeaea;}
ol.pinglist div.comment-body{font-size:1.1em;font-weight:bold;}
ol.pinglist div.comment-body a{color:#555;}
ol.commentlist div#respond{border:1px solid #ccc;padding:5px;margin:10px -5px 5px 170px;}
ol.commentlist li,ol.pinglist li{margin-bottom:10px;}
ol.commentlist p{clear:both;}
ol.commentlist span.comment-author{color:#333;font-size:1.3em;}
ol.commentlist a.url{text-decoration:underline;color:#BB0000;}
div.comment-body{background:#f5f5f5;padding:7px;line-height:1.6em;color:#444;margin:5px 0 0 0;}
div.comment-body p{margin:0 0 5px 0;}
ol.commentlist div.comment-date{display:block;font-size:0.9em;color:#666;}
span.unapproved{font-size:1.1em;color:#555;font-weight:bold;margin:10px 0;display:block;}
div#respond{width:420px;}
div#respond h3{color:#333;}
div#trackback{margin-bottom:10px;padding-bottom:12px;border-bottom:1px solid #eaeaea;}
div#trackback h3{font-size:1.6em;}
div#trackback p{font-size:0.9em;margin:0;color:#777;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:70%;border:1px solid #aaa;background:#fff;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;border:1px solid #aaa;background:#fff;}
input#author:focus,input#email:focus,input#url:focus,textarea#comment:focus{outline:0 none;border:1px solid #666;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:99%;}
input#submit{border:none;background:#eee;background:#555;padding:5px 7px;color:#eee;}
input#submit:hover{background:#777;}
div.reply{text-align:right;float:right;margin:-13px 0 0 0;}



/* @end */



/* @end */

/* @group =pages */


label.screen-reader-text {display:none;}
/* @end */