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

/*
THEME NAME: Bob Kraft
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:t,arial,sans-serif;
	background: url(images/bg.jpg) repeat-x #fff;
}


a img{
	border: none;
}

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

a:hover{
	text-decoration: underline;
}


.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: 35px auto 0 auto;
	width: 900px;
	padding: 0 40px;
	font-size:1.1em;
	background: url(images/wrapper_bg.jpg) repeat-y 42px 0;
}


div#container {
	float: left;
	margin: -120px -200px 0 20px;
	z-index: 2;
	position: relative;
	width: 100%;
}
div#content {
	float: left;
	width: 505px;
}
div.sidebar {
	float: right;
	width: 320px;
	margin: 0 30px 0 0;
}
div#footer {
	clear: both;
	width: 980px;
	height: 461px;
	display: block;
	margin: -300px 0 0 -40px;
	position: relative;
	z-index: 1;
	background: url(images/bottom.jpg) no-repeat;
	float: left;
}



/* @end */

/* @group -links */



/* @end */

/* @group -header */

div#header{
	width: 901px;
	height: 331px;
	display: block;
	position: relative;
	z-index: 1;
	background: url(images/header_bg.jpg) no-repeat;
	margin: 0 0 0 2px;
}
div#header h1 a {
	display: block;
	width: 815px;
	height: 145px;
	margin: 15px 0 0 0;
	text-indent: -9999px;
	float: left;
}



div#nav {
	float: left;
	height: 35px;
	display: block;
	position: relative;
	margin: -35px 0 0 0;
}
div#nav ul {
	list-style: none;
	margin: 4px;
	padding: 0;
}
div#nav ul li {
	float: left;
	margin: 0 10px 0 0;	
}
div#nav ul li a{
	color: #fff;
	font-size: 1.1em;
	height: 12px;
	display: inline-block;
	text-transform: uppercase;
	padding: 6px 12px 6px 10px;
}


div#nav ul li.current_page_item {
	background: url(images/nav_active_left.jpg) no-repeat;
}
div#nav ul li.current_page_item a {
	background: url(images/nav_active_right.jpg) right no-repeat;
}




div#published-by {
	text-transform: uppercase;
	position:relative;
	height: 35px;
	display: block;
	float: right;
	margin: -35px 0 0 0;
	line-height: 35px;
	font-size: 1.1em;
	color: #fff;
}
div#published-by span {
	color: #a7b2c0;
	font-size: 0.8em;
	font-weight:normal;
}


/* @end */

/* @group -sidebar */

/* @group --subscribe */


div#subscribe {
	margin: 0 0 10px;
}

div#subscribe a {
	padding:0 0 3px 20px;
	float: left;
	clear: left;
	margin: 0 0 3px;
	font-size: 1.1em;
	color: #333;
}
a#subscribe-rss{
	background: url(images/feed.gif) no-repeat;
}
a#subscribe-email{
	background: url(images/email.gif) no-repeat;
}



/* @end */

div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{margin:0;padding:0;}
div.sidebar h3{font-size:1.3em;clear: both;text-transform: uppercase;font-weight: bold;color: #344b6a;}
div.sidebar input#s{width:7em;}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin:5px 0 0;}
div.sidebar ul ul li{list-style:none;margin:0;}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{list-style:none;}

div.sidebar ul ul li {
		font-size: 1.1em;
	border-bottom: 1px solid #e0e0e0;
	display: block;
	padding: 4px 0;
}
div.sidebar ul ul li a {
	color: #313131;
}


div.sidebar ul#sidebar-top {
	border-bottom: 1px solid #dadada;
	margin: 20px 0 10px 0;
	clear: both;
	width: 320px;
	float: left;
}
div.sidebar ul#sidebar-right, div.sidebar ul#sidebar-left {
	width: 145px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
div.sidebar ul#sidebar-left {
	margin: 0;
	padding: 0;
	clear: left;
}
div.sidebar ul#sidebar-right {
	border-left: 1px solid #dadada;
}




