/*
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: url('http://www.alihale.com/wp-content/themes/thesis_151/custom/images/beige046.jpg');
}


.custom #container {
    margin-top: -0.3em;
    margin-bottom: 2em;
    padding: 0.0em;
border-left: 1px solid #903822;
border-right: 1px solid #903822;
border-bottom: 1px solid #903822;
}

.custom #page {
    background: #fff;
}


/*---:[ global elements ]:---*/
a { color: #2361a1; text-decoration: none; }
a:hover { text-decoration: none; }
a.post_image_link { outline: none; }
a img { border: none; }
.custom blockquote { border-left: 1px solid #bbb; color: #444; }
abbr, acronym { line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help; }
code { line-height: 1em; background: #eee; }
pre { background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }
p.center { text-align: center !important; }
p.bottom { margin: 0 !important; }
.remove_bottom_margin { margin-bottom: 0 !important; }


/*---:[ core layout elements ]:---*/
.custom #header { 
border-bottom: none; 
clear: both; 
margin-left: -10px;
margin-top: -25px;
}

.custom	#column_wrap { float: left; }
	.post_box, .teasers_box { border-top: 1px dotted #903822; clear: both; }

.custom	.teasers_box .post_box { margin: 0; border-top: none; clear: none; }
		.custom .teaser { float: left; }
		.custom .teaser_right { float: right; }
	.top { border: none !important; }
		.custom #sidebars { border-style: solid; border-color: #903822; }
		.custom	#sidebar_1 { border-style: dotted; border-color: #903822; }
#footer { color: #efefef; background: #C4B689; border-top: 1px solid #903822; text-align: right; clear: both; }


/*---:[ nav menu styles ]:---*/
.custom #tabs 
{ 
list-style: none; 
border: 1px solid #903822; 
border-width: 0 0 1px 0px; 
background: #C4B689;
padding-top: 30px;
margin-top: -30px;
}
	#tabs li { 
margin-bottom: -0.1em; 
background: #fff; 
border: 1px solid #903822; 
float: left; 
margin-left: 12px;
}
	#tabs .current_page_item, #tabs .current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0;}
		#tabs a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; }
		#tabs a:hover { color: #111; text-decoration: underline; }
		#tabs .current_page_item a, #tabs .current-cat a { cursor: text; }
		#tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }
	#tabs .rss { padding-right: 0; float: right; }
		#tabs .rss a { padding-right: 15px; background: #fff; border-left: 1px solid #903822; border-top: 1px solid #903822; padding-bottom: 9px; border-bottom: 0;}

/*---:[ sidebar styles ]:---*/
.sidebar a:hover { text-decoration: underline; }
ul.sidebar_list { list-style: none; }
	li.widget { width: 100%; }
	li.centered { text-align: center; }
		li.widget p a { text-decoration: underline; }
		li.widget p a:hover { text-decoration: none; }
		li.widget ul { list-style: none; }
			li.widget ul li .num_comments { color: #111; }
		/*---:[ widget box styles ]:---*/
		li.widget .widget_box 
{ background: #fff; 
border-style: solid; 
border-color: #ddd; 
}

/*---:[ headlines and bylines ]:---*/
h1, h6 { font-weight: normal; }
h2, h3, h4, h5 { font-weight: bold; }
.custom h2 { color: #903822; font-weight: bold; font-size: 16pt; }
h5, h6 { text-transform: uppercase; letter-spacing: 1px; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 { text-transform: uppercase; font-variant: normal; letter-spacing: 1px; color: #222; }
	
.custom h2 a { color: #903822; text-decoration: none; }
.custom h2 a:hover { color: #903822; text-decoration: none; }

.custom h3 a { color: black; text-decoration: none; }
.custom h3 a:hover { color: black; text-decoration: none; }

/*---:[ putting in some padding ]:---*/
.headline_area { padding: 0px 0px 0px 10px; }
.format_text { padding: 0px 0px 0px 10px; }
#comments { padding: 0px 0px 0px 10px; }

div.sidebar_ad_left { float: left; padding: 0px 0px 5px 5px; }
div.sidebar_ad_right { float: right; padding: 0px 5px 5px 0px; }


/*--:[ input buttons with an image ]:--*/

.custom input.sbc-discount {
size: 30;
} 

.custom input.sbc-buynow {
width: 139px;
height: 43px; 
border: none;
}

/*---:[ content styles ]:---*/
.format_text a { text-decoration: underline; }
.format_text a:hover { text-decoration: none; }
.format_text p.note { background: #f5f5f5; border: 1px solid #ddd; }
.format_text p.alert { background: #ffffa0; border: 1px solid #e5e597; }
.format_text .drop_cap { color: #888; float: left; }
.custom .format_text ul { list-style: disc inside;}
	.format_text dt { font-weight: bold; }
	/*---:[ pullquotes ]:---*/
	.format_text blockquote.right, .format_text blockquote.left { border: none; }
	.format_text blockquote.right { float: right; }
	.format_text blockquote.left { float: left; }
		.format_text blockquote.right p, .format_text blockquote.left p { margin: 0 !important; }
	/*---:[ end pullquotes ]:---*/
.format_text .ad { float: right; clear: right; }
	.format_text .ad_left { float: left; clear: left; }

