/*  
Theme Name: Wedding Cars of Distinction
Description: WCoD official look.
Version: 0.2
Author: Geoff Mallinson
Author URI: http://macdisciple.com/

	Wedding Cars of Distinction

*/



/* Begin Typography */

/* Layout and structure */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #46596E;
	text-align: center;
	margin: 0;
	padding: 0;
	border:none; 
	background: #0e1d30 url('images/wcod_bg.jpg') repeat-x top center; 
}

#page {
	text-align: left;
	width:932px;
	margin-right:auto;
	margin-left:auto;
}

#header {
    position:relative;
	width:100%;
	height:199px;
	/*height:234px;*/
	background: url('images/wcod_header.jpg') no-repeat bottom center;
	margin-bottom: 0px;
}

#header_title {
	position: absolute;
	top:116px;
	left:30px;
	width:258px;
	/*height:38px;*/
	z-index:100;
	color:#C4CCCC;
	background:#121212;
	padding:0 5px;
	display:none;
	/*font-size: 0px;
	left: -1000px;*/
}

#header_flash {
	width:900px;
	height:156px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:16px;
	text-align:center;
}

#wrapper {
	background: url('images/wcod_content_bg.png') repeat-y;
	min-height:360px;
	margin-top: 0px;
}

#content {
	padding-top: 0px;
	padding-left: 200px;
	padding-right:40px;
	padding-bottom: 20px;

}

#sidebar {
	float:left;
	width:178px;
	height: 340px;
	background: url('images/wcod_menu_bg.jpg') no-repeat top left;
	color: #CCCCCC;
	padding-left: 25px;
	margin-top:0px;
	clear:left;
}

#footer {
	clear:both;
	width:100%;
	height:100px;
	background: url('images/wcod_footer.jpg') no-repeat top center;
	text-align: center;
	color: #CCCCCC;
	padding-top: 8px;
}

/* typography */

p {
	line-height: 200%;
}

a:link, 
a:visited {
	color: #718D23;
}

a:hover {
	color: #5C751E;	
}

#horizontalMenu {
	padding-top:155px;
	font-size: 13px;
	padding-left:0;
	margin-left:37px;
}

#horizontalMenu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding:0;
}

#horizontalMenu a {
	color: #CCCCCC;
	text-decoration: none;
	
}

#horizontalMenu li{
	display: inline;
	padding-right:10px;
	padding-left:10px;
}

#horizontalMenu li a, #horizontalMenu ul li a:visited  {
	border-bottom: 4px solid #666666;
}

#horizontalMenu li a:hover {
	border-bottom: 4px solid #85A72A;
	/*color:#85A72A;*/
}

#sidebar h3 {
    font-size:13px;
    font-weight:bold;
    padding:10px 0 0 0;
    margin:0;
    text-align:left;
}

#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	/*margin-left:-37px;*/
	margin-left:0px;
	padding-left:0px;
}

#sidebar a {
	color: #CCCCCC;
	text-decoration: none;
	font-size:12px;
}
#sidebar a:hover, #sidebar li.current_page_item a {
	display: block;
	width: 133px;
	border-right: 4px solid #85A72A;
}

#sidebar a {
	display: block;
	width: 133px;
	border-right: 4px solid #46596E;
	margin-bottom: 3px;
	padding: 3px 0px;
	border-top: 1px solid #5F7287;
}

img {
        border:none;
}
