/*
THEME NAME: Web Jackalope | Creative Web Development
THEME URI: http://www.webjackalope.com
DESCRIPTION: 
VERSION: 1.0
AUTHOR: Grace Smith of Postscript5
AUTHOR URI: http://www.postscript5.co.uk
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Reset styles */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	background-image: transparent;
}
/* remember to define focus styles! */
:focus {
	-moz-outline:0;
	outline:0;
	outline-offset:0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	list-style-position: inside;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, blockquote p, q {
	quotes: "" "";
	font-style: italic;
}

/* Typography */
body {
	font-size: 62.5%;
	font-family: Helvetica, 'Trebuchet MS', Arial, Verdana, sans-serif;
}
div#body {
	font-size: 1em;
	line-height: 1.4em;
}


/***************************
******************* Links */
a { 
	text-decoration: underline;
	color: #000;
}
a:hover { 
	text-decoration: underline;
}
a:visited {

}


/***************************
** Typographical Elements */

p, ul, ol, dl, address {
	margin: 0 0 1.6em 0;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ul li, ol li, dl dd {
	padding-left: .9em;
}

blockquote {
	margin-left: 1.8em;
	margin-right: .9em;
}

q:before {
	content: '&ldquo;'; 
}
q:after {
	content: '&rdquo;'; 
}

em {
	font-style: italic;
}

strong {
	font-weight: 900;
}

cite {
	font-style: italic;
}

code {
	font-family: monospace;
}

kbd {
	font-family: monospace;
}

samp {
	font-family: monospace;
}
sup {
	font-size: 80%;
	vertical-align: super;
}
sup.trademark {
	text-transform: uppercase;
	font-size: 70%;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .8em;
}
h1 {
	font-size: 1.9em;
	margin-bottom: 0.9em;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}

/***************************
*********** The Big Stuff */

body { 
	text-align: left;
	background: #fff url('img/body.png') 67.3em top repeat-y;
}
div#wrapper {
	width: 100%;
}
div.wrap {
	text-align: left;
	width: 101.1em;
	margin: 0;
}


/***************************
****************** Header */
div#header {
	width: 33.5em;
	float: right;
}
div#header div#blog-description {
	display: none;
}
div#header h1 { 
	height: 81px;
	width: 278px; 
	display: block; 
 	text-indent: -999em; 
	background: url('img/logo.png') 5px 5px no-repeat; 
	float: left; 
	margin: 16px 0 37px 27px;
	font-size: 4.5em;
	font-family: Gotham, 'Myriad Pro', Helvetica, sans-serif;
	text-transform: lowercase;
}
div#header h1 a { 
	display: block; 
	height: 81px;
	width: 278px; 
}
div#header h1 a:hover {
	text-decoration: none;
}

/* Subscribe */
div#subscribe {
	background: url('img/subscribe.png') left top no-repeat;
	width: 300px;
	height: 58px;
	float: left;
	margin: 0 0 23px 17px;
}
body div#subscribe h3 {
	margin-left: 4em;
	margin-bottom: 0.5em;
}
div#subscribe ul {
	float: left;
	margin: 0 0 0 5.5em;
}
div#subscribe ul li {
	display: block;
	float: left;
	margin: 0 0.4em 0 0;
	padding: 0;
}
div#subscribe ul li.alt {
	border-right: 1px solid #fff;
	padding-right: 0.4em;
	background: none;
}
div#subscribe ul li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
}
div#subscribe ul li a:hover {
	text-decoration: underline;
}


/***************************
************** Navigation */
div#access {
	float: left;
	width: 67.3em;
	background-color: #1d1d1d;
	height: 4em;
	text-transform: uppercase;
}
div.skip-link {
	display: none;
}
div#access ul ul {
	display: none;
}
div#access ul {
	margin: 1.4em 0 0 2.0em;
}
div#access ul li {
	display: block;
	float: left;
	margin: 0 1.5em 0 0;
	padding: 0;
}
div#access ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
}
div#access ul li a:hover {
	text-decoration: underline;
}

