/*
Theme Name: Hodes Nauser.
Theme URI: 
Description: Hodes Nauser Official Theme.
Version: 1.0
Author: BadShark Communications
Tags:
*/

/* STANDARD CSS FILE - BADSHARK COMMUNICATIONS */

/* ---------------------------- */
/* STANDARD HTML TAG RESET  (Thanks to Eric Meyer, Blueprint, 960gs) */
/* ---------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
} 

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* ---------------------------- */
/* STANDARD HTML TAG DEFINITION */
/* ---------------------------- */

body {
	background: #f5eedc;
	color: #7d7d7d;
 	font-family: Helvetica, Arial, sans-serif;
 	font-size: 12px;
	line-height: 1.2; 
}

form, input { 
	color: #7d7d7d; 
 	font-family: Helvetica, Arial, sans-serif;
 	font-size: 12px;
}

h1 {font-size:24px;} 
h2 {font-size:22px;} 
h3 {font-size:20px;} 
h4 {font-size:18px;} 
 
a:link, a:visited {color: #464646; text-decoration: none; outline: none;} 

a:hover {text-decoration: underline; outline: none;}

a:active { text-decoration: none; outline: none;}

ul {padding-left: 20px}
/* ul {list-style: none;} */

/* FONTS */
/*
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Red Hat
 * @vendorurl:  http://www.redhat.com
 */
@font-face {
	font-family: 'LiberationSerifRegular';
	src: url('fonts/LiberationSerif-Regular.eot');
	src: local('Liberation Serif Regular'), local('LiberationSerif'), url('fonts/LiberationSerif-Regular.woff') format('woff'), url('fonts/LiberationSerif-Regular.ttf') format('truetype'), url('fonts/LiberationSerif-Regular.svg#LiberationSerif') format('svg');
}
@font-face {
	font-family: 'LiberationSerifBold';
	src: url('fonts/LiberationSerif-Bold.eot');
	src: local('Liberation Serif Bold'), local('LiberationSerif-Bold'), url('fonts/LiberationSerif-Bold.woff') format('woff'), url('fonts/LiberationSerif-Bold.ttf') format('truetype'), url('fonts/LiberationSerif-Bold.svg#LiberationSerif-Bold') format('svg');
}

/* Webkit thinning texts */


/* ----------------------------*/ 
/*       PAGE ELEMENTS         */ 
/* ----------------------------*/ 

.container {
	
}

.inside {
	width: 870px;
	margin: 0px auto;
}

	/* ---------------------------*/ 
 	/* MAIN    */
	
	#header {
		background: url('images/backHeader.jpg') no-repeat top center;
		height: 100px;
		margin-top: 70px;
	}
	
		#header img {
			margin: 23px 0px 0px 137px;
		}
		
			.nav {
				width: 280px;
				float: right;
				margin-right: 30px;
				padding-top: 30px;
			}
			
				.nav ul {
					text-transform: uppercase;
					font-weight: bold;
					margin-bottom: 10px;
					line-height: 1;
				}
				
					.nav ul li {
						display: inline;
						margin-right: 2px;
					}
					
						.nav ul li a {
							margin-right: 2px;
						}
						
						.nav ul li a.current {
							color: #ab1602 !important;
						}
						
						.nav ul.first li a {
							color: #727272;
						}
						
						.nav ul.second li a {
							color: #6a5552;
						}
						
						.nav ul.third li a {
							color: #405763;
						}
		
	/* ---------------------------*/ 
 	/* MAIN    */
	
	#main {
		background: url('images/backMain.jpg') center repeat-y;
	}
	
		#main .topBack {
			background: url('images/backTopMain.jpg') top center no-repeat;
		}
		
		.mainCol {
			width: 550px;
			float: left;
		}
		
			.galleryBlock, #gallery {
				height: 250px;
				margin-bottom: 40px;
				margin-left: 1px;
				margin-top: 2px;
			}
			
			.galleryBlock {
				position: relative;
			}
			
				#gallery div {
					width: 548px;
					height: 250px;
					position: relative;
					z-index: 20;
					overflow: hidden;
				}
				
					#gallery div h3 {
						font-family: 'LiberationSerifRegular', Helvetica, Arial, sans-serif;
						position: absolute;
						width: 300px;
						height: 100px;
						top: 30px;
						left: 40px;
						font-size: 22px;
						color: #ab1602;
						font-weight: normal;
					}
					
					#slideNav {
						width: 550px;
						height: 5px;
						position: absolute;
						bottom: -5px;
						left: 0px;
						z-index: 100;
						text-align: center;
					}
					
						#slideNav a {
							background-color: #fbf8f0;
							width: 100px;
							height: 5px;
							text-indent: -9999em;
							margin-right: 10px;
							display: block;
							float: left;
							margin-right: 30px;
						}
						
						#slideNav a:first-child {
							margin-left: 30px;
						}
						
						#slideNav a.activeSlide {
							background-color: #ab1602;
						}
			
			.content {
				padding: 0px 40px;
			}
					
				.mainCol h1 {
					font-size: 24px;
					color: #ab1602;
					letter-spacing: -0.25px;
					line-height: 1;
					margin-bottom: 10px;
				}
				
				.mainCol h2 {
					font-size: 18px;
					color: #ab1602;
					letter-spacing: -0.25px;
					line-height: 1;
					margin-bottom: 10px;
				}
				
				.mainCol h3 {
					font-size: 14px;
					font-weight: bold;
					color: #ab1602;
					letter-spacing: -0.25px;
					line-height: 1;
					margin-bottom: 10px;
				}
		
				a.button {
					display: block;
					width: 123px;
					height: 17px;
					background: url('images/backButton.png') no-repeat top left;
					color: #ab1602;
					text-transform: uppercase;
					padding: 5px 0px 0px 8px;
					font-size: 12px;
				}
				
				.mainCol p {
					margin-bottom: 10px;
				}
				
					.mainCol p a {
						font-weight: bold;
						font-style: italic;
					}
					
						.blocks {
							margin: 20px 0px 20px 0px;
						}
					
							.blocks p {
								width: 127px;
								display: block;
								float: left;
								border-left: 3px solid #fcf8f2;
								padding-left: 5px;
								margin-right: 20px;
								color: #756129;
							}
		
		.sideCol {
			width: 210px;
			float: right;
			margin-right: 75px;
		}
		
			a.patientButton {
				display: block;
				width: 107px;
				height: 17px;
				background: url('images/patientButton.png') no-repeat top left;
				color: #196892;
				text-transform: uppercase;
				padding: 5px 0px 0px 30px;
				font-size: 12px;
				margin: 30px 0px;
			}
			
			.centerInfo {
				color: #f6eacd;
				margin-bottom: 40px;
			}
			
				.centerInfo h2 {
					font-size: 14px;
					font-family: 'LiberationSerifBold', Helvetica, Arial, sans-serif;
					line-height: 1;
					color: #fbf8f0;
					margin-bottom: 5px;
				}
				
				a.sideLink {
					color: #fbf8f0 !important;
					background: url('images/arrow.png') no-repeat right top;
					padding-right: 15px;
					text-transform: uppercase;
				}
				
			.sideList {
				
			}
			
				.sideList h3 {
					font-size: 14px;
					font-family: 'LiberationSerifBold', Helvetica, Arial, sans-serif;
					line-height: 1;
					color: #fbf8f0;
					margin-bottom: 5px;
				}
				
					.sideList ul {
						color: #f6eacd;
						list-style:square outside url("images/list.png");
						margin-left: 20px;
					}
					
						.sideList ul li {
							margin-bottom: 15px;
						}
						
						.sideList ul li.last {
							margin-bottom: 5px;
						}
						
								.sideList ul li a {
									color: #f6eacd;
								}
								
			a.contact {
				display: block;
				height: 21px;
				background: url('images/mail.png') no-repeat top left;
				padding-left: 35px;
				color: #f6eacd;
				font-size: 11px;
				line-height: 1;
				margin-top: 90px;
			}
			
				a.contact span:first-child {
					font-weight: bold;
					color: #fbf8f0;
				}
				
				a.contact:hover {
					text-decoration: none;
					color: #ffffff;
				}
			
				a.contact span {
					display: block;
				}
					
	/* ---------------------------*/
	/* FOOTER */ 

	#footer {
		background: url('images/backFooter.jpg') no-repeat top center;
		padding: 60px 0px;
		text-align: center;
		color:#ff0000;
		font-family: 'LiberationSerifRegular', Helvetica, Arial, sans-serif;
	}
	
		#footer a {
			color:#ff0000;
			text-transform: uppercase;
		}
	
			
/* ----------------------------*/
/* CUSTOM CLASSES     */
/* ----------------------------*/

.red {
	color: #ff0000;
}

.leftAlign {float:left;}

.rightAlign {float:right;}

.clear {clear: both; height: 0px;}

em {font-style: italic;}