/*
THEME NAME: BuzzMachine
THEME URI: http://buzzmachine.com/
DESCRIPTION: 
VERSION: 
AUTHOR: Jake Jarvis
AUTHOR URI: http://jakejarvis.com/
TAGS: 
*/



/**** #2255aa ****/



/* RESET
/*============================================================================= */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, form, label, fieldset, input, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, 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:''}
a {outline: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
a img { border:none } /* Gets rid of IE's blue borders */


input,textarea{border: 1px solid #888;outline: none;} /* os x glow */

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}


img#wpstats {position:relative;float:left;left:50%;bottom:15px;margin-bottom:-15px;margin-left:-3px;} /* smile :) */


/* My stuff */
body {
	font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:25px;
	background: #f4f4f4 url('images/body-bg.jpg') top left;
	color:#000;
}

#wrapper {
	width: 1090px;
	margin: 0px auto;
	padding:0px 10px;
}

img {
	border: 0;
}





/* clearfix */

.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%;
}


/* Links */

a {
	color:#2255aa;
	text-decoration:none;
	font-weight:bold;
}
	
a:hover {
	text-decoration:underline;
}
	
a:focus, a:hover, a:active {
	outline:none;
}


/* shadowy goodness */

div#header, div#footer, div.sidebar, div.hentry, div#comments, div#disqus_thread, div#reply, div#navigation, h2.page-title {
	box-shadow: 0px 0px 8px 1px #aaa;
}

div.sidebar, div.hentry, div#comments, div#disqus_thread, div#navigation, h2.page-title {
	border:1px solid #ddd;
}

div#header {
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

div#footer {
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
}

div.hentry, div#comments, div#disqus_thread, div#reply, h2.page-title {
	background-color:#fdfdfd;
}

div#footer, div.sidebar, div#navigation {
	background-color:#f9f9f9;
}



/* Three-columns  */
div#container {
	float:left;
	width:100%;
	clear:both;
	min-height:2000px;
}







/* Header/Footer */


div#header,div#footer {
	text-align:center;
	width:1088px;
}

div#header {
	height:225px;
	background-color:#f9f9f9;
}

div#header h1, div#header div#blog-description {
	font-size: 0;
	text-indent: -10000px;
}

div#footer {
	clear:both;
	margin-top:30px;
	font-size:12px;
	padding:15px 0px;
	height:30px;
}


/* Content */
div#content {
	margin:18px 460px 0 0;
	width:680px;
	float:left;
}


/* Sidebar */


div.sidebar {
	float:left;
	overflow:hidden;
}

div#primary, div#secondary {
	font-size:14px;
}

div#primary {
	width:176px;
	margin:18px 0 0 -390px;
	padding:16px;
	text-align:center;
}

div#secondary {
	width:160px;
	margin:18px 0 0 -162px;
}


/* Widgets */

div#primary img#headshot {
	margin:0px;
	border:0px;
}

div#primary div#by {
	margin:20px 0px;
	font-size:18px;
	line-height:18px;
}

div#primary div#social {
	margin:15px 0px 10px 0px;
	line-height:0px;
}

div#primary div#social img {
	margin:0px 6px;
}

div#primary ul#links {
	margin:15px 0px;
}

div#primary ul#links li {
	list-style:none;
	margin:0px 0px 5px 0px;
	font-size:16px;
}

div#primary div.book img {
	margin:20px 0px 0px 0px;
}

div#primary div.book p {
	font-size:12px;
	line-height:18px;
	margin:5px 0px 5px 0px;
}

div#primary div#gplus {
	margin:25px 0px 0px 0px;
	text-align:left;
	height:340px;
	display:block;
}

div#primary div#twitter {
	margin:25px 0px 10px 0px;
	text-align:left;
	display:block;
	border:1px solid #cecece;
	border-radius: 3px;
}

div#primary div#twitter .twtr-ft { display: none; }



/* Sidebar google search */

div#primary div#search {
	width:175px;
	margin:20px 0px 15px 0px;
}

div#primary div#search form.gsc-search-box {
	font-size: 13px;
	width: 175px;
}

div#primary div#search table.gsc-search-box {
	border-style: none;
	border-width: 0;
	border-spacing: 0 0;
	padding: 0px;
	margin: 0px;
	width: 175px;
}

div#primary div#search table.gsc-search-box td {
	vertical-align: middle;
}

div#primary div#search input.gsc-input {
	background-color: #fff;
	font-family: inherit;
	font-size: 13px;
	border: 1px solid #888;
	padding: 3px 6px;
	width: 100px;
	height: 22px;
	margin: 0px 4px 0px 0px;
}

