/*

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">. 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/

*/



body.custom {

	background-image: url(http:///www.cfsw.net/wp-content/themes/thesis_17/custom/images/csfw.jpg);

	background-repeat: repeat;

	background-attachment: fixed;

	background-color: #236ad1;

}



/* search box in navigation*/



.custom .search{



width:21em;



margin-left:77em;



margin-top:-3.5em;



border:2px solid #ddd;



background-color: #2F65C2;



}



.custom .nav_container {

width: 78%; }

.custom div.nav_container #s {



font-size:1.3em;



padding:0.308em;



width:15.385em;



}

/***FOOTER widjet ***/

.custom #footer_area, #footer_area .page{background: #222;}

.custom #footer_area {color: #ccc; padding-top: 0em; text-align:center; border-top: 3px solid #666;}

.custom #footer {border-top:none; text-align:center;}

.custom #footer a:hover {color: #fff; text-decoration: none; }

.custom #footer_1 {text-align:left; border-bottom: 1px solid #333; }

.custom #footer_1 ul.sidebar_list li.widget {text-indent:0; color: #eee; width:23%; margin-right:0%; float:left;}

.custom #footer_1 ul.sidebar_list li.widget h3 {text-indent:0; padding-top:0.2em; color:#ccc; font-size:22px; font-family:georgia;}

.custom #footer_1 ul.sidebar_list li.widget a {color: #fff; border-bottom:0; padding:0.2em;}

.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#ccc; padding:0.2em;}

/***FOOTER END***/

/* SAVE THIS IN CUSTOM.CSS FILE */

.custom #bookmarks {background: transparent; width: 3.1em; position: fixed; top: 35%; right: 0.55%;}

.custom #bookmarks a {display: block; text-indent: -9999px; height: 3.1em;}



.custom #bookmarks #twitter {background: url('http://fourblogger.com/wp-content/uploads/2009/12/Twitter1.png')}

.custom #bookmarks #rss {background: url('http://fourblogger.com/wp-content/uploads/2009/12/Feed1.png')}

.custom #bookmarks #email {background: url('http://fourblogger.com/wp-content/uploads/2009/12/fourblogger.png')}

.custom #bookmarks #youtube {background: url('http://fourblogger.com/wp-content/uploads/2009/12/Youtube-icon1.png')}

.custom #bookmarks #facebook {background: url('http://fourblogger.com/wp-content/uploads/2009/12/FaceBook1.png')}



.recent-post-content {
width: 215px;
float: right;
margin: -66px 0 0 5px;
padding: 0;
clear: left;
background: none;
}
.footer-thumb {
width: 40px;
height: 40px;
border: 3px solid #555;
margin: 3px 6px 15px 3px;
padding: 0;
float: left;
}
.custom .sidebar h3{
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	text-transform: capitalize;
	color: #660000;
}

