/*

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/

*/

.custom #header { padding: 0; }







.custom a:hover { color: #488093; }





.custom ul.menu { background:#031E27;} 

/*---:[ nav menu styles ]:---*/

.custom .menu, .menu li ul { border-bottom: 1px solid #031E27; clear: both;}

.custom .menu .tab { margin-top:7px; height:25px}

.custom .menu a:hover { color: #FFFFFF; text-decoration: none; }







.custom #my_menu_icon_1, .custom #my_menu_icon_2, .custom #my_menu_icon_3, .custom #my_menu_icon_4 { float: left; }

li#tab-social-1 { display:block; 

margin-top:0px; 

margin:right:0; 

float:right;}

  





 

.custom #sidebar_1 {

background:#f0efec;

}



.custom #sidebar_2 {

background:#d5d5cb;

}



/*sidebar colors*/

#content_box {background:#fff url('http://www.shootmemphis.com/maryamandathompson/wp-content/uploads/2010/05/workoutmommysidebar.jpg') 0% 0% repeat-y; }

.sidebar h3 {

color:#000000;

font-variant:small-caps;

letter-spacing:2px;}

.custom .sidebar h3 {font-weight: none; color: #FFFFFF; padding: 2px 5px; background: #031E27;} 

.custom .sociable {
                   display:none;
}


.custom h2 a {font-weight: bold;}

.custom h1  {font-weight: bold;}



.widget {font-weight:bold;} 

.custom .teasers_box {border-top: 1px solid #9F574A;}


/*slider*/

.custom #slideshow {
	height: 250px;
	width:500px;
	margin: 0 0 50px 25px;
	padding-left:0px;
	padding-right:0;
	}
.custom #slideshow p{
        font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
	margin-top:0;
	color:#5e1504;
	font-size:20px;
	font-weight:600;
	}
.custom #slideshow a img{}
.nav {margin: 0;}
.custom #nav a {
	position: relative;
	top: 235px;
	left: 35px;
	color: #ffffff;
	margin: 0 2px;
        padding: 5px 8px;
	background: #5e1504; /* sets the bg color of the nav box */
	text-decoration: none;
	font-weight:bold;
	z-index: 9999;
 	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.custom #nav a.activeSlide {background-color:#ffffff;color:#5e1504; border:1px solid #5e1504; }/* sets the bg colors of the nav box when active */
#nav a:focus {outline: none;}


