/*
Theme Name: Whiplash Customs
Theme URI: http://ideazone.ca/
Description: Custom Theme by IdeaZone
Author: Jon Valade/Nolan Walker
Version: 1.0
*/


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

ul, li {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}.page {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(images/bk-page.png);
	background-repeat: repeat-x;

}

.container {
	width: 1000px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 2px solid #666;

}
.header {
	background-image: url(images/bk-header.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 496px;
	width: 1000px;
}
.content-wrapper {
	display: inline-block;
	width: 1000px;
}
.content {
	float: left;
	width: 470px;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: 90px;
}
.container .content-wrapper .content h1 {
	font-size: 3em;
	font-weight: 100;
}

.container .content-wrapper .content h2 {
	color: #A06B1F;
	font-size: 2em;
	font-weight: 100;
}
.container .content-wrapper .content h3 {
	font-size: 1.5em;
	font-weight: bold;
}
.container .content-wrapper .content p {
	line-height: 1.5em;
}
.container .content-wrapper .content a:link {
	color: #EED2A8;
}
.container .content-wrapper .content a:visited {
	color: #EED2A8;
}
.container .content-wrapper .content a:hover {
	color: #FFF;
}

.container .content-wrapper .content ul {
	margin-left: 40px;
}





.sidebar {
	background-color: #333333;
	background-image: url(images/bk-sidebar.png);
	background-repeat: no-repeat;
	float: right;
	width: 237px;
	margin-top: 50px;
	margin-right: 50px;
	margin-left: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.container .content-wrapper .sidebar h1 {
	font-size: 1.5em;
	font-weight: lighter;
	color: #B07420;
}
.container .content-wrapper .sidebar h2 {
	font-size: 1.5em;
	font-weight: lighter;
	color: #B07420;
}
.container .content-wrapper .sidebar h3 {
	font-size: 1.3em;
	font-weight: lighter;
	color: #FFF;
}
.container .content-wrapper .sidebar p {
	font-size: 1em;
	line-height: 1.3em;
}
.container .content-wrapper .sidebar li {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 7px;
	margin-left: 40px;
}
.container .content-wrapper .sidebar a:link {
	color: #FFF;
	text-decoration: none;
}
.container .content-wrapper .sidebar a:visited {
	color: #FFF;
	text-decoration: none;
}
.container .content-wrapper .sidebar a:hover {
	color: #A06B1F;
}






.search {
	background-image: url(images/bk-search.png);
	display: inline-block;
	height: 30px;
	width: 236px;
}
.container .content-wrapper .sidebar .search #s {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	margin-top: 5px;
	margin-left: 10px;
}
.container .content-wrapper .sidebar hr {
	  border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
}



.header-images {
	display: inline-block;
	height: 120px;
	width: 1000px;
	margin-top: 324px;
}


.footer {
	background-color: #B07420;
	display: inline-block;
	height: 25px;
	width: 990px;
	font-size: 0.7em;
	padding-top: 10px;
	padding-left: 10px;
}
.container .footer a:link {
	color: #FFF;
}
.container .footer a:visited {
	color: #FFF;
}
.container .footer a:hover {
	color: #000;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: inline-block;
	height: 100px;
	width: 1000px;
}
#access .menu-header,
div.menu {
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #000;
	color: #B07420;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}



#menu-top-menu a {
	font-size: 1.5em;
	font-weight: 100;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

/*.navigation {
	display: inline-block;
	height: 100px;
	width: 1000px;
}
.container .header .navigation ul li {
	float: left;
	list-style-type: none;
}
.container .header .navigation ul {
	padding: 0px;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.container .header .navigation ul li a:link {
	font-size: 1.5em;
	font-weight: 100;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.container .header .navigation ul li a:visited {
	font-size: 1.5em;
	font-weight: 100;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.container .header .navigation ul li a:hover {
	font-size: 1.5em;
	font-weight: 100;
	color: #B07420;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #000;
}
*/
