/*
Theme Name: Summit
Theme URI: 
Description: 
Version: 1.0
Author: Amplus Group
Author URI: 
Tags: 
*/

/* general */
body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a img {
	border: 0px;
}
a {
	color: #FFF;
	text-decoration: none;
}
h1 {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase; 
}
h2 {
	font-size: 19px;
	font-weight: bold;
}
h3 {
	font-size: 17px;
	text-transform: uppercase; 
}
input, select, textarea, option {
	color: #000;
}

/* structure */
html > body #container { /* ie fix */
	height: auto;
	min-height: 100%;
}
#container {
	position: relative;
	height: 100%;	
	background-color: #228BC5;
}
#container .containerImg1 {
	border: none;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg/container1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container .containerImg2 {
	border: none;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg/container2.jpg);
	background-repeat: no-repeat;
	background-position: center 201px;
}

/* header */
#header div {
}
#header {
}
#header .headerImg1 {
	background: url(images/bg/header1.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
#header .headerImg2 {
	background: url(images/bg/header2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#header .capsule {
	width: 980px;
	height: 201px;
	margin: 0px auto;
	position: relative;
}
#header .logo {
	position: absolute;
	top: 19px;
	left: 74px;
}
#header .slogan {
	position: absolute;
	top: 59px;
	left: 338px;
	width: 399px;
	height: 83px;
	background: url(images/slogan.png);
	background-repeat: no-repeat;
	background-position: top center;	
}
#header .sml {
	position: absolute;	
	top: 0px;
	right: 45px;
}
#header .sml a {
	display: block;
	width: 107px;
	height: 161px;
	background: url(../../uploads/sml_hook_on.png); /* pre-load - WORK? */
	background: url(../../uploads/sml_hook_off.png);
	background-repeat: no-repeat;
	background-position: top center;	
}
#header .sml a:hover {
	background: url(../../uploads/sml_hook_on.png);
	background-repeat: no-repeat;
	background-position: top center;	
}
#header .links {
	position: absolute;
	right: 40px;
	top: 19px;
}
#header ul, #header li {
	margin: 0px;
	padding: 0px;
}
#header li {
	list-style: none;
	display: inline;
}
#header .links a {
	text-decoration: underline;	
	font-style: italic;	
	color: #FFF;
	float: right;
	margin-left: 11px;
}
#header .links a div {
	display: block;
}
#header .links a div.left {
	padding-left: 8px;
	background: url(images/bg/hdr_link_left_off.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .links a:hover div.left {
	padding-left: 8px;
	background: url(images/bg/hdr_link_left_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .links a div.middle {
	background-color: #286C86;
	padding-top: 5px;
	padding-bottom: 6px;	
	padding-left: 7px;	
	padding-right: 8px;		
}
#header .links a:hover div.middle {
	background-color: #954405;
}
#header .links a div.right {
	padding-right: 8px;
	background: url(images/bg/hdr_link_right_off.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#header .links a:hover div.right {
	padding-right: 8px;
	background: url(images/bg/hdr_link_right_on.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/* main */
#main {
	padding: 0px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 325px;
}
#main .capsule {
	width: 980px;
	overflow: hidden;
	margin: 0px auto;
	margin-top: 27px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 229px;
	overflow: hidden;
	margin-left: 35px;
}

/* nav */
#nav {
}
ul#nav {
	padding: 0px;
	margin: 0px;
}
#nav li, #nav ul {
	padding: 0px;
	margin: 0px;	
	list-style: none;
}
#nav a div.top {
	padding-top: 6px;
}
#nav a div.bottom {
	padding-bottom: 6px;
}
#nav a:hover div.top {
	padding-top: 6px;
	background: url(images/bg/nav_top.png);
	background-repeat: no-repeat;
	background-position: center top;	
}
#nav a:hover div.bottom {
	padding-bottom: 6px;
	background: url(images/bg/nav_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
#nav li.current_page_item > a div.top {
	padding-top: 6px;
	background: url(images/bg/nav_top.png);
	background-repeat: no-repeat;
	background-position: center top;	
}
#nav li.current_page_item > a div.middle {
	padding: 1px 33px;
	background-color: #286C86;
}
#nav li.current_page_item > a div.bottom {
	padding-bottom: 6px;
	background: url(images/bg/nav_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

/* nav - tier 1 */
#nav > li {
	margin-bottom: 4px;
}
#nav > li a * {
	font-size: 16px;
}
#nav > li a div.middle {
	padding: 1px 33px;
}
#nav > li a:hover div.middle {
	padding: 1px 33px;
	background-color: #286C86;
}

/* nav - subnav */
#nav ul {
	display: none; /* hide all subs */
}
#nav li.current_page_item ul, #nav li.current_page_ancestor ul, #nav li.current_page_parent ul {
	display: block; /* show children of current */
}
#nav ul a * {
	font-size: 13px;
}
#nav ul li {
	margin-top: 2px;
}
#nav ul a div.middle {
	padding: 0px 43px;
}
#nav ul a:hover div.middle {
	padding: 0px 43px;
}
#nav ul li.current_page_item div.middle {
	padding: 0px 43px;
}

/* content */
#content {
	float: left;
	width: 651px;
	margin-left: 30px;
	padding: 0px;
}
#content .entry * {
	line-height: 150%;
}
#content .entry a {
	text-decoration: underline;
}

/* banner */
#banner {
	position: relative;
}
#banner img {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
}

/* footer */
#footer {
	width: 100%;
	height: 338px;
	position: absolute;
	bottom: 0px;
}
#footer .footerImg1 {
	height: 338px;
	background: url(images/bg/footer1.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#footer .footerImg2 {
	width: 1130px;
	height: 338px;
	margin: 0px auto;
	background: url(images/bg/shark_footer.png);
	background-position: 880px 95px;
	background-repeat: no-repeat;
}
#footer .capsule {
	width: 910px;
	margin: 0px auto;
	padding-top: 142px;
}
#footer .content {
	position: relative;
}

/* contact */
#footer .contact {
	position: absolute;
	border-left: solid 1px #5F3913;
	left: 520px;
	top: 32px;
	padding-left: 20px;
}
#footer .contact * {
	color: #5F3913;
}
#footer .contact .description {
	margin-top: 5px;
}
#footer .contact .description * {
	font-size: 11px;
}
#footer .contact .title {
	font-size: 14px;
	text-decoration: underline;
}
#footer .contact td {
	padding-right: 4px;
}

/* countdown */
#footer #countdown { /* position */
	position: absolute;
	top: 20px;
	left: 20px;
}
#countdown .holder { /* interface */
	display: block;
	position: relative;
	width: 490px;
	height: 90px;
}
#countdown .daysView {
	background: url(images/countdown/counter_days.gif);
	background-repeat: no-repeat;
	background-position: 105px 0px;
}
#countdown .weeksView {
	background: url(images/countdown/counter_weeks.gif);
	background-repeat: no-repeat;
	background-position: 105px 0px;
}
#countdown .smlLogo {
	position: absolute;
	left: -15px;
	top: 10px;
}
#countdown .number {
	position: absolute;
	display: block;
	top: 2px;
	width: 71px;
	height: 68px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 50px;
	text-align: center;
}
#countdown .begun {
	position: absolute;
	left: 380px;
	top: 6px;
}
#countdown #countdown1 {
	left: 105px;
}
#countdown #countdown2 {
	left: 199px;
}
#countdown #countdown3 {
	left: 291px;
}