/* Search */
div#access div#search {
	float: right;
	margin-top: -.45em;
	margin-right: 3.5em;
	position: relative;
}
div#access div#search h3 {
	display: none;
}
div#access div#search input.button {
	background-color: #d16700;
	color: #fff;
	height: 19px;
	text-transform: uppercase;
	border: none;
	font-size: .95em;
	position: absolute;
	top: 0;
	right: 0;
}
div#access div#search input#s {
	width: 140px;
	border: none;
	height: 17px;
	position: absolute;
	top: 0;
	right: 55px;
	background: #6a6a6a;
	margin-right: 5px;
}


/***************************
****************** Extras */
.hide { 
	display: none; 
}
div.breadCrumb { 
	display: none; 
}
br.clear { 
	clear: both;
}
img {

}
body.editing img {

}
.alignright {
	float: right;
	margin: 1em 0 1em 1em;
}
.alignleft {
	float: left;
	margin: 1em 1em 1em 0;
}

.aligncenter, div.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
} 
.alignleft { 
	float: left; 
} 
.alignright { 
	float: right; 
} 
.wp-caption, img.alignleft, img.alignright, img.aligncenter { 
	text-align: center; 
	background-color: #f0f0f0; 
	padding: 10px; 
	text-transform: uppercase;
	color: #4e4e4e;
	margin: 10px; /* optional rounded corners for browsers that support it */ 
} 
.wp-caption img { 
	margin: 0; 
	padding: 0; 
	border: 0 none; 
} 
.wp-caption p.wp-caption-text { 
	font-size: 11px; 
	line-height: 17px; 
	padding: 0 4px 5px; 
	margin: 0; 
}


/***************************
***************** Content */
div#container {
	width: 67.3em;
	float: left;
}
div#content {
	margin: 2em 3.5em 0 2em;
	padding-bottom: 10em;
}

/* Posts */
h2.entry-title {
	font-size: 3em;
	font-weight: bold;
	line-height: 1.5em;
	color: #d16700;
	margin: 0;
	clear: left;
}
h2.entry-title a {
	color: #d16700;
	text-decoration: none;
}

/* Author Styles */
div.entry-author {
	display: block;
	float: left;
	width: 270px;
	line-height: 4em;
	font-size: 1.2em;
}
div.entry-author a {
	color: #d16700;
	text-decoration: none;
	font-weight: bold;
}

/* Entry Meta */
div.entry-meta {
	display: block;
	float: left;
	background-color: #f0f0f0;
	line-height: 1.5em;
	padding: 0.5em 1em;
	margin: 1em 1em 2em 0;
	color: #642704;
	text-transform: uppercase;
	letter-spacing: 1px;
}
div.ranking {
	margin-top: 0;
	clear: both;
	height: 14px;
	background-color: #f2e4d6;
}
div.entry-meta span {
	font-size: 0.9em;
	margin-right: 0.25em;
}
div.entry-meta a {
	color: #d26800;
	text-decoration: none;
}
div.entry-meta a:hover {
	text-decoration: underline;
	color: #d26800;
}
div.entry-meta span.cat-links a {
	color: #642704;
}
div.entry-meta span.cat-links a:hover {
	color: #d26800;
}
div.entry-meta span.comments-link a, div.ranking span.comments-link a {
	font-weight: bold;
}

/* Content */
div.post {
	margin-bottom: 9em;
}
div.entry-content {
	clear: both;
	font-size: 1.3em;
	line-height: 1.5em;
	float:left;
}
div.entry-content a {
	color: #d16700;
	text-decoration: none;
}
div.entry-content a:hover {
	text-decoration: underline;
}
a.more-link {
	color: #d16700;
	font-weight: bold;
}
div.entry-content h3 {
	font-size: 2.2em;
	color: #000;
	margin-top:1em;
	line-height:1em;
}
div.entry-content h4 {
	color: #d16700;
	font-size: 1.3em;
}
div.entry-content h5 {
	color: #d16700;
	font-size: 1.1em;
}
div.entry-content ul li {
	list-style-type: disc;
	margin-left: 2em;
}
div.entry-content ol li {
	list-style-type: decimal;
	margin-left: 1em;
}

