/*
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 Settings */

body{background-image:url(images/body_bk.jpg); background-repeat:repeat; color:white; font-size:14px; font-family: Arial, Helvetica, sans-serif;}
a:hover{color:yellow;}
#container{width:886px;}
.format_text{color:#000066; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:16px;}
#content ul li{list-style-type:disc;}

/* Header Settings */
#header{/*background-image:url(images/header_bk.jpg); background-repeat:no-repeat;*/ padding:0px; border:none;}
#page{padding:0px; background-color:transparent;}

/* Navigation Menu */

ul.menu {width: 886px; height:30px;}
.menu li{height:30px; text-align:center; }
.menu li a{padding-top:3px;}
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover{background-image:url(images/nav_bk2_current.jpg); background-repeat:no-repeat; width:269px;   border:none; color:#ff9835; letter-spacing:0.1px; font-family:Arial, Helvetica, sans-serif; font-size:16px; text-transform:capitalize; height:30px;max-height:30px; background-color:transparent; min-width:269px}

.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a {background-image:url(images/nav_bk1.jpg); background-repeat:no-repeat; width:269px;  border:none; color:#fff; letter-spacing:0.1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:16px; text-transform:capitalize; height:30px;background-color:transparent; min-width:269px; }

.menu, .menu a, .menu li ul{border:none;}
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover{background-image:url(images/nav_bk1.jpg); background-repeat:no-repeat; width:269px; color:yellow; height:30px; background-color:transparent;}


/* Sidebar Settings */

#sidebars{width:200px;/* border-right:3px solid #343399; background-image:url(images/sidebar_bk.jpg); background-repeat:no-repeat; */}
.sidebar h3{color:#ff6600; padding-bottom:10px; border-bottom:1px solid #ff6600; text-align:center; font-weight:normal; letter-spacing:0.1px; text-transform:capitalize;font-variant:normal;}
#sidebars a{color: #CCCCCC;font-size:16px; font-family: Arial, Helvetica, sans-serif;}
#sidebars a:hover{color:yellow; text-decoration:none;}
#sidebar_1{ }


/* Content Settings */
#content{background-image:url(images/content_bk.jpg); background-repeat:repeat-y; width:682px;margin-left:1px;}
#content_box{ background-image:url(images/sidebar_bk1.jpg); background-repeat:repeat-y; background-position:left top;  }
img {/*border:1px solid blue; */}

/* extended footer side bars */


/* 2.7 Footer */

#extended_footer {
	width: 886px;
	padding:0px; margin:0 auto;
	float: left;
	
	
	
}


#extended_footer .widget  { margin: 0 0 30px 0; }
#extended_footer .widget h3  { background: none; padding: 5px 0!important; font-size:14px;color:#000; font-weight:bold; text-transform: capitalize; text-decoration:underline;font-family: Arial, Helvetica, sans-serif;  }
#extended_footer .widget ul li  { background: none; font-size:14px;
padding:6px 0; font-family: Arial, Helvetica, sans-serif;}
#extended_footer .widget ul li a:hover  { color: #a1a1a1!important; }
#extended_footer .widget ul li a:link, #extended_footer .widget ul li a:visited  { padding: 2px 0 2px 0!important; border-bottom: 0!important; background: none!important; }

#extended_footer .textwidget, #extended_footer #latest-video .wrap, #extended_footer #flickr .wrap, #extended_footer #searchform, #extended_footer .widget_tag_cloud div, #extended_footer .widget ul, #extended_footer #adwidget .adwrap  {
	padding: 0!important;
	background-color: transparent;
}

#extended_footer .widget_recent_comments li  { padding: 2px 0 2px 0!important; border-bottom: none!important; background: none; }
#extended_footer #searchform #s  { width: 195px; }


/* Settings for Footer */
/* Settings for Footer */
#footer{padding-left:0px; padding-top:2px; border:none; background-image:url(images/foot-end.jpg); background-repeat:no-repeat; background-position:bottom; padding-bottom:0px; height:120px;}
#footer img{border:1px solid blue;}
.comments_closed p{display:none;}
#flexipages-2{width:120px; padding-left:20px; }  

.entry-title a,.headline_meta{color:white;}

/* Styles for contact form */
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 250px;
}
#wpcf input {
	float: left;
	width: 250px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 500px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 0px;
	width: 200px;
}