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/raniacombsheader2.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 removes the line under the navigation bar*/
.custom ul.menu {border: 0 none ;}

/*This makes the tabs in the navigation bar white instead of gray*/
.custom ul.menu li {background:#FFFFFF;}

/*This spaces the letter of the widget headers in the sidebar*/
/*--Sidebar Widget Text Headers Modifications--*/
.custom .sidebar h3 {
//defaults from style.css
letter-spacing: 2px; 

	
//defaults from layout.css
font-size: 2em; 
line-height: 1.385em; 
margin-bottom: 0.692em;

//these are some of the other properties you can change
background: #000000; 
font-weight: normal; 
text-transform: uppercase; 
font-variant: normal;
}


/*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;
}

#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:#99A7C2;}

/*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:14px;
font-style:normal;
font-variant:normal;
font-weight:normal;
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 #FFFFA0;
border:2px solid #E5E597;
padding:8px 10px 10px 20px;
text-align:justify;