/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom"&gt;. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

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/
*/

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/


/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: none;
	/* widget padding */
	padding: 0px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* margin at top of widgets */
	margin-top: 25px;
	/* do not change this! */
	overflow: hidden;
        text-align: justify;
        line-height: 2.5em;
        border: 0px;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 220px;
	/* space between widgets */
	padding-right: 15px;
	/* text color */
	color: #2361A1;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
	/* font size */
	font-size: .9em;
        color: #666666;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 14px;
	/* bold or not */
	font-weight: none;
	/* uppercase or not */
	text-transform: italic;
	/* space out the letters*/
	letter-spacing: 1px;
	/* font color*/
	color: #95acb3;
	/* padding under header text */
	padding-bottom: 10px;
	/* border under header text */
	border-bottom: 1px solid #eeeeee;
	/* distance between border and widget text */
	margin-bottom: 15px;
}
	
/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }


/* footer font styles */
.custom #footer h3 a {
	font-size: .9em;
	border-bottom: none;
	/* default Thesis link color */
	color: #f95acb3;
}
.custom #footer h3 a:visited {
	text-decoration: none;
	/* default Thesis link color */
	color: #95acb3;
}
.custom #footer h3 a:link {
	text-decoration: none;
	/* default Thesis link color */
	color: #95acb3;
}
.custom #footer h3 a:hover {
	text-decoration: underline;
	/* default Thesis link color */
	color: #95acb3;
}
.custom #footer a {
	font-size: 1.0em;
	border-bottom: none;
	/* default Thesis link color */
	color: #999999;
        margin-top: 10px;
}
.custom #footer a:visited {
	text-decoration: none;
	/* default Thesis link color */
	color: #999999;
}
.custom #footer a:link {
	text-decoration: none;
	/* default Thesis link color */
	color: #999999;
}
.custom #footer a:hover {
	text-decoration: underline;
	/* default Thesis link color */
	color: #999999;
}

.custom #footer {
        margin-left: auto;
        margin-right: auto;
}


.custom #sidebars {
border-width:0;
}

ul.menu li {width:100%;}
li.item {
padding-left: 120px;
width:100%;
}
			

.custom #page {
   margin-top: 0px;
   margin-bottom: 30px; 
   border: 0px solid #d1e2e7;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   float: left;
}


.custom #header {
height:20px;
padding-top:0px;
padding-bottom:0px;
border-bottom:0px dotted #ccc;
}  

.custom .banners {
text-align: center;	
}

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

.custom .comments_closed p {display: none ;}


.custom img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}


ul.menu li.rss a {background: none;}

ul.menu li.rss a:hover {background: none;}

.custom input, textarea {
background:#FFFFFF;
border:1px solid #d4e4e9;
color:#ccc;
font-size:1em;
height:25px;
width:180px;
text-align: left;
}

.custom #commentform input.form_submit {
background:#FFFFFF;
border:1px double #d4e4e9;
color:#999;
font-size:.9em;
}

.custom .format-text, .entry-content {
margin-left: auto;
margin-right: auto;
width: 770px; 
position: relative;
text-align: left;
padding-top: 8px; 
}

blockquote {
font-family: georgia;
text-align: center;
font-style: italic;
padding: 2px;
border: 0px;
color: #BCD9DD;
font-size: 1.2em;
}

.welcome body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:10px;
color: #686060;
} 

.welcome #content_box{
text-align: center;
width:100%;
padding-top: 50px;
background: none;
}

.welcome #footer{
width: 700px;
text-align: center;
border: 0px;
background: none;
margin-left: auto;
margin-right: auto;
}

.welcome #header{
height: 20px;
margin-top: -10px;
}

.welcome #page {
   margin-top: 0px;
   margin-bottom: 30px; 
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.welcome img {
border: 0px;
}

.welcome #footer {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:9px;
color: #686060;
}

.welcome #detail {
color: #999999;
text-align: left;
font-size: 9px;
margin-top: 8px;
}

.welcome #detail a:link {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: #777777;
text-decoration: none;
font-size: 9px;
}

.welcome #detail a:hover {
color: #777777;
text-decoration: none;
}

.welcome #detail a:visited {
color: #777777;
text-decoration: none;
}
