/*
Theme Name: Eric's Lures
Theme URI: http://www.ericslures.com/wp-content/themes/ericslures
Author: 310 Inc.
Author URI: http://310webdesign.com/
Description: Custom theme developed by 310 Inc.
Version: 1.0
Tags: Eric's Lures, Fishing Lures, Fishing Wobblers, Jake's Lures
*/

@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: white;
	background: url(images/bg.jpg) fixed top left;
	line-height: 24px;
}

img {
	border: 0px;
}

a:link {text-decoration: underline; color: white; }
a:visited {text-decoration: underline; color: white; }
a:hover { text-decoration: underline; color: white;}

#nav a:link {text-decoration: none; color: white; }
#nav a:visited {text-decoration: none; color: white; }
#nav a:hover { text-decoration: underline; color: #ffd991;}

#main-page a:link {text-decoration: underline; color: #66482e; }
#main-page a:visited {text-decoration: underline; color: #66482e; }
#main-page a:hover { text-decoration: underline; color: #66482e;}

h1 {
	font-size: 26px;
	color: #ffd991;
	font-family: lucida;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

#main-page h1 {
	font-size: 26px;
	font-family: lucida;
}

@font-face {
    font-family: 'lucida';
    src: url('fonts/lucidabrightdemibold-webfont.eot');
    src: url('fonts/lucidabrightdemibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lucidabrightdemibold-webfont.woff') format('woff'),
         url('fonts/lucidabrightdemibold-webfont.ttf') format('truetype'),
         url('fonts/lucidabrightdemibold-webfont.svg#lucida_brightdemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lucida {
	font-family: lucida;
}

#header {
	width: 1100px;
	height: 218px;
}

#header-a {
	width: 443px;
	float: left;
}

#header-b {
	width: 657px;
	float: left;
}

#header-a-pad {
	padding: 24px 0px 0px 0px;			
}

#header-b-pad {
	padding: 0px 0px 0px 0px;			
}

#nav {
	width: 1100px;
	height: 43px;
	background: url(images/bg-nav.jpg) repeat top left;
	background-color: #705139;
	font-size: 21px;
}

#nav-pad {
	padding: 12px 30px 16px 30px;			
}

#nav li {
	float: left;
	margin-left: 0px;
	margin-right: 36px;
	list-style: none;
	text-transform: uppercase;
	font-family: lucida;
}

#main-wrapper {
	width: 1100px;
	height: 100%;
	background: url(images/bg-trans.png) repeat;
}

#main {
	width: 100%;
	min-height: 598px;
	padding-top: 16px;
}

#main-a {
	float: left;
	width: 630px;
}

#main-b {
	float: left;
	width: 470px;
}

#main-a-pad {
	padding: 20px 4px 20px 16px;	
}

#main-b-pad {
	padding: 20px 10px 20px 0px;	
}

#main-page {
	width: 100%;
	min-height: 598px;
	color: #66482e;
	text-align: left;
}

#main-page-pad {
	padding: 20px 30px 20px 30px;	
}

#content {
	width: 586px;
	min-height: 400px;
	background: url(images/bg1.jpg) repeat top left;
	color: white;
	background-color: #705139;
	text-align: left;
	margin-bottom: 30px;
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	-moz-box-shadow: 3px 3px 4px #c4bfb1;
	-webkit-box-shadow: 3px 3px 4px #c4bfb1;
	box-shadow: 3px 3px 4px #c4bfb1;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c4bfb1')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c4bfb1');
}

#content-pad {
	padding: 20px 20px 20px 20px;	
}

#footer {
	width: 100%;
	height: 154px;
}

#footer-a {
	float: left;
	width: 600px;
	text-align: left;
	font-size: 14px;
	color: #66482e;
}

#footer-a-pad {
	padding: 86px 20px 20px 40px;
}

#footer-b {
	float: left;
	width: 500px;
	text-align: right;
}

#footer-b-pad {
	padding: 26px 40px 20px 28px;
}

#prod {
	width: 252px;
	height: 300px;
	float: left;
}

.border1 {
	border: solid white 5px;
	margin-bottom: 20px;
	-moz-box-shadow: 3px 3px 4px #737373;
	-webkit-box-shadow: 3px 3px 4px #737373;
	box-shadow: 3px 3px 4px #737373;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#737373')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#737373');
}

.clear {
	clear: both;
}

.break {
	clear: both;
}
