/* globals */
html, body { 
	margin:0; 
	padding:0;
	color:#FFF;
	font:14px Arial, Helvetica, sans-serif;	
	background:#212121 url(../pics/Feather.jpg) no-repeat fixed 50% 0;	
	text-align: center;	
	height:100%; /* needed for container min-height */

} 
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto;
	width:1025px;
}
#contactbox {
	text-align: right;
	background:url(../pics/Contact.png) no-repeat 100% 0;	
	width: 100%;
	height: 35px;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 35px;	
}
#contact {
	padding-right: 30px;
}
#contact a{
	color:#FFF;
	padding:0;
	text-decoration: none;
}
#contact a:hover{
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid white;
}
#navcontainer {
	background:url(../pics/Topnav.png) no-repeat;	
	width: 100%;
	height: 56px;
	margin-top: 30px;
	line-height: 56px;
}
#navcontainer .likethis{
	background:url(../pics/bg-likethis.png) no-repeat;	
	width: 265px;
	height: 38px;
	margin: 10px auto 10px auto;
	line-height: 56px;	
}
.floatCapital {
	float: left;
	font-weight: bold;
	margin: 0 3px 3px 0;
	font: 25px "Times New Roman", Times, serif;	
	border:  1px dotted white;
	padding: 3px;
}
.input { 
	background:url(../pics/inputBg.png) repeat-x;
	margin: 0; 
	padding: 3px; 
	width: 165px; 
	border: 1px solid #888; 
	color: #808080;
}
.button { 
	margin: 0; 
	padding: 0;
	width: 70px; 
	border: 0;
	color: #FFF; 
	background-color:transparent;
}
#logo h1 {
	text-align: left;
	margin-left: 20px;
	margin-top:10px;
	font-size: 14px;
	font-weight: normal;
}
#search {
	margin-right: 20px;
	margin-top:15px;	
}
/* Navigation */
#navigationbox{
	background:url(../pics/Navigation.png) no-repeat;	
	width: 100%;
	height: 40px;
	margin-top: 10px;
	line-height: 40px;
}
#nav{
	margin:0 0 16px;
	padding: 5px 0 0 20px;
	list-style:none;
	width:100%;
}
#nav:after{
	content:"";
	display:block;
	clear:both;
}
#nav li{
	float:left;
	margin:0 18px 0 0;
}
#nav li:hover,
#nav li.hover{
	position:relative;
	z-index:5;
}
#nav li:active,
#nav li.active{
	position:relative;
	z-index:5;
}
#nav li:hover div,
#nav li.hover div{display:block;}
#nav li:active div,
#nav li.active div{display:block;}
#nav li a{
	float:left;
	background:url(../pics/buttonLeft.png) no-repeat;
	height:30px;
	margin:0 10px 0 0;
	line-height:30px;
	padding:0 0 0 22px;
	color: #ededed;
	text-decoration:none;
}
#nav li:hover a,
#nav li.hover a{
	background-position:0 -30px;
	text-decoration:none;
	color: #999;	
}
/* Active */
#nav li:active a,
#nav li.active a{
	background-position:0 -30px;
	text-decoration:none;
	color: #999;	
}
#nav li a span{
	float:left;
	padding:0 22px 0 0;
	height:30px;
	position:relative;
	margin:0 -9px 0 0;
	background:url(../pics/buttonRight.png) no-repeat 100% 0;
	cursor:pointer;
}
#nav li:hover span,
#nav li.hover span{background-position:100% -30px;}
#nav li:active span,
#nav li.active span{background-position:100% -30px;}
/* Navigation */
#contentbox {
	position:relative; /* needed for footer positioning*/
	width: 100%;
	margin-top: 40px;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
}
#maincontent {
	float: left;
	background:url(../pics/HeaderBg.png) no-repeat;	
	width: 705px;
	height: 42px;
	line-height: 42px;
}
#maincontent h2{
	margin: 0 0 0 20px;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
