@charset "iso-8859-1";
/* stylesheet for East Coast Paddlers */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url("images/3kayaks-fade.png");
	background-repeat: no-repeat;
}

/* style general text, headings, links, etc. */

h1, h2, h3, h4, h5 {
	font-family: serif;
	font-weight: 500;
}

h3 {
	font-size: 1.1em;
	background-color: #399;
	background-image: -moz-linear-gradient(100% 100% 90deg, #5ff, #399);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#399), to(#5ff));
/* IE gradient */   
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5ff,endColorstr=#399);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5ff,endColorstr=#399)";
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;   
	width: 96%;
	color: #026;
	font-variant: small-caps;
	text-shadow: 1px 1px 2px #444;
	padding: 6px 0 6px 6px;
	margin-top: 0;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #830;
	width: 100%;
	border-bottom: 1px #830 solid;
}

h5 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}

hr {
	border: 2px #ddd solid;
}

a:link {
	color: #055; 
	text-decoration: none; 
	}
	
a:visited {
	color: #055; 
	text-decoration: none; 
	}
	
a:hover {
	color: #830; 
	text-decoration: underline; 
	}

a:active {
	color: #6C0; 
	text-decoration: none; 
	}
	
p, li, dd, dt {
	font: 0.8em Verdana, Helvetica, Arial, sans-serif;
	color: #000;
}

dt {font-weight: bold;}

/* style the containers */

#wrapper {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-image: url("images/3kayaks-fade.png");
	background-repeat: no-repeat;
}

#header {
	width: 860px;
	margin: 0 auto;
	background-image: url("images/3kayaks-fade.png");
	background-repeat: no-repeat;	
}

#pagetitle {
	text-align: right;
	float: right;
	margin: 20px 20px 0 0;
	vertical-align: middle;
}

#logo {
	float: right;
}

#pagetitle h1 {
	color: #830;
	margin-bottom: 0.5em;
	font-size: 3em;
	text-shadow: 4px 4px 8px #444;	
}

#pagetitle h2 {
	color: #830;
	margin-top: 0.5em;
	font-style: italic;
	text-shadow: 2px 2px 2px #444;
}

#topmenu {
	width: 100%;
	height: 34px;
	background-color: #399;
   background-image: -moz-linear-gradient(100% 100% 90deg, #5ff, #399);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#399), to(#5ff));
/* IE gradient */   
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5ff,endColorstr=#399);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5ff,endColorstr=#399)";
	padding: 14px 0 0 0;
	clear: both;
	margin: 0;
}

#container {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#page {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

#path {
	width: 760px;
	font-size: 0.9em;
	color: #883300;
	background-color: #ddd;
	margin: 0 auto;
}

#path p {
	padding: 2px 0 2px 10px;
	margin: 0;
}

#shout {
	width: 100%;
}

#sidebar1 {
	width: 160px;
	float: left;
	padding: 0 0 20px 0 ;
	margin: 0 ;
	border-right: 2px #ddd solid;
	background-color: #fff;
}

#main {
	width: 430px;
	float: left;
	padding-bottom: 20px;
	margin: 0px 10px;
}

#sidebar2 {
	width: 341px;
	float: left;
	padding: 0 0 20px 5px;
	margin: 0 ;
	background-color: #fff;
	border-left: 2px #ddd solid;
}

#article {
	width: 589px;
	padding: 0;
	padding-left: 4px;
	margin: 0 0 0 5px;
	float: left;
}

#article ul {
	margin-left: 0;
	padding-left: 0;
}

#article li {
	list-style: none;
	padding: 4px 10px 4px 10px;
	background-color: #ddd;
	margin: 4px;
}

#footer {
	width: 100%;
	background-color: #399;
	background-image: -moz-linear-gradient(100% 100% 90deg, #5ff, #399);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#399), to(#5ff));
/* IE gradient */   
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5ff,endColorstr=#399);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5ff,endColorstr=#399)";
	padding: 14px 0 3px 0;
	clear: both;
	margin: 0;
	text-align: center;
}

#contact {
	width: 600px;
	margin: 0 auto;
	color: #fd6;
	margin-bottom: 5px;
}

/* style the top and bottom menu bars */

.menubar {
	text-align: center;
}

.menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menubar li {
	display: inline;
	width: 120px;
	padding: 6px;
	border: 1px #399 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -moz-linear-gradient(100% 100% 90deg, #399, #5ff);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5ff), to(#399));
/* IE gradient */   
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5ff,endColorstr=#399);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5ff,endColorstr=#399)";	
}

.menubar li a {
	font: 1.2em Verdana, Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-shadow: 2px 2px 2px #444;
	text-decoration: none;
}

.menubar a:link {
	color: #fff900;
}

.menubar a:visited {
	color: #fff900;
}

.menubar a:hover {
	color: #775500;
}

.menubar a:active {
	color: #dddddd;
}

.posted {
	font-style: italic;
	color: #399;
	font-size: 0.7em;
}

.readmore {
	font-style: italic;
}

.photofloat {
	float: right;
	background-color: #eee;
	border: 1px #aaa solid;
	margin: 4px;
}

.photofloat img {
	border: 1px #aaa solid;
	margin: 4px;
}

/* style the vertical menu */

.links {
	text-align: left;
}

.links ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 160px;
}

.links a {
	font-size: 1em;
	display: block;
	padding: 2px;
	text-decoration: none;
}

.links a:link {
	background-color: #eee;
	border: 1px #ddd ridge;
}

.links a:visited {
	background-color: #eee;
	border: 1px #ddd ridge;
}

.links a:hover {
	background-color: #ccc;
	border: 1px #ddd outset;
}

.links a:active {
	background-color: #ccc;
	border: 1px #ddd inset;
}

.albumlist {
	margin-left: 0;
}

.albumlist li {
	padding: 4px 10px 4px 10px;
	margin: 4px 0 4px 0;
	background-color: #eee;
	list-style: none;
}

.pullquote {
	border-top: 4px #ccc solid;
	border-bottom: 4px #ccc solid;
	float: right;
	width: 40%;
	margin-left: 20px;
}

.pullquote p {
	font-style: italic;
	color: #830;
}

.pullquote h4 {
	border: 0;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
}