/*
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/
*/


/*---:[ Set 4: image of clouds that gently slides into a steely blue background color ]:---*/

body.custom {padding-top: 0px; background-image: url(http://www.kidcraftsmagazine.com/images/border_pagetop.png); background-repeat: repeat; background-position: left top;
}

	.custom #container {
	margin-top: 0px;
	margin-bottom: 0px;
}

		.custom #page { background: #fff; }

/*---:[ end Set 4 ]:---*/


/*---:[ #header styles ]:---*/


.custom	#header #logo a, #header #logo a:visited, #logo img{ color: #000000; text-decoration: none;  }
.custom	#header #logo a:hover { color: #99ccff; }
.custom #header h1, #header p#tagline {color: #000000; }
.custom     #header {
	width: 97.5em;
	padding: 0em 0em 0em 0em;
	border-bottom: 3px double #888888;
	text-align: left;
	clear: both;
}
	


/*---:[ nav menu styles ]:---*/

.custom	ul#tabs li {background:#99ccff;
	color: #000000;
	font-weight: bold;
}

.custom	ul#tabs li.current_page_item { background: #fff; border-bottom-color: #fff; }
	
.custom	ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }

.custom		ul#tabs li a, ul#tabs li a:visited { color: #000000; text-decoration: none; }
	
.custom		ul#tabs li a:hover { color: #00ffff; text-decoration: none; }
		
.custom		ul#tabs li.current_page_item a, ul#tabs li.current_page_item a:visited { cursor: default; background:#99ccff;}
		
.custom		ul#tabs li.current_page_item a:hover { text-decoration: none;background:#99ccff; }
.custom ul#tabs li.current-cat a {margin:0; border:0; background:#99ccff;} 	
.custom		ul#tabs li.rss a {
	padding-right: 10px;
	background: url('http://www.politegrity.com/wp-content/themes/thesis-15/custom/images/icon_rss.jpg') height:40; width: 60; 100% 50% no-repeat;
}


.custom #custom_box {background: #ffffff;}
.custom #image_box {background: #ffffff;}
.custom #video_box {background: #ffffff;}

.custome #button {
	
}

.custom #container {width: 97.4em; padding: 0 0.6em; background: url('http://www.kidcraftsmagazine.com/images/boxbackground.png') repeat; }
.custom #content_box {background-color: #ffffff;}

.custom #content {background: #ffffff;} 

/*---:[ feature box ]:---*/
#feature_box { background: #ffffff; border-bottom: 2px solid #ddd; font-size: 2em;
width: 100%;
text-align: left;
padding: 0em 0 2em 0;}


/*---:[ad box before content]:---*/

.custom .mymmbox {
width: 500px;
height: 60px;
border: 1px solid
margin-left: 2em;
margin-bottom: 2em;
}


/*---:[ad box after content]:---*/

.custom .mymmbox2 {
width: 500px;
height: 60px;
border: 1px solid
margin-left: 2em;
margin-bottom: 2em;
}