#content {
	float: left;
	width: 650px;
	margin: 25px 20px 30px 20px;
	text-align: left;
	line-height: 20px;
}
#content a{
	color:#FFF;
	padding:0;
	text-decoration: none;
}
#author {
	margin-top: 10px;
	text-align: right;
}
hr {
	margin: 20px 0 20px 0;
	height: 0;
	border-bottom: 1px dotted #FFF;
} 
#sidebar {
	float: right;
	background:url(../pics/SidebarBg.png) no-repeat;	
	width: 274px;
	height: 42px;
	line-height: 42px;
	margin-bottom: 100%;
}
#sidebar h3{
	margin: 0 0 0 20px;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
h4{
	background:url(../pics/SidebarBg.png) no-repeat;	
	width: 274px;
	height: 42px;
	padding: 0 0 0 20px;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
#incolor {
	margin: 0;
	float: right;
	width: 260px;
	padding: 5px;
	text-align: justify;
	line-height: 20px;
}
a.populairTags {
	padding: 3px;
	color: #FFF;
	text-decoration: none;
}

a.populairTags:hover {
	background: #535353;
	color: #FFF
}
a.pagelink {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
/* photos */
.photos
{
	float: left;
	margin: 8px 8px 8px 8px;
	padding: 0;
}

.image {
	padding: 8px;
	background: #999;
	border: 1px solid #FFF;
	font-size: 13px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal;
	color: #344643;
}

.eCard {
	padding: 10px;
	background: #F7F7F7;
	border: 1px solid #D1DABA;
	font-family: Georgia, Times, serif;
	font-size: 13px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal;
	color: #344643;
}

.Red { 
	color: #FF0000;
	text-decoration: none;
}
hr.clear {
	display:block; 
	height:20px; 
	clear:both; 
	visibility:hidden; 
	margin-bottom:10px;
} 
hr.clearleft {
	display:block; 
	height:20px; 
	clear:left; 
	visibility:hidden; 
	margin-bottom:10px;
}  
.floatphoto {
	float: left;
	margin: 0 20px 50px 0;
	padding: 10px;
	background: #F7F7F7;
	border: 1px solid #D1DABA; 
}
#Footer{
	position:absolute;
	bottom:10px; /* stick to bottom */
	clear:both; 
	background:url(../pics/Footer.png) no-repeat;	
	width: 100%;
	height: 42px;
	margin-top: 10px;
	line-height: 42px;
	color: #FFF;
}
#credits {
	float: right;
	line-height: 42px;
	margin-right: 20px;
}
#credits a{
	color:#FFF;
	padding:0;
	text-decoration: none;
}
#credits a:hover{
	text-decoration: none;
	padding-bottom: 0.5px;
	border-bottom: 1px solid white;
}
#copyright {
	text-align: left;
	margin-left: 20px;
	font-size: 14px;
	font-weight: normal;
}
#copyright a{
	color:#FFF;
	padding:0;
	text-decoration: none;
}
#copyright a:hover{
	text-decoration: none;
	padding-bottom: 0.5px;
	border-bottom: 1px solid white;
}
/* banners */
#AdBanners {
	margin: 5px 0 0 0;
	padding: 2px 2px 2px 2px;
	border: 1px dotted #666;
}

#AdBanners:hover {
	border: 1px dotted #CCC;
	background:#666;
}
/* banners */
.inputform { 
	margin: 0; 
	padding: 3px; 
	width: 200px; 
	border: 1px solid #888; 
	background: #4e4e46;
	color: #FFF;
}
.textarea { 
	width: 404px; 
	height: 80px;
	padding: 3px; 
	border: 1px solid #888; 
	background: #4e4e46;
	color: #FFF;
}
.buttonform { 
	margin: 0; 
	padding: 0;
	width: 180px; 
	border: 1px solid #FFF; 
	background: #5e928c;
	color: #FFF;
}
.small{
	font-size: 12px;
	font-style: italic;
}
