/*
Theme Name: L2
Description: Custom theme for L2 Lateral Line putter
*/

body {
	background: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Tahoma, sans-serif;
	line-height: 1em;
	color: #a6a6a6;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.spacer { padding-bottom: 20px; }


small {
	font-size: .7em;
	color: #c6c6c6;
}
strong {
	font-weight: bold;
	color: #ffffff;
}
em {
	font-style:italic;
}
#putter-pic {
	margin-top:40px;
}
p {
	font-size: .8em;
}
.content p {
	padding: 7px 0;
	font-size: .8em;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	font-style: italic;
	font-size: .9em;
	padding-left: 55px;
	margin: 20px 0;
	color: #b9b9b9;
}

ol, ul {
	padding: 5px 0;
}
.content ol, .content ul {
	padding-left: 22px;
	font-size: .8em;
}
.content ul { padding-left: 17px; }

a {
	color: #479282; /*** Colored ***/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img.framed {
	margin: 20px 0;
	border: 1px solid #eee;
	background: #F7F7F7;
	padding: 7px;
}


label {
	/*display: block;
	margin: 15px 0 10px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #175e4f;*/ /*** Colored ***/
}
/*input,
textarea {
	background: url(images/upper-shade.gif) repeat-x top;
	border: 1px solid #e8e8e8;
	padding: 7px;
	margin-bottom: 5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Tahoma, sans-serif;
}
input {
	width: 210px;
}*/
	input.smaller {
		width: 100px;
	}
	input.larger {
		width: 400px;
	}
.submit {
    border: none;
	width: 120px;
	height: 37px;
	margin: 10px 5px 0 0;
	padding-bottom: 2px;
	font-weight: bold;
	color: #fff;
	font-size: 0.8em;
    background: url(images/button.gif) no-repeat 0 0;
}
	.submit:hover {
		background-position: 0 -37px;
		cursor: pointer;
	}
.button {
	border:1px solid #2E3136;
	background:#45494F;
	padding:5px 15px;
	color:white;
	font-weight:bold;
	font-size:1.2em;
}


h1 {
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: -5px;
	font-size:58px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bolder;
}

h2, h3 {
	line-height: 1.2em;
	font-size:36px;
	color:#CDCDCD;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom:5px;
	/*font-weight:bolder;*/
}

h3 {
	font-size: 1.2em;
}
h4, h5, h6 {
	font-size: 1em;
	line-height: 1.5em;
	color: #8f9099;
}
h5, h6 {
	font-size: .9em;
	font-weight: bold;
}
h6 {
	font-size: .8em;
}

/*table {
	padding: 10px 0;
	color: #848484;
}
td {
	padding: 17px 7px;
	border-bottom: 1px solid #e2e2e2;
	font-size: .8em;
	text-align: center;
}
tr.table-header {
	background: url(images/shade.gif) repeat-x center;
}
tr.table-header h5 {
	padding: 10px 0;
	color: #FFF;
}
th {
	padding: 0px 10px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #e2e2e2;
	font-weight: bold;
}*/

#wrapper {
	width: 1019px;
	height: 764px;
	background: url(images/l2_bg.jpg) repeat-x center;
	margin: 0 auto;
	position: relative;
}
	#heada {
		position: relative;
		height: 89px;
	}

		#heada h1#logo, #header h1#logo a { 
			display: block;
			height: 130px;
			width: 174px;
		}
		#heada h1#logo { 
			background: url(images/logo.png) no-repeat;
			border: none;
			height: 130px;
			left: 0px;
			margin: 0;
			padding: 0;
			position: absolute;
			text-indent: -999em;
			top: 5px;
		}

		ul#navigation {
			font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Tahoma, sans-serif;
			text-transform: uppercase;
			list-style: none;
			position: absolute;
			top: 45px;
			left: 70px;
			margin: 0;
			padding: 0;
		}
		ul#navigation li {
			float: left;
			padding-left: 3px;
			margin-left: 6px;
		}
		ul#navigation a {
			float: left;
			display: block;
			padding: 5px 3px 4px 1px;
			text-decoration: none;
			font-weight: bold;
			font-size: .7em;
			color: #b9b9b9;
		}
		ul#navigation a:hover {
			color: #777;
		}

			ul#navigation .current_page_item {
				background: url(images/mi-active.gif) no-repeat left top;
			}
			ul#navigation .current_page_item a {
				background: url(images/mi-active.gif) no-repeat right top;
				color: #e6e6e6;
			}
			/* Highlighted (last) list item */
			ul#navigation .highlighted {
				background: url(images/mi-highlighted.gif) no-repeat left top;
			}
			ul#navigation .highlighted a {
				background: url(images/mi-highlighted.gif) no-repeat right top;
				padding: 5px 15px 10px 14px;
				color: #FFF;
			}
			ul#navigation .highlighted a:hover {
				color: #93ddff; /*** Colored ***/
			}
	
	#content {
		min-height: 620px;
	}
	.info-strip {
		width:850px;
		padding: 0 10px 25px 90px;
		font-size: .9em;
		color: #919191;
	}
		.info-strip h3 {
			font-size: 1.2em;
			padding-bottom: 5px;
		}

	#footer {
		/*padding: 10px 0 40px 80px;
		margin-top: 50px;
		font-size: .7em;*/
		color: #000000;
		float:none;
height:auto;
margin:0;
width:100%;
	}
		#footer p { float: left; padding-left: 610px; }
		#footer span { float: left; }
		
.highlight { color: #F9FF3B; }
.tinyscript {
	font-size:40%;
}
.hint { font-size:85%; margin-left:10px; font-weight:bold; }
.error { color:#FF2F41; font-weight:bold; }
.scrollable { overflow:scroll; height:75px; margin:15px 0; font-size:85%; padding: 5px;  border:thin solid white; }
#content.dealers p, .scrollable p { text-transform:none !important; }
#form_submit { margin-top: 10px; }
form .small { width: 100px; }
form .medium { width: 200px; }
form .large { width: 250px; }
/*form label { padding-top: 10px; }*/
textarea#message_text { width:350px; height:300px; }
#content h2.storytitle { text-transform:none; font-size:24px; }
#content p, #content form {
	/*font-size:13px;*/
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	/*font-weight:200;*/¨
	margin:4px 0 0 0;
	width: 750px;
}
form#frmDealer * { text-transform:none; }
form#frmDealer td { padding:0 5px; }
#roundedcornerbox {
	background:url(assets/box.png) no-repeat;
	width:563px;
	height:412px;
	margin:-30px 0 0 -50px;
	text-align:center;
}

#roundedcornerbox #copy {
	padding:60px 0 0 0;
	width:100%;
	height:300px;
	margin:0 auto;
}

#footer #footercontents {
	float:right;
	width:460px;
	margin:-110px -10px 0 0;
	text-align:right;
}

#footer img {
	float: right; 
	padding-right: 30px; 
	position: relative; 
	top: -180px; 
	z-index: 99;
}

#footercontents p {
	float:left;
	margin:188px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:100;
}