/*
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: #f9dfe8 url('images/using7.jpg') top center no-repeat; background-attachment: fixed;}

/*.custom #container { margin-top: 2em; margin-bottom: 2em; margin-left:4em; }*/

	.custom #page { background: transparent; padding-left:105px; position: absolute; width:796px;}
	.custom #content {background: transparent; position: relative; padding-top:5.6em;}
        
.custom .full_width {width: 800px; clear: both; margin-left:210px; position: static; }

/*Lines*/
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2  {
        border-bottom: 0px;
      border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}
.custom #content_box, .custom #column_wrap {
        background: none;
}
.custom .post_box {background: #f6bfd2 url(images/pbar.gif) repeat; border:2px solid #dddddd; important!   margin-top:2.0em; margin-left:1.0em;margin-right:1.0em;margin-bottom:1.0em;
   padding:1.6em;
-moz-border-radius: 5px;
	
	-webkit-border-radius: 5px;}


	
.custom #tabs {
 border-bottom: none;
 }	


/*#widget_killer_recent_entries-2 li {
	background: #f391bc url(images/texturehue2708870.jpg) repeat;
	border: 1px solid #8ebdf8;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
}*/

#widget_killer_recent_entries-2  {
	background: #f6bfd2 url(images/bluebar.png) repeat;
	border: 2px solid #dddddd;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px; width:220px;
}
#widget_killer_recent_entries-2 h3 {
	background: #f6bfd2;
	border: 0px solid #84acd5;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px; width:200px; font-family: Georgia; color:#111111;
}
/*text widget*/

.custom li#linkcat-2.widget  {
	background: #f6bfd2 url(images/purplebar.png)repeat;
	border: 3px solid #e9d8ec;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px; width:220px; color: #111111;
}


.custom li#text-3.widget  {
	background: #f6bfd2 url(images/pbar.gif)repeat;
	border: 1px solid #ffffff;
	line-height: 1.4em; 
	-moz-border-radius: 5px;
	
	-webkit-border-radius: 5px; width:220px; color: #111111;
}
.custom li#text-3 h3 {
	background-image: url(images/ceetvhead1.gif);
	background-repeat: no-repeat;padding: 0.9em;
	 color:f5cbd9;
	
}

/*ngg widget*/
.custom li#ngg-images-2.widget  {
	background: #ffffff url(images/purpbar.gif) repeat;
	border: 1px solid #ffffff;
	line-height: 1.4em;
padding-left:6px;
	-moz-border-radius: 5px;
	
	-webkit-border-radius: 5px; width:220px; color: #111111;
}
.custom li#ngg-images-2 h2 {
	background: url(images/candidceeceehead.gif);
	background-repeat: no-repeat;padding: 0.9em;
	 color:f5cbd9;
	
}
/*twitter tools*/
.custom li#twitter-tools.widget  {
	background: #ffffff url(images/bbar.gif) repeat;
	border: 1px solid #ffffff;
	line-height: 1.4em;
padding-left:6px; color:#111111;
	-moz-border-radius: 5px;
	
	-webkit-border-radius: 5px; width:220px; color: #111111;
}
.custom li#twitter-tools h3 {
	background: url(images/ceeceetwitterhead.gif);
	background-repeat: no-repeat;padding: 0.9em;
	 color:f5cbd9; height:40px;
	
}
#widget_widget_links h3 {
	background: #f6bfd2;
	border: 3px solid #f6bfd2;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px; width:200px;
}

/*.custom #widget li { background: #f391bc url(images/texturehuepurple.jpg) repeat;
	border: 3px solid #8ebdf8;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px; }*/



/*nav*/
/*.custom ul#tabs {border-bottom:none; border-left:none;}
	.custom ul#tabs li {margin-bottom:0; border:none; background:none;padding-left:15px; padding-top:15px;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:none; padding-left:15px; padding-top:15px;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {}
		.custom ul#tabs li a:hover {text-decoration:none;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}*/