div#primary div#search input.gsc-search-button {
	background-color: #eee;
	font-family: inherit;
	font-size: 12px;
	font-weight:bold;
	line-height:12px;
	color:#2255aa;
	border: 1px solid #888;
	height: 30px;
	width: 58px;
	margin: 0px;
	cursor:pointer;
}


/* Sidebar archives dropdown */


div#primary div#archives {
	margin:10px 0px;
}

div#primary div#archives select {
	font-family: inherit;
	font-size:12px;
	width:175px;
}



/* PageNavi */

#navigation {
	width:640px;
	margin:15px 0px 18px 0px;
	text-align:center;
	padding:20px;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}



/* Archive titles */

h2.page-title {
	text-align:center;
	width:640px;
	padding:20px;
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:18px;
}




/* Posts */

.hentry {
	margin-bottom:18px;
	padding:20px 20px 15px 20px;
	width:640px;
}


h2.entry-title {
	font-size:30px;
	line-height:35px;
	text-shadow: 0px 2px 2px #ccc;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
}

h2.entry-title a:hover {
	text-decoration:none;
}

div.entry-meta {
	clear:both;
	text-align:center;
	margin:0px 0px 10px 0px;
}

div.entry-meta div.entry-info {
	font-size:15px;
}

div.entry-meta div.entry-info span.published {
	font-weight:bold;
}

div.entry-meta div.entry-info span.author {
	font-weight:bold;
}

div.entry-meta .entry-tags {
	font-size:13px;
	line-height:18px;
}



/* Post Content */

div.entry-content {
	overflow:hidden;
}


div.entry-content p {
	margin: 12px 0px;
}

div.entry-content blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  padding-left: 15px;
  border-left: 4px solid #ccc;
}

div.entry-content img {
	margin:10px;
	max-width:670px;
}

div.entry-content .alignright {
	float:right;
}

div.entry-content .alignleft {
	float:left;
}

div.entry-content .aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* lists */

div.entry-content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

div.entry-content li {
	margin: 7px 0 8px 10px;
	}

div.entry-content ul li:before {
	content: "\00BB \0020";
}

div.entry-content ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

div.entry-content ol li {
	margin: 0;
	padding: 0;
	}


/* Post Social */


div.share {
	margin:8px 0px 0px 0px;
	width:640px;
	height:21px;
	text-align:center;
	display:inline-block;
}

div.share iframe {
	border:none;
	overflow:hidden;
	height:21px;
	width:120px;
	background-color:transparent;
}

div.share div.twitter, div.share div.facebook, div.share div.google, div.share div.repost, div.share div.comments {
	display: inline-block;
	text-align: left;
}

div.share div.twitter, div.share div.facebook, div.share div.google, div.share div.repost {
	width:110px;
	float:left;
}

div.share div.comments {
	float:right;
	text-align:right;
	width:200px;
	font-size:16px;
	line-height:18px;
}

div.share div.comments a:hover {
	text-decoration:none;
}




/* Comments */

div#disqus_thread {
	width:640px;
	padding:20px;
	margin:0px 0px 20px 0px;
	overflow:hidden;
}

div#disqus_thread h3 {
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	text-align:left;
}



/* old comments - replaced with disqus */
/*div#comments {
	width:640px;
	padding:20px;
	margin:0px;
	overflow:hidden;
}

div#comments h3 {
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
}

div#comments ol.commentlist {
	
}

div#comments ol.commentlist li {
	list-style: none;
	margin-top:30px;
}
	
div#comments ol.commentlist li ul li {
	margin: 20px 0px 20px 40px;
}

div#comments ol.commentlist img.avatar {
	float:left;
	margin-right:10px;
	border:1px solid #ccc;
	padding:2px;
}

div#comments ol.commentlist div.comment-author, div#comments ol.commentlist div.comment-meta {

}

div#comments ol.commentlist div.comment-author cite {
	font-weight:bold;
	font-size:18px;
	line-height:25px;
}

div#comments ol.commentlist div.comment-meta {
	font-size:12px;
	line-height:20px;
}

div#comments ol.commentlist span.says {
	display:none;
}

div#comments ol.commentlist div.comment-body p {
	clear:both;
	margin-top:10px;
}

div#comments ol.commentlist div.reply {
	text-align:left;
}

div#comments ol.commentlist div.reply a {
	border:1px solid #ccc;
	background-color:#f0f0f0;
	margin-top:10px;
	font-size:14px;
	padding:4px;
	margin-top:10px;
	display:inline-block;
	padding:4px 8px;
}

div#comments ol.commentlist div.reply a {
	color:#2255aa;
}

div#comments ol.commentlist div.reply a:hover {
	text-decoration:none;
}

div#comments ol.commentlist li.pingback div.reply {
	display:none;
}

*/

