/*
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/
*/

/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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!
*/

body {background-color:#00305E; font-family:Arial, Helvetica, sans-serif; 
color:#000000; margin:0px;}

.custom #page {
	padding: 20px;
}

.custom #sidebar_2 .sidebar p.remove_bottom_margin{text-decoration:none !important; }

/*---:[ core layout elements and header styles ]:---*/
#container { background-color: #fff; width:1002px;}

#header { position: relative; padding:0; border:none; /*border-bottom-style: solid; background: url('images/logo.jpg') top left no-repeat;  */ /*background: url('images/LFLfullcolorlogo2.jpg') top left no-repeat;*/   height:130px; }

img.header_image{ float:left;}
h4.header_test{ float:right; margin-right:0; margin-top:10px;}

.custom #logo{ margin-top:20px; margin-left:300px; display:none;}
.custom #tagline{ margin-left:300px; display:none;}


#header img { display: block;}
p.emailsub { position: absolute; top: 8px; right: 0px; font-size: 15px; text-transform: uppercase; letter-spacing: 2px; background: url('images/icon-rss.gif') no-repeat 100% 50%; padding-right: 15px; }

/*---:[ links ]:---*/
.custom a:link{ color:#716F7D; text-decoration: none !important; }
.custom a:visited{ color:#716F7D; text-decoration: none !important; }
.custom a:active{ color:#716F7D; text-decoration: none !important; }
.custom a:hover{ color:#2361a1; text-decoration: none !important; }

.custom h2.entry-title a:link{color:#000; text-decoration: none !important; }
.custom h2.entry-title a:visited{color:#000; text-decoration: none !important; }
.custom h2.entry-title a:active{color:#000; text-decoration: none !important; }
.custom h2.entry-title a:hover{color:#2361a1; text-decoration: none !important; }

.custom p.headline_meta{ color:#000000;} 








/*---:[ headlines (content and sidebar) ]:---*/
.custom h1, .custom h2, .custom h3, .custom h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.custom h1 {color:#000; }
.custom h2 {color:#000; }
/*.custom h2 a { color: #7b5a22; }
.custom h2 a:hover { color: #716F7D; }*/
.custom h3 {color:#000; }
.custom .sidebar h3 {color:#000; font-size: 1.2em; line-height: 1.111em; margin-bottom: 0.5em; font-variant: normal;             letter-spacing: 0; }
.custom h4 { font-weight: normal; color:#716F7D; }

/*---:[ headline meta data ]:---*/
/*.custom .headline_meta a, .custom .headline_meta a:visited { color: #c02e59; border-bottom: none; }
.custom .headline_meta a:hover { color: #888; border-bottom: none; }*/
.headline_area img { margin: 0 1em 0 0; border: 0.4em solid #efe9d6; float: left; }
/*p.author_and_date a { color: #c02e59; text-decoration: none; }
p.author_and_date a:hover { color: #716F7D; text-decoration: none; }*/

/*---:[ post formatting and special case styles ]:---*/
.custom .format_text a { text-decoration: none; }
.custom .format_text img.left, .custom .format_text img.alignleft { margin-right: 0.667em; margin-bottom: 0.667em; }
.custom .format_text img.right, .custom .format_text img.alignright { margin-left: 0.667em; margin-bottom: 0.667em; }
.format_text .post_tags { color: #666; font-size: 1em; }
a.more-link { display: block; }
.intro_block { border-bottom: 3px solid #ddd !important; }

/*---:[ after post stuff ]:---*/
.custom .format_text .pimp_sub { padding: 0.533em 0.667em; background: #f0deaf; border: 0.067em solid #d7c491; }
.custom .post_ad { padding: 0.667em; background: #ddf5fc; border-top: 0.2em solid #86c0d1; clear: both; }
.custom .post_ad h3 { margin: 0 0 0.533em 0; padding-bottom: 0.267em; border-bottom: 1px dotted #89c3d4; }
.custom .post_ad img { display: block; margin-bottom: 0.667em; margin-left: 0.667em; border: 0.533em solid #c0e2ec; float: right; }
.custom .post_ad ul.ad_links { margin-bottom: 0; }




/*---:[ sidebar and widget stuff ]:---*/
/*#sidebars a:visited { color: #c02e59; }
#sidebars a:hover { color: #716f7d; text-decoration: none; }
.custom li.widget p a { text-decoration: none; }*/
li.widget ul li { margin-bottom: 0.467em; }
.widget_box form p { margin-bottom: 0.667em; }
.widget_box form label { display: block; font-size: 0.733em; font-weight: bold; line-height: 1.818em; text-transform: uppercase; letter-spacing: 1px; }
.widget_box form .text_input { background: #f8efa5; }
.widget_box form .form_submit { font-size: 0.733em; line-height: 1.818em; text-transform: uppercase; letter-spacing: 1px; padding: 0.4em; color: #fff; background: #dcbc44 url('images/navbg-new.gif'); border: 0.2em solid #f3d772; border-right-color: #9c8120; border-bottom-color: #9c8120; }
/*.widget_box form .form_submit:hover { color: #c02e59; }*/

/* comments */
dd.comment { clear: left; }
dt.comment img { margin: 0 1em 0 0; /*border: 0.4em solid #efe9d6;*/ float: left; }
dt.author_comment img { border: 0.4em solid #fff; }
/*dt.comment a, dt.comment a:visited { color: #c02e59; }
dl#comment_list dt.comment a:hover { color: #716f7d; text-decoration: none; }
.custom dl#comment_list .comment_num a, .custom dl#comment_list .comment_num a:visited { color: #c02e59; }*/
.custom dl#comment_list .comment_num a:hover { /*color: #fff;*/ background: #c02e59; }
.author_comment { background: #f5e393; }
dl#comment_list dt.comment p.social_profiles { font-size: 1.5em; line-height: 1.6em; color: #888; }
.custom .call_to_register { margin-right: -0.667em; padding: 0.533em 0.667em; background: #f0deaf; border: 0.067em solid #d7c491; }
/*.custom #commentform a { text-decoration: none; }*/

/* delicious */
#container #content_box #content .social-adds { text-align: center; }

/* search */
.sidebar .text_input { }
input#searchsubmit { display: block; clear: left; border: 0; }

/* sidebar image shizzle */
img.image-twitter { padding-bottom: 10px; }
img.image-flickrbadge { padding-top: 10px; }

/* images */
img.image-right { margin: 0 0 10px 10px; border: 5px solid #c02e59; float: right; }
img.image-left { margin: 0 10px 10px 0; border: 5px solid #c02e59; float: left; }

.ads_single { margin: 5px 8px 8px 5px; float: left; }
.digg_this_button { margin:5px 5px 5px 0px; float:left; }

table#contact-checkboxes td { vertical-align: top; padding-right: 10px; }
table#contact-checkboxes tr { display: block; padding-bottom: 5px; }

.grav { margin: 0px 8px 0px 0px; float: left; }
.gravmain { margin: 0px 5px 0px 0px; float: left; }

/* breadcrumbs */
.post_box_b { margin: 0 3px 0 5px; border-top: 1px dotted #bbb; }

/* guestauthor */
.guestauthor { margin-bottom: 1.571em; padding: 0.714em; background: #f5e393; }
.custom .guestauthor h3 { margin-top: 0; }
.custom .guestauthor p { margin-bottom: 0; }
.guestauthorphoto { margin: 0 0 0 0.667em; padding: 0.333em; background-color: #fff; float: right; }

/* login */
.login_form h2 { font-size: 1.571em; line-height: 1.364em; margin-bottom: 1em; }
.login_form .post_box { border-top: none; }


/* tweetwasters */
p.tweetwasters { width: 100%; margin-bottom: 2.538em; font-size: 1.5em; line-height: 1.385em; }
h2.widgettitle { color: #000; font-size: 1.8em; line-height: 1.111em; margin-bottom: 0.5em; font-variant: normal; letter-spacing: 0; }

/*---:[ self-clearing floats ]:---*/
dt.comment:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }






.custom .comments_closed{ display:none;}



/*---:[ starts carousel box ]:---*/
#custom_box { background: #eee; padding-top:0px;}
#multimedia_box { width: 100%; }
.custom #image_box { background:none; /*url('images/sidebarbg.gif') repeat top left;*/ border-bottom: 1px solid #ddd; }
.custom #image_box img { display: block; background: #fff; border-style: solid; border-color: #bbb; }
/*---:[ video box styles ]:---*/
#video_box { background: #000; }
/*---:[ custom box styles ]:---*/


.custom #feature_box{background-color:#000; /* url('images/sidebarbg.gif') repeat top left;*/  padding-bottom:10px; padding-top:10px; /*padding-left:70px;*/ padding-left:0; border:none; width:520px;}
/*---:[ end of carousel box ]:---*/	



/*---:[ starts custom  multimedia box styles ]:---*/


.custom #custom_box { width:300px; background:none; height:255px; /*url('images/sidebarbg.gif') repeat top left;*/ margin-left:15px;}

/*---:[ end of custom  multimedia box styles ]:---*/

.custom #sidebars{background:none;}
.custom #sidebar_1{/*background-color:#FFFF00;*/ width:148px; margin-left:30px; padding:0; text-align:left; border:none;}
.custom #sidebar_2{/*background-color:#00FF00;*/ width:148px; margin:0; padding:0; text-align:left;}

.custom .textwidget{ /*background-color:#000;*/ margin:0; padding:0; text-align:left;}



/* starts style for the footer of custom_functions.php*/
.custom #footer{ color:#000000; border-top:1px solid #ddd;}
.custom #footer p.space {margin-top:8px; }
.custom #footer p.space a{text-decoration:none; border:none !important;}
.custom h3.footer_text{
	color:#00305E;
	text-align:center;
	padding-top:7px;
	float:left;
	margin-left:320px;
	font-size: 2.2em;
	line-height: 1.111em;
	font-variant: normal;
	letter-spacing: 0;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.more_space{margin-bottom:10px;}
.custom #footer a:link{ color:#716F7D; text-decoration: none !important; }
.custom #footer a:visited{ color:#716F7D; text-decoration: none !important; }
.custom #footer a:active{ color:#716F7D; text-decoration: none !important; }
.custom #footer a:hover{ color:#2361a1; text-decoration: none !important; }

.custom div.regis{margin-top:10px;}
#footer .links {float:right;}
    
.custom div.regis .links a {
    padding-left:18px;
    margin-left:16px;
    background-repeat:no-repeat;
    background-position:0 2px;
}

.custom div.regis .rss {
    background-image:url('images/rss.gif');
}

.custom div.regis a.login {
    background-image:url('images/login2.gif'); padding-bottom:5px; border:none !important;
}

.custom div.regis a.powered {
    padding:0;
}

.custom div.regis a.entries {
    margin:0;
}

/* end of style for the footer of custom_functions.php*/

h2.centered{ text-align:center;}

.custom .format_text { color:#000000 !important;}
.custom ul#tabs li.rss a:link{ color:#716F7D; text-decoration: none !important; }
.custom ul#tabs li.rss a:visited{ color:#716F7D; text-decoration: none !important; }
.custom ul#tabs li.rss a:active{ color:#716F7D; text-decoration: none !important; }
.custom ul#tabs li.rss a:hover{ color:#2361a1; text-decoration: none !important; }





/*---:[ STARTS nav menu ]:---*/




.custom ul#tabs{border:none; background:none; width:600px; float:left; height:32px; float:left;}

ul#tabs li a{border:none; background:none; line-height:19px; font-size:13px; font-weight:bold; margin-left:0; padding-left:0; padding-right:20px;}

ul#tabs li, ul#tabs li.current_page_item, ul#tabs li.current-cat {padding-bottom:0; border:none; background:none;}

ul#tabs li a, ul#tabs li a:visited {color:#3B3B3B; text-decoration:none; border:none; background:none;}
ul#tabs li a:hover {color:#000; text-decoration:none;  border:none; background:none;}

ul#tabs li.current_page_item a, ul#tabs li.current-cat a {color:#000; border:none; background:none;}

ul#tabs li.rss a {color:#c02e59; border:none; background:none;}

ul#tabs li.rss a:hover {color:#716F7D; text-decoration: none; border:none; background:none;}

/*---:[ END OF nav menu ]:---*/



/*---:[ starts style for the posts ]:---*/
.custom .post_box{color:#FF00FF; text-align:justify; background:none; margin-left:0; padding-left:0; border:none;}
.custom .post_box img{ margin-top:10px;}

/*---:[ END OF style for the posts ]:---*/


/* starts Custom facebook/emailrss feed style*/

.custom #feedback { background:none; margin-top:0; width:305px; float:right;
 padding:0; margin-right:16px;}
.custom #feedback ul{ list-style:none;}
.custom #feedback ul li{ display:inline;}
.custom #feedback ul li form{ float:right; margin-top:5px; display:inline; width:190px; height: 31px;
background: url(images/bkg_search.png) top left no-repeat; margin-right:0;
}    
    
    
.custom #feedback ul li form input.text_input{width:140px; height:18px; text-align:left; font-size:12px; padding-top:6px; margin-top:4px;}
.custom #feedback ul li a img {border: 1px solid white;}
.custom #feedback ul li a.rss_link:hover img {border: 1px solid #FF6600;}
.custom #feedback ul li a.email_link:hover img {border: 1px solid #CCCCCC;}
.custom #feedback ul li a.facebook_link:hover img {border: 1px solid #003366;}
.custom .cleared{ background-color:#0000FF; height:20px; margin-bottom:20px;}

/*end of Custom facebook/emailrss feed style */

 
.custom #content_box  { background:none; border:none !important; }
.custom .my_test{ background-color:#fff; z-index:200; 
height:20px; width:957px; float:left; clear:both;
}

.custom .my_test2{ background-color:#FFF; z-index:200; border-bottom:0px solid #ddd; 
height:10px; width:957px; padding-bottom:25px;
}

/*seach box*/

.custom #feedback ul li form #s { padding:0; margin:4px 8px 0 8px; border: 0; background:none; float:left;}
.custom #feedback ul li form  a input.send{ float:right; background: url(images/search_icon.png) top left no-repeat;
width:27px; height:27px; margin-top:-25px; margin-left:0; padding-right:0;}

.custom #feedback ul li form  a:hover input.send{ float:right; background: url(images/search_icon_hover.png) top left no-repeat;
width:27px; height:27px; margin-top:-25px; margin-left:0; padding-right:0;}

p.to_comments span.bracket{ display:none;}
p.to_comments{ display:none;}

.sidebar ul.sidebar_list {
	padding-right: 0px;
	padding-left: 0px;
}

/* for the event calendar */
li.ec3_list {
	padding-right: 3px;
	padding-left: 3px;
	background-color:#fff; /* first alternating color */
}

li.purpleBG { /* second alternating color */ 
	background-color: #dceafb;
}
#upcoming-events {
	width:309px; /* width of event list */
	padding-right: 3px;
	padding-left: 3px;
}
#upcoming-events h3 { /* calendar title */
	margin-left: -16px;
	padding-left: 0px;
}

/* social icons */
#pixopoint_menu1 li.navicons { /* navcicon containers */
	width: 51px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#pixopoint_menu1 li a.iconz { /* icons */
	display: block;
	height: 32px;
	width: 32px;
	padding-top: 7px;
	margin-right: auto;
	margin-left: auto;	
	}
#pixopoint_menu1 li.pixo_search {
	padding-top: 9px;
	line-height: 0px;
	padding-right:5px;
}
#pixopoint_menu1 li.pixo_search input.pixo_inputsearch {
	height: 20px;
}

#shopp #submit-login {
	display: block;
	width: 130px;
}

/* for calendar widget */
.ec3_eventday, #wp-calendar #ec3_2010_7 a {
	/*display:block;*/
	background-color: #dceafb;
}
#wp-calendar a.ec3_next, #wp-calendar a.ec3_prev {
	font-size: 18px;
}
#wp-calendar #ec3_2010_7 caption a {
	background-color: #FFFFFF;
	font-size: 18px;
} 
#wp-calendar {
	width: 420px;
	font-size: 13px;
}

/* align left and right columns visually */
#content {
	padding-top: 3px;
}
/* fix right column padding issue */
li#upcoming-events h3 {
	display:none; /* hide unwanted title */
}
ul.ec3_events {
	margin-top: -14px;
}