/* About the Author */
div#post-author {
	background-color: #fafafa;
	border: 1px solid #d7d7d7;
	color: #000;
	margin-bottom: 2em;
	margin-top:1.5em;
}
div#post-author h3 {
	margin: 0.7em 1em 0.5em 1em;
}
div#post-author img {
	padding: 2px;
	background-color: #dddddd;
	float: left;
	margin: 0 1em 1em 1em;
}
div#post-author p {
	font-size: 0.75em;
	margin-bottom: 10px;
}
p#post-author-tagline {
	text-transform: uppercase;
	color: #642704;
}
p#post-author-tagline span {
	text-transform: capitalize;
	font-size: 1.2em;
}
p#post-author-tagline a {
	text-decoration: none;
	color: #d26800;
}
p#post-author-tagline a:hover {
	text-decoration: underline;
}
p#post-author-coffee a {
	display: block;
	float: left;
	background-color: #d26800;
	color: #fff;
	text-decoration: none;
	padding: 0 0.95em;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 2.25em;
	height: 19px;
}

/* Promote this Post */
div#post-promote {
	background-color: #f2e4d6;
	border: 1px solid #eae0d8;
	margin-bottom: 4em; 
	position: relative;
}
div#post-promote h3 {
	margin: 1em 1em 0 1em;
}
div#post-promote p {
	margin: 1em 1em 1em 2em;
	font-size: 0.8em;
	color: #8a593c;
}
div#post-promote p#post-promote-links {
	text-transform: uppercase;
}
p#post-promote-links a {
	color: #c66200;
	text-decoration: none;
}
p#post-promote-links a:hover {
	text-decoration: underline;
}
p#social-dzone {
	position: absolute;
	right: 8em;
	top: 0.15em;
	background-color: #fff;
	border: 2px solid #f2e4d6;
	padding: 5px;
}
p#social-reddit {
	position: absolute;
	right: 1em;
	top: 0.15em;
	background-color: #fff;
	border: 2px solid #f2e4d6;
	padding: 5px;
}
p#social-dzone img, p#social-reddit img {
	border: 1px solid #e6d4c4;
}


/* Post Navigation */
body.single div.navigation {
	display: none;
}
div#nav-above {
	display: none;
}
div.navigation {
	clear: both;
	margin: 1em 1em 1em 0.25em;
}
div.navigation a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	padding: 0.5em 1em;
	background-color: #d16700;
	text-transform: uppercase;
}


/***************************
**************** Comments */
div#comments h3 {
	font-size: 2.4em;
	color: #d16700;
	font-weight: bold;
	float: left;
}
div#comments h3 span {
	display: none;
}
p#comments-list-link {
	float: left;
	display: block;
	margin-top: 5px;
	margin: 0 1em 1em 1em;
	text-transform: uppercase;
	background-color: #d16700;
}
p#comments-list-link a {
	display: block;
	line-height: 2.2em;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 0 0.5em;
	height: 19px;
}

/* Individual Comments */
li.comment {
	clear: left;
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
	margin-bottom: 2em;
	float: left;
	width: 100%;
	padding-top: 1em;
}
li.comment img {
	padding: 2px;
	background-color: #dddddd;
	float: left;
	margin: 0 1em 1em 0.5em;
}

/* Admin Comments */
div#comments li.comment-author-admin {
	background-color: #f1eae3;
	border: 1px solid #e0d8d7;
}

/* Comment author name and date */
div.comment-author span {
	font-size: 0.9em;
	line-height: 1.5em;
}
div.comment-author span.fn {
	color: #d16700;
	font-size: 1.4em;
	font-weight: bold;
}
div.comment-author span.fn a {
	color: #d16700;
	text-decoration: none;
}
div.comment-author span.fn a:hover {
	text-decoration: underline;
}
span.comment-meta {
	text-transform: uppercase;
	color: #642704;
}
span.comment-meta a {
	text-decoration: none;
	font-weight: bold;
	color: #642704;
}
span.comment-meta a:hover {
	text-decoration: underline;
}

/* Individual Comments -- Alternating */
div#comments li.alt {
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
}

/* Respond Form */
div#respond {
	clear: left;
float: left;
margin-bottom: 4em;
}
div#respond p a {
	color: #d16700;
	text-decoration: none;
	font-weight: bold;
}
div#respond p a:hover {
	text-decoration: underline;
}
div#respond form {
	clear: left;
	font-size: 1.2em;
	line-height: 1.5em;
