/*
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:#FFFFFF none repeat scroll 0 0; }

	.custom #container { margin-top: 2em; margin-bottom: 0em; margin:0 auto;  }

		.custom #page { background: #fff; padding-top:0; }
		.custom #content {border-right:0px #FFFFFF solid; border:none;}
		#content_box { background:transparent none repeat scroll 0 0; width:100%; }
		#header { padding-top: 0em; padding-bottom:0px; padding-left:0px;}

/*---:[ global elements ]:---*/
a { color:#999999; text-decoration: none; font-weight:bold; }
a:hover { text-decoration: none; }
a.post_image_link { outline: none; }
a img { border: none; }
blockquote { border-left: 1px solid #ddd; color: #666; }
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; }
		

/*---:[ nav menu styles ]:---*/

	ul#tabs li { margin:.5em 0em 1em 0em; padding:0px 1em 0em .6em; color:#fff;  background: url(images/nav_bar.png) repeat-x left; border: 0px solid #ddd; border-left: 0; float: left;  font-weight:bold;  }
	ul#tabs li.current_page_item, ul#tabs li.current-cat {  margin:.5em 0em 1em 0em; padding:0px 1em 0em 1em;padding-top:0px;  background:url(images/nav_bar.png) repeat-x left; border-bottom: 0; color:#CCCCCC;  }
		ul#tabs li a { display: block; line-height: 1em; color:#fff; text-transform: uppercase; letter-spacing: 1px; font-weight:bold; color:#fff; border-right:0px #FFFFFF solid; }
		ul#tabs li a:hover { color:#EE9E45; text-decoration: none; }
		ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; color:#999999; }
		ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
	ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }
		ul#tabs li.rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }
       
ul#tabs li a { color:#fff; }

/*---:[ multimedia box ]:---*/
#multimedia_box { width: 100%; }
	#image_box { border:none; }
		#image_box img { display: block; border:none;}


.recent_article ul{
	list-style:none;
	color:#55643D;
	margin:0;
	}

.recent_article h2{
border-bottom:1px solid #DDDDDD;
color:#ffffff;
font-variant:small-caps;
letter-spacing:2px;
font-size: 13px;
	}

.recent_article ul li a{
	text-decoration:none;
	background:url(images/arrow.gif) 0% 25% no-repeat;
	padding-left:10px;
	display:block;
        padding-bottom:.6em;
	}

.recent_article table tr td{
	padding-right:1em;
	padding-left:1em;
	}

.recent_article table tr td .first{
	border-right:#ddd 1px solid;
	border-bottom:none;
	}
	

/*---:[ sidebar styles ]:---*/

