/*  
Theme Name: Holsten
Theme URI: http://www.holstenchicago.com
Description: Holsten corporate website
Version: 2.0
Author: LEVEL2 Marketing Group
Author URI: http://www.l2marketinggroup.com
*/

* { padding: 0; margin: 0; }
body {
	background: url(images/background.jpg) top center no-repeat;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:22px;
	color: #224433;
}

h2 {
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:22px;
	color: #224433;
}

#wrapper { 
	margin: 20px auto;
	width: 954px;
}

#header {
	width: 954px;
	background-image:url('images/holsten_02.jpg');
	background-repeat: no-repeat;
	color: #333;
	padding: 0;
	border: 0px;
	height: 130px;
	margin: 0;
}

#navigation {
	margin-top: 0px;
	width: 934px;
	padding-left: 20px;
	background-image:url('images/holsten_01.jpg');
	background-repeat: no-repeat;
	height:42px;
	overflow: hidden;
}
body#internal #navigation {
	background-image:url('images/holsten_03.jpg');
}

/* --------------- Begin Son of Suckerfish Code --------------- */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif; 
	text-decoration:none;
	font-weight:bold;
	display: block;
}

/* All list items */
ul#nav li 
{ 
	float: left;
	width: 123px;
	margin: 0 10px 0 0;
	/*	width: 10em;  width needed or else Opera goes nuts */
}

/* All list items links */
#nav li a
{ 
	line-height:35px;
	background-image:url('images/rest_sliding.jpg');
	/*	width: 10em;  width needed or else Opera goes nuts */
	color:#CCC;
}
#nav li a:hover { 
	color: #FFF;
}

#nav li #first {
	background-image:url('images/first_sliding.jpg');
}

#nav li #last {
	background-image:url('images/last_sliding.jpg');
}

#nav li.active a {
	background-position:0 -35px;
	color: #FFF;
}

#nav li.active ul li a {
	color: #CCC;
}
#nav li.active ul li a:hover {
	color: #FFF;
}


/* Second-level lists */
#nav li ul { 
	position: absolute;
	width: 142px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* Second-level list links */
#nav li ul a { 
	padding: 5px 6px;
	display: block;
	line-height:normal;
	background-color: transparent;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCC;
}
#nav li ul a:hover { 
	color: #FFF;
}

/* Second-level list */
#nav li ul li a {
	width: 114px;
}
#nav li ul li a {
	background-image:none;
	background-color:#224433;
}

#nav li ul li.current_page_item a {
	color: #fff;
}


/* Lists nested under hovered list items */
#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
}

/* --------------- End of Suckerfish Code --------------- */

#content { 
	width: 954px;
	background-image:url('images/holsten_12.jpg');
	background-repeat: no-repeat;
	color: #333;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 528px;
}

#column1 {
	width: 132px;
	padding-left:10px;
	float: left;
}

#column2 {
	width: 274px;
	float: left;
}

#column3 {
	margin-top:110px;
	width: 498px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}

#column3 ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:22px;
	list-style:none;
}
#column3 ul li a {
	color: #333;
	text-decoration: none;
}
#column3 ul li a:hover {
	border-bottom: 1px dotted;
}

#column3 h1 {
	width:390px;
	font-size:14px;
	color:#224433;
	font-weight:bold;
	background-position:top right;
	background-image:url('images/small_dash.jpg');
	background-repeat:no-repeat;
}
#column3 p#callout {
	font-size:16px; 
	color:#224433; 
	line-height:22px; 
	letter-spacing: .01em;
	font-style: italic;
}
a#brochure_link {
	color: #333;
	text-decoration: none;
	padding-left: 12px;
	background: url(images/arrow.gif) 0 6px no-repeat;
	letter-spacing: .01em;
	margin: 8px 0 14px 0;
	display: block;
}
a#brochure_link:hover {
	background-position: 2px 6px;
	color:#224433;
}

p.dash {
	width: 376px;
	background-image:url('images/small_dash.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	padding-right: 10px;
}

#footer  { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 954px;
	background: url('images/holsten_13.jpg') 0 0 no-repeat;
	border: 0px;
	margin: 0 0 20px 0;
	padding: 0px;
	float:left;
}

#footer_text {
	width:854px;
	float:left;
}

#footer_text p {
	margin: 6px 0 0 0;
}
#footer_certs {
	margin: 10px 4px 0 0;
}


