/*
Theme Name: GX Blogs - Fair Trade
Description: Based on WP-PortalTheme. 2-column, fixed-width, widget ready, right sidebar theme with an optional ad block.  
Author: Design Action Collective
Author URL: http://www.designaction.org
Tags: valid XHTML, fixed width, two columns, widgets, gravatars, right sidebar, ad block, customizable
Version: 1

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #551200;
	background: #551200;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a a:visited {
	color:#752813;
	text-decoration:none;
}
.break {
	font-size: 0;
	width: 0;
	height: 0;
	clear: both;
}
/** BEGIN wrapper **/
.wrapper {
	width: 960px;
	margin: auto auto;
	text-align: left;
	background: #FFF;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 211px;
	color: #ffffff;
	font-family: Arial;
	background-image: url(images/bannerFT.jpg);
	background-repeat: no-repeat;
	background-position: 0px 100%;
}
#gxlogo img {
	float: left;
	padding:0;
	border:0;
}
h1#blogTitle a {
	display:block;
	text-decoration: none;
	width:400px;
	height:160px;
	float:left;
	clear:left;
}
#header_nav form {
	padding-top:8px;
}
#header_nav form input#s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
	width: 163px;
	background: url(images/searchBox.gif) no-repeat 0 0;
	border:0;
	line-height: 14px;
	height: 14px;
	padding: 4px 3px 3px 3px;
	color: #727272;
}
#header_nav form input#s:focus {
	background: url(images/searchBox.gif) no-repeat 0 -21px;
}
#header_nav form button {
	width: 32px;
	height: 21px;
	border: 0;
	float: left;
	background-image: url(images/searchButton.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 21px;
}
/**GX logo and main nav above header**/
		#header_nav .left {
	float:left;
}
#header_nav .right {
	float:right;
}
#header_nav .right ul {
	list-style-type: none;
	margin-top:8px;
}
#header_nav .right li {
	float: left;
	font-family: Arial;
	font-size: 1em;
	line-height:36px;
	font-weight: bold;
	padding: 0 8px;
	border-left:1px solid #F3F3F3;
}
#header_nav .right li a {
	color:#014679;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
#header_nav .right li a:hover {
	text-decoration: underline;
}
/** END header **/

/** BEGIN navigation **/
#navigation {
	list-style-type: none;
	height: 14px;
	padding: 10px 6px;
	border-width: 1px 0;
	border-style: solid;
}
#navigation li {
	float: left;
	font-family: Arial;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 5px;
}
#navigation li a {
	text-decoration: none;
	padding: 5px;
	color: #ffffff;
}
#navigation li a:hover {
	text-decoration: underline;
}
/** END navigation **/

/** BEGIN content **/

	/**BEGIN author page**/
#author p {
	color:#666666;
	font-size:12px;
	line-height:24px;
}
#author h3 {
}
#author ul {
	color:#666666;
	list-style-type: none;
	font-size:12px;
	line-height:24px;
	list-style-image: url(images/bullet.gif);
}
#author ul li {
}
#author ul li ul {
	margin-left:0px;
}
#author ul li ul li {
	font-size:10px;
	line-height:18px;
	list-style-type: none;
	list-style-image: none;
}
#author .date {
	border-bottom:solid 1px #999999;
}
/**END author page**/