margin-bottom: 3em;
}

/* Comment Inputs */
div.form-label {
	width: 33%;
	float: right;
	clear: both;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
div.form-label label {
	font-size: 0.9em;
}
div#respond div.form-input {
	float: left;
	clear: left;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	width: 31%;
}
div#respond div.form-input input {
	border: 1px solid #d3d3d3;
	height: 1.2em;
	padding: 0.5em 2%;
	font-size: 0.8em;
	width: 18em;
}

/* Comment Textarea */
div#textarea-label {
	clear: left;
}
div#textarea-label label {
	display: none;
}
div.form-textarea textarea {
	width: 98%;
	padding: 1%;
	border: 1px solid #d3d3d3;
	margin-bottom: 1.5em;
	margin-top: -1.5em;
	font-size: 1.2em;
}

/* Comment Submit Button */
body div div div.form-submit input#submit {
	display: block;
	float: left;
	border: none;
	background-color: #d16700;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	font-size: 0.9em;
	text-align: center;
	height: 35px;
	width: 160px;
}


/* Comment Content */
div.comment-entry {
	font-size: 1.2em;
	line-height: 1.5em;
	display: block;
	float: left;
	margin-top: 1em;
}
body div div div li div.comment-entry { width: 470px; }


/***************************
************** Trackbacks */
div#trackbacks-list { clear: both; }
div#trackbacks-list ul { margin-left: 0; }
div#trackbacks-list li { padding: 0; background: #fff; font-size: 1.3em; clear: left; margin-bottom: 1em; }
div#trackbacks-list li.alt { background: #fff; border: none; }
div#trackbacks-list li a { text-decoration: none; }
div#trackbacks-list li a:hover { text-decoration: underline; }
div#trackbacks-list p { display: none; }
div#trackbacks-list div.comment-author p { display: block; }


/***************************
***************** Sidebar */
div.sidebar {
	clear: right;
	float: right;
	width: 33.5em;
	margin-bottom: 18.5em;
}
div.sidebar div.widget {
	margin: 0 0 23px 17px;
	width: 29.5em;
}
div.sidebar div.widget h3, div#subscribe h3, div#changeable li.widget h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.3em;
	margin: 1em 0.5em 1em 0;
}

/* 125 by 125 Ad */
div#ad125by125 {
	padding-top: 5px;
	background: url('img/buttonads.png') left top no-repeat;
}
div#ad125by125 img {
	float: left;
	margin: 10px 0 0 0;
}
div#ad125by125 img.alt {
	margin: 10px 14px 0 14px;
}
div#ad125by125 p {
	clear: both;
	width: 100%;
	height: 2em;
	text-align: center;
	margin: 0;
	padding: 1em 0 0 0;
}
div#ad125by125 p a {
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
}
div#ad125by125 p a:hover {
	text-decoration: underline;
}

/* Twitter in Sidebar */
div#twitter {
	background: url('img/twitter.png') left top no-repeat;
	height: 88px;
	overflow: hidden;
}
div#twitter h3 {
	margin-left: 6.5em;
	margin-bottom: 0em;
}
div#twitter ul, div#twitter ul li {
	margin: 0;
}
div#twitter div {
	margin-left: 6.75em;
	color: #fff;
	font-size: 1.1em;
	margin-top: -1.2em;
	line-height: 1.2em;
}
div#twitter div a {
	color: #fff;
}

/* Where You May Find Me */
div#link-list {
	padding: 1em 0;
	background: url('img/findme.png') left top no-repeat;
}
div#link-list h3 {
	margin: 0 1em 1em 1em;
}
div#link-list ul {
	margin: 0 2em 0 1.2em;
}
div#link-list ul li {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	display: block;
	border-bottom: 1px solid #3f372d;
}
div#link-list ul li a {
	color: #b3b3b3;
	text-decoration: none;
	font-size: 1.2em;
}
div#link-list ul li a:hover {
	text-decoration: underline;
}


