/*	 -----------------------------------------------------------------------
	 CSS Stylesheet for newportedition.com - v2 // Dune //
 
	 Copyright (c) 2007 ebbflow
	 http://www.ebbflow.co.uk
	 
	 ----------------------------------------------------------------------- */


html {
		margin: 0;
		padding: 0;
	}

body {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		background: #1a1a1a url(/a/img/global/bg.gif) fixed no-repeat top center;
		color: #999;
		margin: 0;
		padding: 0;
		text-align: center;
	}

body#imageFull {
	background-image: none;
	margin-top: 40px;
}


#tails {
	background: url(/a/img/global/tails.gif) no-repeat 0 0;
	width: 129px;
	height: 190px;
	position: absolute;
	left: -128px;
	top: 61px;
}
/*	 ----------------------------------------------------------------------- */
/*	 Generics																												 */

.clearFix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
/* End hide from IE-mac */

.clearBoth {
	clear: both;
	}

.offScreen {
	margin-left: -5000px;
	position: absolute;
}

span.flow {
	color: #87b200;
	font-weight: bold;
}

span.emph {
	color: #e5e5e5;
	font-size: 1.1em;
	font-weight: bold;
}

/*	 ----------------------------------------------------------------------- */
/*	 Structure																											 */

#wrapper {
	font-size: 1em;
	width: 680px;
	margin:0 auto;
	text-align: left;
	background: url(/a/img/global/wrapper.gif) repeat-y 0 0;
}

#header {
	position: relative;
	height: 81px;
	background: url(/a/img/global/header.gif);
	margin-bottom: 0px;
}

#header ul#banners {
	margin: 0px;
	padding: 10px;
	list-style-type: none;
}
#header ul#banners li {
	float: left;
	margin-right: 10px;
}
#header ul#banners li img {
	border: 0;
}

a:link, a:visited {
	color: #444;
	text-decoration: none;
}
a:hover, a:active {
	color: #87b200;
}


ul#nav {
	width: 678px;
	margin: -2px 0 0 1px;
border-top: 2px solid #000;
	padding: 0;
	list-style-type: none;
	height: 27px;
	background: #F3F1E9 url(/a/img/global/nav/bg.gif) repeat-x 0 0;
}
	
	ul#nav li {
		font-weight: bold;
		float: left;
		width: 75px;
	}

	ul#nav li#home,
	ul#nav li#home a {
		background: url(/a/img/global/nav/home.gif) 0 0 no-repeat;
	}

	ul#nav li#forum,
	ul#nav li#forum a {
		background: url(/a/img/global/nav/forum.gif) 0 0 no-repeat;
	}

	ul#nav li#features,
	ul#nav li#features a {
		background: url(/a/img/global/nav/features.gif) 0 0 no-repeat;
	}

	ul#nav li#gallery,
	ul#nav li#gallery a {
		background: url(/a/img/global/nav/gallery.gif) 0 0 no-repeat;
	}

	ul#nav li#events,
	ul#nav li#events a {
		background: url(/a/img/global/nav/events.gif) 0 0 no-repeat;
	}

	ul#nav li#links,
	ul#nav li#links a {
		background: url(/a/img/global/nav/links.gif) 0 0 no-repeat;
	}

	ul#nav li#clubMeet,
	ul#nav li#clubMeet a {
		background: url(/a/img/global/nav/clubMeet.gif) 0 0 no-repeat;
	}

		ul#nav li#home a:hover,
		ul#nav li#forum a:hover,
		ul#nav li#features a:hover,
		ul#nav li#gallery a:hover,
		ul#nav li#events a:hover,
		ul#nav li#links a:hover,
		ul#nav li#clubMeet a:hover {
			background-position: 0 -27px;
		}

	ul#nav li#rss {
		float: right;
		border-right: 0;
		border-left: 1px solid #e3e1d8;
		width: 8em;
	}
	
	ul#nav li a {
		display: block;
		text-decoration: none;
		height: 27px;
		width: 75px;
		color: #444;
		text-align: center;
	}

	ul#nav li a:hover {
		background: #FAF8ED;
		color: #87b200;
	}

	ul#nav li.selected a {
		background: #FAF8ED;
		color: #87b200;
	}
	
	#inner {
		width: 690px;
		wid\th: 670px;
		padding: 0 0 0 10px;
	}
	
	.post {
		margin-bottom: 50px;
	}

	.post p {
		font-size: 1.1em;
		line-height: 1.2em;
	}

	.post img {
		display: block;
		border: 0;
		margin: 10px auto;
	}
	h2 {
		color: #87b200;
		letter-spacing: -1px;
		font-size: 1.8em;
		font-weight: normal;
		margin-top: 20px;

	}

	.post h2 {
		font-family: "lucida grande", arial, helvetica, sans-serif;
		padding-bottom: 5px;
		border-bottom: 1px solid #3a3a3a;
	}

	.sticky h2 {
		padding: 0;
		margin: 0 0 -10px 0;
		font-size: 1.4em;
	}
		
	.sticky {
	background: #2a2a2a;
	padding: 10px;
	margin: 2px 0;
	}

	div.feature p {
		font-size: 1.1em;
	}


	h3 {
		font-size:1.4em;
		font-weight: normal;
		letter-spacing: -1px;
		margin-top: 25px;
	}
	
	span.date {
		color: #d2d2d2;
		font-size: 0.9em;
	}
	
	
	#page {
		float: left;
		padding-top: 16px;
		width: 440px;
	}

	#page p {
		font-size: 1.1em;
		line-height: 1.5em;
	}

	#page a {
		color: #87b200;
	}

	#page h2 a {
		color: #87b200;
	}
	#sideBar {
		margin-right: 2px;
		width: 201px;
		float: right;
	}
	
	
	
	
	ul#pageNav {
		width: 201px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		background: #2a2a2a;
		font-size: 1em;
		margin-bottom: 25px;
	}

		ul#pageNav li {
			border-top: 1px solid #3a3a3a;
		}

		ul#pageNav li.gallery {
			text-align: center;
			padding: 10px 0;
			float: none;
		}

		ul#pageNav li.title {
			display: block;
			padding-left: 10px;
			border: 0;
			text-decoration: none;
			line-height: 1.8em;
			font-size:1em;
			font-weight: bold;
			text-transform: uppercase;
			color: #87b200;
		}

		ul#pageNav li a {
			display: block;
			padding-left: 10px;
			text-decoration: none;
			line-height: 1em;
			padding-top: 3px;
			padding-bottom: 3px;
			color: #b2b2b2;
		}
		
		

		ul#pageNav li a:hover {
			background: #1a1a1a;
			color: #87b200;
		}

		ul#pageNav li.selected {
			display: block;
			padding-left: 10px;
			text-decoration: none;
			line-height: 1.6em;
			color: #444;
			background: #1a1a1a;
			color: #87b200;
		}

		ul#pageNav li img {
			display: block;
			margin: 0 auto;
		}

	
	
		dl#feeds {
			list-style-type: none;
			padding: 0;
			margin-left: 20px;
			font-size: 1.1em;
		}

		dl#feeds dt {
			background: url(/a/img/global/feedIcon.gif) no-repeat 0 50%;
			padding-left: 20px;
			line-height: 1.6em;
			font-size: 1em;
			font-weight: bold;
		}

		dl#feeds dd {
			padding-top: 3px;
			margin-bottom: 10px;
		}