/* Comment reply - replaced by disqus */

/*
div#reply {
	width:682px;
	margin:20px 0px;
}

div#respond {
	padding:20px;
	margin:18px 0px;
	border:1px solid #ccc;
}

div#respond h3 {
	font-size:21px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

div#respond h3 span.cancel-comment-reply {
	display:block;
	font-size:14px;
	text-align:center;
	margin:8px 0px 0px 0px;
}

div#respond form#commentform {
	margin-top:14px;
}

div#respond form#commentform p {
	margin:0px;
	padding:0px;
}

div#respond form#commentform p.logged-in-as {
	margin-bottom:10px;
}

div#respond form#commentform input, div#respond form#commentform textarea {
	margin:6px 0px;
	padding: 6px;
	font-size: 15px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#respond form#commentform input#author, div#respond form#commentform input#email, div#respond form#commentform input#url {
	width: 230px;
}

div#respond form#commentform label {
	margin-left:8px;
	font-size:12px;
}

div#respond form#commentform label strong {
	font-size:14px;
	padding-right:3px;
}

div#respond form#commentform textarea {
	margin:6px 0px 0px 0px;
	line-height:22px;
	width:100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;         
}

div#respond form#commentform p.form-allowed-tags {
	font-size:11px;
	line-height:15px;
	margin:14px 0px 10px 0px;
}

div#respond form#commentform p.form-submit {
	margin:0px;
	text-align:center;
}

div#respond form#commentform p.form-submit input#submit {
	font-weight:bold;
	color:#2255aa;
	background-color:#f0f0f0;
	padding:10px 25px;
	border:1px solid #ccc;
	cursor:pointer;
}
*/








/* blogads */


div#adspot_124446063.adspot {
border-spacing:0;
overflow:hidden;
border-color:#000000;
border-width:0px;
border-style:none;
width:160px !important;
font-size:10pt;
margin:10px 0px 20px 0px;
}
div#adspot_124446063 .adspot_head {
font-size:16px;
line-height:20px;
color:#333333;
font-weight:bold;
font-style:normal;
text-decoration:none;
text-align:center;
margin-bottom:8px;
}
div#adspot_124446063 a.adspot_link {
font-size:14px;
line-height:18px;
color:#2255AA;
font-weight:bold;
text-decoration:none;
}
div#adspot_124446063 a.adspot_adurl {
font-family:Verdana;
font-size:8pt;
font-style:normal;
color:#2255AA;
font-weight:normal;
margin:0;
padding:0;
display: inline;
text-decoration:none;
text-align:left;
background-image: none;
}
div#adspot_124446063 a.adspot_link:link, div#adspot_124446063 a.adspot_link:visited, div#adspot_124446063 a.adspot_adurl:link, div#adspot_124446063 a.adspot_adurl:visited {
color:#2255AA;
font-style:normal;
}
div#adspot_124446063 a.adspot_link:active, div#adspot_124446063 a.adspot_link:hover, div#adspot_124446063 a.adspot_adurl:active, div#adspot_124446063 a.adspot_adurl:hover {
color:#2255AA;
text-decoration:underline;
}
div#adspot_124446063 * ul {
list-style-position:outside;
list-style-image:none;
list-style-type:none;
width:160px;
margin:0;
padding:0;
}
div#adspot_124446063 * li {
background:#FFFFFF;
width:160px;
margin:0;
margin-bottom:5px;
padding:0;
text-align:left;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
display:block;
text-indent:0;
overflow:hidden;
line-height: 12px;
}
div#adspot_124446063 span.blogad_rss_ad ul {
max-height: 200px;
overflow: auto;
width: auto;
}
div#adspot_124446063 span.blogad_rss_ad li {
border-width: 0;
border-bottom: 1px dotted #606060;
padding-bottom: 5px;
width: auto;
margin-right: 2px;
}
div#adspot_124446063 span.blogad_rss_ad a:link {
color: #3366ff;
}
div#adspot_124446063 span.blogad_rss_ad a:visited {
color: #1e3d99;
}
div#adspot_124446063 .adspot_adhead {
text-align:center;
font-family:Verdana;
font-size:10pt;
font-weight:bold;
color:#333333;
margin:0;
padding:2px;
border-spacing:0;
width:160px;
display:block;
}
div#adspot_124446063 * img {
border-width:0;
border-spacing:0;
}
div#adspot_124446063 * li * img {
text-align:center;
display:block;
clear:both;
margin:auto;
}
div#adspot_124446063 .adspot_adtext {
font-family:Verdana;
font-size:8pt;
font-weight:normal;
font-style:normal;
color:#333333;
margin:0;
padding:4px 4px 0 4px;
border-spacing:0;
display:block;
clear:both;
width:154px;
text-align:left;
}
div#adspot_124446063 div.adspot_link {
width:160px !important;
text-align:center;
padding: 0 4px 4px 4px;
}
div#adspot_124446063 div.adspot_adurl {
text-align:center;
padding: 4px;
}

