* { font-size: 100%; padding: 0; margin: 0; }		
/* Clears */
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */		
/*Demo Styles*/
.flickr { padding: 0 0 25px 0; display: block;}
.map {padding: 0 30px 30px 30px; display: block;}
p { 
	padding:0 40px 30px 40px; 
	color:#fff; 
	font:14px "Helvetica Neue", "Helvetica", Arial, sans-serif; 
	text-shadow: #000 0px 1px 0px; 
	line-height:200%; 
}
p a { 
	font-size:10pt; 
	text-decoration:none; 
	outline: none; 
	color:#ddd; 
	background:#222; 
	border-top:1px solid #333; 
	padding:5px 8px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px; 
	-moz-box-shadow: 0px 1px 1px #000; 
	-webkit-box-shadow: 0px 1px 1px #000; 
	box-shadow: 0px 1px 1px #000; 
}
p a:hover { 
	background-color:#427cb4; 
	border-color:#5c94cb; 
	color:#fff; 
}

h1 { padding:30px 20px 20px 30px; width: 200px; float: left; }		
h3 { padding:30px 20px 0px 0px; width: 468px; height: 60px; float: right; }

.title { font-weight: bold; margin: 0 0 10px 0; padding: 0; font-size: 16px; display: block; }
			
#content { 
	background:#111; 
	background:rgb(0,0,0); 
	background:rgba(0,0,0,0.75); 
	width:850px; 
	/*height:800px; */
	margin:30px auto; 
	text-align:left; 
}

.plugin-logo {
	float:right;
}
			
.stamp{ float: right; margin: 15px 30px 0 0;}

ul {
	margin: 0 30px;
	padding: 0 0 30px 0;
	display: block;
	text-align: center;
	list-style-type: none;
}

li {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	list-style-type: none;
	color:#fff; 
	font:12px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: bold;
	text-shadow: #000 0px 1px 0px; 
	line-height:200%;
}
li.last {
	margin: 0 0 0 0;
	padding: 0;
}
a:link,
a:visited
 {
	color: #fff;
	text-decoration: none;
}
a:hover,
a:active
 {
	color: #fc6;
	text-decoration: none;
}	
