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


.custom #page {
	background: url(images/bg-logo.gif) no-repeat top left;
	}
	
	
	.custom #header { 
		display: block;
		height: 57px; 
		padding-left: 0;
		padding-right: 0;
		} 


		.custom #header h1 a { 
			background: url(images/broadgate.gif) no-repeat top left;
			height: 57px; 
			width: 200px; 
			display: block;
			float: left;
			margin-left: 22px;
			} 

				.custom #header h1 a span {
					display: block;
					width: 0;
					height: 0;
					overflow: hidden;
					}

					
		.custom #data { 
			width: 256px; 
			float: right;
			} 


		.custom #walk-in { 
			background: url(images/walk-in.gif) no-repeat top right;
			height: 27px; 
			width: 198px; 
			display: block;
			float: right;
			} 

		.custom #telephone { 
			background: url(images/telephone.gif) no-repeat top right;
			height: 12px; 
			width: 104px; 
			display: block;
			float: right;
			} 

		.custom #address { 
			background: url(images/address.gif) no-repeat bottom right;
			height: 31px; 
			width: 254px; 
			display: block;
			float: right;
			} 
			
			
				.custom #telephone span, .custom #address span, .custom #walk-in span {
					display: block;
					width: 0;
					height: 0;
					overflow: hidden;
					}
					


	.custom .menu { 
		clear: both;
		background: url(images/menu.jpg) repeat-x top left !important;
		margin-top: 1em;
		} 
			
		.custom .menu li { 
			border-right: 1px solid #fff;
			background: url(images/menu.jpg) repeat-x top left !important;
			} 
			
			.custom .menu li:last-child { 
				border-right: 0;
				} 

		.custom .menu a, .custom .menu .current ul a, .custom .menu .current-cat ul a {
			background: url(images/menu.jpg) repeat-x top left !important;
		 }
		.custom .menu a:hover, .custom .menu .current ul a:hover, .custom .menu .current-cat ul a:hover, .custom .menu .current-parent a:hover {
			background: url(images/menu.jpg) repeat-x top left !important;
		 }
		.custom .menu .current a, .custom .menu .current a:hover, .custom .menu .current-cat a, .custom .menu .current-cat a:hover {
			background: url(images/menu.jpg) repeat-x top left !important;
		 }
		.custom .menu .current-parent > a, .custom .menu .current-cat-parent > a {
			background: url(images/menu.jpg) repeat-x top left !important;
		 }