.sidebar h3 { font-variant:normal; letter-spacing: 0px; color:#fff;  font-weight:normal; background: url(images/sidebar-header.jpg) no-repeat left top; padding:.2em 0em .2em .5em; font-weight:bold; text-transform: uppercase; font-size:12px; }
.sidebar a:hover { text-decoration:underline; color:#999999; }
.sidebar a { color:#2361A1; }
ul.sidebar_list { list-style: none; margin-top:1em; margin-left:0em; margin-right:1em; }
	li.widget { width: 100%; 
                    line-height:1.5em; color:#505050; font-size:12px; }
	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;  }
		li.widget ul li { border-bottom: 1px dotted #DADADA; padding-bottom:0.8em; }


/*-------Ad Listing-----------*/
#adlisting ul { 
	list-style-type:none; 
	padding:0;
        padding-bottom:1px; 
	margin:0px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}

#adlisting ul li { 
	padding-left:0em; 
	padding-top:1.5em; 
	padding-right:1em;
	line-height:1.5em;
	padding-bottom:2em; 
	
	}



/*#adlisting ul li:hover { background:#F5F5F5;}*/
#adlisting ul li a, #adlisting ul li a:link, #adlisting ul li a:visited { }
/*#adlisting ul li a:hover { color:#55643D;}*/
#adlisting ul li.active { background:#fff; line-height:1.5em;  padding-left:0px; padding-top:2px; padding-right:12px; }


#adlisting .title
{	
	font-size:20px;
	/*-color:#FFFFFF;--*/
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Tahoma,  Verdana;
	line-height:1em;
}

#adlisting .title a
{	text-decoration:none;
	font-weight:bold;
	color:#55643D;
}

#adlisting .title a:link
{	text-decoration:none;
	font-weight:bold;
}

#adlisting .title a:visited
{	text-decoration:none;
	font-weight:bold;
}

#adlisting .title a:hover
{	text-decoration:underline;
	font-weight:bold;
	color:#55643D;
}

#adlisting .description
{	
	font-size:12px;
	color:#333333;
	line-height:1.5em;
	display:block;
	padding:0;
	font-weight:normal;
}

#adlisting .visibleurl 
{	
	font-size:11px;
	color:#4F5F6E;
	font-weight:bold;
}

#adlisting .visibleurl a
{	
	font-size:11px;
	color:#4F5F6E;
	font-weight:bold;
	
	
}

#adlisting .visibleurl a:link
{	
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#adlisting .visibleurl a:visited
{	
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#adlisting .visibleurl a:hover
{	
	font-size:11px;
	color:#4F5F6E;
	font-weight:bold;
	text-decoration:underline;
}

#content { color:#505050; }

#content h4{
	color:#999999;
	font-size:10px;
	padding:0 4px 1px 0;
	margin:0;
	}

.featured_list{
	padding:1em;
	border:1px solid #ddd;
	}

.three_col_list{
	padding:1em;
        border-color:#ADDDE6;
        border-style:solid;
	line-height:.5em;
        border-width:0.077em;
        padding:0.692em;
	}

.three_col_list ul li{
        padding:0.5em 0.2em;
	}


.featured_list h2{
	background:url(images/logosmall.jpg) 0% 0% no-repeat;
	padding-left:2.5em;
	padding-top:.5em;
	}
	
.recent{
	padding:1em;
	border-right:#ddd 1px solid;
	line-height:1.5em;
	}

.mostused{
	padding:1em;
	line-height:1.5em;
	}
	

.geo_ads{
	padding:1em;
	border:1px solid #ddd;
	background:#F0FAFF;
	line-height:1.5em;
	font-size:12px;
	}

.format_text a:hover {
        color:#000000;
        text-decoration:underline;
}

.format_text a { color:#505050; }


.sidebar .featured {
        color:#000000;
        font-size:12px;
}

.custom #container {
        margin-top:0em;
    
}

#image_box {
        background:#FFFFFF none repeat scroll 0 0;
}



.recent {
      border-right:medium none;
      line-height:1.5em;
padding:1em;
}



.homeimage {
     padding-top:1.15em;
	 background:url(images/banner.jpg) 0 0 no-repeat;
	 width:616px;
	 margin-top:1.15em;
	 height:246px;

}


.homeimage table{
	 font-size:16px;
	 color:#0C79B7;
}

.homeimage table ul{
	margin-left:2em;
	list-style:none;
}

.homeimage table ul li{
	padding-left:2em;
	padding-top:.5em;
	padding-bottom:.5em;
	padding-right:1em;
	background:url(images/check.gif) 0 50% no-repeat;
}

.homeimage table ul li a{
	 font-size:16px;
	 color:#0C79B7;
	 text-decoration:underline;
	 font-weight:bold;
}

.homeimage table ul li a:hover{
	 font-size:16px;
	 color:#0C79B7;
	 text-decoration:underline;
 	 font-weight:bold;
}



.three_col_list {
     margin-bottom:18px;
     padding:1em 1em 5px;
}


#header {
   padding-bottom:.1em;
   border-bottom:medium none;
   padding-top:0em;
   background:url(images/header.jpg) top left repeat;
   height:110px;
}



/*---:[ #header styles ]:---*/
#header #logo { font-weight: bold; width:199px; float:left; }
	#header #logo a { color: #111; }
	#header #logo a:hover { color: #55643D; }
#header #tagline { font-weight: normal; color: #888; }

.page_item2 {
    padding-bottom:.7em;
}

#custom_box {
background:#FFFFFF none repeat scroll 0 0;
border-bottom:medium none;
}