div#search input#s {
	background: url(images/sidebar_input_bg.jpg) repeat-x #fdfdfd;
	height: 12px;
	border: 1px solid #e6e6e6;
	padding: 5px 4px;
	width: 258px;
	margin: 4px 0 0 -12px;
	float: left;
	outline: 0 none;
}
div#search input#s:focus {
	border: 1px solid #ccc;
}
div#search input#searchsubmit {
	float: right;
	margin: 4px -10px 0 0;
}



li.widget_text img.border-float {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
}

div.sidebar p {
	font-size: 1.1em;
	color: #555;
	line-height: 1.7em;
}
div.sidebar p a{
	color: #555;
	font-weight: bold;
	text-decoration: underline;
}
div.sidebar p a:hover {
	color: #111;
}





li.widget_blog_contact p {
	font-size: 0.9em;
	line-height: 1.6em;
	margin: 0 0 10px;
}
li.widget_blog_contact p span.error {
	float: left;
	margin: 5px 0;
	color: #aa0000;
	font-weight: bold;
}

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


li.widget_blog_contact input.text, li.widget_blog_contact input.textarea {
	font-family: helvetica, arial, sans-serif;
}
li.widget_blog_contact input.text {
	background: url(images/sidebar_input_bg.jpg) repeat-x #fdfdfd;
	height: 12px;
	border: 1px solid #e6e6e6;
	padding: 5px 4px;
	width: 135px;
	margin: 0 0 5px;
	color: #666;
}
li.widget_blog_contact label {
	font-weight: bold;
	color: #666;
}
li.widget_blog_contact textarea.textarea {
	height: 122px;
	padding: 4px;
	background: url(images/message_bg.jpg) repeat-x;
	color: #666;
	line-height: 1.5em;
	border: 1px solid #e6e6e6;
	width: 135px;
}
li.widget_blog_contact input.error, li.widget_blog_contact textarea.error {
	border-color: #cc0000;
	color: #990000;
}
li.widget_blog_contact input.contact-button {
	float: right;
	margin: 5px 0 0 0;
}

li.widget_blog_contact .green {
	display: block;
	color: #00aa00;
	font-weight: bold;
	font-size: 1.2em;
}

li.widget h3{
	margin: 10px 0;
}




/* @end */

/* @group -post-navigation */

.entry-title{clear:both;}
div#nav-above,div#nav-below{width:100%;height:1em;font-size: 1.1em;margin: 10px 0 -25px 0;float: left;}
div#nav-above a,div#nav-below a{
	color: #fafafa;
	background: #555;
	padding: 5px 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
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 */

/* @group --meta */

div.entry-meta-top {
	color: #777;
	margin: 3px 0 10px 0;
}
div.entry-meta-top a{
	color: #777;
	text-decoration: underline;
}
div.entry-meta-top span {
	padding: 2px 0 1px 20px;
	margin: 0 10px 0 0;
}
div.entry-meta-top span.date {
	background: url(images/icon_date.jpg) no-repeat;
}
div.entry-meta-top span.author {
	background: url(images/icon_author.jpg) no-repeat;
	font-style: normal;
}





div.entry-meta {
	border: 1px solid #b2b2b2;
	border-width: 1px 0;
	padding: 5px 0;
	margin: 10px 0 20px 0;
	color: #555;
	line-height: 20px;
}
div.entry-meta span {
	padding: 2px 0 1px 20px;
	margin: 0 10px 0 0;
}
div.entry-meta a{
	color: #555;
	text-decoration: underline;
}
div.entry-meta span span{margin: 0;padding: 0;font-weight: bold;}
div.entry-meta span.cat-links {
	background: url(images/icon_categories.jpg) no-repeat;
}
div.entry-meta span.tag-links {
	background: url(images/icon_tags.jpg) no-repeat;
}
div.entry-meta span.comments-link {
	background: url(images/icon_comments.jpg) no-repeat;
}


/* @end */

/* @group --elements */


