/*
File:			custom.css
Description:		Custom styles for Thesis
*/

.headline_area h1, .headline_area h2 {
	font-size: 3em;
	line-height: 1.267em;
	}

body {
	/*background: #cccccc url(http://muslimette.com/stripe.jpg) repeat fixed;*/
	background: #000000;
	}

.no_sidebars #page {
	width: 50%;
	}
	
#page {
	background: #FFFFFF;
	padding: 0;
	margin: 0 20px;
	}

/*#header {
	border-bottom: none;
	margin-bottom: 0.2em;
	margin-left: 1.1em;
	margin-right: 1.1em;
	}*/

/*NEW HEADER BG*/
#header {
	background: #ffffff url(http://muslimette.com/wp-content/themes/muslimette/custom/images/muslimetteheader.jpg) no-repeat scroll 0 center;
	border-bottom: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	}
	
/*h2 a {
	color: #663399;
	}*/

a/*, h2 a:hover*/ {
	color: #663399;
	}
	
h2 a:hover {
	text-decoration: underline;
	color: #000000;
	}
	
.teaser h2 {
	font-size: 1.2em;
	font-family: verdana, sans-serif;
	text-transform: lowercase;
	}
	
.teaser .post_image_link img.aligncenter {
	margin-bottom: 0.8em;
	}

.teaser .format_teaser {
	font-size: 1em;
	line-height: 1.5em;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 0.5em;
	text-transform: uppercase;
	}
	
.teasers_box {
	border-top: none;
	}

/*FIX FRAME ISSUS*/
.custom .teaser .post_image_link .thumb { 
  padding: 1.8em; 
  border-width: 0.1em;
  background:#EEEEEE none repeat scroll 0 0;
  border-color:#DDDDDD;
  border-style:solid;
 } 
 
.custom .format_teaser .post_image_link .thumb { 
  padding: 0.333em; 
  border-width: 0.083em;
  background:#EEEEEE none repeat scroll 0 0;
  border-color:#DDDDDD;
  border-style:solid;
 }
/*END FIX FRAME ISSUES*/

/*ul#tabs {
	border-width: 0 0 1px;
	margin-left: 1.1em;
	margin-right: 1.1em;
	}

ul#tabs, ul#tabs li {
	background: #111111;
	border-color: #000000 #000000 #000000 #FFFFFF;
	}

ul#tabs li a {
	color: #FFFFFF;
	padding: 0.7em 0.818em;
	}

ul#tabs li a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}

ul#tabs li.current_page_item a, ul#tabs li.current-cat a {
	color: #000000;
	}*/
	
#tabs {
	background: #000000;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #999999;
	height: 26px;
	}
	
#tabs a {
	color: #ffffff;
	letter-spacing: 1px;
	}
	
#tabs a:hover {
	background: #333333;
	color: #ffffff;
	text-decoration: none;
	}
	
#tabs li {
	background:transparent;
	border-style:none;
	margin-bottom: none;
	/*padding: 0.1em 0;*/
	}
	
	
ul#tabs li.current_page_item a, ul#tabs li.current-cat a {
	color: #fff;
	background: /*#330033*/ #000000;
	}
	
#tabs .current_page_item, #tabs .current-cat {
	background: /*#330033*/ #000000;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
ul#tabs li a{
	border-right:1px solid #FFFFFF;
	}

/*ul#tabs li.rss {
	padding-right:0.818em;
	}*/
	
#image_box {
	background: #ffffff;
	}
	
#custom_box {
	background: #ffffff;
	}
	
#sidebars {
	overflow: hidden;
	} /*remove later*/
	
#sidebar_1 {
	overflow: hidden;
	} /*remove later*/
	
.format_text {
	text-align:justify;
	}

/* Styling for Search Form in Header */
.custom #search_form form input {
	float: right;
	padding: 0.308em;
	width: 200px;
	font-size: 1.25em;
	margin-top: 50px;
	font-family: Georgia,"Times New Roman",Times,serif;
	}

.post_box {
	padding-top:2.2em;
	overflow: hidden;
	}

/*.entry-title {
	font-weight: bold;
	}
	
h1, h2 {
	font-weight: bold;
	}*/
	
input.form_submit:hover {
	color:#000000
	}

dl#comment_list dt a {
	color: #111111;
	}

dl#comment_list dt a:hover {
	text-decoration:underline;
	}

/*.custom .myfeaturebox {
	padding: 0.3em 0 0 0;
	text-align: center;
	}*/

/*#feature_box {
	padding-top: 2em;
	background: #ffffff url(http://muslimette.com/wp-content/themes/muslimette/custom/images/theblog7.png) no-repeat bottom;
	border: none;
	padding-bottom: 6em;
	}*/
	
#feature_box {
	padding-top: 2em;
	background: #ffffff;
	border: none;
	}

.image_caption {
	margin-bottom: 0.5em;
	}

.image_caption p {
	font-size: smaller;
	color: #666666;
	}

.image_caption p a {
	color: #666666;
	text-decoration: none;
	}

.image_caption p a:hover {
	text-decoration: underline;
	}

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
/*old header
.custom #header #logo a {
	display: block;
	height: 100px;
	width: 400px;
	background: url('images/muslimetteheader9.gif') no-repeat;
	outline: none;
	}*/

.custom #header #logo a {
	display: block;
	height: 175px;
	width: 600px;
	outline: none;
	}

#header #logo {
	height: 220px;
	}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline {
	text-indent: -99999px;
	}

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline {
	height: 0;
	}

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header {
	padding: 0;
	}
	
.sidebar h3 {
	display: block;
	background: #000;
	color: #FFF;
	line-height: 2.385em;
	padding-left: 0.5em;
	text-align: center;
	font-variant: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

/*start of 404*/	
.custom div#errorpage h2 {
margin-top:0px;
 
}
.custom div#errorpage {
	border:1px dashed #bbbbbb;
	padding:10px;
	float:left;
}
.custom div#errorpage img {
	float:left;
	width:100px;
	padding:10px;
}
.custom div#errorpage p {
	padding:15px 0px;
	margin:0px;
}
.custom div#errorpage #error-inside{
margin-left:130px;
} /*end of 404*/
	
div.pagination span.current {
	color: #660066;
	}
	
div.pagination a {
	color:#666666;
	}
	
div.pagination a:hover, div.meneame a:active {
	background-color: #660066;
	border: none;
	}
	
.tubepress_stitle, .tubepress_stitle a, .tubepress_stitle a:hover {
	font-weight: normal;
	}

#footer {
	border-bottom: 2px solid #ffffff;
	text-align: center;
	background: #000000;
	}