/*
Theme Name: CharityBloggers (default)
Theme URI: http://www.charitybloggers.com/
Description: CharityBloggers screen styles - header, simple nav and sidebar
Version: 2.0
Author: Bluefrog
Author URI: http://www.bluefrog-digital.com/
*/


/*
global
---------------------------------------------------------- */

* { padding: 0; margin: 0; }

form { margin: 0; padding: 0; }

.clear { clear: both; width: 0; height: 0; font-size: 0; overflow: hidden; }

a img { border: none; }

img { font-size: 80%; display: block;}



/* defaults 
---------------------------------------------------------- */

body {
	margin: 0;
	padding: 0 0 0 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	color: #333333;
	background: #FFFFFF url(img/mainBGRepeat.jpg) repeat-x;
	margin-bottom: 30px;
	}
	
	
h1 {
	color: #0066cc;
	font-size: 22px;
	padding: 0 0 15px 0;
	}

h2 {
	color: #0066cc;
	font-size: 16px;
	}

h3 {
	color: #0066cc;
	font-size: 13px;
	}


/* general text styles
---------------------------------------------------------- */

.blue {
	color: #0066cc;
	font-weight: bold;
}





/* header element
---------------------------------------------------------- */
	
#header {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	}
	

#logo {
	float: left;
	width: 380px;
	margin: 0 auto;
	/*padding-top: 3.5em;*/
	height: 70px;
	background: url(img/charityBloggersLogo.png) no-repeat;
	}
/*
html>body #logo {
	float: left;
	margin: 4px 0 0 309px;
	width: 201px;
	height: 70px;
	background: url(img/charityBloggersLogo.png) no-repeat;
	}
*/

#logo h1 {
	display: none;
	}	




	
/* navigation element
---------------------------------------------------------- */

/*
#nav {
	width: 850px;
	padding: 0;
	margin: 24px 0 20px 0;
	height: 35px;
	background: #0099cc;
	}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	font-size: 19px;
	color: #FFF;
	margin: 5px 0 0 5px;
	padding: 5px 5px 7px 5px;
	font-weight: normal;
	text-decoration: none;
	}

#nav a.first{
	margin: 4px 0 0 15px;
	}

#nav a:hover {
	background: #0066cc;
	}

#nav a:active, #nav a.active {
	background: #0066cc;
	}



.navLogin {
	float: right;
	margin-right: 6px !important;
	}

*/





#navContainer {
	position: relative;
	height: 35px;
	width: 100%;
}

#nav {
	position: relative;
	height: 35px;
	margin: 24px 0 20px 0;
	width: 850px;
	padding: 0;
	background: url(img/navBG.gif) no-repeat;
}

#nav ul {
	margin: 5px 0 20px 10px;
	padding: 0 0 4px 0;
	list-style-type: none;
	width:  850px;
	float: left;
}

#nav ul li {
	display: block;
	float: left;
	margin: 0 1px;
}

#nav ul li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 12px;
	height: 30px;
	line-height: 195%;
	font-size: 16px;
}

#nav ul li a span {
	padding: 0 12px 0 0;
}

#nav ul li a:hover, #nav ul li a.current {
	color: #fff;
	background: #0066cc url(img/nav/navBGTopLeft.gif) no-repeat top left;
}

#nav ul li a:hover span, #nav ul li a.current span {
	display: block;
	width: auto;
	background: #0066cc url(img/nav/navBGTopRight.gif) no-repeat top right;
}

.navLogin {
	float: right !important;
	margin-right: 31px !important;
}



/* page structure
---------------------------------------------------------- */

#mainBody {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	background: url(img/mainBodyBG.png) no-repeat;
	height: 100%;
}

#content {
	text-align: left;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0 0 0 20px;
	width: 500px;
	line-height: 1.4;
}

.post {
}

.post_header {
margin: 0 0 20px 0;
}

.post_full_post {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.post_h1 {
	float: left;
	padding: 0;
	margin: 0;
}

.blogger_profession {
	float: left;
	color: #666666;
	font-size: 12px;
}


.post p,
.post_full_post p {
	padding: 0 0 20px 0 ;
}

.entry {}

.postinfo {} /*p*/
.morelink {} /*p*/
.postmetadata {}
.alt {}
.posttitle {} /*h2*/

h2.pagetitle {
	color: #0066cc;
	font-size: 16px;
	padding: 0 0 15px 0;
	}


/* sub header (with the featured blogger + search)
---------------------------------------------------------- */	

#subHeader {
	width: 500px;
	margin: 0;
	padding: 0;
}

#featuredBlogger {
	margin: 20px 20px 0 0;
	width: 500px;
	background-color: #f2f2f2;
}

	#contact_padding {
	height: 15px;
	width: 500px;
	}


.featuredBloggerContent {
	padding: 5px;
	background-color: #f2f2f2;
	margin: 0;
	line-height: 1.4;
}

.featuredBloggerTop {
	background: url(img/featuredBloggerTopBG.gif) no-repeat;
	width: 500px;
	height: 6px;
	font-size: 0;
	}

.featuredBloggerBottom {
	background: url(img/featuredBloggerBottomBG.gif) no-repeat;
	width: 500px;
	height: 20px;
	font-size: 0;
	}

.featuredBloggerImage {
	float: left;
	width: 50px;
	padding: 5px;
}

.featuredBloggerPostHeader {
	float: left;
	width: 400px;
	font-size: 14px;
}


.featuredBloggerPost {
	float: left;
	width: 400px;
	margin: 10px 0 0 0;
}

#nofeaturedBlogger {
	float: left;
	margin: 20px 20px 0 20px;
	width: 500px;
	background-color: #333;
	height: 20px;
}


