
/* - - - - - - - - - - - - - - - - - - - - - - -

Title :   Carnahan, Evans, Cantwell & Brown, P.C.
URL :     http://cecb.com

Created :  10.26.2009
Modified : 10.27.2009

- - - - - - - - - - - - - - - - - - - - - - - */

/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/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;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* Font Reset */
body { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 62.5%; }
html>body { font-size: 10px; }

/* ----------------------------------------- 
Clearfix Hack [slightly enhanced]
http://perishablepress.com/press/2008/02/05/
-------------------------------------------- */
.clearfix:after, #content:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}
.clearfix, #content { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html #content { height: 1%; }
.clearfix, #content { display: block; }
/* close commented backslash hack */

/* - - - - - - - - - - - - - - - - - - - - - - -               H T M L	               - - - - - - - - - - - - - - - - - - - - - - - */

/* Anchor Links 
-------------------------------------------- */
a:link { color: #8A4109; text-decoration: underline; }
a:visited { color: #8A4109; text-decoration: underline; }
a:hover {  color: #8A4109; text-decoration: none; }
a:active {  color: #8A4109; text-decoration: none; }

/* Headings 
-------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 {
	font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	margin: 0 0 0.75em;
	padding: 0.75em 0 0; 
	font-size: 3.2em;
	font-weight: normal;
	color: #381805;
}

h2 { 
	padding: 20px 0 12px 34px;
	margin: 0 0 12px -34px; 
	font-size: 1.3em;
	border-bottom: 1px solid #C6C5C2;
}

h3 { 
	margin: 0 0 0.25em; 
	font-size: 1.2em; 
	line-height: 1.4em; 
}

/* Text Elements 
-------------------------------------------- */
p, ul, ol, dl, blockquote, pre { margin: 0 0 1.5em; font-size: 1em; line-height: 1.6em; }

#content p { font-size: 1.2em; }

#main-content ul { font-size: 1.2em; }
#main-content ul ul { font-size: 1em; }

blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em 0.5em; }
ul li, ol li { margin-left: 1em; line-height: 1.6em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: 0.9em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.9em; line-height: 1em; vertical-align: super; }

/* Tables 
-------------------------------------------- */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: 0.25em 0.5em; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }

/* Forms 
-------------------------------------------- */
.input {
	clear: both;
	margin: 0 0 12px;
}

label {
	float: left;
	width: 80px;
	font-size: 1.4em;
}

.input input { width: 180px; }

input.phone { width: 50px; }
input.phone2 { width: 60px; }

.submit { padding: 0 0 0 80px; }


/* - - - - - - - - - - - - - - - - - - - - - - -         M A I N - L A Y O U T         - - - - - - - - - - - - - - - - - - - - - - - */

/* Global Styles
-------------------------------------------- */
body {
	padding: 0 0 50px;
	color: #555;
	background: #fff url(../img/body_bg.jpg) repeat center center;
}

#wrapper {
	margin: 0 auto;
	width: 962px;
	text-align: left;
	background: #fff;

-webkit-box-shadow: 0 0 24px #000;
-moz-box-shadow: 0 0 24px #000;
}

.nav, .nav li, .nav ul, .nav ul li { margin: 0; padding: 0; list-style: none; }

img.right { float: right; margin: 0 0 10px 20px; }
img.left { float: left; margin:  0 20px 10px 0; }

/* Header
-------------------------------------------- */
#header { width: 962px; height: 122px; margin: 0 0 8px; }
#header img { float: left; margin: 0; }

/* Content
-------------------------------------------- */
#content {
	clear: both;
	background: url(../img/content_bg.gif) repeat-y 0 0;
}

#main-content {
	float: right;
	width: 640px;
	padding: 0 42px 0 0;
}

/* Two Column Layout */
.bi-column {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}

.bi-column h3 {
	margin: 0 0 8px;
	padding: 4px 8px 2px 8px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background: #3D1A05 url(../img/title_bg.jpg) repeat-x 0 0;
	border: 1px solid #C1B1A7;
	border-top-color: #967A6A;
	border-bottom-color: #502206;
}

.bi-column ul { list-style: none; }

.bi-column ul li {
	margin: 0 0 0.5em;
	padding: 0 0 0 1em;
	line-height: 1.3em;
	color: #555;
	background: url(../img/bullet_brown.gif) no-repeat 0 4px;
}

/* Three Column Layout */
.tri-column {
	float: left;
	width: 180px;
	margin: 0 30px 0 0;
}

/* Sidebar Content */
#sub-content { float: left; width: 200px; padding: 0 0 40px 26px; }

#sub-content p { line-height: 1.4em; }

#sub-content #in-the-news {
	margin: 20px 0 0;
	padding: 14px 0 0;
	border-top: 1px solid #C6C5C2;
}

#sub-content #in-the-news h4 a {
	display: block;
	width: 197px;
	color: #fff;
	text-decoration: none;
	background-color: #502206;
	padding: 6px 0 6px 3px;
	font-size: 1.4em;
	margin-bottom: 20px;
}

/* Sidebar Navigation */
#sub-content .nav {
	float: left;
	width: 200px;
	margin: 0 0 18px;
	border-bottom: 1px solid #c6c5c2;
	overflow: hidden;
}

#sub-content .nav li { float: left; width: 200px; }

#sub-content .nav li a {
	display: inline-block;
	display: block;
	float: left;
	width: 178px;
	margin: -1px 0 0;
	padding: 8px 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #555;
	border: 1px solid #fff;
	border-top-color: #c6c5c2;
	background: #fff url(../img/nav_li_bg.jpg) no-repeat right top;
}

#sub-content .nav li a:hover,
#sub-content .nav li.active a {
	border: 1px solid #502206;
	color: #fff;
	background: #3F1B05 url(../img/nav_li_bg_hover.jpg) no-repeat right top;
}

/* Footer
-------------------------------------------- */
#footer {
	clear: both;
	padding: 1em 0;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	background: #502206;
}

#footer p { margin: 0; font-size: 0.9em; }

#footer a { color: #fff; }

/* Profiles Page
-------------------------------------------- */
#bio-photo {
	float:right;
	padding: 10px;
}

#profile-thumbs, #profile-thumbs li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#profile-thumbs li {
	float:left;
	width:202px;

	margin: 0 5px 10px 0;
	padding: 2px;
	border: 1px solid #ddd; 
}

#profile-thumbs p { font-size: 1em; }

#profile-thumbs li img { float:left; padding-right: 5px; }


/* Newsletter Page
-------------------------------------------- */
#news-list, #news-list li { margin: 0; list-style: none; }

#news-list li {
	float: left;
	width: 130px; 
	height: 150px; 
	margin: 0 0 20px;
	padding: 0 10px;
	text-align: center;
}

/* Google Maps
-------------------------------------------- */
.maps {
	height: 360px!important;
	margin: 0 0 10px;
	border: 1px solid #000;
}

 
 