#s {
     float: right;
     background: url("images/bkg_search.png") 0 0 no-repeat;
     color: #000;
     padding: 6px 2px 6px 35px;
     width: 170px;
	 margin-top:.6em;
	 border:0px;
}

.post_box { padding-top:.9em; }

.cat_ads { padding:16px 0px 0px 10px; }

.page_ads { padding:20px 0px 0px 22px; }

.sidebar ul.sidebar_list { padding-top:1.008em; }

h2 a { color:#003B66; }

.visibleurl a { color:#55643D; }

/*.roundtop{
	width:100%;
	height:32px;
	background:url(images/round-top.png) top left no-repeat;
	}

.roundbottom{
	width:100%;
	height:32px;
	background:url(images/round-bottom.png) top left no-repeat;
	}*/

blockquote {
color:#6699FF;
}

.more-link { color:#666666; }

.hometext{
	font-size:13px;
	color:#505050;
	padding-top:0em;
	line-height:1.5em;
	}
.hometext h2{
font-size: 28px;
font-weight: 700;
text-align: center;
padding-top: 0px;
line-height: 32px;
color:#000000;
	}

.hometext h3{
	color:#707070;
      font-size:17px;
	font-weight:bold;
	}
	
.hometext .yellow_link{
	font-size:26px;
	color:#FF9900;
	font-weight:bold;
	}
	
.hometext .green{
	font-size:14px;
	color: #003B66;
	font-weight:bold;
	}

/*---:[ nav menu styles ]:---*/
.custom #nav {
		width: 964px;
		height:35px;
		float: left;
		padding: 0;
		margin-top:.4em;
	}
	
	.custom .nav_container {	
		
		overflow: hidden;
	}

		.custom ul#tabs {
			float: left;
			border: none;
			width: 70em;
			margin: 0;
		}


.detailsthumb{
	padding:0;
	}

.detailsthumb .border{
	padding:1em;
	border:1px #DADADA solid;
	}
	
	
.detailsthumb h3 {
	padding:.5em;
	font-size:12px;
	font-weight:normal;
	color:#999999;
	}

.detailsthumb span{
	text-align:left;
	font-size:11px;
	font-weight:italics;
	color:#999999;
	}

.detailsthumb ul {
	text-align:left;
	font-size:11px;
	color:#999999;
	margin-left:1em;
	list-style:none;
	}

.detailsthumb ul li{
	border-bottom:1px #DADADA dotted;
	display:block;
	padding-bottom:0.9em;
      padding-top:0.94em;
	
}

.detailsthumb ul li img{
	float:left;
	padding-right:1em;
	border:none;
}

.detailsthumb ul li a{
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding:0;
}

.detailsthumb ul li .teal a { color:#003B66; font-size:10px; }

.detailsthumb{
	padding:0;
	}

.detailsthumb .border{
	padding:1em;
	border:1px #DADADA solid;
	}
	
	
.detailsthumb h3 {
	padding:.5em;
	font-size:12px;
	font-weight:normal;
	color:#999999;
	}

.detailsthumb span{
	text-align:left;
	font-size:11px;
	font-weight:italics;
	color:#999999;
	}

.detailsthumb ul {
	text-align:left;
	font-size:11px;
	color:#999999;
	margin-left:1em;
	list-style:none;
	}

.detailsthumb ul li{
	border-bottom:1px #DADADA dotted;
	display:block;
	padding-top:1em;
	padding-bottom:1em;
	
}

.detailsthumb ul li img{
	float:left;
	padding-right:1em;
	border:none;
}

.detailsthumb ul li p{
	color:#003466;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding:0;
}

.detailsthumb ul li a{
	font-size:11px;
	font-weight:normal;
}	



	
#archive_info { display:none; }

.custom .comments_closed p { display: none; }

.custom.homie-p .headline_area h2 { display:none; }

.hometext .red a { color:#990033; text-align:center; }

.headline_area h1 { color:#003B66; font-weight:bold; }

.headline_area h2 { text-align: left; color:#003B66; font-weight:bold; }

.format_text h2, .format_text h3 { margin-top: .6em; }

#footer { border-top:1px solid #DDDDDD; padding-bottom:0em; }

.headline_area { margin-bottom:1em; }

#top_banner { display:none; }

.hide .nav_container { display:none; }

.ptable { padding-left:146px; }

.ptable a { color:#003B66; font-weight:normal; }

.ptable ul li { line-height:2em; }

.ptable tbody tr td { padding-bottom:5em; }

.big { font-size:13px; color:#505050; }

#customrecentposts-3 a { color:#003B66; }

.sidebar #customrecentposts-3 .teal { font-weight:normal; color:#EE9E45; }

.sidebar .top_sites ul li a { vertical-align:super; color:#505050; }

.sidebar .f_links ul li a { font-weight:normal; color:#EE9E45; }

.sidebar small { color:#888888; }

.custom #logo a {
background-image: url(/wp-content/themes/wphones/custom/images/logo.jpg);
height: 96px;
width:209px;
background-repeat: no-repeat;
display: block;
text-indent: -9999px;
margin-left:1em;
margin-top:.3em; }

.post_box, .teasers_box, .full_width #content_box .page {
margin:0 1em 0 0.2em;
}

.search_form { display:none; }

#content_box { padding-top:3em; }

.headline_area h2 a { font-size:16px; }

/*-------Ad Listing-----------*/
#adlisting ul { 
	list-style-type:none; 
	padding:0;
        padding-bottom:1px; 
	margin:0px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}

#adlisting ul li { 
	padding-left:0em; 
	padding-top:1.5em; 
	padding-right:1em;
	line-height:1.5em;
	padding-bottom:2em; 
	
	}



/*#adlisting ul li:hover { background:#F5F5F5;}*/
#adlisting ul li a, #adlisting ul li a:link, #adlisting ul li a:visited { }
/*#adlisting ul li a:hover {}*/
#adlisting ul li.active { background:#fff; line-height:1.5em;  padding-left:0px; padding-top:2px; padding-right:12px; }


#adlisting .title
{	
	font-size:20px;
	/*-color:#FFFFFF;--*/
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Tahoma,  Verdana;
	line-height:1em;
}

#adlisting .title a
{	text-decoration:none;
	font-weight:bold;
	color:#2361A1;
	display:block;
}
#adlisting  a:hover {color:#404040;}
#adlisting .title a:link {margin-bottom:0.2em;text-decoration:none;font-weight:bold;}
#adlisting .title a:visited {text-decoration:none; font-weight:bold;}
#adlisting .title a:hover{text-decoration:underline;font-weight:bold;color:#404040;}
#adlisting .description{	font-size:13px;color:#404040;line-height:1.6em;display:block;padding:0;font-weight:normal;}
#adlisting .visibleurl {font-size:12px;font-weight:normal;display:block;color:#4F5F6E;}
#adlisting .visibleurl a {color:#4F5F6E;font-weight:normal;display:block;font-weight:normal;}
#adlisting .visibleurl a:hover {text-decoration:none;} 
#searchedfor { margin:.9em .4em 1.6em;float:left;}
#searchedfor h2 { color:#515151; font-size:20px; font-weight:bold; border-bottom:1px solid #DDDDDD; padding-bottom:.4em; margin-bottom:0.6em; }

#searchedfor .head { margin-bottom:1.5em; float:right; color:#E8E8E8; font-size:9px; }

#adlisting { margin-bottom:1.1em; }
/*-------End of Ad Listing-----------*/

.pop_links {margin-left:2.3em; margin-top:2.3em; margin-bottom:.7em;}
.pop_links span {font-size:14px; font-weight:bold;color:#980000;}
.pop_links ul li a {font-size:13px; line-height:1.9em; color:#000;} 
.pop_links ul li a:hover {text-decoration:underline;}
.pop_links ul{line-height:1.8em; margin-top:1em;}

.related_links {margin-left:2.2em;line-height:1.8em;color:#980000;}