/*
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/
*/


/* Header Color 
.custom #header { background-color: #FFFFFF ; }


.custom #content_box {background-color: #ffffff; border:transparent;} /*CDD6CC  #D9DFE2 */
/*
.custom #content {background-color:#ffffff;}
.custom #sidebars {border-color: #ffffff; border-style: none;}

*/
/* NAV */

.custom #navbar {
	float: right;
	width: 60%;
	margin-top: 1.5em;
}
.custom .menu {
	border: none;
	width: auto;
	float: right;
	margin-top: 15px;
}
.custom .menu li {
	border: none;
	background: none;
}
.custom .menu li a.current, .custom .menu li a.current {
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding-bottom:0em;
	
}
.custom .menu a, .custom .menu a:visited {
	letter-spacing: normal;
	color: #798d8b;
	margin-left: 0.6em;
	margin-right: 0.6em;
	text-transform: none;
	font-weight: bold;
	line-height: normal;
	padding: 5px;
	background: none;
	border: none;
}
.custom .menu li a.current {
	color: #57908b;
	background: url(images/rightarrow.png) left center no-repeat;
	padding-left: 20px;
	padding-bottom: 4px;
}
.custom .menu a:hover, .custom .menu li a.current:hover,  .custom .menu li a.current:hover {
	color: #add1ce;
	text-decoration: none;
}
.custom .menu li.current-cat {
	color: #fff;
	background: url(images/rightarrow.png) left center no-repeat;
	padding-left: 8px;
	padding-bottom: 0px;
}
.custom .menu li ul li {
	background: #000;
}

.custom #header {border:none;}


/*-- clickable logo --*/

/* DoubleMule Clickable Header v. 1.0 */

.custom #header
{
background: #ffffff;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #logo a
{
display:block;
width:233px;
height:72px;
background:url(http://www.myfryingpan.com/wp-content/uploads/2009/12/myfryingpan_logo.gif) center no-repeat;
outline:none;
color: #000000;
text-indent: -9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}




/*---- end of logo --*/





/* --thumbnail frame --*/

.custom img.frame { border-color: #ebe7c9; background: #ebe7c9; padding:0.2em;}
.custom .post_image_link img.frame { padding:0.2em;}



/*---- end thumbnail of frame --*/






/* #7AFFFF;  */ 

body.custom {

	background-color:  #bee8e4;
   /*background-image:url('images/bg_img.gif');  color #330000, the red color  #2E0100, */
}
/* #71838D */


.custom #container {; border-style: none;  border:none;}

.custom #container {
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 0.3em;    
    border: 0.3em solid #ebe7c9;
}




.custom #page {
    background: #fff;
}

.custom #content_box {background:none;}



		
/* About us from custom widget in custom_functions.php */

.custom #widget_content {

color: #111;
background-color: #fff;
}

.custom #widget_content .widget_icon {
float: right;
margin-right: 0.0em;}

.custom li.widget .my_widget_header {
background-color: #996699;
}

.custom li.widget .my_widget_header h4 {
color: #ffffff;
font-size: 1.1em;
text-align: center;
padding: 2px;
margin-bottom: 12px; 
}

.search_form {border:3px solid #ebe7c9; color: #33ccff; height: 30px; padding: 5px;}


/* TEXT CONTEXT STYLES */

.drop_cap {float: left; size: 1.8em;} 

/* Multimedia box */
.custom #image_box,#video_box,#multimedia_box, #custom_box {padding:0;background-color: #ffffff; border-width:0; border:none; }

.custom #ing {width: 220px; border:#8F628A dashed; background-color: #E0ECEF; font-size: 10px; float: left; margin-right: 10px;}
