/* ---------------------------------------- */
/*   CSS RESETS                             */
/* ---------------------------------------- */
@import url('reset.css');
*:first-child+html {
} 
* html {
}
body{
		background:#9fddf5 url('../images/top-bg.jpg') top center no-repeat;
}
#wrapper{
background:url('../images/bottom-bg.png') bottom repeat-x;
width:100%;
float:left;
}
#container{
	width:950px;
	margin:0 auto;
	text-align:center;
}
#header{
	position:relative;
	width:100%;
	height:347px;
	float:left;
}
#header #logo{
	position:absolute;
	left:0;
	top:75px;
}
#accountPanel{
	position:absolute;
	top:8px;
	right:0;
}
#accountPanel ul li{
	font-family:Arial;
	font-size:12px;
	margin-left:4px;
	float:left;
	text-decoration:none;
}
#accountPanel ul li a{
	color:#02a7e7;
	text-decoration:none;
	font-weight:bold;
}

.facebook a{
	font-family:Arial, Helvetica, Myriad Pro, Tahoma;
	font-size:0.73em;
	font-weight:bold;
}
#accountPanel ul li a:hover{
	color:#0475a1;
}
#accountPanel ul li.separator{
	color:#376272;
}
/* NAVIGATION *//* NAVIGATION */
#navigationContainer{
	position:absolute;
	right:0;
	top:35px;
	float:right;
}
#navigation {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 41px;
	overflow: hidden;
}
#navigation li{	
	float:left;
}
#navigation a,#nav-search,#nav-search-btn{
	display:block;
	background:url('../images/navigation.png') no-repeat;
	padding-top:41px;
	text-decoration:none;
}
#nav-search,#nav-search-btn{
	display:none;
	padding-top:0;
	padding-bottom:36px;
}
#nav-search-btn{
	padding:0;
	height:36px;
	width:30px;
}
#navigation li #nav-home{
	width:70px;
}
#navigation li #nav-home:hover{
	background-position:0px -42px;
}
#navigation li #current-nav-home{
	width:70px;
	background-position:0px -84px;
}
#navigation li #nav-map{
	background:url('../images/map-menu.png');
	width:50px;
}
#navigation li #nav-map:hover{
	background-position:0px -42px;
}
#navigation li #current-nav-map{
	background:url('../images/map-menu.png');
	width:50px;
	background-position:0px -84px;
}
#navigation li #nav-articles{
	background-position:-70px 0px;
	width:71px;
}
#navigation li #current-nav-articles{
	background-position:-70px -84px;
	width:71px;
}
#navigation li #nav-articles:hover{
	background-position:-70px -42px;
}
#navigation li #nav-petition{
	width:73px;
	background-position:-141px 0px;
}
#navigation li #current-nav-petition{
	width:73px;
	background-position:-141px -84px;
}
#navigation li #nav-petition:hover{
	background-position:-141px -42px;
}
#navigation li #nav-contest-rules{
	width:108px;
	background-position:-214px 0px;
}
#navigation li #current-nav-contest-rules{
	width:108px;
	background-position:-214px -84px;
}
#navigation li #nav-contest-rules:hover{
	background-position:-214px -42px;
}
#navigation li #nav-entries{
	width:65px;
	background-position:-322px 0px;
}
#navigation li #current-nav-entries{
	width:65px;
	background-position:-322px -84px;
}
#navigation li #nav-entries:hover{
	background-position:-322px -42px;
}
#navigation #nav-search{
	position:relative;
	width:141px;
	background-position:-387px 0px;
}
#navigation #nav-search input{
	position:absolute;
	top:10px;
	right:0;
	font-size:11px;
	width:124px;
	height:13px;
	border:1px solid #fff;
}
#navigation #nav-search-btn{
	width:48px;
	background-position:-527px 0px;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
}
#navigation #nav-search-btn:hover{
	background-position:-527px -42px;
}

/* END OF NAVIGATION */
#content{
	background:#f0faff url('../images/cloud-bottom.jpg') bottom center no-repeat;
	width:910px;
	border:1px solid #fff;
	float:left;
	padding:20px;
	padding-bottom:30px
}
#footer{
	background:url('../images/footer.jpg') bottom center no-repeat;
	float:left;
	height:291px;
	text-align:center;	
	width:100%;
}
#footerContent{
	height:291px;
	padding-right:1px;
	position:relative;
}
#footerContent ul{
	position:absolute;
	bottom:15px;
	right:0;
}
#footerContent ul li  {
font-family:Verdana;
font-size:12px;
float:left;
margin-left:4px;
color:#cde6f6;
}
#footerContent ul li a{
color:#fff;
font-weight:bolder;
margin:0.9em 0 0;
width:100px;
}
#submitEntry{
	position:absolute;
	top:96px;
	right:58px;
}
#smokeSpawnPoint{
	position:absolute;
	top:174px;
	right:319px;
	width:17px;
	height:1px;
}
#article-wrapper{
	width:596px;
}
.article{
background:url('../images/article-bg.png') top center no-repeat;
width:240px;
border:1px solid #99b6c8;
border-bottom:1px solid #cde6f6;
float:left;
padding:20px;
margin-right:32px;
margin-bottom:32px;
}

.twitterwidget{
background:none;
width:auto;
float:left;
padding-left:10px;
margin-right:0;
margin-bottom:32px;
}
.right{
float:left
}
.left{
float:left;
width:100%;
}
.photo{
background:none repeat scroll 0 0 white;
border:1px solid #90B5CA;
float:left;
height:123px;
width:100%;
margin:0 auto;
margin-bottom:20px;

text-align:center;
}
div.article div.right h3 {
color:#4A6577;
font-family:arial;
font-size:18px;
line-height:20px;
text-align:left;
}
div.article div.right span.name {
color:#0089E1;
float:left;
font-family:arial;
font-size:11px;
font-weight:900;
padding-top:0.8em;
}
div.article div.right span.date {
color:#E34248;
float:right;
font-family:arial;
font-size:11px;
font-weight:900;
padding-right:0.5em;
padding-top:0.8em;
}
div.article div.right p {
color:#69879A;
float:right;
font-family:arial;
font-size:11px;
line-height:14px;
padding-right:0.5em;
padding-top:0.8em;
text-align:justify;
}
div.article div a {
color:#4A6577;
float:right;
font-family:arial;
font-size:10px;
font-weight:bold;
margin-top:0.7em;
}
.last-article{margin:0;margin-bottom:32px;}
#article-wrapper{float:left}

div.article div a {
color:#4A6577;
float:right;
font-family:arial;
font-size:18px;
font-weight:bold;
margin-top:0.7em;
}

#right-ads{
    width:300px;
    background:#f5f7d3 url('../images/seobg.png') no-repeat;
}
#right-ads p{
    padding:0px 20px;
    padding-top:10px;
    padding-left:26px;
    font-size:12px;
    text-align:left;
    color:#555;
    font-style:Georgia;
    letter-spacing:1px;
    font-style:Italic;
    line-height:17px;
}
#right-ads p:first-letter{
    font-weight:bold;
    font-size:300%;    
    padding:5px 5px;
    padding-top:3px;
    padding-right:2px;
    margin-right:3px;
    float:left;
}
.opl{
    color:#e48138;
    font-weight:bold;
    cursor:pointer;
}
