/*

Theme Name: Britopian

Theme URI: http://www.britopian.com

Description: Wordpress Theme made by <a href="http://www.madebyguerrilla.com">Guerrilla</a> for the <a href="http://www.britopian.com">Britopian</a> website.

Tags: marketing, business, britopian, michael brito, social media, grey, blue, black, brown, orange, red, green, 960

Version: 1.0

Author: Guerrilla

Author URI: http://www.madebyguerrilla.com

*/



body {

	font-family: Helvetica, Tahoma, Arial;

	color: #252525;

	font-size: 13px;

	line-height: 20px;

	background: #EEE url(images/bg_website.jpg) repeat-x top center;

}





/* MAIN WEBSITE CODES HERE

------------------------------------------------------------------*/
#header{
width:100%;
height:auto;
clear:both;
margin:0;
padding:0;
}


#wrapper {
margin: 0 auto;
padding: 0;
width: 960px;
clear:both;
}



a, a:visited { color: #F06510; 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: #464646; padding: 0; margin: 0 0 10px 0; font: 24px normal; line-height: 24px; font-family: Helvetica, Tahoma, Arial; }

h2{ color: #464646; padding: 0; margin: 0 0 10px; font: 20px normal; line-height: 20px; font-family: Helvetica, Tahoma, Arial; }

h3{ color: #464646; padding: 0; margin: 0 0 10px 0; font: 18px normal; line-height: 18px; font-family: Helvetica, Tahoma, Arial; }

h4{ color: #464646; padding: 0; margin: 0 0 10px 0; font: 16px normal; line-height: 16px; font-family: Helvetica, Tahoma, Arial; }

h5{ color: #464646; padding: 0; margin: 0 0 10px 0; font: 14px normal; line-height: 14px; font-family: Helvetica, Tahoma, Arial; }

h6{ color: #464646; padding: 0; margin: 0 0 10px 0; font: 12px normal; line-height: 12px; font-family: Helvetica, Tahoma, Arial; }



.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

------------------------------------------------------------------*/



.topbarwide {

	float: left;

	margin: 0;

	padding: 0;

	width: 100%;

	background: url(images/bg_topnav.jpg) repeat-x top center;

}



.topbarwrap {

	position: relative;

	margin: 0 auto;

	padding: 0;

	width: 940px;

	color: #464646;

	font-size: 10px;

	height: 30px;

	line-height: 30px;

}



.sharevia { position: absolute; top: 2px; right: 0; }





.headerwide {

	float: left;

	margin: 0;

	padding: 0;

	width: 100%;

	background: url(images/bg_header.jpg) repeat-x top center;

}



.headerwrap {

	position: relative;

	margin: 0 auto;

	padding: 0;

	width: 940px;

}



.headerwrap h1 a {

	text-indent: -9999px;

	background: url(images/logo.jpg) no-repeat top left;

	display: block;

	width: 100px;

	height: 100px;

}



.headerwrap h2 a {

	text-indent: -9999px;

	background: url(images/logo.jpg) no-repeat top left;

	display: block;

	width: 100px;

	height: 100px;

}

.sloganwrap { position: absolute; top: 15px; right: 10px; width: 300px; color: #898989; font-size: 16px; text-align: center; line-height: 22px; }



/* NAVIGATION CODES HERE

------------------------------------------------------------------*/



.navigationwide {

	float: left;

	margin: 0;

	padding: 0;

	width: 100%;

	background: url(images/bg_navigation.jpg) repeat-x top center;

}



.navigationwrap {

	position: relative;

	margin: 0 auto;

	padding: 0;

	width: 940px;

}



/* Basic List Styling (First/Base Level) */

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {

	margin:			0;

	padding:		0;

	list-style:		none;

}

.sf-menu {

	line-height:	21px;

}

.sf-menu ul {

	position:		absolute;

	top:			-999em;

	width:			200px; /* left offset of submenus need to match (see below) */

}

.sf-menu ul li {

	width:			100%;

}

.sf-menu li:hover {

	visibility:		inherit; /* fixes IE7 'sticky bug' */

}

.sf-menu li {

	float:			left;

	position:		relative;

}

.sf-menu a {

	display:		block;

	position:		relative;

	font-size:		12px;

	text-transform: uppercase;

}

.sf-menu li:hover ul,

.sf-menu li.sfHover ul {

	left:			0;

	top:			41px; /* match top ul list item height */

	z-index:		99;

}

ul.sf-menu li:hover li ul,

ul.sf-menu li.sfHover li ul {

	top:			-999em;

}

ul.sf-menu li li:hover ul,

ul.sf-menu li li.sfHover ul {

	left:			200px; /* match ul width */

	top:			0;

}

ul.sf-menu li li:hover li ul,

ul.sf-menu li li.sfHover li ul {

	top:			-999em;

}

ul.sf-menu li li li:hover ul,

ul.sf-menu li li li.sfHover ul {

	left:			200px; /* match ul width */

	top:			0;

}



/*** DEMO SKIN ***/

.sf-menu {

	float:			left;

	margin-bottom:	0;

}

.sf-menu a {

	padding: 		10px 20px;

	text-decoration:none;

	text-transform: uppercase;

	font-size: 		11px;

}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/

	color:			#d4d4d4;

}

.sf-menu li {

	background:		url(images/bg_navbutton.jpg) no-repeat top right;

}

.sf-menu li li {

	background:		#252525;

}

.sf-menu li li li {

	background:		#252525;

}

.sf-menu li:hover, .sf-menu li.sfHover,

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

	background:		url(images/bg_navbutton.jpg) no-repeat top right;

	outline:		0;

	color:			#FFF;

}



.sf-menu li li:hover, .sf-menu li li.sfHover,

.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {

	background:		#252525;

	outline:		0;

	color:			#FFF;

}



/*** shadows for all but IE6 ***/

.sf-shadow ul {

	background:	url('../images/shadow.png') no-repeat bottom right;

	padding: 0 8px 9px 0;

	-moz-border-radius-bottomleft: 17px;

	-moz-border-radius-topright: 17px;

	-webkit-border-top-right-radius: 17px;

	-webkit-border-bottom-left-radius: 17px;

}

.sf-shadow ul.sf-shadow-off {

	background: transparent;

}



.searchwrap { position: absolute; top: 5px; right: 0; width: 220px; height: 25px; background: #10161A; border: 1px solid #0B0F11; padding: 5px 0 0 0; }

form { margin: 0; padding: 0; }

.text_input { width: 192px; height: 16px; font-size: 10px; padding: 2px; margin: 0; background: transparent; border: 0; color: #BCBCBC; float: left; }



/* CONTENT CODES HERE

------------------------------------------------------------------*/

#topboxes{
position:relative;
float:left;
clear:both;
width:960px;
height:auto;
padding:0;
margin:0;
overflow:hidden;
}

.topboxwrap {

	position: relative;

	float: left;

	margin: 10px;

	padding: 0;

	width: 298px;

	border: 1px solid #D4D4D4;

}



.topboxlink {

	position: relative;

	float: left;

	margin: 0;

	padding: 0 25px 0 5px;

	width: 268px;

	height: 23px;

	background: url(images/bg_topboxlink.jpg) repeat-x top center;

	line-height: 23px;

	overflow: hidden;

	font-size: 11px;

}

.topboxlink a, .topbox link a:visited { color: #6b6b6b; text-decoration: none; }

.topboxlink a:hover { color: #252525; text-decoration: none; }



.contentwrap {
float: left;
margin: 0;
padding: 10px 0;
width: 640px;
clear:left;
}

.outerwrap{
width:100%;
height:auto;
position:relative;
}

.postwrap {
	margin: 10px;
	padding: 20px;
	width: 578px;
	height:auto;
	border: 1px solid #D4D4D4;
	background: #FFF url(images/bg_postwrap.jpg) repeat-x top center;
    clear:left;
	position:relative;
	overflow:hidden;
}
.postwrap{

}


.postwrap h1 { color: #464646; padding: 0; margin: 0 0 14px 40px; font: 25px normal; line-height: 32px; font-family: Arial, Tahoma; font-weight: bolder;}

.postwrap h1 a, .postwrap h1 a:visited { color: #464646; text-decoration: none; }

.postwrap h1 a:hover { color: #464646; text-decoration: underline; }

.postwrap h2 { color: #464646; padding: 0; margin: 0 0 14px 40px; font: 25px normal; line-height: 32px; font-family: Arial, Tahoma; font-weight: bolder;}

.postwrap h2 a, .postwrap h2 a:visited { color: #464646; text-decoration: none; }

.postwrap h2 a:hover { color: #464646; text-decoration: underline; }



.postwrap p { padding: 0 0 10px 0; margin: 0; }



.postimage { float: left; margin: 0 10px 10px 0; padding: 5px; background: #EEE;  }



.postwrap ul, .postwrap ol { margin: 10px 10px 10px 30px; }

.postwrap ul{ list-style-type:disc; }

.postwrap ol{ list-style-type:decimal; }

.postinfo { 
    float: left; 
    margin: -16px 0 0; 
    padding: 5px 0 0; 
    width: 100%; 
    color: #979797; 
    text-transform: lowercase; 
    font-size: 11px;  
    line-height: 16px; 
    height:auto; 
    overflow:hidden;
}

.postinfo a, 
.postinfo a:visited { 
    color: #979797; 
    text-decoration: none; 
    font-weight: bold; 
    text-transform:capitalize;
}

.postinfo a:hover { color: #979797; text-decoration: underline; }



.pinfo-category { background: url(images/postinfo_category.jpg) no-repeat top left; padding: 3px 5px 3px 21px; line-height: 16px;}

.pinfo-author { background: url(images/postinfo_author.jpg) no-repeat top left; padding: 3px 5px 3px 21px;  line-height: 16px;}

.pinfo-comments { background: url(images/postinfo_comments.jpg) no-repeat top left; padding: 3px 5px 3px 21px;  line-height: 16px;}



.postinfotext { /*float: left;*/ margin: 0px 0 0 40px; padding: 0px 10px 0 0; }


.tweetmeme { margin: 0;  /*float: right;*/ padding: 0; }

.facebookshare{ 
    float:left;
    margin:4px 0 5px 0;
    width:300px;
}

.off_witter{
    display:block;
    float:left;
    margin:5px 0 2px 39px;
    width:100px;
}

.linkedinshare{
    display:block;
    float:left;
    margin:5px 0 2px 0px;
    /*width:104px;*/
}


.postdate { position: absolute; top: 10px; left: -10px; line-height: 18px; padding: 0; background: url(images/bg_datebox.jpg) no-repeat top left; width: 60px; height: 48px; text-align: center; z-index:100;}

.postdate .month { color: #CD5000; font-size: 12px; text-transform: uppercase; text-shadow: 1px 1px 1px #EC8112; font-weight: bold; }

.postdate .day { color: #CD5000; font-size: 24px; text-transform: uppercase; text-shadow: 1px 1px 1px #EC8112; font-weight: bold; }



.ad468 { text-align: center; }



.sharethis { padding: 20px; width: 578px; }

ul.socialwrap {margin: 0; padding: 0; list-style-type: none;  border: 0;  }

ul.socialwrap li { float: left; height: 48px; margin: 6px; }

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;}



.relatedposts { float: left; width: 288px; margin: 0 10px 0 0; }

.relatedposts h4 { margin: 0 0 5px 0; }

.relatedposts ul { list-style-type: none; margin: 0; padding: 0; }

.relatedposts ul li { padding: 0; list-style: inline; margin: 0; } 

.relatedposts ul li a, .relatedposts ul li a:visited { padding: 5px 0; color: #252525; text-decoration: none; border-bottom: 1px solid #c1c1c1; display: block; width: 288px; }

.relatedposts ul li a:hover { color: #464646; text-decoration: none; }

.relatedad { float: left; width: 300px; }



a.more-link, a.more-link:visited { float: right; margin: 30px 0 0 0; text-align: right; color: #FFF; background: #464646; text-decoration: none; text-transform: uppercase; padding: 5px; }

a.more-link:hover { color: #FFF; text-decoration: underline; }

.pbcontent{
clear:both;
}

.postfooter {
	position: relative;
	float: left;
	width: 568px;
	height: 39px;

	padding: 0 0 0 10px;

	background: url(images/bg_postfooter.jpg) no-repeat top right;

	font-size: 13px;

	color: #c1c1c1;

	line-height: 39px;
margin:0;
clear:both;
}



.postfooter a, .postfooter a:visited { color: #B6B6B6; text-decoration: none; }

.postfooter a:hover { color: #464646; text-decoration: none; }



.pfooter-category { background: url(images/postfooter_category.png) no-repeat top left; padding: 12px 5px 12px 30px; height: 39px; margin: 1px 0 0 0; }

.pfooter-comments { background: url(images/postfooter_comments.png) no-repeat top left; padding: 12px 5px 12px 30px; height: 39px; margin: 1px 5px 0 0;}



.continuereading { position: absolute; top: 6px; right: 5px; }



.wp-caption { background: #F8F8F8; border: 1px solid #dadada; padding: 2px; margin: 5px 5px 5px 5px; font-size: 11px; color: #898989; }

.wp-caption p { margin: 0; padding: 0; }

.wp-caption-text { margin: 0; padding: 0; }

.wp-caption img { margin: 0; }



.titleline { clear: both; float: left; margin: 5px 0; width: 100%; border-bottom: 1px solid #dadada; }





/* FRIEND FEED CODES */

#friendfeed { border: 0px !important;}

.widget { border: 0px !important; }

.feed { border: 0px !important; }

.body { border: 0px !important; }

.logo { border: 0px !important; }







/* SIDEBAR CODES HERE

------------------------------------------------------------------*/



.sidebarwrap {
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 320px;
	height:auto;
	overflow:hidden;
}



.sidebox {

	float: left;

	margin: 10px;

	padding: 0;

	width: 300px;

	background: #FFF url(images/bg_sidebox.jpg) repeat-x top left;

	border: 1px solid #D4D4D4;

}



.sidebox h3 { font-size: 12px; /*font-weight: bold;*/ text-transform: uppercase; color: #BCBCBC; margin: 5px 0 10px 5px; padding: 0; }

.sidebox h3 a, .sidebox h3 a:visited { text-decoration: none; color: #BCBCBC; }

.sidebox h3 a:hover { text-decoration: none; }



h3.twitterupdates { background: url(images/bg_h3-twitterupdates.jpg) no-repeat top left; padding: 0 0 0 20px; }

h3.rssupdates { background: url(images/bg_h3-rss.jpg) no-repeat top left; padding: 0 0 0 20px; margin: 5px 0 10px -5px; }

h3.flickrphotos { background: url(images/bg_h3-flickrphotos.jpg) no-repeat top left; padding: 0 0 0 20px; }

h3.recentbroadcast { background: url(images/bg_h3-broadcast.jpg) no-repeat top left; padding: 0 0 0 20px; }





.sidebox ul { list-style-type: none; margin: 10px; padding: 0; }

.sidebox ul li { padding: 0; list-style: inline; margin: 0; } 

.sidebox ul li a, .sidebox ul li a:visited { background: url(images/bg_sidebox-icon.png) no-repeat top left; padding: 0 0 5px 15px; color: #252525; text-decoration: none; display: block; width: 265px; }

.sidebox ul li a:hover { color: #464646; text-decoration: none; }

.sidebox ul li ul li a{ padding: 5px 0 5px 10px; width: 270px; border-bottom: 0; color: #c1c1c1; }



.ad300 { border: 0; background: transparent; text-align: center; }

.ad125 { border: 0; background: transparent; text-align: center; }

.ad125 img { margin: 5px; padding: 5px; background: #EEE; }



.rssbox { padding: 0 10px; width: 280px; }

.rss_input { 
/*
    width: 160px; 
    height: 16px; 
    padding: 7px 7px 8px 7px; 
    margin: 3px 10px 10px 0; 
    font-size: 12px; 
    background: #E5E5E5; 
    border: 1px solid #D4D4D4; 
    color: #BaBaBa; 
    float: left; 
    */
    
    border:1px solid #D4D4D4;
    color:#585858;
    float:left;
    height:26px;
    line-height:26px;
    margin:7px 0 4px 16px;
    width:210px;
}

.rss_submit { 
    /*width: 88px; 
    padding: 7px; 
    margin: 3px 0 10px 0; 
    font-size: 12px; 
    background: #E5E5E5; 
    border: 1px solid #D4D4D4; 
    color: #BaBaBa; 
    font-weight: bold; 
    float: left; */
    
    background:url("images/go.png") no-repeat scroll 0 0 transparent;
    border:medium none;
    cursor:pointer;
    height:26px;
    margin:9px 0 0 6px;
    text-indent:-999em;
    width:33px;

}

.spanrss { font-size: 11px; font-weight: bold; color: #BaBaBa; line-height: 14px; }

.rssbox .subscribe_slogan{
    color:#585858;
    display:block;
    font-family:trebuchet MS;
    font-size:13px;
    font-weight:normal;
    line-height:19px;
    margin-left:15px;
    width:260px;
}



.rssbox ul li{
    float: left;
    width: 48px;
    height:48px;
    padding: 8px;
}

.rssbox ul li a.rss{
    background: url(images/rss.png) no-repeat;
    width: 48px;
    height:48px;
}

.rssbox ul li a.twitter{
    background: url(images/twitter.png) no-repeat;
    width: 48px;
    height:48px;
}

.rssbox ul li a.facebook{
    background: url(images/facebook.png) no-repeat;
    width: 48px;
    height:48px;
}

.rssbox ul li a.linked{
    background: url(images/linked.png) no-repeat;
    width: 48px;
    height:48px;
}

span.rss_counter {
    float:left;
    margin:1px 0 10px 90px;
}

.spanrss a, .spanrss a:visited { color: #00aeff; text-decoration: none; }



.twitterbox ul { list-style-type: none; margin: 10px; padding: 0; font-size: 11px; color: #6b6b6b; }

.twitterbox ul li { padding: 5px 0; list-style: inline; margin: 0; border-bottom: 1px solid #D4D4D4;  } 

.twitterbox ul li a, .twitterbox ul li a:visited { background: transparent; padding: 0; color: #6b6b6b; text-decoration: none; display:inline; border: 0; }

.twitterbox ul li a:hover { color: #464646; text-decoration: none; }



/* FOOTER CODES HERE

------------------------------------------------------------------*/



.footertopwide {

	float: left;

	margin: 0;

	padding: 0;

	width: 100%;

	background: #0F1515;

}



.footertopwrap {

	position: relative;

	margin: 0 auto;

	padding: 0;

	width: 960px;

	color: #BCBCBC;

}



.footerbox {

	position: relative;

	float: left;

	width: 300px;

	margin: 10px;

	color: #BCBCBC;

}



.footerbox h3 { color: #BCBCBC; padding: 0 0 10px 0; background: url(images/bg_h3-footer.jpg) repeat-x bottom left; width: 100%; }



.footerbox ul { list-style-type: none; margin: 0; padding: 0; }

.footerbox ul li { padding: 0; list-style: inline; margin: 0; } 

.footerbox ul li a, .footerbox ul li a:visited { background: url(images/bg_footerbox-icon.jpg) no-repeat top left; padding: 0 0 5px 15px; color: #BCBCBC; text-decoration: none; display: block; width: 285px; }

.footerbox ul li a:hover { color: #FFF; }



.footerbox ul li a.footertwitter, .footerbox ul li a.footertwitter:visited{ background: url(images/footer_twitter.jpg) no-repeat top left; padding: 0 0 5px 21px; margin: 0 0 5px 0; }

.footerbox ul li a.footerfacebook, .footerbox ul li a.footerfacebook:visited{ background: url(images/footer_facebook.jpg) no-repeat top left; padding: 0 0 5px 21px;  margin: 0 0 5px 0;}

.footerbox ul li a.footergoogle, .footerbox ul li a.footergoogle:visited { background: url(images/footer_google.jpg) no-repeat top left; padding: 0 0 5px 21px; margin: 0 0 5px 0; }

.footerbox ul li a.footerflickr, .footerbox ul li a.footerflickr:visited { background: url(images/footer_flickr.jpg) no-repeat top left; padding: 0 0 5px 21px;  margin: 0 0 5px 0;}

.footerbox ul li a.footerrss, .footerbox ul li a.footerrss:visited { background: url(images/footer_rss.jpg) no-repeat top left; padding: 0 0 5px 21px;  margin: 0 0 5px 0;}

.footerbox ul li a.footerposterous, .footerbox ul li a.footerposterous:visited { background: url(images/footer_posterous.jpg) no-repeat top left; padding: 0 0 5px 21px;  margin: 0 0 5px 0;}



.flickrbox { text-align: center; }

.flickrbox img { margin: 5px; padding: 5px; background: #252525; }





.footerwide {

	float: left;

	margin: 0;

	padding: 0;

	width: 100%;

	background: #252525 url(images/bg_footer.jpg) repeat-x top left;

}



.footerwrap {

	position: relative;

	margin: 0 auto;

	padding: 0;

	width: 940px;

	color: #BCBCBC;

	line-height: 31px;

}



.footerwrap a, .footerwrap a:visited { color: #BCBCBC; text-decoration: none; }

.footerwrap a:hover { color: #BCBCBC; text-decoration: underline; }





.footerleft { float: left; margin: 0; padding: 10px; width: 450px; }

.footerright { float: left; margin: 0; padding: 10px; width: 450px; 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: #464646; }

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 { border-left:5px solid #111; }



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; }



/* PAGE NAVIGATION LAYOUT CODES HERE */



.wp-pagenavi { float: right; text-align: right; margin: 10px 8px 10px 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 #464646;

	color: #464646;

	background-color: #FFFFFF;

}

.wp-pagenavi a:active {

	padding: 5px 7px;

	margin: 2px;

	text-decoration: none;

	border: 1px solid #252525;

	color: #252525;

	background-color: #FFFFFF;	

}

.wp-pagenavi span.pages {

	padding: 5px 7px;

	margin: 2px;

	color: #c1c1c1;

	border: 1px solid #c1c1c1;

	background-color: #FFFFFF;

}

.wp-pagenavi span.current {

	padding: 5px 7px; 

	margin: 2px;

	font-weight: normal;

	border: 1px solid #c1c1c1;

	color: #c1c1c1;

	background-color: #FFFFFF;

}

.wp-pagenavi span.extend {

	padding: 5px 7px;	

	margin: 2px;	

	border: 1px solid #c1c1c1;

	color: #c1c1c1;

	background-color: #FFFFFF;

}











/* BREADCRUMB CODES HERE */



.breadcrumbwrap {

	padding: 0;

	width: 618px;

	background: #FFFFFF;

	border: 1px solid #c1c1c1;

}



#crumbs {

	list-style-type: none;

	margin: 0;

	padding: 0;

	height:2.3em;

	}

#crumbs li {

	float:left;

	line-height:2.3em;

	color:#777;

	padding-left:.75em;

	}		

#crumbs li a {

	background:url(images/crumbs.gif) no-repeat right center;

	display:block;

	padding:0 15px 0 0;

	}							

#crumbs li a:link,

#crumbs li a:visited {

	color:#777;

	text-decoration:none;

	}

	

/* AUTHOR BOX CODES HERE */



.authorbio { background: #FFF; padding: 20px; width: 578px; font-size: 12px; }

.author_pic { width: 80px; float: left; margin: 0 10px 0 0; }

.author_text { width: 488px; float: left; margin: 0; }

.authorbio h5 { font-size: 14px; }

.social_network{
    font-family:trebuchet MS;
    font-size:11px;
    font-weight:bold;
    margin-left:60px;
}

.folow_twitter {
    float: left;
}

.folow_twitter_img{
margin-bottom:-3px;
margin-right:-4px;
}

.addthis_toolbox {
    display:block;
    float:left;
   /* margin-top:2px;*/
    width:170px;
}

.social-links {
	margin:5px 0 10px 0;
	padding:3px;
	position:relative;
	text-align:left;
	vertical-align:top;
}
.social-links > * {
	margin-bottom:5px;
	position:relative;
	top:0;
	vertical-align:top;
}
.fb_iframe_widget span {
	top:-1px !important;
}


