/*
Theme Name: Estes PR Theme
Theme URI: http://www.estespr.com
Description: Estes PR Theme based upon the Wordpress Default theme.
Version: 1.0
Author: Doy Cave :: Richmond Hill Media
Author URI: http://www.richmondhillmedia.com
*/

/* -- CSS RESET --
------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============================================================= HTML and Setup === */

body{
	text-align: center; 
	background: url(images/body_bg.jpg) top left repeat;
	line-height: 18px;
	font-family: 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 9px;
}

h2, h3, h4 {
	line-height: 36px;
}

h2 {
	font-size: 20px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 9px;
}

h3 {
	color: #49176d;
	font-size: 14px;
}

	h3 a {
		text-decoration: none;
		color: #999;
	}

hr{
	visibility:hidden;
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
}

	img.alignleft {
		margin: 9px 18px 18px 0;
	}

.alignright {
	float: right;
}
	
	img.alignright {
		margin: 9px 0 18px 18px;
	}
	
.bannerHome a {
	position: absolute;
	width: 147px;
	height: 147px;
	top: 24px;
	left: 24px;
	text-indent: -999em;
}

.separate{
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ============================================================= BANNER and styles === */

#banner {
	height: 50px;
	background: transparent;
	position: relative;
	width: 960px;
	margin: 0 auto;
}

	.newsletter a {
		display: block;
		position: absolute;
		text-indent: -999em;
		background: url(images/callout_special.gif) top center no-repeat;
		width: 295px;
		height: 30px;
		top: 0;
		left: 665px;
	}

/* ============================================================= CONTAINER and styles === */

#container {
	background-color: #49176d;
	width: 960px;
	margin: 0 auto 0 auto;
	min-height: 570px;
	border-bottom: 2px solid #49176d;
	position: relative;

}

/* ============================================================= CONTENT and styles === */

#content {
	background-color: #FFF;
	min-height: 500px;
}

#contentClients {
	background: #FFF url(images/clients_bg.gif) top left repeat-y;
	min-height: 500px;
}

	.contentLeft {
		float: left;
		width: 550px;
		margin: 36px 0 36px 24px;
		display: inline;
		text-align: left;	
	}
	
	.contentRight {
		float: right;
		width: 650px;
		margin: 36px 36px 36px 0;
		text-align: left;
	}
	
	.sideLeft {
		float: left;
		width: 194px;
		margin: 36px 0 36px 24px;
		display: inline;
		text-align: left;
	}
		
		.sideLeft li a {
			display: block;
			padding: 9px;
			border-bottom: 1px dotted #e3d9c6;
			color: #9d8b69;
			text-decoration: none;
			font-size: 14px;
			
		}
				
		.sideLeft li a:hover {
			background-color: #e3d9c6;
			color: #9d8b69;
		}
		
		.sideLeft .current-cat {
			background-color: #49176d;
		}
		.sideLeft .current-cat a {
			color: #FFF;
		}
		
	
	.sideRight {
		float: right;
		width: 300px;
		margin: 36px 24px 36px 0;
		display: inline;
		text-align: left;
	}
	
		
		.sideRight li ul {
			margin-bottom: 18px;
		}
		
		.sideRight li ul li a {
			display: block;
			padding: 9px;
			border-bottom: 1px solid #EFEFEF;
			color: #9d8b69;
			text-decoration: none;
			font-size: 14px;
			
		}
		
		.sideRight li ul li ul li a {
			font-size: 11px;
			padding-left: 25px;
		}
		
		.sideRight li ul li a:hover {
			background-color: #e3d9c6;
			color: #9d8b69;
		}
		
		.sideRight p a {
			text-decoration: none;
			border-bottom: 1px dotted #49176d;
			color: #49176d;
		}

/* ============================================================= FOOTER and styles === */

#footer {
	width: 960px;
	margin: 9px auto;
	color: #b4a485;
	font-size: 11px;
	text-align: left;
}

	#footer p a {
		text-decoration: none;
		border-bottom: 1px dotted #49176d;
		color: #49176d;
	}

	.footLeft {
		float: left;
		width: 700px;
	}
	
	.footRight {
		float: right;
		width: 135px;
	}
	
	#footer p a.rhmedia {
		height: 40px;
		width: 135px;
		display: block;
		background: url(images/RHMedia_Logo_2009.gif) top center no-repeat;
		text-indent: -999em;
		border-bottom: none;
	}
	
/* ============================================================= NAV and styles === */	