.thumb img {
	float: left;
	width:125px;
	height:auto;
	padding-right:0px;
	padding-bottom:0px;
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid #666666;
}
#content {
	float: left;
	width: 600px;
	margin-left: 16px;
	padding: 2px 0 10px;
}
#gxmission {
	display:block;
	padding-top:20px;
}
.post {
	border:1px solid #EDEDE3;
	margin-top: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 10px;
	clear:both;
	overflow:hidden;
}
.post a {
	color:#752813;
	text-decoration:none;
}
.first {
	padding-top: 0;
}
.first a {
	color:#752813;
	text-decoration:none;
}
.post h2 {
	clear: both;
	font-size: 2em;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.post h2 a {
	color:#752813;
	text-decoration:none;
}
.first h2 a {
	color:#551200;
	text-decoration:none;
}
.first h2 {
	border-top: 0;
}
.post p {
	color:#000000;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}
.date {
	text-align: left;
	padding-bottom: 10px;
	font-family: Arial;
	color:#999999;
	font-size: .9em;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 25px;
}
.post h3 {
	font-size: 1.6em;
	font-weight: normal;
	font-family: Arial;
	padding: 10px 0;
	color: #551200;
}
#postnav {
	padding: 10px;
	font-style: italic;
}
#postnav a {
	color: #752813;
	text-decoration: none;
}
#postnav a:hover {
	text-decoration: underline;
}
.readmore a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color:#000000;
}
.readmore a:hover {
	text-decoration:underline;
}

.fb-tweet {
	border:1px solid #EDEDE3;
	border-bottom-width:4px !important;
	float:right;
	margin-left:18px;
	padding:14px 10px 8px 8px;
	width:61px;
}
.fb-tweet #fb_share_1 {
	margin-bottom:6px;
}
.retweet.vert{
padding:10px 0px;
margin:0px;
font-size:11px;
}

.vert{
font-size:16px;}

.fb_share_count_inner{
font-size:16px;
font-weight:bold;
}

/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 308px;
	margin-right: 11px;
	margin-bottom:25px;
	padding: 20px 0 10px;
	text-align:left;
}
#sidebar h2 {
	width:308px;
	height:29px;
	display:block;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height:28px;
	background-image: url(images/bg-sidebarHeading_ft.png);
	background-position: 0px top;
	background-repeat:no-repeat;
	padding-left:15px;
}
#sidebar img a {
	border-style:none;
}
#sidebar ul {
	list-style-type: none;
	background-color:#f1f1e9;
	margin-bottom: 20px;
	padding-bottom:10px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar ul li {
	font-family: Arial;
	background: url(images/bullet.gif) no-repeat 0 10px;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 10px;
}
#sidebar a {
	text-decoration: none;
	color: #752813;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #752813;
}
/**BEGIN sidebar widgets**/
#subscribe {
	margin-top:5px;
	margin-bottom:10px;
}
#subscribe a.button {
	width:308px;
	height:36px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	background:url(images/btn-subscribe-ft_sm.png) no-repeat top;
}
#subscribe a.button:hover {
	background:url(images/btn-subscribe-ft_sm.png) no-repeat bottom;
	color:#FFCC99;
}
#subscribe .title {
	padding-top:5px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
	line-height:36px;
	padding-left:15px;
}
#subscribe .sub {
	color:#ffffff;
	font-size:14px;
	line-height:0px;
	padding-left:15px;
}
#socialNetwork {
	width:308px;
	background-image:url(images/bg-socialNetwork.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#f1f1e9;
	margin-top:4px;
	margin-bottom:20px;
}
#socialNetwork table img {
	border:0px;
	float:none;
	padding-right:1px;
	padding-left:1px;
}
#socialNetwork .title {
	font-size: 16px;
	font-weight: bold;
	color: #423C3C;
	line-height:26px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