.custom .menu ul {
	font-size: 0.8em;
	margin-top: 0;
	letter-spacing: -0.01em;
	top: 35px;
	}


		.custom #feature_box { 
			border: 0;
			padding: 0;
			margin: 3em 0;
			background: #fff;
			} 
	
	
		.custom .headline_area, .custom .post_box { 
			margin-top: 0;
			padding-top: 0.3em;
			} 
			
			
		.custom .headline_area h1 { 
			font-size: 1.4em;
			font-weight: bold;
			background: url(images/heading2.jpg) no-repeat bottom left;
			line-height: 1.7em;
			display: block;
			padding: 0.5em 0 1.9em 3.5em;
			} 

		.custom .h-article h2 { 
			font-size: 1.4em;
			font-weight: bold;
			background: url(images/heading.jpg) no-repeat bottom left;
			width: 203px;
			line-height: 3em;
			display: block;
			padding: 0.2em 0 1.8em 3.5em;
			} 
		
		.custom h2.entry-title { 
			padding: 0.2em 0 1.4em 3.5em;
			font-size: 1.4em;
			font-weight: bold;
			background: url(images/heading2.jpg) no-repeat bottom left;
			line-height: 3em;
			display: block;
			} 


		.custom .format_text p { 
			text-align: justify;
			margin: 0.8em 0;
			} 



		.custom .h-article { 
			width: 210px;
			float: left;
			margin-right: 30px;
			} 


		.homepage h2 { 
			display: none;
			} 


			.custom .h-article h2 { 
				padding: 0.2em 0 1.2em 2.5em;
				display: block;
				margin-top: -1.5em;
				font-size: 1.25em;
				} 
	
				.custom .h-article .call { 
					display: block;
					padding-right: 25px;
					background: url(images/tel.gif) no-repeat center right;
					color: #c33;
					font-weight: bold;
					margin-right: 3em;
					letter-spacing: 0.02em;
					line-height: 1.2em;
					} 
	
				.custom .h-article .r-more { 
					display: block;
					width: 210px;
					height: 21px;
					background: url(images/button.gif) no-repeat left center;
					color: #fff;
					text-align: left;
					padding-left: 8px;

					} 

	
					.custom .h-article .r-more a, .custom .h-article .r-more a:link, .custom .h-article .r-more a:visited { 
						color: #fff;
						text-decoration: none;
						}

					.custom .h-article .r-more a:active, .custom .h-article .r-more a:hover { 
						text-decoration: underline;
						}

			.custom .comments_closed, .custom .to_comments { 
				display: none;
				}


			.custom .hfeed #archive_info p { 
				display: none;
				}

			
		.custom .sidebar h3 { 
			font-weight: bold;
			font-variant: normal;
			letter-spacing: normal;
			} 

		.custom .sidebar a, .custom .sidebar a:link, .custom .sidebar a:visited { 
			color: #C33;
			} 
			

			
			.custom .sidebar_list li ul li {
				text-transform: uppercase;
				background: url(images/sidebar-menu.gif) repeat-x bottom left;
				letter-spacing: 0.02em;
				padding-left: 2.8em;
				line-height: 14px;
				padding-bottom: 2px;
				}

				.custom .sidebar_list li ul li:first-child	{
					background: url(images/sidebar-menu.gif) repeat-x top left !important;
					padding-bottom: 0;
					}

	
				.custom .sidebar_list li:last-child	{
					background: url(images/sidebar-menu2.gif) repeat-x bottom left !important;
					}
	
					.custom .sidebar_list li ul li ul li {
						background: none;
						padding-left: 0;
						}

						.custom .sidebar_list li ul li ul li:first-child, .custom .sidebar_list li ul li ul li:last-child {
							background: none !important;
							}



.custom #inphp_w3devil_com-3 li:hover ul, .custom #inphp_w3devil_com-3 li.over ul { 
	display: block;
}


.custom #nav {
	list-style: none;
	}
	

	.custom #nav ul { 
		list-style: none;
		width: 16em;
		z-index: 99;
		overflow: visible;
		position: absolute; 
	}
	
	
	.custom #nav li { 
		position: relative;
		width: 16em;
		display: block;
		height: 14px;
		font-size: 1em;
		background: url(images/sidebar-menu.gif) repeat-x bottom left;
		padding-bottom: 2px;
		letter-spacing: 0.02em;
	}
	
	.custom #nav ul li, .custom .sub-second {
		background: #fff;
	}
	
		
		.custom #nav a, .custom #nav a:link, .custom #nav a:visited {
			text-decoration: none; 
			display: block;
			padding: 0.1em;  
			margin: 0.2em 0 0.2em 0.1em; /*Opera hover */
			width: 15.5em; /*IE hover */
			height: 22px;
		}
		.custom #nav li:hover {
			text-decoration: none;
			}


		.custom #nav a:hover {
			text-decoration: underline;
			}
	
	.custom #nav ul, .custom #nav ul ul{
		display: none; 
		position: absolute; 
		top: -9px; 
		left: 15.5em;
		line-height: 14px;
		background: #ddd;
		padding-bottom: 2px;
		letter-spacing: 0.02em;
	}
	

	.custom #nav ul a:active, .custom #nav ul a:hover, .custom #nav ul ul a:active, .custom #nav ul ul a:hover {
		text-decoration: underline;
	}

	.custom #nav li:hover ul ul{
		display: none; 
	  
	}
	
	.custom #nav li:hover ul, .custom #nav ul li:hover ul, .custom #nav ul ul li:hover ul{
		display: block;
	}
	
	
	
	* html .custom #nav li {
		float: left;
	} /* holly hack */
	

					
	.custom #footer  { 
			background: url(images/menu.jpg) repeat-x top left;
			height: 35px; 
			display: block;
			clear: both;
			text-align: left;
			padding-top: 0.5em;
			font-weight: bold;
			margin-top: 1em;
			} 