/*
Theme Name: Sign Language
Theme URI: http://www.unattendedmedia.com
Description: This is a custom theme created by Unattended Media. It uses the Blueprint CSS Framework.
Author: Nathan Barry
Author URI: http://www.unattendedmedia.com



/*-----------Block Level Elements--------------*/

body {
	background: #738f94;
	color: #fff;
	margin: 0;
	padding: 0;
	}
	
#header {
	background: #b3d1d6 url('img/header.jpg') center no-repeat;
	height: 150px;
	text-align: center;
	border-bottom: solid 1px #e2eaf5;
	}
	
#header h1 {
	padding: 30px;
	font: Georgia, "lucida bright", "times new roman", serif;
	}

#header h1 a {
	background: url('img/logo.gif') center no-repeat;
	display: block;
	width: 760px;
	height: 100px;
	margin: -20px auto 0px;
	}
	
#header h1 a .logo {
	display: none;
	}

#wrapper {
	margin: 40px auto;
	}

#content {
	}
	
#middle-bar {
	background: #691120;
	height: 200px;
	margin: 80px 0px 40px;
	}
	
.testimonial-image {
	background: url('img/quotes.jpg') no-repeat left top;
	height: 180px;
	}
	
#middle-bar .testimonial {
	font: 1.1em Georgia, "lucida bright", "times new roman", serif;
	line-height: 1.5em;
	color: #d8caa8;
	padding: 20px 30px 0px 60px;
	}
	
#middle-bar .testimonial a {
	color: #bcaa7f;
	}
	
#middle-bar .about-image {
	background: url('img/about-image2010.png');
	behavior: url(/wp-content/themes/sign-language/iepngfix.htc);
	width: 365px;
	height: 285px;
	display: block;
	z-index: 100;
	position: relative;
	top: -50px;
	}
	


#sidebar {
	}
	
	
	
a {
	color: #10335e;
	text-decoration: none;
	}
	
a:hover {
	color: #1c487e;
	text-decoration: none;
	}

/*-------------Footer-------------*/

#footer-container {
	background: #000;
	color: #90b4bb;
	margin: 20px 0px 0px 0px;
	}

#footer {
	padding: 10px 0px;
	}

#footer a {
	color: #90b4bb;
	}

#footer a:hover {
	color: #759ca4;
	}
	
#footer div {
	border-right: solid 1px #e2e2e2;
	margin-right: 6px;
	}

#footer div p {
	margin: 10px;
	}

#footer li {
	list-style: none;
	}

.phone {
	font-size: 1.9em;
	}

.email {
	}

#footer div.contact {
	border: 0;
	}
/*-------------Navigation-------------*/

#navigation ul {
	padding: 0;
	margin: 0;
	}

#navigation li {
	margin: 0px 1px;
	float: left;
	list-style: none;
	background: url('img/nav-right.jpg') no-repeat right bottom;
	}
	
#navigation li a {
	display: block;
	background: url('img/nav-left.jpg') no-repeat left bottom;
	color: #5a82b6;
	padding: 10px 20px;
	}
	
#navigation li a:hover {
	color: #aabcd6;
	}
	
#navigation li.current_page_item {
	background: url('img/nav-right-on.jpg') no-repeat right bottom;
	}
	
#navigation li.current_page_item a {
	color: #e2eaf5;
	background: url('img/nav-left-on.jpg') no-repeat left bottom;
	}


/*-------------Home-------------*/

#home-content {
	}
	


#home-content #main {
	}

#home-content #main p {
	margin: 50px 100px 50px 20px;
	}
	
/*#home-content #main p:first-line {
	color: #10335e;
	}*/
	
#home-content .service {
	display: block;
	background: #5e777d;
	margin: 5px;
	clear: left;
	height: 70px;
	line-height: 70px;
	}
	
#home-content .service:hover {
	background: #668086;
	cursor: pointer;
	}
	
#home-content .service .text {
	padding: 10px 0px;
	display: block;
	float: left;
	font: 1.5em Georgia, "lucida bright", "times new roman", serif;
	color: #e4e6b8;
	text-decoration: none;
	}
	
#home-content .service .image {
	display: block;
	width: 92px;
	height: 55px;
	background: #000;
	border: solid #2a2c33 3px;
	margin: 4px;
	float: left;
	clear: left;
	}
	

#home-content .medical .image {
	background: url('img/medical.jpg');
	}
	
#home-content .legal .image {
	background: url('img/legal.jpg');
	}
	
#home-content .business .image {
	background: url('img/business.jpg');
	}
	
#home-content .education .image {
	background: url('img/education.jpg');
	}
	


	




/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

	}

.post {

	}

.post p {

	}

.post a {

	}

.post ul {

	}

.post li {

	}

.entry {

	}

.entrytext .postmetadata {

	}

.postmetadata alt {

	}

.postmetadata a {

	}

.navigation {

	}

.alignleft {

	}

.alignright {

	}

.center {

	}

.pagetitle {

	}

blockquote {

	}

cite {

	}

a img {

	}

acronym, abbr {

	}
/*-------------Other------------------*/

hr {
	display: none;
	}

/*-------------IE 6 PNG FIX------------------*/

img { behavior: url(/wp-content/themes/sign-language/iepngfix.htc); }