/*---:[ headlines and bylines ]:---*/
h1, h2, h3, h6 { font-weight: bold; }
h4, h5 { font-weight: bold; }
h5, h6 { text-transform: uppercase; letter-spacing: 1px; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 { font-variant: small-caps; letter-spacing: 2px; color: #00000; }
	h2 a { color: #00000; }
	h2 a:hover { color: #99ccff; }
	
	a { color: #0000ff; text-decoration: none; }
a:hover { text-decoration: none; }
a.post_image_link { outline: none; }


/*---:[ home page teasers ]:---*/
.teaser a.teaser_link:hover { text-decoration: underline; }
.teaser .teaser_author { font-style: italic; color: #0000ff; }
	.teaser .teaser_author .author { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
.teaser .teaser_date { color: #0000ff; }
.teaser .edit_post { letter-spacing: 1px; color: #0000ff; }
	.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { text-transform: uppercase; letter-spacing: 1px; color: #0000ff; border-bottom: 1px solid #eee; }
	.teaser .teaser_author a:hover, .teaser a.teaser_comments:hover, .teaser a.teaser_category:hover, .teaser .edit_post a:hover { color: #0000ff; }
	.teaser .teaser_author a { font-style: normal; }
	.teaser .format_teaser a { text-decoration: underline; }
	.teaser .format_teaser a:hover { text-decoration: none; }

	
/*---:[ #header styles ]:---*/
#header #logo { font-weight: bold; }
	#header #logo a { color: #000000; }
	#header #logo a:hover { color: #99ccff; }
#header #tagline { font-weight: normal; color: #888; }

/*---:[ headline meta data (includes bylines) ]:---*/
.headline_meta { font-style: italic; color: #000000; }
	.headline_meta span, .headline_meta abbr { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
	.headline_meta a { color: #000000; border-bottom: 1px solid #eee; }
	.headline_meta a:hover { color: #99ccff; }	
	
	
/*-- email rss styles -- */

.custom #emailrss a { color: #75A2DD; padding-right: 18px; text-decoration: none;  background: url('images/emailrss.gif') 100% 50% no-repeat; font-size: 1.1em; line-height: 1em;  letter-spacing: 2px;  text-transform: uppercase; }

.custom #emailrss a:hover {color: #2361a1; text-decoration: underline;}

/* --- style the next/previous post links for the single post page */

.custom  #nextpost {float: right; color: #808080;}
.custom  #prevpost {float: left; color: #808080;}
.custom  #nextpost a {color: #75A2DD; text-decoration: none;  }
.custom  #prevpost a {color: #75A2DD; text-decoration: none;}
.custom  #nextpost a:hover { color: #2361a1; text-decoration: underline; }
.custom  #prevpost a:hover { color: #2361a1; text-decoration: underline; }


.custom h1 {color: #000000; padding-top: .40em;}
.custom h2 {color: #000000;}
.custom h2 a, h2 a:visited { color: #000000; }
.custom h2 a:hover { color: #99ccff; }
.custom #respond {color: #000000;}


/* STYLE FOR BLUE TEXT WIDGET */


.custom li#samsarin-php-4 {width: 13.6154em;
text-align: left;


padding-top: 0.84615em;

padding-right: 0.84615em;

padding-bottom: 0.84615em;

padding-left: 0.84615em;

line-height: 1.38462em;

background-color: #e3f0f2;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-x-position: 0%;

background-y-position: 0%;

border-top-width: 0.07692em;

border-right-width: 0.07692em;

border-bottom-width: 0.07692em;

border-left-width: 0.07692em;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #addde6;

border-right-color: #addde6;

border-bottom-color: #addde6;

border-left-color: #addde6;
}

.custom li#samsarin-php-4 a {
font-weight: normal; 

}

.custom li#samsarin-php-4 p {color: #404040; text-align: left;}

.custom li#samsarin-php-2 h2 { text-align: center;}


}


	/*---:[ comment form styles ]:---*/

/*---:[ comment form styles ]:---*/

	#respond, p.login_alert { font-size: 1.6em; margin: 3.4375em 0 0.4375em 0.6875em; font-weight: bold; line-height: 1.375em; }

	p.login_alert { margin-bottom: 2.75em; padding: 0.5em 0.6875em; background: #f5f5f5; border: 1px solid #ddd; }

	#comment_form { padding: 1.1em 2.2em 3em 1.1em; border-top: 1px dotted #bbb; }

		#comment_form p { margin-bottom: 1.0em; font-size: 1.4em; line-height: 1.57143em; }

			#comment_form label { padding-left: 0.78571em; }

				.custom	#comment_form textarea { color: #2361a1; width: 33.57143em; height: 15.85714em; padding: 0.28571em; border-width: 0.07143em; }

			#comment_form p.allowed { font-size: 1.2em; width: 38em; margin-bottom: 1.16667em; padding: 0.66667em 0.91667em; line-height: 1.66667em; color: #807e70; background: #f9f7e4; border: 0.08333em dotted #bbb; border-top: 0; }

			#comment_form .form_submit { font-size: 1.14286em; padding: 0.3125em 0.25em; }
		
			/* Support for the highly-recommended Subscribe to Comments Plugin */

			#comment_form p.subscribe-to-comments { font-size: 1.4em; }

				#comment_form p.subscribe-to-comments label { font-size: 1em; }