.crumbs,
.crumbs a {
	color: #ccc;
}
.crumbs {
	color: #ccc;
}


.photo {
	text-align: center;
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 5px;
	background: #000;
}
.photo img {
	border: 1px solid #fff;
}
ul.wrap {
	margin: 100px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.wrap li {
	float: left;
	width: 106px;
	border: 1px solid #fff;
	height: 100px;
}

.postFooter {
	font-size: 0.8em;
	margin-top: 25px;
	padding-top: 5px;
	border-top: 1px solid #666;
}

/* Features */

.feature {
	margin-bottom: 50px;
}

.feature p {
	font-size: 1.1em;
	line-height: 1.2em;
}

.feature img {
	display: none;
}

.feature h2 {
	font-family: "lucida grande", arial, helvetica, sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px solid #3a3a3a;
	margin-bottom: 0px;
}


div.feature img.left {
	display: block;
	float: left;
	margin-top: 10px;margin-right: 10px;
}


/* gallery */
table {
	font-size: 1em;
}
table a {
	font-weight: normal;
}
th {
	font-weight: normal;
	text-align: left;
}
td {
	font-weight: normal;
}


/* Comments */
.commentbox {
color: #f1f4f0;
background: #202020;
padding: 5px;
margin: 0 0 10px 0;
}

.commentbox h4 {
	font-weight: normal;
	margin-bottom: -10px;
}
.mycommentbox {
color: #333;
background: #ccc;
background-repeat: no-repeat;
font: 11px/1.5em 'trebuchet ms',verdana, arial, helvetica, sans-serif;
padding: 10px 5px 5px 5px;
margin: 0 0 10px 0;
}
.commentdate {
text-align: right;
color: #666;
margin-top: 5px;
font: 9px/1.5em verdana, arial, helvetica, sans-serif;
}

/* Events */
.event {
	border-bottom: 1px solid #1a1a1a;
	padding-bottom: 5px;
	margin: 5px 0;
}
div.event a {
	color: #fff;
	padding: 5px 10px;
	display: block;
}
div.event a:hover {
	background: #1b1b1b;
	color: #87b200;
}
input.textBox {
	width: 135px;
}
textarea {
	width: 440px;
}