/* Changeable Widgets */
div#changeable li.widget {
	padding: 1em 0;
	margin: 0 0 2em 1.5em;
	background: url('img/findme.png') left top no-repeat;
}
div#changeable li.widget h3 {
	margin: 0 1em 1em 1em;
}
div#changeable li.widget ul {
	display: block;
	margin: 0 4em 0 1.2em;
}
div#changeable li.widget ul ul {
	display: none;
}
div#changeable li.widget ul li {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	display: block;
	border-bottom: 1px solid #3f372d;
}
div#changeable li.widget ul li a {
	color: #b3b3b3;
	text-decoration: none;
	font-size: 1.2em;
}
div#changeable li.widget ul li a:hover {
	text-decoration: none;
}


/***************************
****************** Footer */
div#footer {
	clear: both;
	width: 100%;
	color: #656565;
	background-color: #121212;
}
div#footer a {
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer div.wrap {
	padding: 1em 0;
}
div#credits {
	clear: left;
	height: 4em;
}
div#credits ul ul {
	display: none;
}
div#credits ul {
	float: left;
	margin: 0.5em 0.5em 0.5em 1.5em;
}
div#credits ul li {
	float: left;
	display: block;
	border-right: 1px solid #2f2f2f;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
	font-size: 1.1em;
}
div#credits ul li a {
	color: #b7b7b7;
}
div#credits ul li a:hover {
	text-decoration: underline;
}
div#credits p#copyright {
	float: left;
	margin: 0.5em 0.5em 0;
	font-size: 1.1em;
	position: relative;
	left: -13px;
}
div#credits p#copyright a {
	color: #878787;
}
div#credits p#copyright a:hover {
	text-decoration: underline;
}
div#credits p#credit {
	float: right;
	color: #656565;
	font-size: 1.1em;
	margin: 0.5em 2.5em 0.5em 0.5em;
}
div#credits p#credit a {
	color: #878787;
}
div#credits p#credit a:hover {
	text-decoration: underline;
}

div#elements {
	width: 100%;
	background-color: #1d1d1d;
}
div#elements div.box {
	width: 29em;
	float: left;
	margin: 2em;
	background-color: #181818;
	border: 1px solid #121212;
	position: relative;
	color: #ffffff;
	min-height: 20em;
}
div#elements div#popular-posts {
	float: right;
	margin-right: 2.5em;
}
div#elements div#recent-posts {
	margin-left: 2.5em;
}
div#elements div.box p {
	position: absolute;
	display: block;
	width: 150px;
	top: 1em;
	right: 1em;
	text-align: right;
	text-transform: uppercase;
}
div#elements div.box p a {
	color: #ba5e04;
	font-size: 0.9em;
}
div#elements div.box p a:hover {
	text-decoration: underline;
}
div#elements div.box h3 {
	margin: 1.2em;
	font-size: 1.3em;
	text-transform: uppercase;
}
div#elements div.box ul {
	margin: 1em;
	color: #b3b3b3;
}
div#elements div.box ul li {
	border-bottom: 1px solid #2f2f2f;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
div#elements div.box ul li a {
	color: #b3b3b3;
}
div#elements div.box ul li a:hover {
	text-decoration: underline;
}

/* Added by Glen */
.adblock {padding:8px}
#subscribe a{color:#fff;text-decoration:none;}
#subscribe a:hover{text-decoration:underline;}
.post_image{background-color:#F9F9F9; border: 1px solid #D6D3CA;margin-bottom:17px;padding:15px;text-align:center;font-style:italic;}
.article_preview .entry-content, .article_preview .entry-meta {width:300px;display:block;float:left;display:block;}
.article_preview {width:300px;float:left;clear:both;display:block;margin-left:250px;}
.post_preview {float:left;width:200px;height:200px;margin-right:20px;margin-bottom:25px;margin-top:5px;}
.subscribe-post a{background: #D26800;padding:5px;margin-bottom:5px;font-weight:bold;color:#fff;}
.digg{float:right;padding-left:15px;}
.caption-right{
	float: right;
	padding-left: 15px;
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 7px;
}

.caption-left{
	float: left;
	padding-right: 15px;
	font-size: 0.8em;
	margin-bottom: 7px;
}

.greet_block{
background-color:#eee;
padding:10px;
margin-bottom:15px;
}

.greet_block_close{
float:right;
}
.greet_image{
float:left;
padding-right:10px;
}