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

body {
	background-image:url(../images/waderoad.jpg);
	background-attachment:fixed;
}

h1 {
	padding-left:20px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#FFF;
	font-weight:bold;
	font-size:250%;
}

h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding:0px 0px 0px 0px;
	color:#FFF;
}

h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#FFF;
}

/* Attributes for the outer wrapper of all pages */
.wrapper {
	background-image:url(../images/bg-image.png);
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:auto;
	border:#000 1px solid;
}

/* Attributes for all the headers */
.header {
	padding:16px 0px 0px 32px;
	background-image:url(../images/bg-image.png);
	height:96px;
	width:96%;
	border-bottom:#000 1px solid;
}
	
/* Div for the header logo so the upper nav bar is in the correct place */
#logo {
	width:394px;
	height:65px;
	float:left;
}
	
/* Attributes for the upper tabbed nav bar */
#nav {
	margin:0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	clear:both;
}

#nav li {
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:90%;
	font-weight:bold;
}

#nav a {
	float:left;
	display:block;
	margin: 0px;
	padding: 4px 8px;
	color:#000;
	text-decoration:none;
	border: 1px solid #000;
	border-bottom:none;
	background:#CCC;
}

#nav a:hover {
	color:#FFF;
	padding-bottom: 1px;
	background:#FFF url(../images/nav_bg.png) repeat-x bottom left;
}

#nav a:active, body#home #t-home a, body#portfolio #t-portfolio a, body#gallery #t-gallery a, body#links #t-links a  {
	color:#00E;
	border-color:#000;
	background:#FFF;
	cursor:default;
}
/* End attributes for the upper tabbed nav bar */

/* Attributes for all the middle sections */
.middle {
	color:#FFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	width:100%;
	height:auto;
}

.middle a img {
	border:1px #444 solid;
	padding:0;
	margin:10px;
}

.middle a:hover img {
	border:1px white solid;
}

.middleHome {
	width:100%;
	height:auto;
}

.linkLeft {
	float:left;
	width:100px;
	height:auto;
}

.linkRight {
	float:right;
	width:100px;
	height:auto;
}

.innerLeft {
	float:left;
	width:200px;
	height:auto;
}

.innerRight {
	float:right;
	width:200px;
	height:auto;
}

.innerOuterLeft {
	float:left;
	width:400px;
	height:auto;
}

.innerOuterRight {
	float:right;
	width:400px;
	height:auto;
}

.outerLinks {
	padding-top:5px;
	width:800px;
	height:auto;
	clear:both;
}

.outerLinks a img {
	border:1px #444 solid;
	padding:0;
	margin:5px;
}

.outerLinks a:hover img {
	border:1px white solid;
}

.weather {
	clear:both;
	width:800;
	padding:5px 6px 0px 6px;
	height:auto;
	margin:10px 0px;
}

#copy {
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
	clear:both;
	height:auto;
	width:auto;
}

.middleHome h1 {
	font-weight:normal;
	margin:10px 0px 15px 20px;
	font-size:240%;
}
/* End attributes for all the middle sections */

/* Text attributes for the portfolio page */
.portfolio {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#FFF;
}

.portfolio a {
	color:#0DF;
	text-decoration:none;
}

.portfolio a:hover {
	color:#0DF;
	text-decoration:underline;
}
/* End text attributes for the portfolio page */

/* Footer attributes */
.footer {
	clear:both;
	color:#FFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image:url(../images/bg-image.png);
	height:auto;
	min-height:42px;
	width:100%;
	border-top:#000 1px solid;
	font-size:120%;
	padding-top:12px;
}

.footer a {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#BBB;
	text-decoration:none;
}

.footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

#foot {
	text-align:center;
	margin:0 auto;
	padding: 0px;
	list-style: none;
}

#foot li {
	display:inline;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	font-size:100%;
}

/* Footer 'ul' attributes */
#foot a {
	text-decoration:none;
}

#foot a:hover {
	text-decoration:underline;
}

#foot a:active, body#home #f-home a, body#portfolio #f-portfolio a, body#gallery #f-gallery a, body#links #f-links a {
	color:#FFF;
	text-decoration:none;
	cursor:text;
}