/* 
Title:		lesliewagnerphoto.com screen styles
Author: 	gordon@slickfishstudios.com
*/

html, body, table { 
	height: 100%;
	width: 100%; 
	margin: 0; 
	padding: 0;

	font-size: small;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #797979;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}


body {
	background-color: #fff;
	/*background-repeat: repeat;
	background-position: center center;
	background-image: url(../images/lw-collage1.jpg);*/
}
#surround {
	height: 100%;
	width: 100%; 
	margin: 0; 
	padding: 0;
}
object { outline: none; } 

td {vertical-align: middle;}

a:link, a:hover, a:visited, a:active {
	outline: none;
}

h1 {
	color: #6088aa;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
h2 {
	color: #536163;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-style: italic; 
	font-size: 15px;
}
.white {
	color: #fff;
}
.softblue {
	color: #6d7e8e;
}
.nada {
	margin: 0;
	padding: 0;
}
.gray {
	color: #666;
}
.softgray {
	color: #999;
}
.blue {
	color: #5a98dd;
}

.big {
	font-size: 16px;
	font-family: "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	line-height: 135%;
}
.left_side, .right_side {
	float: left;
	color: #666;
	font-size: 11px;
	line-height: normal;
	padding: 0;
	margin: 0 10px 0 0;
}
.right_side {
	float: right;
	margin: 0 0 3px 10px;
}
a.pdf, a.word, a.power, a.excel {
	padding: 0 0 0 20px;
	background: url(../images/pdf_14x14.gif) no-repeat left -2px;
	text-decoration: none;
}
a.word {
	background: url(../images/doc_14x14.gif) no-repeat left -2px;
}
a.power {
	background: url(../images/ppt_14x14.gif) no-repeat left -2px;
}
a.excel {
	background: url(../images/xls_14x14.gif) no-repeat left -2px;
}
a.pdf {
	padding: 0 0 0 30px;
	background: url(../images/pdf_24.jpg) no-repeat left top;
	height: 25px;
	line-height: 25px;
	display: block;
	overflow: hidden;
}

/* *************** EXTRAS *************** */
.clear {
	padding: 0;
	margin: 0;
	clear: both;
	display: block;
}
hr {
	color: #ccd8df;
	background: #ccd8df;
	border: none;
	height: 1px;
	margin: 10px 25px;
}


/* *************** ALTERNATE FLASH CONTENT *************** */


/* ***************//*************** */
/* ***************WRAPPERS*************** */
/* wrapper etc */
#wrapper { 
	margin: 0 auto;
	padding: 0;
	width: 900px;
}
#wrapper-inner { 
	margin: 0 auto;
	width: 890px;
	height: 600px;
	border: 0;
	padding: 10px 0 0 10px;
}
/* ***************BANNER*************** */
#banner {
	width: 880px;
	height: 90px;
}
#banner img,
#banner a
{
	border: none;
	outline: none;
}
#banner #logo {
	width: 400px;
	height: 90px;
	float: left;
	overflow: hidden;	
}
#banner #logo a.logo-btn {
	display: block;
	border: none;
	width: 400px;
	height: 90px;
	overflow: hidden;
	text-indent: -10000px;
	background: url(../images/lw-logo-btn.png) no-repeat left top;
}
#banner #logo a.logo-btn:hover {
	background: url(../images/lw-logo-btn.png) no-repeat left -90px;
}
/* ***************NAV*************** */
#banner #nav {
	width: 480px;
	float: left;	
	padding-top: 30px;
	overflow: hidden;	
}
#banner #nav ul {
	list-style-type: none;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 12px;
	float: right;
}
#banner #nav ul li {
	float: left; 
	padding: 0 3px;
	margin: 0;
	color: #cacaca;
	/*color: #b4463a;*/
}	
#banner #nav ul li a {
	color: #6f8595;
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 3px;
	display: block;
}
#banner #nav ul li a:hover {
	color: #36546a;
	text-decoration: none;
	/*border-bottom: 1px dotted #b8d96f;*/
	background: url(../images/dots-green.png) repeat-x left bottom;
}
#banner #nav ul li a.current {
	color: #36546a;
	text-decoration: none;
	background: url(../images/dots-red.png) repeat-x left bottom;
}
#banner #nav ul li a.current:hover {
	color: #758c9c;
	text-decoration: none;
	background: url(../images/dots-blue.png) repeat-x left bottom;
}

#banner #nav ul.subnav {
	clear: both;
	padding-top: 10px;
}
#banner #nav ul.subnav li a {
	color: #9d9d9d;
	text-decoration: none;
	border-bottom: none;
}
#banner #nav ul.subnav li a:hover,
#banner #nav ul.subnav li a.current
{
	color: #36546a;
	text-decoration: none;
	background: url(../images/dots-green.png) repeat-x left bottom;
}
#banner #nav ul.subnav li a.current:hover {
	color: #758c9c;
	text-decoration: none;
	background: url(../images/dots-blue.png) repeat-x left bottom;
}

/* ***************MIDDLE*************** */
#main {
	width: 880px;
	background: #fff;
	height: 510px;	
}
/* ***************leftCol*************** */
#main #leftCol,
#main #leftCol-home
{
	width: 600px;
	height: 510px;
	float: left; 
	margin: 0;
	padding: 0;
	overflow: auto;
}
#main #leftCol-home {
	width: 335px;
}
#main #rightCol,
#main #rightCol-home
{
	width: 280px;
	height: 510px;
	float: left; 
	margin: 0;
	padding: 0;
	overflow: auto;
}
#main #rightCol-home {
	width: 545px;
	overflow: hidden;
}
.format {
	font-size: 12px;
	padding: 10px 10px 0 10px;
	display: block;
	line-height: 150%;
}
#main b {
	color: #4181ac;
}
#main a {
	color: #4181ac;
	text-decoration: none;
}
#main a:hover {
	color: #225578;
	text-decoration: underline;
}
#main a.black
{
	color: #676767;
	text-decoration: none;
}
#main a.black:hover {
	color: #676767;
	text-decoration: underline;
}
.righty {
	font-size: 11px;
	color: #97a0a7;
	text-align: right;
	display: block;
	padding-top: 5px;
}