div#adspot_124446063 div.tweet_button_container input{
background: url("http://i.blogads.com/static/tweet_button/blogads-tweet-this-button.png") no-repeat scroll center center transparent;
border: medium none;
color: #676767 !important;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
height: 36px;
width: 150px;
text-align: center !important;
cursor:pointer;
}
div#adspot_124446063 div.tweet_button_container{
text-align:center;
}

div#adspot_124446063.adspot_classic_adverpost {
border-spacing:0;
overflow:hidden;
border-color:#000000;
border-width:0px;
border-style:none;
width:160px !important;
font-size:10pt;
}
div#adspot_124446063 .adspot_head_classic_adverpost {
font-family:Verdana;
font-size:10pt;
color:#333333;
font-weight:bold;
font-style:normal;
text-decoration:none;
text-align:center;
}
div#adspot_124446063 a.adspot_link_classic_adverpost , div#adspot_124446063 a.adspot_adurl_classic_adverpost {
font-family:Verdana;
font-size:8pt;
font-style:normal;
color:#2255AA;
font-weight:normal;
margin:0;
padding:0 5px 0 0;
display: inline;
text-decoration:underline;
text-align:left;
background-image: none;
}
div#adspot_124446063 a.adspot_link_classic_adverpost:link, div#adspot_124446063 a.adspot_link_classic_adverpost:visited, div#adspot_124446063 a.adspot_adurl_classic_adverpost:link, div#adspot_124446063 a.adspot_adurl_classic_adverpost:visited {
color:#2255AA;
text-decoration:underline;
font-size:8pt;
font-style:normal;
}
div#adspot_124446063 a.adspot_link_classic_adverpost:active, div#adspot_124446063 a.adspot_link_classic_adverpost:hover, div#adspot_124446063 a.adspot_adurl_classic_adverpost:active, div#adspot_124446063 a.adspot_adurl_classic_adverpost:hover {
color:#2255AA;
text-decoration:none;
}
div#adspot_124446063 span.blogad_rss_ad_adverpost ul {
max-height: 400px;
overflow: auto;
width: auto;
}
div#adspot_124446063 span.blogad_rss_ad_adverpost li {
border-width: 0;
border-bottom: 1px dotted #606060;
padding-bottom: 5px;
width: auto;
margin-right: 2px;
}
div#adspot_124446063 span.blogad_rss_ad_adverpost a:link {
color: #3366ff;
}
div#adspot_124446063 span.blogad_rss_ad_adverpost a:visited {
color: #1e3d99;
}
div#adspot_124446063 .adspot_adhead_classic_adverpost {
text-align:center;
font-family:Verdana;
font-size:10pt;
font-weight:bold;
color:#333333;
margin:0;
padding:2px;
border-spacing:0;
width:160px;
display:block;
clear:both;
}
div#adspot_124446063 * img {
border-width:0;
border-spacing:0;
}
div#adspot_124446063 * li * img {
text-align:center;
display:block;
clear:both;
margin:auto;
}
div#adspot_124446063 .adspot_adtext_classic_adverpost {
font-family:Verdana;
font-size:8pt;
font-weight:normal;
font-style:normal;
color:#333333;
margin:0;
border-spacing:0;
text-align:left;
}
div#adspot_124446063 div.adspot_link_classic_adverpost {
width:160px !important;
text-align:center;
}
div#adspot_124446063 div.adspot_adurl_classic_adverpost {
text-align:center;
}
div#adspot_124446063 div.adspot_img_classic_adverpost {
padding-top: 5px;
float:left;
width:auto;
}
div#adspot_124446063 div.adspot_img_large_adverpost {
text-align:center;
display:block;
clear:both;
margin:auto;
padding-top: 5px;
padding-bottom:5px;
}
div#adspot_124446063 div.adspot_main_ad_classic_adverpost {
padding-right: 5px;
border-color:#BBBBBB;
border-width:0px;
border-style:none;
}
div#adspot_124446063 div.adspot_ad_large_adverpost {
border-color:#BBBBBB;
border-width:0px;
border-style:none;
}