/*
Name	:	super windy!
Author	:	Aaron Martin
Year	: 	2008
*/

html {
/*	background: url(bg-superwindy.jpg) no-repeat left top; */
	background-color: #f5f1eb;
	}
	
body {
	color: #6e6c6a;
	font-family: Helvetica;
	font-size: 11px;
    height: 99%;
	margin: 0;
	}

hr {
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid #c7c4bf;
	height: 0px;
	margin: 10px 0px;
	}



/* ______  LINKS AND TEXT  ___________________________ */

a {
	color: #404e24;
	}

a:link, a:visited {
	color : #404e24;	
	text-decoration: none;
	}

a:hover {
	color: #404e24 !important;
	text-decoration: underline;
	}

a.active {
	color: #404e24 !important;
	font-weight: bold;
	}

.feedTitle {
	padding-bottom: 10px;
	font-weight: bold;
	}	

.feedDate {
	padding-bottom: 10px;
	font-weight: bold;
	}

.feedEnd {
	display: block;
	}

#feedResults a {
	text-decoration: underline !important;
	}	

.blue {
	background: none !important;
	color: #1a1a1a !important;
	}

a.blue {
	background: none !important;
	color: #1a1a1a !important;
	}

img.blueimg  {
	display: none;
	}



/* ______  DIVS LAYOUT  ______________________________ */


#adminBox {
	z-index: 9004;
	}

#wrap-top {
	position: fixed;
	top: 0;
	left: 0;
	height: 7px;
	width: 100%;
	background: white;
	z-index: 9000;
}

#wrap-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 7px;
	width: 100%;
	background: white;
	z-index: 9001;
}

#wrap-left {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 7px;
	background: white;
	z-index: 9002;
}

#wrap-right {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 7px;
	background: white;
	z-index: 9003;
}

#siteinfo {
	color: #404e24;
	line-height: 1.3;
	}

#wrapper {
	margin: 20px;
	}
#wrapper b, #wrapper strong {
	font-weight: bolder;
}	
#wrapper a {
	color: #1a1a1a !important;
	}
#bigimageNav {
	padding-bottom: 10px;
	}
#loginBox {
	margin-top: -8px;
	}

#list {	
	margin-top: -4px;
	}

	#list .list-item .list-name a:hover {
		background-color: #404e24 !important;
		border-bottom: 0px solid !important;
		color: #727c5e !important;
		text-decoration: none !important;
		}

.list-image img {
	display: none;
	}

#leftColumn {
    width: 250px;
    overflow: auto;
    margin-top: 0;
    margin-left: 0;
    background-color: transparent;
	}

#rightColumn {
    position: absolute;
    margin: 0 0 0 300px;
    top: 12px;
	}

#rightColumn a {
	text-decoration: underline;
 	}

#rightColumn img a {
	text-decoration: none;
	}

/*#rightColumn img {
	background-color: #fff;
	border: 1px solid #dcd8d3;
	padding: 4px;
	}*/		

#path {}

#footer {
	background-color: #ffffff;
	bottom: 20px;
	color: #404e24;
	left: 20px;
	padding: 10px;
	position: fixed;
	width: 230px;
	}

#note {
	color: #404e24;
	font-family: 'Helvetica Neue', Helvetica, Arial !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 22px;
	margin-bottom: 20px;
	width: 700px;
	word-spacing: -2px;
	}

	#note a {
		font-size: 22px !important;
		text-decoration: none !important;
		border-bottom: 1px solid #1a1a1a;
		}

	#note p a,
	#note p + p a {
		color: #ad5107 !important;
		font-size: 12px !important;
		font-weight: bold;
		text-decoration: underline;
		}

	#note p {
		color: #333333;
		font-family: 'Helvetica Neue', Helvetica, Arial !important;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0px;
		line-height: 1.5em;
		margin: 0px;
		word-spacing: 0px;
		}

	#note p + p {
		text-indent: 1em;
		}

#tags {
	margin-top: 8px; 
	}
#logo {
	padding-bottom: 10px;
	}
#images {
	margin-top: 4px;
	}
#imagesBox {
	float: left;
	margin-right: 40px;
	margin-bottom: 50px;
	}
#imageDesc {
	text-align: center;
	margin-top: 10px;
	margin-bottom: -30px;
	}
#imageBigDesc {
	margin-top: 10px;	
	}
#imageBigDescLong {
	margin-top: 10px;
	width: 500px;
	}
#feed-0 {
	width: 430px;
	float: left;	
	}
#feed-1 {
	width: 400px;
	float: left;	
	}
#column {
	width: 250px;
	padding-right: 20px;
	float: left;
}

.clear {
	clear: both;
	}