.entry-title, .page-title {
	font-family: Times, serif;
	color: #5d6e86;
}
.page-title{color:#444;margin-bottom:15px;}
.entry-title a{
	color: #5d6e86;
}
h2.entry-title {
	font-size: 2.4em;
}
h3.entry-title {font-size: 1.8em;}
h2.page-title {font-size: 2.4em;}

div.entry-content table td {border: 1px solid #ccc;padding:5px;}
div.entry-content h3 {font-family: Times, serif;font-size: 1.6em;color:#5d6e86;margin: 10px 0;}
div.entry-content h4 {font-family: Times, serif;font-size: 1.4em;color:#333;margin: 10px 0;}

div.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #151515;
}
div.entry-content strong, div.entry-content b {font-weight:bold;}
div.entry-content em, div.entry-content i {font-style:italic;}
div.entry-content a:link, div.entry-content a:visited {color: #333;text-decoration:underline;}


div.post { margin: 0 0 50px;}


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



/* @end */



/* @end */

/* @group -footer */

div#footer-outside{width: 900px;margin: -10px auto 0;padding: 0 0 30px;font-size: 1.1em;text-align: center;color: #555;position: relative;z-index: 2;}
div#footer-outside p {text-align:left;}
div#footer-outside b {font-weight:bold;}

/* @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 */

/* @group --display */

ol.commentlist, ol.pinglist {
	list-style:none;
	padding: 0;
	margin: 10px 0 0 0;
}

ol.commentlist li{
	padding: 10px 0 10px;
	border-top: 1px solid #aaa;
}

/* @group ---styling */

ol.commentlist p {
	clear: both;
}
ol.commentlist span.comment-author {
	font-size: 1.2em;
	display: block;
	font-weight: bold;
	color: #555;
}
ol.commentlist span.comment-author a {
	color: #555;
	text-decoration: underline;
}


ol.commentlist div.comment-date {
	display: block;
	font-size: 0.9em;
	color: #666;
}


img.avatar {
	border: 1px solid #bbb;
}              

div.comment-avatar {
	width: 54px;
	float: left;
}


div.comment-body {
	width: 409px;
	float: left;
	padding: 5px 10px;
}

div.comment-body {
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 5px 0 0 0;
	background: #d8d8d8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #444;
}
div.comment-body p {
	margin: 5px 0 5px;
}

span.unapproved {
	color: #aa0000;
	font-weight: Bold;
}


ol.pinglist li {
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 5px 0 0 0;
	background: #d8d8d8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #444;
	padding: 4px 10px;
}



/* @end */

/* @group ---children */

ul.children {
	list-style: none;
	padding: 0 0 0 0.5em;
	margin-top: 5px;
}
ul.children {
	margin-right: -5px;
}
ul.children li {	
}



/* @end */

/* @group ---tabs */

div#comments-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#comments-container ul li {
	float: left;
}
div#comments-container ul li a {
	display: block;
	padding: 6px 8px;
	margin: 0 0 0 10px;
	background: #f6f6f6;
	font-size: 1.1em;
}
div#comments-container ul li a:hover, div#comments-container ul li.ui-state-active a {
	text-decoration: none;
	background: #e7e7e7;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}

div.ui-tabs-panel {
	padding: 10px;
	background: #e7e7e7;
}



/* @end */

/* @group ---headings */

div.ui-tabs-panel h3 {
	font-size: 1.6em;
	color: #555;
}



/* @end */



/* @end */

/* @group --form */

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: 4px 3px;
	border: 1px solid #aaa;
	background: #fff;
	font-size: 1.1em;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 99%;
	font-size: 1.1em;
	line-height: 1.7em;
}
input#submit{
	color: #fafafa;
	background: #555;
	padding: 5px 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
}
div.reply {
	text-align: right;
	float: right;
	margin: -13px 0 0 0;
}

div#trackback {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #aaa;
}
div#trackback p{
	font-size: 0.9em;
	margin: 0;
}

div#respond {
	padding: 10px;
	width: 463px;
	border: 1px solid #aaa;
	border-width: 1px 0 0 0;
}

ol.commentlist div#respond {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px -5px 5px 170px;
}



/* @end */



/* @end */



/* @end */

/* @group =pages */



/* @end */