a.star-btn {
	display: block;
	height: 58px;
	background: url(../images/star-btn.jpg) no-repeat left top;
	padding: 10px 0 0 62px;
	font-size: 14px;
}
a.star-btn:hover {
	background: url(../images/star-btn-over.jpg) no-repeat left top;
}

a.star-btn-35 {
	display: block;
	height: 36px;
	background: url(../images/star-btn-35.jpg) no-repeat left top;
	padding: 5px 0 0 40px;
	line-height: normal;
	margin: 10px 0;
}
a.star-btn-35:hover {
	background: url(../images/star-btn-35-over.jpg) no-repeat left top;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#header {
	width: 500px;
	height: 45px;
	float: left;
	background: url(../images/header-about.png) no-repeat left top;
	margin-bottom: 5px;
}
#header.about {
	background: url(../images/header-about.png) no-repeat left top;
}
#header.honors {
	background: url(../images/header-honors.png) no-repeat left top;
}
#header.gallery {
	background: url(../images/header-gallery.png) no-repeat left top;
}
#header.contact {
	background: url(../images/header-contact.png) no-repeat left top;
	width: 425px;
	
}
#header.event {
	background: url(../images/header-event.png) no-repeat left top;
}
#header.behindthescenes {
	width: 232px;
	height: 32px;
	background: url(../images/header-behindthescenes.png) no-repeat left top;
	margin-bottom: 0px;
	margin-right: 70px;
	display: block;
}
#header.summerwedding { /* event movie page */
	width: 232px;
	height: 32px;
	background: url(../images/header-summerwedding.png) no-repeat left top;
	margin-bottom: 0px;
	margin-right: 70px;
	display: block;
}
#header.kidsfishnderby { /* event movie page */
	width: 232px;
	height: 32px;
	background: url(../images/header-kidsfishnderby.png) no-repeat left top;
	margin-bottom: 0px;
	margin-right: 70px;
	display: block;
}
#header.misc-gallery {
	width: 232px;
	height: 32px;
	background: url(../images/header-misc.png) no-repeat left top;
	margin-bottom: 0px;
}
#header.dogs {
	width: 232px;
	height: 32px;
	background: url(../images/header-dogs.png) no-repeat left top;
	margin-bottom: 0px;
}
#header.kids {
	width: 232px;
	height: 32px;
	background: url(../images/header-kids.png) no-repeat left top;
	margin-bottom: 0px;
}
#header.home {
	width: 232px;
	height: 32px;
	background: url(../images/header-home.png) no-repeat left top;
	margin-bottom: 0px;
}
#header.fishing {
	width: 232px;
	height: 32px;
	background: url(../images/header-fishing.png) no-repeat left top;
	margin-bottom: 0px;
}
#header.hunting {
	width: 232px;
	height: 32px;
	background: url(../images/header-hunting.png) no-repeat left top;
	margin-bottom: 0px;
}
#header.bedbath {
	width: 232px;
	height: 32px;
	background: url(../images/header-bedbath.png) no-repeat left top;
	margin-bottom: 0px;
}
#header.direct {
	width: 232px;
	height: 32px;
	background: url(../images/header-direct.png) no-repeat left top;
	margin-bottom: 0px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer a.facebook,
#social-media a.facebook {
	width: 20px;
	height: 20px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	margin: 5px 0 5px 3px;
	border: none;
	background: url(../images/facebook-alt.jpg) no-repeat left top;
}
#footer  a.facebook:hover,
#social-media a.facebook:hover
{
	background: url(../images/facebook-alt.jpg) no-repeat left -20px;
	border: none;
}

#social-media a.facebook {
	width: 150px;
	text-indent: 0px;
	padding: 0 0 0 25px;
	background: url(../images/facebook.jpg) no-repeat left top;
}
#social-media a.facebook:hover {
	background: url(../images/facebook.jpg) no-repeat left -20px;
	border: none;
}
/* ***************//*************** */
#footer { 
	width: 900px;
	height: 30px;
	line-height: 30px;
	clear: both;
	font-size: .80em;
	color: #6f89a2;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#footleft { 
	margin: 0;
	padding: 0;
	width: 40%;
	float: left;
}
#footleft p {
	margin: 0;
	padding: 0 0 0 10px;
}
#footmiddle { 
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
	display: inline;
	text-align: center;
}
#footmiddle p {
	margin: 0;
	padding-top: 0;
}
#footright { 
	margin: 0;
	padding: 0;
	width: 40%;
	float: left;
	position: relative;
	text-align: right;
}
#footright p {
	margin: 0;
	padding: 0 10px 0 0;
}
#footer a {
	border: none;
	color: #6f89a2;
	text-decoration: none;
	outline: none;
}
#footer a:hover {
	border: none;
	color: #1b334a;
	text-decoration: none;
}

/* slickfish btn */
#footer a.slickfish {
	height: 30px;
	line-height: 30px;
	border: none;
	color: #fff;
	text-decoration: none;
	outline: none;

	background: url(../images/slickfish-btn.png) no-repeat left 2px;
	display: block;
	margin: 0;
	padding: 0 0 0 46px;
}
#footer a.slickfish:hover {
	border: none;
	border-bottom: none;
	color: #6f89a2;
	text-decoration: none;

	background: url(../images/slickfish-btn-over.png) no-repeat left 2px;
}


