/*
Theme Name: Goldberg
Theme URI: http://goldberg.com/
Description: custom theme for Goldberg, Godie...
Author: Conner Tolley
Version: 1.1
*/

html, body {
	margin:0;
	padding:0;
}

body {
	
}

#wrapper {
	margin:0px auto 25px;
	width:966px;
	padding:0;
	overflow:auto;
}

/*-----global-----*/
a { 
	text-decoration:none; 
	color:#a02424;
}

p { 
	font-family:arial;
	font-size:12px;
	line-height:18px;

}

li {
}

h2 {
	font-family:"Times new roman";
}

h3 {
	font-family:"Times new roman";
	color:#a02424;
}

.alignleft {
	float:left;
	margin:0 12px 12px 0;
}

.alignright {
	float:right;
	margin:0 0 12px 12px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*-----header area-----*/
#header {
	width:964px;
	height:216px;
	float:left;
	background:url(images/top-image.jpg) top left no-repeat #000;
}

#logo {
	margin:110px 0 0 25px;
}

#logo img {
	border:none;
}

#nav {
	width:964px;
	height:30px;
	background:url(images/navbar.png) top left repeat-x;
	bottom:0;
	margin:30px 0 0 0;
}

#nav ul {
	list-style:none;
	margin:0;
}

#nav ul li {
	float:left;
	line-height:30px;
}

#nav ul li:hover {
	background:#d1392e;
}

#menu-main-menu .current-menu-item {
	background:#d1392e;
}

#nav ul li a {
	text-transform:uppercase;
	color:white;
	padding:0 20px;
	line-height:30px;
}

#nav ul li a:hover {
	background:#d1392e;
}

/*-----content area-----*/
#content {
	width:964px;
	float:left;
}

#top-box {
	float:left;
	width:962px;
	border:2px solid #bfbfbf;
	height:325px;
	margin:15px 0 0 0;
}

#top-box-content {
	float:left;
	width:374px;
	padding:19px;
}

#top-box-image {
	float:left;
	width:545px;
	border-left:2px solid #bfbfbf;
}

#top-box-image img {
	width:548px;
	height:325px;
}

.bottom-box1 {
	width:360px;
	float:left;
	height:193px;
	background:url(images/bottom-box1-bg.png) top left no-repeat;
	margin:15px 7px 0 0;
	padding:20px;
}

.bottom-box2 {
	width:497px;
	float:left;
	height:193px;
	background:url(images/big-column-box_03.jpg) top right no-repeat;
	margin:15px 0 0 0;
	padding:20px 40px 20px 20px;
}

#bottom-box1 p {
	line-height:14px;
}

#bottom-box2 {
	width:219px;
	float:left;
	height:193px;
	background:url(images/bottom-box2-bg.png) top left no-repeat;
	margin:15px 14.5px 0;
	padding:20px 30px 20px 20px;
}

#bottom-box3 {
	width:214px;
	background:url(images/bottom-box3-bg.png) top left no-repeat;
	float:left;
	height:193px;
	margin:15px 0 0 0;
	padding:20px 30px 20px 20px;
}

/*-----Practice Page-----*/

#large-content-box {
	background:url(images/large-column.png) top right no-repeat;
	width:900px;
	border:2px solid #bfbfbf;
	float:left;
	margin:15px 0 0 0;
	padding:20px 40px 20px 20px;
}

#large-content-box ul li {
	margin:0;
}

#large-content-image {
	float:left;
	border:1px solid #bfbfbf;
	width:306px;
	height:303px;
	margin:25px 20px 200px 0;
}

#large-content-image img {
	width:306px; 
/*	height:303px; */
}

#large-content-content {
	float:left;
	margin:0;
	padding:0;
	width:550px;
}

#large-content-content li {
	font-size:13px;
	line-height:18px;
}

/*-----Professionals Page----*/
#sidebar {
	width:200px;
	float:left;
	margin:0 30px 0 0;
}

#sidebar h2 {
	text-decoration:underline;
	font-size:20px;
}

#sidebar ul {
	list-style:none;
	margin:0 0 0 -40px;
}

#sidebar ul li {
	height:26px;
	color:white;
	width:200px;
}

#sidebar ul li a {
	line-height:26px;
	padding:7px;
}

#sidebar ul li a:hover {
	color:#000;
}

#menu-professionals-menu .current_page_item {
	background:url(images/sidebar-arrow.png) top left no-repeat;
	height:26px;
	color:white;
	width:200px;
}

#menu-professionals-menu .current_page_item a {
	color:white;
}


#large-content-content-professionals {
	float:left;
	margin:0;
	padding:0;
	width:670px;
}

/*-----Firm Page-----*/
#large-content-content p#privacy {
	text-align:right;
}

#large-content-content p a:hover {
	color:#000;
}

/*-----contact page-----*/
#sidebar-contact {
	float:right;
	width:300px;
}

#sidebar-contact span {
	font-weight:bold;
	font-size:16px;
	font-family:"Times new roman";
}

#sidebar-contact p {
	line-height:20px;
}

#google-map {
	float:left;
	width:600px;
}
/*-----footer area-----*/
#footer {
	width:960px;
	border:2px solid #bfbfbf;
	float:left;
	height:36px;
	margin:15px 0 5px 0;
	background:#efefef;
	text-align:center;
	padding:10px 0 10px;
}

#footer a {
	color:#3f3f3f;
}

#footer a:hover {
	color:#666666;
}