f/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:
2
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/
*/

/* 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 */

.custom a { outline: none;}

.custom #logo a 
{ 
display: block; 
height: 160px; 
width: 900px; 
background: url('images/sanserifheader.gif') no-repeat; 
outline: none; 
text-indent: -9999px;
}

/* 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 { display: none }


/* 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: 5px; }


/*This makes the lines under the header disappear.*/
.custom #header {border-bottom:0;}

/*This makes multimedia box borders white*/
.custom #multimedia_box {background: #fff}
.custom #image_box { background: #fff }
.custom #image_box img { border-color: #ffffff; }

/*This makes the line between multimedia box and sidebars white*/
.custom #image_box { border-bottom: #ffffff }

/*This removes the comments closed line at the end of the page*/
.custom .comments_closed p {display: none ;}



/*This ads blue drop caps*/
.custom .dropcap {
font-family: Century, Georgia, Serif;
color: #13314d; 
font-weight:bold;
float:left;
line-height:30px;
font-size:40px;
padding: 3px 3px 0 0;
}

/*This reduces the space between widget headers*/
.custom li.widget {
margin-bottom:1.0em;
}


/*This changes the color of the text in the footer to black*/
.custom #footer {
color: #111111;
border-top: 3px double #ccc;
}


/*This changes the color of the footer links to blue and text and removes the lines under them*/
.custom #footer a {
color: #2361a1;
border-bottom: none;
}

/*This makes the "Get Smart With Thesis" footer the same size as the disclaimer/terms and conditions*/
.custom #footer p {
line-height: 1.2em;
}


/*This centers the headline area, and transform it to uppercase (to transform to upper case put : 'text-transform: uppercase;' after center; */
.custom .headline_area h1, .headline_area h2 {
text-align: center;
}

/*This formats Header 4 to make it match the others*/
.format_text h4 {
font-family:Georgia,"Times New Roman",Times,serif;
line-height:1.158em;
margin:1.737em 0 0.579em;
}

/*This centers the byline under the header*/
.headline_meta {text-align:center; 
}

/*This makes the header on the teasers uppercase: put 'text-transform: uppercase;' in b/w brackets*/
.custom .entry-title a {

}

/*This controls the Headline 3 size*/
.custom #content h3 {
font-size:20px;
}

.custom #content h4 {
font-size:18px;
font-weight: normal;
}

/*This formats Header 4 to make it match the others*/
.format_text h4 {
font-family:Georgia,"Times New Roman",Times,serif;
line-height:1.158em;
margin:1.737em 0 0.579em;
}
/*This controls how the sociable icons look*/

#sociable span {
	# display: block;
}
#sociable ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
#sociable ul li:before { content: ""; }
#sociable img {
	display: inline;
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

/*This makes the sociable icons vertical and w/o bullets*/


#content .sociable span {
	# display: block;
}
#content .sociable ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#content .sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
#content .sociable ul li:before { content: ""; }
#content .sociable img {
	display: inline;
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}
.thesis_widget_subscriptions .sub_twit a {
background:transparent url(http://www.texaswillsandtrustslaw.com/wp-content/themes/thesis_151/custom/images/twitter1.jpg) no-repeat scroll 0 50%;
padding-left:20px;}

/*This makes the dropdown the same color is the hovered parent*/
.custom ul.menu li ul li a {background-color:#B9D3D6;}


/*This removes the tail from the tab*/
.custom .menu .current a, .custom .menu .current-cat a {
border-bottom-color:#ffffff; }

/*This reduces the amount of white space above the header*/
.custom #header_area .page {
padding-top:0;
}

/*This reduces the amount of white space below the footer*/
.custom #footer_area .page {
padding-bottom:1.4em;
}

.custom .sidebar h3 {
border-bottom:1px solid #cccccc;
color:#13314d;
font-family:Century, Georgia, Serif; 
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:1px;
line-height:24px;
text-transform:uppercase;
}


/*This adds icons besides the email and call me text under the contact me widget*/

.widget_text  
.phone {
-moz-background-clip: border;
-moz-background-inline-policy: continuous;
-moz-background-origin:padding;
background:transparent url(http://www.texaswillsandtrustslaw.com/wp-content/themes/thesis_16/custom/images/phone12x12.png) no-repeat scroll 0 50%;
padding-left:20px;}

.widget_text  
.email a {
-moz-background-clip: border;
-moz-background-inline-policy: continuous;
-moz-background-origin:padding;
background:transparent url(http://www.texaswillsandtrustslaw.com/wp-content/themes/thesis_16/custom/images/mail12x12.png) no-repeat scroll 0 50%;
padding-left:20px;}

.custom .format_text p.signup {
background:none repeat scroll 0 0 #FFee88;
border:2px solid #ffdd88;
padding:8px 10px 10px 20px;
text-align:justify;}

/*This styles the full width navigation bar*/

.custom #nav_area {background:#B9D3D6; border-bottom:1px solid #9ab0b3; padding-top:0px;}
.custom #nav_area .page {background:transparent;}
.custom ul#tabs {border-bottom:0; border-color:#5a7b87;}
.custom ul#tabs li {border-color:#AEC7C9; border: 1px solid #ddd; background-color:#E6DEC0;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#fff;}

.custom .tab-login a ,
.custom .tab-new-client a{ padding: 5px 0 0 10px; }
.custom .tab-login a:hover ,
.custom .tab-new-client a:hover { background: none}
.custom .tab-login {margin-left: 175px;}


.custom .menu-header li a:hover,
.custom .menu .current a,
.custom .menu li a:hover,
.custom .menu-header li.current-menu-item a{ background-color:#5a7b87; color: #fff; text-shadow: none}

.custom .menu li a {text-shadow: 1px 1px #D1DFE0}


.custom #header_area {background:#ffffff;}
.custom #header_area .page {background:transparent;}
.custom #header {border-bottom:0;}

/*This adds the rss icon to the bottom nav menu*/

.custom #menu-item-7240 a { display: block; height: 28px; width: 28px; background:url(images/feed-icon-28x28.png) no-repeat; text-indent: -9999px; padding: 0; margin-top: 3px; margin-left: 35px }

/*This makes nav menu items bold or normal*/
.menu a{
	font-weight: normal;
}

/*This affects the spacing in the menu font*/
.custom .menu a{
letter-spacing: 0px;
}

/*This removes the From The Archives header from the category page*/
.custom #archive_info p{
	display: none;
}
/*This removes the Category header from the category page*/
.custom #archive_info h1{
	display: none;
}


/*This styles the bottom navigation bar (background makes the menu the length of the header)*/
.custom #menu-topics {background:#b9d3d6; border-bottom: 1px solid #9ab0b3; border-top: 1px solid #9ab0b3; border-left: 1px solid #9ab0b3; border-right: 1px solid #9ab0b3; padding-top:0px;}
.custom #menu-topics .page {background:transparent;}

/*This styles the login buttons*/
ul.menu li.tab.tab-login a {align: right; background:transparent;}
ul.menu li.tab.tab-new-client a {align: right; background:transparent;}

