/*
File:			custom.css
Description:	Custom styles for Thesis
More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
    background: #46563b url('images/green-blend-bg1.jpg') repeat-x top left;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #content h2 {
	margin-bottom: 2em;
}

.custom div.nosidebars {
	margin-right: 150px; 
        margin-left: 160px; 
        margin-bottom: 100px; 
}

.custom #sidebar_2 {
	background: #e4e9c9;
        margin: 20 40 200 40;
}

/* Format sidebar_1 widgets */

.custom #sidebar_1 .widget h3 {
   color: #FF9900;
   font-family: verdana,arial, sans-serif;
   font-size: 0.95em;
   font-variant: normal;
   font-weight: bolder;
   letter-spacing: 0;
   margin-bottom: 1.2em;
   padding-top: 1.0em;
}

.custom #sidebar_1 li.widget {
   padding-left: 6px;
}

.custom #sidebar_1 li.widget a:link {
	color: #1c8a54;
        font-size: 0.9em;
}

.custom #sidebar_1 li.widget a:visited {
	color: #1c8a54;
font-size: 0.9em;
}

.custom #sidebar_1 li.widget a:hover {
	color: #3d7dc2;
font-size: 0.9em;
        text-decoration: underline;
}

.custom #sidebar_1 li.widget a:active {
	color: #3d7dc2;
font-size: 0.9em;
}


/* Format sidebar_2 widgets */

.custom #sidebar_2 .widget h3 {
   font-family: verdana,arial, sans-serif;
   font-size: 1.15em;
   font-variant: normal;
   font-weight: bold;
   letter-spacing: 0;
   margin-bottom: 1.2em;
   margin-top: 1.5em;
   text-transform: none;
}



.custom #content h3 {
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
	
}
.custom #content_box ul li {
        margin-bottom: 8px;	
}

#emailsignup {
	border: 1px;
        border-color: #749e23;
}

.custom #content ol li {
	margin-bottom: 2em;
}

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #ffffff;
	/* widget padding */
	padding: 20px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 193px;
	/* space between widgets */
	padding-right: 22px;
	/* text color */
	color: #111111;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget list text */


.footer_items .popularposts li {
	padding-top: .5em;
        font-size: 1.2em;
        margin-bottom: 0.8em;
}

.footer_items .textwidget p {
	margin-bottom: 1em;
}



/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #FF9900;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 1px solid #cccccc;
	/* distance between border and widget text */
	margin-bottom: 5px;
}

/*bottom footer links*/
#footer_setup .footer_items a:link  { 
        color: #0099bf; 
        font-weight: bold;
        text-decoration: none;
        border-bottom:  1px solid #0099bf;}
#footer_setup .footer_items a:visited { 
        color: #0099bf; 
        font-weight: bold;
        text-decoration: none;
        border-bottom:  1px solid #0099bf;}
#footer_setup .footer_items a:hover { 
        color: #f7ab10; 
        font-weight: bold;
        text-decoration: none;
        border-bottom:  1px solid #f7ab10;}

#footer_setup .footer_items a:active { 
        color: #f7ab10; 
        font-weight: bold;
        text-decoration: none;
        border-bottom:  1px solid #f7ab10;}


#footer_setup .footer_items a.image  { 
        text-decoration: none;}

	
/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }

/*--------after post buttons----------------*/

#a4b4c45fc76fc986a5d {margin-left: 10px; margin-right: 20px;}

#conveythis_image {margin-left: 20px; margin-right: 20px;}




/*---------after post subscribe_box ----------*/

.custom #subscribe_box h3 {font-size: 2.0em; line-height: normal; letter-spacing: normal; color: #0099bf;}
.custom #subscribe_box {background: #f8feda; border: 1px solid #9bbe3c; float: left; margin: 30px 5px 10px 5px; padding: 20px 20px 20px 20px;  width: 86%;}
.custom #subscribe_box p {font-size: 1.3em; font-face: verdana, arial, sans-serif; margin-bottom: 20px;}
