/*  
Theme Name: marcusfamily
Theme URI: http://www.barefootlawyer.com
Description: Proprietary theme for Marcus Family Law Center
Author: Kim Stewart
Author URI: http://www.honeyed-words.com

	The CSS, XHTML and design is copyrighted

*/

/* colors
9e8664 - medium sepia (background)
917b5a - slightly darker medium sepia (footer)
836e51 - even slightly darker medium sepia (dividers)
4d3c22 - medium dark sepia
322512 - dark sepia
514131 - dark water (for background of banner)
312517 - darker water (for div between image/right part of banner)
f7f0e6 - creamy white
ddcfb5 - light sepia
#b2d1d6 - light blue
cab799 - colorizer

Header colors -
A98A75 - Family Law Cetner, PLC
c8b237 - Marcus Shadow
e1c523 - Marcus & fcffca (lighter blend)
e1c523 & 514131 - Shaded(dimpled) - Bottom Bar
#aababc; - Bluish Grey
b0ab90 - Brownish Grey

http://www.colorschemer.com/online.html

/* base overall page stuff
----------------------------------------------- */
body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #f7f0e6;
background-color: #f7f0e6;
}

h1{
	font-weight: normal;
	font-family: Georgia, Times, serif;
	font-size: 2em;
}

/* Use h2 for Page Titles */
h2 {
	font-weight: bold;
	font-family: Georgia, Times, serif;
	font-size: 15pt;
	margin-top: 5px;
}

/* Use h3 for important keywords */
h3 {
	font-weight: bold;
	font-family: Georgia, Times, serif;
	font-size: 1em;
	margin-top: 5px;
}

h4, h5 {
	font-weight: normal;
	font-family: Georgia, Times, serif;
	font-size: 2em;
}

h6 {
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
}

p {
	font-size: 0.8em;
}

blockquote {
	font-size: 0.8em;
}

ul {
	font-size: 0.8em;
}

ol {
	font-size: 0.8em;
}

address {
	font-size: 0.8em;
	padding-left: 20px;
	margin-bottom: 10px;
}

table {
	font-size: 0.8em;
}

form {
	font-size: 0.8em;
}

/*input {
	border: 1px solid #b0ab90;
} */

img {
border: 1px solid #f7f0e6;
}


img.plain {border:0px;}

em {
	font-size: 1em;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-weight: bold;
}


/* base links
----------------------------------------------- */
a {
text-decoration: none;
color: #fcffca;
background-color: inherit;
border-bottom: none;
}

a:visited, a:active {
	color: #fcffca;
	}

a:hover {
	border-bottom: 1px solid #fcffca;
}

img a {
border-bottom: none;
}


/* global layout sections - sizes and relations - everything is contained in the #container
----------------------------------------------- */
#container	{
	width:760px;
	margin-left: auto; 
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-color:inherit;
	position: relative;
}

/* header styles
----------------------------------------------- */

#topHeader {
	/* position: relative;
	top: 10px;	*/
	margin-top: 10px;
	background: url(images/topheader.jpg) repeat-x;
	width: 760px;
	height: 40px;
	
}

	#topHeader a {
		color: #e1c523;
		font-size: 7pt;
		line-height: 30pt;
		border-bottom: none;
	}

	#topHeader a:visited {
		color: #fcffca;
	}
	
	#topHeader a:hover {
		color: #fcffca;
	}
	
	#topHeader li {
		display: inline;
		list-style-type: none;
	}
	
#middleHeader {
	/* position: absolute;
	top: 50px; */
	
	background-color: #836e51;
	width: 760px;
	height: 30px;
	text-align: center;
	
}

	#middleHeader a {
		color: #f7f0e6;
		font-family: Georgia, Times, serif;
		font-size: 15pt;
		font-weight: bold;
		line-height: 22pt;
		border-bottom: none;
	}

	#middleHeader a:visited {
		color: #f7f0e6;
	}
	
	#middleHeader a:hover {
		color: #b0ab90;
	}
	
	#middleHeader li {
		display: inline;
		list-style-type: none;
		padding-right: 10px;		
	}

#bottomHeader {
	/* position: absolute;
	top: 80px; */
	
	width: 760px;
	height: 130px;
	background: url(images/HeaderLogo2.png);
}

#bottomHeaderHome {
	/* position: absolute;
	top: 80px; */
	
	width: 760px;
	height: 130px;
	background: url(images/HeaderLogo2.png);
}

/* footer styles
----------------------------------------------- */
#footer {
	float: left;
	width: 760px;
	margin-bottom: 10px;
	padding-top: 3px;
	border-bottom: 1px solid #4d3c22;
	background-color: #917b5a;
	color: #ddcfb5;
	font-size: 0.75em;
}

	#footer a {
		color: #b0ab90;
	}

	#footer a:hover {
		border-bottom: 1px solid #b0ab90;
	}
	
	#footer p {
		margin-left: 1%
	}