#sitemap {
	padding-top:15px;
	padding-right:10px;
	width:90px;
	float:left;
}
#sitemap p {
	margin: 6px 0 0 0;
	text-align: right;
}
#sitemap a {
	color: #000;
	text-decoration: none;
}
#sitemap a:hover {
	border-bottom: 1px solid;
}

div#player { 
	position: relative;
	top: 111px;
	left: 10px;
}


/* Internal Pages Styles */
#subcontent { 
	width: 954px;
	background-image:url('images/general_page_background.jpg');
	background-repeat: repeat-y;	
	float:left;
}

#main_column {
	width:650px;
	float:left;
	color: #333;
	margin: 3px 0 0 20px;
	padding: 35px 0 25px 0;
	background: #f0f0f0 url(images/main_col_back.jpg) 5px 0;
	min-height: 300px;
}

#main_column p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	font-size:13px;
	margin: 0 65px 18px 65px;
}
#main_column blockquote p {
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size: 15px;
	color: #224433;
	font-style: italic;
	letter-spacing: .01em;
}


#main_column a {
	color: #224433;
	border-bottom: 1px dotted #999;
	text-decoration: none;
}
#main_column a:hover {
	border-bottom: 1px solid #224433;
}


#main_column ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 13px;
	margin: 0 65px 18px 65px;
	padding: 0;
	list-style-type: square;
}

#main_column h1 {
	margin: 0 65px;
	font-size:15px;
	line-height: 18px;
}
#main_column h1.page_title {
	text-transform: uppercase;
	letter-spacing: .03em;
}

#main_column h2 {
	margin: 32px 65px 4px 65px;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: .02em;
}

div.wp-caption {
	margin: 0 8px 18px 65px;
}
p.wp-caption-text {
	margin: 0 !important;
	padding: 0 !important;
	font-style: italic;
	color: #224433;
	font-size: 11px !important;
	line-height: 14px !important;
}
#main_column ul.prop_list {
	list-style-type: none;
	margin: -14px 0 0 0;
	padding: 0;
}
#main_column ul.prop_list li {
	margin: 0 0 5px 0;
	font-size: 11px;
	line-height: 16px;
	padding: 0;
}
#main_column ul.prop_list li a {
	color: #224433;
	text-decoration: none;
	border-bottom: none;
}
#main_column ul.prop_list li a:hover {
	border-bottom: 1px dotted #224433;
}

#side_column {
	width: 264px;
	float: right;
	padding: 35px 20px 0 0;
	margin: 3px 0 0 0;
}

#side_column h2 {
	margin-left:10px;
}

#side_column ul {
	list-style:none;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin: 0 0 0 10px;
}
#side_column ul li{
	margin: 0 0 9px 0;
}
#side_column ul li a {
	color: #777;
	text-decoration: none;
}
#side_column ul li a:hover {
	border-bottom: 1px dotted #999;
}
#bottom_corners {
	background: url(images/page_bottom_corners.jpg) 0 0 no-repeat;
	width: 934px;
	height: 10px;
	overflow: hidden;
	margin: 0 auto;
}

.clearing {
	clear: both;
}

.alignleft{ 
	float: left;
	margin: 0 18px 18px 0;
}
.alignright{ 
	float: right;
	margin: 0 0 18px 18px;
}

p.photos {
	padding: 10px;
	background: #FFF;
}

span.wpcf7-list-item { display: block; }

/* Sitemap Pages Styles */

div#sitemap_box {
	
}
div#sitemap_box a {
	color: #333;
	text-decoration: none;
}

a#sitemap_home {
	display: block;
	background-color: #EEE;
	line-height: 36px;
	text-align: center;
	height: 36px;
	width: 200px;
	margin: 3px auto 10px auto;
}

div#sitemap_box ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}
div#sitemap_box ul li {
	width: 110px;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #EEE;
	padding: 5px;
}

div#sitemap_box ul li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#sitemap_box ul li ul li {
	width: 108px;
	margin: 5px 0 0 0;
	padding: 0;
}

div#sitemap_box ul li a {
	display: block;
	padding: 5px 0;
}
div#sitemap_box ul li a:hover {
	text-decoration: underline;
}
div#sitemap_box ul li ul li a {
	display: block;
	padding: 5px;
	background-color: #F8F8F8;
}
div#sitemap_box ul li ul li a:hover {
	background-color: #EEE;
	border: none;
}