/*
Theme Name: Guerrilla Freelancing
Theme URI: http://www.guerrillafreelancing.com
Description: Custom Theme Built off of the Free, Multi-Color Option Wordpress Theme made by <a href="http://www.madebyguerrilla.com">Guerrilla</a>.
Tags: grey, blue, black, brown, orange, red, green, pink, guerrilla, framework, 960
Version: 1.0
Author: Guerrilla
Author URI: http://www.madebyguerrilla.com
*/

body {
	font-family: Tahoma, Arial, sans-serif;
	color: #252525;
	font-size: 13px;
	line-height: 20px;
	background: #E0EDF3;
}
@font-face {font-family: Chunkfive;src: url(Chunkfive.ttf);}

/* MAIN WEBSITE CODES HERE
------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

a, a:visited { color: #444; text-decoration: underline; outline: none; }
a:hover { color: #252525; text-decoration: none; }

img { border: 0; }

blockquote {
margin: 22px 40px;
color:#252525;
padding: 10px 20px 0 20px;
background: #F0F0F0;
border: 1px solid #E3E3E3;
}

pre, code {
font-family: "Courier New", Courier, Monospace;
line-height: 1.5;
}

pre, code {
background: #F0F0F0;
display: block;
border-top: 1px solid #E3E3E3;
white-space: pre;
overflow: auto;
margin: 0 15px;
padding: 10px 15px;
max-height: 300px;
}

h1{ color: #444; padding: 0; margin: 0 0 10px 0; font-size: 30px; font-weight: normal; line-height: 30px; font-family: Chunkfive, Tahoma, Arial, sans-serif; }
h2{ color: #444; padding: 0; margin: 0 0 10px 0; font-size: 26px; font-weight: normal; line-height: 26px; font-family: Chunkfive, Tahoma, Arial, sans-serif; }
h3{ color: #444; padding: 0; margin: 0 0 10px 0; font-size: 22px; font-weight: normal; line-height: 22px; font-family: Chunkfive, Tahoma, Arial, sans-serif; }
h4{ color: #444; padding: 0; margin: 0 0 10px 0; font-size: 18px; font-weight: normal; line-height: 18px; font-family: Chunkfive, Tahoma, Arial, sans-serif; }
h5{ color: #444; padding: 0; margin: 0 0 10px 0; font-size: 14px; font-weight: normal; line-height: 14px; font-family: Chunkfive, Tahoma, Arial, sans-serif; }
h6{ color: #444; padding: 0; margin: 0 0 10px 0; font-size: 12px; font-weight: normal; line-height: 12px; font-family: Chunkfive, Tahoma, Arial, sans-serif; }

.alignleft { float: left; margin: 0 5px 5px 0; }
.alignright { float: right; margin: 0 0 5px 5px; }
.aligncenter { display: block; margin: 0 auto; }


/* HEADER CODES HERE
------------------------------------------------------------------*/

.headerwide {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #E0EDF3 url(images/bg_header.jpg) repeat-x top center;
}

.headerwrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 180px;
}

.headerwrap h1 a {
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat top left;
	display: block;
	width: 619px;
	height: 180px;
}

.headerwrap h2 a {
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat top left;
	display: block;
	width: 619px;
	height: 180px;
}

#button {
	height: 32px;
	width: 184px;
	position: absolute;
	top: 0;
	right: 25px;
        z-index: 2;
}

.menu_class {
	border:1px solid #534640;
	padding: 0;
}

.the_menu {
	display:none;
	width:184px;
	float: right;
	margin: 0 -2px 0 0;
	border-left: 1px solid #534640;
	border-right: 1px solid #534640;
	border-bottom: 1px solid #534640;
}

.the_menu li {
	background-color: #352E2C;
}

.the_menu li a {
	color:#FFFFFF; 
	text-decoration:none; 
	padding:10px;
	font-size: 12px;
	display:block;
}

.the_menu li a:hover {
	padding:10px;
	color: #FFF;
	text-decoration:underline;
}