/* main content styles (the container for all subcontent except header and footer)
----------------------------------------------- */
#mainContent {
	/* position: absolute;
	top: 210px;
	clear: both; */
	float: left;
	width: 760px;
	min-height: 500px;
	position: static;
	background-color: #9e8664;
	border-bottom: 1px solid #4d3c22;
}


/* Two Thirds Layout */

	/* home page left 
	----------------------------------------------- */
	#mainLeft {
		float: left;
		width: 460px;	
		margin: 10px;
		padding-left: 10px;
		background-color: inherit;
		/* border-right: 1px solid #4d3c22; */
	}
	
	
	/* home page right
	----------------------------------------------- */
	#mainRight {
		float: left;
		width: 210px;	
		/* position: relative;
		left: 640px; */
		margin: 10px;
		padding-left: 10px;
		border-left: 1px solid #4d3c22;
		background-color: inherit;
	}

#content {
	/* position: absolute;
	top: 210px;
	clear: both; */
	float: left;
	width: 760px;
	min-height: 500px;
	position: static;
	background: url(images/contents-bg.jpg) repeat-y;
	padding-bottom: 5px;
	border-bottom: 1px solid #4d3c22;
}

/* Side Menu Layout */	

	/* content pages left 
	----------------------------------------------- */
	#contentLeft {
		float: left;
		width: 151px;	
		margin-left: 20px;
		padding: 0px;
		background-color: inherit; 
	}
		
		/* Left Navigation Bar */	

		.leftNav a, .leftNav a:link, .leftNav a:visited, .leftNavParent a, .leftNavParent a:link, .leftNavParent a:visited
			.leftNavParentHasParent a, .leftNavParentHasParent a:link, .leftNavParentHasParent a:visited {
			display: block;
			margin-left: 0px;
			padding-top: 3px;
			padding-bottom: 3px;			
			font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
			line-height: 1.1em;
		}
		
		.leftNav a, .leftNav a:link, .leftNav a:visited {
			padding-left: 17px;	
			font-size: 0.7em;
			color: #514131;
		}
		
		.leftNavParent a, .leftNavParent a:link, .leftNavParent a:visited
			.leftNavParentHasParent a, .leftNavParentHasParent a:link, .leftNavParentHasParent a:visited {
			font-size: 0.8em;
			font-weight: bold;
			color: #f7f0e6;
		}
		
		.leftNavParentHasParent a, .leftNavParentHasParent a:link, .leftNavParentHasParent a:visited {
			padding-left: 16px;
			background: url(images/verticalDots.png) no-repeat 3px 5px;
		}
		
		.leftNavParent a, .leftNavParent a:link, .leftNavParent a:visited {
			padding-left: 13px;
			background: url(images/verticalDots.png) no-repeat 0px 5px;
		}

		/*.leftNavParent img {
				 background-color: #b0ab90;
				 border: none;
		 } */
		
		.leftNav a:hover, .leftNavParent a:hover, .leftNavParentHasParent a:hover {
			color: #f7f0e6;
			background-color: #836e51;
			border-bottom: none;
		}
		

			
	/* content pages right
	----------------------------------------------- */
	#contentRight {
		float: left;
		width: 520px;	
		margin: 10px;
		padding-left: 10px;
		background-color: inherit;
	}

/* overall classes
----------------------------------------------- */

/* For left and right floating images */
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* Error Messages */

.error {
	color: #b2d1d6;
	font-size: 1em;
}

/* For icons that should not have image borders */

img.icon {
	border: none;
}

/* For anchors that do not actually link anywhere */
.embeddedLink a, .embeddedLink a:link, .embeddedLink a:hover, .embeddedLink a:active {
	color: inherit;
	background: inherit;
	border-bottom: none;
}

/* Drop Caps Styling */

.bigCaps {
	font-size: 2em; 
}

/* Inline Lists */

ul.inline {
	display: inline;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

li.topNav {
	display: inline;
	list-style-type: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* Titles */

.title {
	font-weight: bold;
	font-size: 1.0em;
}

/* Special classes
----------------------------------------------- */

/* For staff photos */

.staffPhoto {
	text-align: center;
}

.staffName {
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: 1.5em;
	padding-bottom: 0px;
}

.staffName h3 {
	margin-left: 10px;
	margin-bottom: 0px;
}


/* Breadcrumbs Styling */

.breadcrumbs {
	font-size: .6em;
	margin-top: 0px;
}

/* Consultation Form Styling */

.consultation {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.consultation table {
	font-size: 1em;
}

.consultation form {
	font-size: .8em;
	max-width: 100%;
}

.instructions {
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #fcffca;
	padding: 15px;
}

/* Services Styling */

.services ul {
		font-size: 1em;
}
	
.services table {
	padding: 10px;
}