/*nav customized mel*/
/* Pre-Header - Custom Navigation */
/*#mytopnavcont {position:position:relative; border:none; margin:0; background: url(images/navbarcutebg.jpg) no-repeat; width:768px; height:78px; padding-top:5px; padding-left: 10px;}
#mytopnav1 { color:#acacaf; position:relative; float:left; border:none; margin:0; padding-bottom: 0.5em; padding-right: 0.5em; background:transparent; width:685.2px; font-size:10pt; padding-left:20px;}
#mytopnav2 { color:#acacaf; position:relative; float:right; text-align:right; border:none; margin:0; padding: 0.5em; background:transparent; width:60px; font-size:10pt; padding-left:1px; padding-top:2px;}
#mytopnav1 a { color:#acacaf; background:transparent; text-decoration:none; letter-spacing:0; font-size:10pt;padding: 0.5em;}
#mytopnav1 a:hover {margin:0; color:#acacaf; background:transparent; text-decoration:none; letter-spacing:0; font-size:10pt;padding: 0.5em;}
#mytopnav2 a { color:#acacaf; background:transparent; text-decoration:none; letter-spacing:0; font-size:10pt;padding: 0.5em;}
#mytopnav2 a:hover {margin:0; color:#acacaf; background:transparent; text-decoration:none; letter-spacing:0; font-size:10pt;padding: 0.5em;}*/
/*flashnav*/
#mytopflashnav {position:absolute; border:none; margin:0; background: transparent; width:768px; height:78px; padding-top:0px; padding-left: 0px;}
#mytopflashnav1 { position:absolute; float:left; border:none; margin:0; padding-bottom: 0.5em; padding-right: 0.5em; background:transparent; width:768px; font-size:10pt; padding-left:13px;}
/*---:[ multimedia box ]:---*/
#multimedia_box { width: 100%; }
	#image_box { background: transparent; border-bottom: 0px solid #ddd; }
		#image_box img { display: block; background: transparent; border-style: solid; border-color: transparent; }
	/*---:[ video box styles ]:---*/
	#video_box { background: #000; }
	/*---:[ custom box styles ]:---*/
	#custom_box { background: #eee; border-bottom: 1px solid #ddd; }

.custom #commentform {background: url(images/pbar.gif) repeat;-moz-border-radius: 5px;
	
	-webkit-border-radius: 5px;margin-top:2.0em; margin-left:1.0em;margin-right:1.0em;margin-bottom:1.0em;
   padding:1.6em;}

/*footer*/
.custom #footer_area {background:#c3d9d6; padding:0.5em 0; border-top:1px solid #bbd;}
	.custom #footer {border-top:0;}
/*calendar posts*/
.custom .calendaricon {float: right;
margin-top: -1em;}
.custom .month {text-transform: uppercase;
font-family: arial;
margin-top: -5.5em;
margin-left: 2.2em;}
.custom .day {font-family: arial;
margin-left: 2.99em;
padding-top: .3em;
padding-bottom: 2.2em;}
.custom .year {font-family: arial;
margin-left: 2.1999em;
margin-top: -2.2em;}




/*---:[ comment styles ]:---*/
.custom #comments  {background: url(images/pbar.gif)repeat;}

.custom dl#comment_list .bypostauthor { background: transparent; } /* Reset Thesis default */
.custom dl#comment_list dd { padding-top: 0; } /* Reset Thesis default */
.custom dl#comment_list dd,
   .custom dl#trackback_list dd { padding-left: 0; } /* Reset Thesis default */
.custom dl#comment_list dl dd .format_text { margin-bottom: 0; } /* Reset Thesis default */
.custom dl#comment_list dd div,
   .custom dl#trackback_list dd div { padding-left: 0.9em; }
.custom dl#comment_list dl dd div { padding-left: 1.5em; }
.custom dl#comment_list dt.bypostauthor,
   .custom dl#comment_list dd.bypostauthor>div { background: url(images/purpbar.gif) repeat scroll 0 0;-moz-border-radius: 5px;
	
	-webkit-border-radius: 5px;  }

.custom dl#comment_list dl.children { background: #FFF; padding-left: 1em; padding-top: 1em; }
.custom dl#comment_list dl.children dt { padding-top: 1em; }
.custom dl#comment_list p.reply { margin-bottom: 1em; }


.custom .format_text .to_comments span.bracket { display: none; }

.custom .previous, .next 

{
background-color: transparent;
background-image: url(images/pbar.gif);
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
height: auto;
min-height: 30px;
padding-top: 1em;
padding-right: 1em;
padding-bottom: 1em;
padding-left: 1em;
width: 40%;
-moz-border-radius: 5px;
	
	-webkit-border-radius: 5px;color: #111111;
font-size: 14px;
font-weight: bold;
}
.next 
{
float: right;
text-align: right;
}
.singlenav p
{
color: #111111;
font-size: 14px;
font-weight: bold;
}

.full .previous, .full .next
{
margin-bottom: 1.5em;
}
.custom .prev_next a 
{
color: #111111;
font-size: 14px;
font-weight: bold;{