#nav {
	list-style: none;
	width: 944px;
	height: 36px;
	margin: 9px auto 0 auto;
	text-align: center;
}

	#nav li {
		display: inline;
	}
	
	#nav li a {
		padding: 0 9px;
		border-right: 1px dotted #EFEFEF;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: .1em;
		color: #FFF;
		text-decoration: none;
		font-weight: normal;
	}
	
	#nav li.page-item-15 a {
		border-right: none;
	}
	
	#nav li a:hover {
		color: #CCC;
	}
	
/*	.home a {
		display: block;
		width: 83px;
		height: 36px;
		background: url(images/nav_home.gif) top center no-repeat;
		text-indent: -999em;
	}
	
	.clients a {
		display: block;
		width: 96px;
		height: 36px;
		background: url(images/nav_clients.gif) top center no-repeat;
		text-indent: -999em;
	}
	
	.contact a {
		display: block;
		width: 132px;
		height: 36px;
		background: url(images/nav_contact.gif) top center no-repeat;
		text-indent: -999em;
	}
	
	.portfolio a {
		display: block;
		width: 120px;
		height: 36px;
		background: url(images/nav_portfolio.gif) top center no-repeat;
		text-indent: -999em;
	}
	
	.services a {
		display: block;
		width: 142px;
		height: 36px;
		background: url(images/nav_services.gif) top center no-repeat;
		text-indent: -999em;
	}
	
	.team a {
		display: block;
		width: 113px;
		height: 36px;
		background: url(images/nav_team.gif) top center no-repeat;
		text-indent: -999em;
	}
	
	.testimonials a {
		display: block;
		width: 144px;
		height: 36px;
		background: url(images/nav_testimonials.gif) top center no-repeat;
		text-indent: -999em;
	}

	.home a:hover, .clients a:hover, .contact a:hover, .portfolio a:hover, .services a:hover, .team a:hover, .testimonials a:hover {
		background-position: center -30px;
	}
	*/
	
	.page_item ul {
		display: none;
	}


/* ============================================================= WORDPRESS and styles === */	

.clients li {
	display: block;
	float: left;
	padding: 9px;
	width: 225px;
	margin-right: 18px;
	height: 63px;
	border-bottom: 1px dotted #CCC;
	
}

	.clients li strong {
		display: block;
		font-size: 13px;
		color: #49176d;
	}

.entry p a {
	text-decoration: none;
	border-bottom: 1px dotted #49176d;
	color: #49176d;
}

.entry ul {
	margin-bottom: 18px;
}

.navigation {
	border-top: 1px dotted #CCC;
	padding: 9px 0;
}

	.navigation a {
		text-decoration: none;
		font-weight: bold;
		border-bottom: 1px dotted #49176d;
		color: #49176d;
	}
	
.post {
	margin-bottom: 36px;
}

	.post small {
		display: block;
		padding: 9px 0;
		color: #49176d;
		font-size: 10px;
		font-weight: bold;
		text-align: right;
	}

	.post small a {
		text-decoration: none;
		color: #49176d;
		border-bottom: 1px dotted #49176d;
	}
	
	.post blockquote {
		padding-bottom: 9px;
		margin-bottom: 9px;
		border-bottom: 1px dotted #CCC;
		
	}

	.post cite {
		display: block;
		text-align: right;
		font-weight: bold;
		color: #49176d;
	}


/* ============================================================= TABNAV and styles === */	

#tabDisplay {

	}

	#tabDisplay ul {
		margin-top: 18px;
	}
	
	#tabDisplay li span a {
		font-size: 11px;
		font-weight: bold;
		color: #49176d;
		text-decoration: none;
	}
	
	#tabDisplay li {
		display: block;
		float: left;
		width: 220px;
		font-size: 11px;
		color: #999;
		border-bottom: 1px dotted #EFEFEF;
		margin-bottom: 9px;
		margin-right: 36px;
	}
	
#tabNav {
	float: left;
	width: 190px;
	margin-bottom: 18px;
}

#tabNav li a {
	display: block;
	padding: 9px;
	border-bottom: 1px solid #EFEFEF;
	color: #9d8b69;
	text-decoration: none;
	font-size: 14px;
	
}

#tabNav li a:hover {
	background-color: #e3d9c6;
	color: #9d8b69;
}

/* ============================================================= TEAM sub nav and styles === */	

.team {
	margin-top: 18px;
}

.team li a {
	display: block;
	text-decoration: none;
	width: 350px;
	font-size: 14px;
	color: #49176d;
	border-bottom: 1px dotted #CCC;
	padding: 9px 0;
}

.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