#getEmail {
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
	margin-bottom:20px;
}
#getEmail form {
}
#getEmail form input#e, #getEmail form input#z {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
	width: 157px;
	background: url(images/searchBox.gif) no-repeat 0 0;
	border:0;
	line-height: 14px;
	height: 14px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #727272;
}
#getEmail form input#e:focus, #getEmail form input#z:focus {
	background: url(images/searchBox.gif) no-repeat 0 -21px;
}
#getEmail form button {
	width: 100px;
	height: 21px;
	border: 0;
	background-image: url(images/btn-getEmail.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 21px;
}
#getEmail a {
	color: #423C3C;
	text-decoration:underline;
	font-weight:bold;
}
#getEmail a:hover {
	text-decoration:none;
}
#widget {
	color:#000000;
	background-color:#f1f1e9;
	padding:10px;
}
#takeAction {
	color:#000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color:#f1f1e9;
	margin-bottom: 20px;
}
#takeAction_h2 {
	width:308px;
	height:29px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height:28px;
	background-image: url(images/bg-sidebarHeading_ft.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-left:15px;
	padding-right: 4px;
}
#sponsors {
	padding: 14px;
}
#sponsors img {
	border: 0;
	margin: 2px;
}
#donate {
	color:#ffcc99;
	font-size:1em;
	padding-bottom:20px;
}
#donate p {
	padding-left:15px;
	padding-top:15px;
}
#donate a.button {
	width:308px;
	height:74px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	background:url(images/btn-donateSubBlogs.png) no-repeat bottom;
}
#donate a.button:hover {
	background:url(images/btn-donateSubBlogs.png) no-repeat top;
}
#bloggers {
	padding-bottom:20px;
}
#bloggers a.button {
	width:308px;
	height:43px;
	display:block;
	text-decoration:none;
	color:#FFCC99;
	background:url(images/btn-meetBloggers-ft.png) no-repeat bottom;
}
#bloggers a.button:hover {
	background:url(images/btn-meetBloggers-ft.png) no-repeat top;
}
#bloggers .title {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
	line-height:40px;
}
/**END sidebar modules**/	

/** END sidebar **/

/** BEGIN footer **/
#footer {
	padding: 16px 0;
	font-family: Arial;
	line-height: 1.6em;
	height: 50px;
	color: #000000;
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	background: #551200;
}
#footwrap {
	margin: auto auto;
	width: 940px;
	text-align: left;
}
#footer a {
	text-decoration: none;
	font-size: 0.9em;
	margin: 0 8px;
	color: #999999;
}
#footer .first {
	margin-left: 0 !important;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
/** END footer **/

/** BEGIN single **/
img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	border:none;
}
.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float:none;
}
.post ul {
	margin: 0 0 10px 18px;
}
.post ol {
	margin: 0 0 10px 25px;
}
.post li {
	line-height: 1.6em;
	font-size: 1.2em;
}
.post blockquote {
	font-style: italic;
	padding-left: 8px;
	margin-left: 2px;
}
.post blockquote {
	border-left: 2px solid #e6e6e6;
}
#commentsection {
}
#commentsection h2 {
	margin: 0 0 10px !important;
	text-align: left;
}
.commentdetails {
	margin-bottom: 10px;
	font-family: Arial;
}
.commentdetails img {
	float: left;
	padding: 2px;
	margin: 0px 4px 3px 1px;
	border: 1px solid #CCCCCC;
}
.commentdetails p {
	margin-bottom: 2px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate, .commentmetadata a {
	font-size: 0.9em !important;
	font-style: italic;
	color:#000;
}
.comment1 {
	padding-bottom: 20px;
}

.post ul.commentlist {
    margin-left:0;
}
#comments ul {
	list-style: none;
}

ul.commentlist li {
	background:none;
	}

ul.commentlist li.depth-1 {
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:10px;
}

ul.children {
	border-top:1px solid #dedede;
	padding-top:10px;
}

#comments .commentauthor {
	font-weight:bold;
	font-size:16px;
}

#comments p, #comments ul li {
	font-size:14px;
	color:#444;
}
#comments .reply {
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	padding-bottom:10px;
}
.notfound {
	padding: 20px;
}
.notfound h2 {
	font-family: Arial;
	font-weight: normal;
	font-size: 2em;
	padding-bottom: 10px;
}
#postdetails {
	font-size: 0.8em;
	font-family: Arial;
	border-top:1px solid #551200;
	padding-top:10px;
}
#postdetails p {
	margin-bottom: 5px;
}
/** END single **/

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

