/*

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 .sidebar ul.sidebar_list {position: relative;}

.headline_area {text-transform:uppercase;}


/*---------------------------------*/
/* BORDER AROUND PAGE              */
/*---------------------------------*/
.page { border: 3px solid #000000;  }



/*---------------------------------*/
/* HEADER BG			   */
/*---------------------------------*/

.custom #header_area {background-image:url('http://www.crookedmicks.com/images/header3.png');
height:130px;
overflow: visible;
background-repeat:repeat-x;
background-position:top center;}


.custom #header_area .page {background:transparent; border:0;border-bottom:3;} 
.custom #footer_area .page {background:white; border:3; height:115px; border-top:0;}
.custom #header_area .page { padding-top:8em; padding-bottom: 0em;}

.custom .nav_container {

width: 90%;
}






/*---------------------------------*/
/* MOVE PAGE TITLE OFF PAGE        */
/*---------------------------------*/





/*---------------------------------*/
/* PAGE BACKGROUND                 */
/*---------------------------------*/


body.custom {
    background-image:;
background-position:center top; 
}



/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/*---------------------------------*/


/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	/* widget padding */
	padding: 10px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: visible;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 190px;
	/* space between widgets */
	padding-right: 25px;
padding-bottom: 20px;
	/* text color */
	color: #000000;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #000000;
	/* distance between border and widget text */
	margin-bottom: 5px;
}



/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }

.custom .sidebar ul.sidebar_list {position: relative;}
.custom #header_widget_1 ul.sidebar_list li.widget {position: absolute; display: block; top:-145px; left:-25px; width:930px; }

.custom #footer_area {background-image:url('http://www.crookedmicks.com/images/footer.png'); height:100px; color:cccccc;}


/*---------------------------------  */
/* MOVE SIDEBAR DOWN TO MEET CONTENT */
/*---------------------------------  */

.custom #sidebars { Background-color:transparent;
margin-top:118px; }


/*--------------------------------- 	*/
/* MOVE CONTENT AWAY FROM MENU		*/
/*---------------------------------  	*/

.custom #content { margin-top:112px; }

/*---------------------------------  	*/
/* HOME TAB				*/
/*---------------------------------  	*/

.custom ul.menu li.tab-home {
	margin-left:0em;
		} 

/*---------------------------------  	*/
/* POSITION OF MENU			*/
/*---------------------------------  	*/

.custom ul.menu  {
	position:absolute;
width:953px;
top:210px;
margin: 0 0 10px 5px;
border-style:none;
border-bottom:solid;

		}  

/*---------------------------------  	*/
/* MENU BACKGROUND (HEARTS)		*/
/*---------------------------------  	*/

.custom .menu { text-indent:1.3em; background-image: url(http://www.hairromance.com/wp-content/uploads/2011/11/nav-heart2.png); background-repeat:no-repeat; letter-spacing:0.7px; font-size:11.3px;}

.custom .menu a { text-indent:1.3em; background-image: url(http://www.hairromance.com/wp-content/uploads/2011/11/nav-heart2.png); background-repeat:no-repeat; letter-spacing:0.7px;font-size:11.3px; }

.custom .menu a:hover { text-indent:1.3em; background-image: url(http://www.hairromance.com/wp-content/uploads/2011/11/nav-heart-hover.png); background-repeat:no-repeat; letter-spacing:0.7px;font-size:11.3px;}

/*---------------------------------  	*/
/* AVATAR BEFORE HEADER (HEARTS)	*/
/*---------------------------------  	*/
.custom .title-avatar {
float:left;
margin: 5px 10px 0px -1px;}

.custom #sidebar_1 
{height:100%;
border-style:none;
border-left:solid;
padding: 0px 5px 5px 5px;}

.custom .wp-post-image
{
margin: 0px 10px 0px 0px;
}

.custom #feature_box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DDDDDD;
    border-style: solid;
}

.catdesc {
	margin: 0.5em;
    	font-size: 1.6em;
	line-height: 1.375em;	
}