/* Search 
---------------------------------------------------------- */	
#searchBox {
	width: 260px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
}

#searchBox input#s {
	float: left;
	height: 23px;
	width: 180px;
	border: 1px solid #ccc;

}

#searchBox input.searchSubmit {
	float: left;
	margin: 0 0 0 10px;
	width: 63px;
	height: 26px;
}



/* sidebar styling
---------------------------------------------------------- */	
#sidebar {
	width: 260px;
	float: left;
	margin: 20px 0 20px 0;
	padding: 0 20px 0 0;
	line-height: 1.4em;
	color: #333333;
	font-size: 12px;
	}

#sidebar_wrapper {
	padding: 0 0 0 20px;
	margin: 80px 0 0 0;
	background: url(img/sidebarBGRepeat.gif) repeat-y;
	float: left;
}

.sideBlock ul,
.sideBlock_border ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
.sideBlock h2,
.sideBlock_border h2 {
	color: #0066cc;
	font-size: 16px;
	padding: 0 0 15px 0;
	}

.sideBlock {
	padding: 0 0 20px 0;
	}
	
.sideBlock_border {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e5e5e5;
	}

.sidePost {
	margin: 0 0 20px 0;
}

.sidePostContent {
	padding: 0 8px 0 8px;
	background: #f2f2f2;
	margin: 0 0 0 0;
}
	
.sidePostContent h3 a {
	color: #0066cc;
	font-size: 12px;
	text-decoration: none;
	}

.sidePostContent p {
	font-size: 12px;
	padding: 5px 0 0 0 ;
	}

.sidePostContent p a {
	color: #333333;
	text-decoration: none;
	}


.sidePostTop {
	background: url(img/sidePostTopBG.gif) no-repeat;
	width: 260px;
	height: 9px;
	font-size: 0;
	}

.sidePostBottom {
	background: url(img/sidePostBottomBG.gif) no-repeat;
	width: 260px;
	height: 19px;
	font-size: 0;
	}


/* The Blogs
---------------------------------------------------------- */
.blogBlockLeft {
	width: 245px;
	height: 117px;
	float: left;
	margin: 0 10px 15px 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
	color: #333333;
	background: url(img/blogBlockBG.gif) repeat-x 0 0;
	}

.blogBlockRight {
	width: 245px;
	height: 117px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
	color: #333333;
	background: url(img/blogBlockBG.gif) repeat-x 0 0;
	}

.blogBlockTop {
	background: url(img/blogBlockTopBG.gif) no-repeat;
	width: 245px;
	height: 5px;
	font-size: 0;
	}
	
.blogBlockContent {
	height: 112px;
	padding: 0 5px 0 5px;
	/*background: #f2f2f2;*/
	margin: 0 0 0 0;
	}

.blogBlockContent .rating {
	width: 235px;
	float: left;
	font-weight: bold;
}

.blogBlockContent .excerpt {
	padding: 5px 0 8px 0;
	height: 35px;
}



.blogBlockContent .rating img { 
	display: inline;
	vertical-align: middle;
}


.blogBlockContent .blogBlockAdvatar { 
	width: 35px;
	float: left;
	margin: 0 5px 0 0;
}


.blogBlockContent .blogBlockAdvatar img { 
	display: inline;
	vertical-align: middle;
}


.blogBlockContent h3 {
	color: #0066cc;
	font-size: 13px;
	}


.blogBlockContent p {
	font-size: 12px;

}

.blogBlockBottom {
	width: 245px;
	height: 6px;
	}


.starRating {
	float: left;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	}


/* 'the links' page
---------------------------------------------------------- */

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

/* comments
---------------------------------------------------------- */
.comment_wrapper {
	background-color: #f0f0f0;
	margin: 15px 0 0 0;
}

.commentBody {
	padding: 0 10px;
}

.comment_grey_text,
.comment_grey_text a,
.comment_grey_text a:visited {
	color: #666;
}

.commentMeta {
	padding: 0 0 0 10px;
}

.commentmetadata {
	font-size: 0.90em;
}

#leave_comment {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #e5e5e5;
}

#commentform {
	margin: 15px 0 0 0;
}

#commentform p {
	margin: 0 0 8px 0;
}

#commentform input#author,
#commentform input#email,
#commentform select#url {
	border: 1px solid #ccc;
	height: 20px;
	width: 200px;
	padding: 0 0 0 3px;
}

#commentform textarea#comment {
	border: 1px solid #ccc;
	height: 150px;
	width: 500px;
	padding: 0 0 0 3px;
}

/* footer
---------------------------------------------------------- */
#footer {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
	}


#footerTop {
	width: 840px;
	border-top: 1px solid #e5e5e5;
	height: 20px;
	}

#footer p {
	color: #666666;
	margin: 0;
	padding: 0;
	}

#footer a {
	color: #666666;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	}

#footer a:hover {
	color: #666666;
	padding: 0;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	}
	


/* links 
---------------------------------------------------------- */

a:link, a:visited, a:link.readMore, a:visited.readMore {
	color: #ff3300;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	}

a:hover, a:hover.readMore {
	color: #ff3300;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

a:link.theBlogLink , a:visited.theBlogLink  {
	color: #ff3300;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	}

a:hover.theBlogLink  {
	color: #ff3300;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

a:link.blogLink,
a:visited.blogLink,
.sidebar_list li a,
.sidebar_list li a:visited {
	color: #333333;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

a:hover.blogLink,
.sidebar_list li a:hover {
	color: #333333;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	}


a:link.aboutLink , a:visited.aboutLink  {
	color: #666666;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	}

a:hover.aboutLink  {
	color: #666666;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

/* Form element
---------------------------------------------------------- */

/*search + contact... contact in seperate CFORMSII css*/