.header-twitter { position: absolute; top: 10px; right: 20px; color: #696969; text-shadow: 1px 1px #252525; }
.header-rss { position: absolute; top: 52px; right: 20px; color: #696969; text-shadow: 1px 1px #252525; }
.header-facebook { position: absolute; top: 92px; right: 20px; color: #696969; text-shadow: 1px 1px #252525; }
.header-delicious { position: absolute; top: 132px; right: 20px; color: #696969; text-shadow: 1px 1px #252525; }

.header-twitter a, .header-twitter a:visited { padding: 8px 40px 8px 0; color: #696969; background: url(images/header_twitter.png) no-repeat top right; line-height: 32px; font-size: 16px; text-decoration:none; }
.header-twitter a:hover { color: #FFF; text-decoration: none; }

.header-rss a, .header-rss a:visited { padding: 8px 40px 8px 0; color: #696969; background: url(images/header_rss.png) no-repeat top right; line-height: 32px; font-size: 16px; text-decoration:none; }
.header-rss a:hover { color: #FFF; text-decoration: none; }

.header-facebook a, .header-facebook a:visited { padding: 8px 40px 8px 0; color: #696969; background: url(images/header_facebook.png) no-repeat top right; line-height: 32px; font-size: 16px; text-decoration:none; }
.header-facebook a:hover { color: #FFF; text-decoration: none; }

.header-delicious a, .header-delicious a:visited { padding: 8px 40px 8px 0; color: #696969; background: url(images/header_delicious.png) no-repeat top right; line-height: 32px; font-size: 16px; text-decoration:none; }
.header-delicious a:hover { color: #FFF; text-decoration: none; }





/* NAVIGATION CODES HERE
------------------------------------------------------------------*/

.navigationwide {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #E0EDF3 url(images/bg_navigation.jpg) repeat-x top center;
}

.navigationwrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

/* Basic List Styling (First/Base Level) */

.navigationwrap ul {z-index: 1; padding:0; margin:0; list-style: none;}

.navigationwrap ul li {float:left; position:relative; }

.navigationwrap ul li a { 
	font-size: 12px;
	text-transform: uppercase;
	line-height: 46px;
	color: #252525;
	font-weight: bold;
	background: transparent;
	display: block;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
        text-shadow: 1px 1px #FFF;
}

.navigationwrap ul li a:hover {color:#FFF; background:url(images/bg_nav-on.jpg) repeat-x top left; text-shadow: 1px 1px #000;}

/* Second Level Drop Down Menu */

.navigationwrap ul li ul {display: none;}

.navigationwrap ul li:hover ul { line-height: 30px; font-size:12px; display:block; position:absolute; top:44px; min-width:150px; left:0;}

.navigationwrap ul li:hover ul li a { line-height: 30px; font-size: 12px; display:block; background:#DCE4E6; color:#252525; width:150px; text-shadow: 1px 1px #FFF; }

.navigationwrap ul li:hover ul li a:hover {background:#DCE4E6; color:#252525; text-decoration: underline;}

/* Third Level Drop Down Menu */

.navigationwrap ul li:hover ul li ul {display: none;}

.navigationwrap ul li:hover ul li:hover ul { display:block; position:absolute; left:170px; top:0; }


/* CONTENT CODES HERE
------------------------------------------------------------------*/

.contentwrap {
	float: left;
	margin: 0;
	padding: 20px 0;
	width: 600px;
}

.postwrap {
	float: left;
	margin: 0 0 20px 0;
	padding: 20px;
	width: 538px;
	background: #FFFFFF url(images/bg_postwrap.jpg) repeat-x top left;
	border: 1px solid #c1c1c1;
        font-size: 14px;
        line-height: 20px;
}

.postwrap h1 { text-shadow: 1px 1px 1px #FFF; color: #444; padding: 0; margin: 0 0 10px 0; font-size: 30px; line-height: 30px; font-family: Chunkfive, Tahoma, Arial, sans-serif; }
.postwrap h1 a, .postwrap h1 a:visited { color: #444; text-decoration: none; }
.postwrap h1 a:hover { color: #252525; text-decoration: underline; }
.postwrap h2 { text-shadow: 1px 1px 1px #FFF; color: #444; padding: 0; margin: 0 0 10px 0; font-size: 30px; line-height: 30px; font-family: Chunkfive, Tahoma, Arial, sans-serif; }
.postwrap h2 a, .postwrap h2 a:visited { color: #444; text-decoration: none; }
.postwrap h2 a:hover { color: #252525; text-decoration: underline; }

.postwrap p { padding: 0 0 20px 0; margin: 0; }

.postimage { border: 1px solid #c1c1c1; float: left; margin: 0 0 10px 0; padding: 8px; background: #F8F8F8; }

.postwrap ul, .postwrap ol { margin: 0 10px 20px 30px; }
.postwrap ul{ list-style-type:disc; }
.postwrap ol{ list-style-type:decimal; }

.postinfo { float: left; margin: -5px 0 5px 0; width: 100%; color: #c1c1c1; text-transform: lowercase; font-size: 13px; clear: both; }
.postinfo a, .postinfo a:visited { color: #c1c1c1; text-decoration: none; font-weight: bold; }
.postinfo a:hover { color: #c1c1c1; text-decoration: underline; }

.ad468 { text-align: center; }

.sharethis { padding: 10px; width: 558px; background: #FFF; url(images/bg_sharethis.jpg) no-repeat top left; }
ul.socialwrap {margin: 0; padding: 0; list-style-type: none;  border: 0;  }
ul.socialwrap li { float: left; height: 48px; margin: 8px; }
ul.socialwrap img { border: 0; padding: 0; margin: 0;}

.archivetitle { padding: 10px 20px; background: #f1f1f1; }
.archivetitle h2 { margin: 0; text-transform: uppercase; font-size: 18px; line-height: 18px;}

a.more-link, a.more-link:visited { float: right; margin: 30px 0 0 0; text-align: right; color: #FFF; background: #444; text-decoration: none; text-transform: uppercase; padding: 5px; }
a.more-link:hover { color: #FFF; text-decoration: underline; }

.estimatedreading { float: left; position: relative; border: 1px solid #e6db55; background: #ffffe0; padding: 10px; width: 518px; margin: 0 0 10px 0; }
.estimatedreading p { float: left; padding: 0; margin: 0; }

.saveforlater { float: right; }

/* SIDEBAR CODES HERE
------------------------------------------------------------------*/

.sidebarwrap {
	float: left;
	margin: 0;
	padding: 20px 0;
	width: 340px;
}

.sidebox {
	float: left;
	margin: 0 0 20px 0;
	padding: 20px 19px;
	width: 300px;
	background: #FFF url(images/bg_sidebox.jpg) repeat-x top left;
	border: 1px solid #c1c1c1;
}

.sidebox h3 { text-shadow: 1px 1px 1px #FFF; font-size: 18px; font-weight: normal; text-transform: uppercase; color: #444; margin: 0 0 5px 0; padding: 0; }
.sidebox h3 a, .sidebox h3 a:visited { text-decoration: none; }
.sidebox h3 a:hover { text-decoration: none; }

.sidebox ul { list-style-type: none; margin: 0; padding: 0; }
.sidebox ul li { padding: 0; list-style: inline; margin: 0; } 
.sidebox ul li a, .sidebox ul li a:visited { padding: 5px 0; color: #252525; text-decoration: none; border-bottom: 1px solid #c1c1c1; display: block; width: 300px; }
.sidebox ul li a:hover { color: #444; text-decoration: none; }
.sidebox ul li ul li a{ padding: 5px 0 5px 10px; width: 290px; border-bottom: 0; color: #c1c1c1; }

.ad300 { }
.ad125 { text-align: center; }
.ad125 img { }

.searchwrap { position: absolute; top: 9px; right: 20px; z-index: 3;}
form { margin: 0; padding: 0; }
.text_input { width: 248px; height: 16px; padding: 5px; margin: 0 10px 0 0; background: #F8F8F8; border: 1px solid #c1c1c1; color: #c1c1c1; float: left; }
.text_submit { width: 70px; padding: 6px 5px; margin: 0; background: #c1c1c1; border: 0; color: #F8F8F8; font-weight: bold; float: left; }

.showrss { width: 320px; padding: 10px 9px; }
.rssimg { float: left; margin: 0 10px 0 0; }
.rss_input { width: 150px; height: 16px; padding: 10px; margin: 3px 10px 0 0; background: #F8F8F8; border: 1px solid #c1c1c1; color: #79AE00; float: left; }
.rss_submit { width: 80px; padding: 10px; margin: 3px 0 0 0; background: #79AE00; border: 0; color: #FFF; font-weight: bold; float: right; }

.twitterbox ul { list-style-type: none; margin: 0; padding: 0; }
.twitterbox ul li { padding: 5px 0; list-style: inline; margin: 0; border-bottom: 1px solid #c1c1c1; } 
.twitterbox ul li a, .twitterbox ul li a:visited { padding: 0; color: #252525; text-decoration: none; display:inline; border: 0; }
.twitterbox ul li a:hover { color: #444; text-decoration: none; }

/* FOOTER CODES HERE
------------------------------------------------------------------*/

.footerwide {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #444;
}

.footerwrap {
	position: relative;
	margin: 0 auto;
	padding: 0 20px 0 0;
	width: 940px;
	color: #FFF;
}

.footerwrap a, .footerwrap a:visited { color: #FFF; text-decoration: none; }
.footerwrap a:hover { color: #FFF; text-decoration: underline; }


.footerleft { float: left; margin: 0; padding: 10px 0; width: 470px; }
.footerright { float: left; margin: 0; padding: 10px 0; width: 470px; text-align: right; }

/* comment codes */

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li div.comment-author { color: #444; }
ol.commentlist li div.vcard { font:normal 16px; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:right; width: 50px; height: 50px; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#ccc; }
ol.commentlist li p { font-size:12px; margin:0 0 1em; }
ol.commentlist li ul { font-size:12px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { }

ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.pingback .reply, ol.commentlist li.pingback .comment-meta, ol.commentlist li.pingback .says, ol.commentlist li.pingback p { display: none; }

ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

ol.commentlist li.bypostauthor { background: #898989; color: #FFF; }
ol.commentlist li.bypostauthor a, ol.commentlist li.bypostauthor a:visited { color: #FFF; text-decoration: underline; }
ol.commentlist li.bypostauthor a:hover { text-decoration: none; color: #FFF; }
ol.commentlist li.bypostauthor pre, ol.commentlist li.bypostauthor code { color: #252525; }
ol.commentlist li.bypostauthor .children { color: #252525; }
ol.commentlist li.bypostauthor .children a, ol.commentlist li.bypostauthor .children a:visited { color: #252525; }
ol.commentlist li.bypostauthor .children a:hover { color: #252525; }


/* PAGE NAVIGATION LAYOUT CODES HERE */

.wp-pagenavi { float: right; text-align: right; margin: 0 18px 0 0;}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 5px 7px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #c1c1c1;
	color: #c1c1c1;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 5px 7px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #c1c1c1;
	color: #c1c1c1;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #444;
	color: #444;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 5px 7px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #444;
	color: #444;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 5px 7px;
	margin: 2px 2px 2px 2px;
	color: #444;
	border: 1px solid #c1c1c1;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 5px 7px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #444;
	color: #444;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 5px 7px;	
	margin: 2px;	
	border: 1px solid #c1c1c1;
	color: #c1c1c1;
	background-color: #FFFFFF;
}

/* AUTHOR BOX CODES HERE */

.author_pic { width: 80px; float: left; margin: 0 10px 0 0; }
.author_text { width: 448px; float: left; margin: 0; }