/* CSS Document */

@import "colors.css";

html, body{
	margin: 0;
	padding: 0;	
	min-height: 100%;
	height: 100%;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
}

p{
	margin: 0;
	padding: 0;
}

img{
	margin: 0;
	padding: 0;
	border: none;
}

a{
	text-decoration: none;
}

.clearer{
	clear: both;
}

input{
	margin: 0;
	padding: 0;
}

input.text{
	background: #ededed;
	border: 1px solid #6e6e6e;
	margin: 0;
	padding: 0;
}

textarea{
	background: #ededed;
	border: 1px solid #6e6e6e;
	margin: 0;
	padding: 0;
	overflow: auto;
}

select{
	background: #ededed;
	border: 1px solid #6e6e6e;
	margin: 0;
	padding: 0;
}

form{
	margin: 0;
	padding: 0;
}

.btn-float-right{
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
}

.btn-float-right img{
	float: right;
}

.btn{
	display: inline;
	float: right;
	margin: 10px;
	height: 22px;
}

.btn a{
   text-decoration: none;
   color: #fff;   
   font-size: 0.9em;
   font-weight: bold;
}

.btn-left{	
   height: 22px;
   float: left;
   width: 3px;
   margin: 0;
   overflow: hidden;
}

.btn-right{
   height: 22px;
   float: left;
   width: 3px;
   margin: 0;
   overflow: hidden;
}

.btn-middle{
   margin: 0;
   padding: 3px 7px 0;
   float: left;
   height: 22px;   
   background: url(../images/btnMiddle.gif) repeat-x top left;
}

.boxHeader{
	display: block;
	padding-right: 7px;
	margin: 0 0 15px 0;
	height: 14px;
}

.boxHeader-home,
.boxHeader-right{
	margin: 0;
}

.boxHeader h4{
	display: block;
	margin: 0;
	padding: 0 5px 1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-align: right;
}

.boxFooter{
	display: block;
	margin: 1px;
	padding: 0;
	float: left;
	height: 14px;
	background: #8a8a8a;
}

#banner1{
	float: right;
	width: 400px;
	height: 40px;
	margin: 10px 10px 10px 0;
}

#banner2{	
	width: 160px;
	height: 482px;
	margin: 5px 0;
}

#top{
	height: 30px;
	background: #1a1a1a url(../images/navBackground.gif) top left repeat-x;
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
}

#top-small{
	height: 25px;
	background: #1a1a1a url(../images/navBackground.gif) top left repeat-x;
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
}

#head{
	width: 853px;
	margin: 0 auto;
}

#head h1{
	margin: 2px 0 0 93px;
	position: absolute;
	height: 20px;
}

#pad{	
	min-height: 100%;
	z-index: 1;
	position: relative;
	margin: -42px 0 -39px;
	padding: 0;
}

* html #pad {
	height: 100%;
}

#wrapper{
	padding: 30px 0 37px;
	display: block;
	margin: 0;
}

/*---- main nav styles ---------*/

#mainNav{
	float: right;
}

	/*--- unactive button ---*/
a.btn{
   text-decoration: none;
   color: #fff;
   height: 25px;
   margin: 5px 0 0;
   float: left;
   padding: 0;
   overflow: hidden;
   cursor: pointer;
}

a.btn img.btn-left{	
   height: 25px;
   float: left;
   width: 3px;
   margin: 0;
}

a.btn img.btn-right{
   height: 25px;
   float: left;
   width: 8px;
   margin: 0;
}

a.btn span.btn-middle{
   margin: 0;
   padding: 6px 10px 0;
   float: left;
   height: 25px;
   background: url(../images/btnNavMiddle.gif) left top repeat-x;
   font-weight: bold;
}

	/*---- hover/active button ------*/
a.btn:hover,
a.btn-selected{
   height: 20px;
   margin: 10px 0 0;
   float: left;
   padding: 0;
}


a.btn:hover img.btn-left,
a.btn:hover img.btn-right,
a.btn-selected img.btn-left,
a.btn-selected img.btn-right{
	visibility: hidden;
}

a.btn:hover img.btn-left,
a.btn-selected img.btn-left{
	width: 0px;
}

a.btn:hover span.btn-middle,
a.btn-selected span.btn-middle{
	background: url(../images/navBackground.gif) left top repeat-x;	
	height: 14px;
	margin: 0;
	padding: 3px 10px 3px 13px;
}

/*--- h1 -> logo ---*/
h1{
	margin: 2px 0 0;
	padding: 0;
	float: left;
	display: inline;
}
	
#header{
	margin: 0;	
	padding: 0;
	display: block;
	background: #484848;
}

/*---- banner styles --*/
#banner{
	width: 853px;
	margin: 10px auto 0;
	height: 60px;
	background: #fff;	
}

#banner.small{
	margin: 0px auto 0;
}

#banner h1{
	position: absolute;
	margin: 0;
}

.columns{
	width: 853px;
	margin: 0 auto;
}

.left-column{
	width: 686px;
	float: left;
	margin: 0;
	padding: 0;
	min-height: 590px;
}

.home-top{
	min-height: 178px;
}

.right-column{
	width: 160px;
	float: left;
	margin: 0 0 0 7px;
}

/*--- SLideshow and Search styles --- */

#slideshow{
	background: #868484;
	margin: 5px 0;
	display: block;
	padding: 0;
	height: 168px;
	width: 681px;
}

#searchBox{
	margin: 5px 0;
	display: block;
	padding: 2px;
	height: 100px;
	color: #fff;
	font-size: 1.1em;
}

#searchBox input.text{
	width: 140px;
	height: 15px;
	font-size: 1.2em;
	margin: 7px;
	display: inline;
}

input.radio{
	margin: 0px 5px;
	vertical-align: middle;
	float: left;
	width: auto;
}

label{
	vertical-align: middle;
	float: left;
	margin: 3px 5px;
}

p.caption{
	margin: 3px 2px 0;
	float: left;
}

ul.form{
	width: 650px;
	margin: 10px auto;
	padding: 0 0 10px 0;
	list-style: none;
}

ul.form li{
	float: left;
	margin: 0 0 4px 0;
	padding: 0;
}

ul.form li.caption{
	width: 30%;
	text-align: right;
	margin-top: 3px;
}

ul.form li.element{
	width: 65%;
	margin-left: 4px;
	text-align: left;
	font-size: 0.9em;
	font-style: italic;
}

ul.form li.element input.text,
ul.form li.element textarea{
	width: 60%;
}

ul.form li.element input.code{
	width: 50px;
}

ul.form li.element textarea{
	height: 100px;
}

ul.form li.submit{
	float: none;
	display: block;
	text-align: center;
	margin-top: 3px;
	clear: both;
	padding-top: 10px;
}

ul.form li.submit .btn{
	float: none;
	display: block;
	width: 80px;
	margin-left: 48%;
}
/*---- content styles start here ----*/

#newEdition{
	width: 671px;
	height: 290px;
	background: #fff;
	margin: 5px 0;
	padding: 0 10px 0 0;
	overflow: hidden;
}

#newEdition img{
	margin: 5px 10px 5px 5px;
	float: left;
}

#newEdition p{
	display: block;
	overflow: hidden;
}

#newEdition h3{
	background: #000;
	color: #fff;	
	margin: 5px 0 5px -10px;
	padding: 2px 5px;
	width: 450px;
	float: left;
	position: relative;
	font-size: 1.2em;
}

#newEdition ul{
	margin: 0 0 15px;
	float: left;
	width: 450px;
	list-style: none;
	padding: 0;
}

#newEdition ul li{
	padding: 0 0 0 10px;
	margin: 10px 10px 0 10px;
	background: url(../images/bullet.gif) no-repeat left center;
}

#newEdition ul li a{
	font-size: 1.2em;
	text-decoration: underline;
	color: #000;
}

/*--- homepage boxes styles --*/

.boxes-left,
.boxes-right{
	float: left;	
	margin: 0;
	padding: 0;
}

.boxes-left{
	width: 458px;
}
.boxes-right{
	width: 222px;
	
}

.box{
	float: left;
	margin: 5px 4px 0 0;
	padding: 3px;	
	display: inline;	
}

.box p{
	margin: 5px;
}

.box-content{
	display: block;
	width: 219px;
	height: 180px;
	overflow: hidden;
}

.box-content-games{
	display: block;
	width: 448px;
	overflow: hidden;
}

.box-content-poll{
	display: block;
	width: 212px;
}

ul.horizontal{
	display: block;	
	list-style: none;
	margin: 9px 5px;
	padding: 0;
	float: left;
	overflow: hidden;
}

#comments ul.horizontal{
	width: 620px;
	overflow: hidden;
}

ul.horizontal li{
	background: #fff;
	margin: 0;
	padding: 0 0 5px;
	overflow: hidden;
	display: block;
	width: 100%;
	clear: both;
}

ul.horizontal li.home{
	background: #fff;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 4px;
	border-top: 2px solid #000;
	width: 132px;
	clear: none;
	overflow: hidden;	
}

/*ul.horizontal li.blog{
	background: #fff;
	float: left;
	margin: 0 0 1px 0;
	padding: 0 0 0 4px;
	border-bottom: 2px solid #000;
	width: 542px;
	clear: none;	
}*/

ul.horizontal li.author{
	background: #fff;
	float: left;
	margin: 0 0 0 0;
	padding: 2px 0 5px 4px;
	border-top: 2px solid #000;
	width: 528px;
	clear: none;	
}

#comments ul.horizontal li.comment{
	margin: 0;
	padding: 0;
	padding: 10px;
	border: none;
	width: 600px;
}

#comments ul.horizontal li.comment-alt{
	background: #e5e5e5;
}

ul.horizontal li.places{
	background: #fff;
	float: left;
	margin: 0 0 0 0;
	padding: 2px 0 5px 4px;
	border-top: 2px solid #000;
	width: 499px;
	clear: none;
}

ul.horizontal li.date{
	width: 80px;
	margin: 0 4px 0 0;
	padding: 2px 4px 5px 0;
	float: left;
	clear: none;
	text-align: right;
	border-top: 2px solid #000;
}

ul.horizontal li.city{
	width: 150px;
	margin: 0 4px 0 0;
	padding: 2px 4px 5px 0;
	float: left;
	clear: none;
	text-align: right;
	border-top: 2px solid #000;
}

ul.horizontal li.date-home{
	width: 65px;
	margin: 0 4px 0 0;
	padding: 0 4px 0 0;
	float: left;
	clear: none;
	text-align: right;
	border-top: 2px solid #000;
}

ul.horizontal li.resortColorForeground{
	font-size: 1.1em;
	font-weight: bold;
}

ul.horizontal li.blogColorForeground{
	font-size: 1.1em;
	font-weight: bold;
}

.boxFooter a.btn-float-right{
	margin: 1px 2px 1px 0;
	padding: 0;
	display: inline;
	width: 14px;
	height: 12px;
}

.boxFooter a.text-link{
	float: right;
	font-weight: bold;
	color: #fffeff;
	text-decoration: underline;
	margin: 0 3px;
	padding: 0;
}

#blogBox,
#competBox,
#gamesBox{
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
}

#blogBoxInner,
#competBoxInner{
	position: relative; 
	margin-top: 0;
}

#gamesBox{
	height: auto;
}

#pollBox{
	display: block;
	color: #fff;
}

#pollBox ul{
	margin: 0;
	list-style: none;
	padding: 0;
}

#pollBox ul li{
	float: left;	
	padding: 0;
	overflow: hidden;
	height: 25px;
	margin: 0 5px;
	width: 90%;
}

#pollBox ul li.progress-pad{
	background: #a09e9e;
	height: 10px;
	width: 77%;
	margin: 8px 0 2px 5px;
	color: #a09e9e;
	float: left;
}

#pollBox ul li.progress-result{
	height: 10px;
	width: 12%;
	margin-top: 8px 0 2px;	
	color: #a09e9e;
	padding-top: 6px;
	float: left;	
}

#pollBox ul li.progress-pad .progress-bar{
	background: #a70234;
	display: block;
	height: 6px;
	margin: 2px;
}

#pollBox ul li.element{
	width: 23px;
	text-align: right;
	margin: 5px 0 0 0;
	padding: 0;
}

#pollBox ul li.element input{
	margin: 0;
	float: right;
	padding: 0;
	overflow: hidden;
	vertical-align: top;
	width: 14px;
	height: 14px;
}

#pollBox ul li.caption{
	width: 80%;
	text-align: left;	
	margin: 5px 0 0 3px;	
}

#blogBox a,
#competBox a{
	text-decoration: underline;
}

.game{
	float: left;
	width: 212px;
	padding: 5px;
	height: 80px;
}

.game img{
	float: left;
	display: inline;
	margin-right: 5px;	
}

.game p{
	margin: 5px;
	font-weight: bold;
}

/*---- innner pages styles  -----*/
#content{
	width: 671px;
	background: #fff;
	margin: 5px 0 20px 0;
	padding: 2px;
	overflow: hidden;
	min-height: 587px;
}

/*-- blog styles --*/ 
h4{
	font-size: 1.6em;
	font-weight: bold;
	/*margin: 15px 20px 10px 20px;*/
	margin: 0 20px 10px 20px;
	padding: 0;
}

#content p{
	float: none;
}

p img{
	margin: 10px 20px 15px 20px;
	padding: 0;	
	display: inline;
	float: left;
}

p img.imgLeft{
	float: left;
	display: inline;
}

p img.imgRight{
	float: right;
	display: inline;
}

p img.imgCenter{
	float: none;
	display: block;
	margin: 10px auto 15px;
}

#content p{
	margin: 0 20px 15px 20px;
	padding: 0;
}

ul.blog-stats{
	list-style: none;
	margin: 0 20px 15px 20px;
	padding: 0;
	float: left;
	clear: both;
}

ul.blog-stats li{
	float: left;
	margin: 0;
	padding: 3px 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #d2ad12;
	height: 20px;
}

ul.blog-stats li select{
	position: relative;
	margin-top: -3px;
}

ul.blog-stats li a{
	color: #d2ad12;
	text-decoration: underline;
}

ul.blog-stats li img{
	display: inline;
	float: left;
	margin-right: 5px;
}

ul.blog-stats li.separator{
	float: left;
	margin: 3px 4px 3px 0;
	padding: 0;
	width: 4px;
	height: 15px;
	border-right: 1px solid #000;
}

ul.blog-stats li.paging{
	float: right;
}

ul.blog-stats li.paging a{
	text-decoration: underline;
	font-size: 0.9em;
	color: #000;
	font-weight: normal;
}

ul.blog-stats li.paging-separator{
	float: right;
	margin: 3px 4px 3px 0;
	padding: 0;
	width: 4px;
	height: 15px;
	border-right: 1px solid #000;
}

#secNav{
	margin: 5px 0;
	display: block;
	padding: 0;
	color: #fff;
	font-size: 1.1em;
	background: #5d5d5d;
	padding: 2px;
}

#secNav .navHeader{
	display: block;
	padding-left: 7px;
	margin: 6px 0 2px;
	height: 14px;
}

#secNav .navHeader h4{
	display: block;
	margin: 0;
	padding: 0 5px 1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-align: right;
	background: #464646;
}

#secNav .navHeader h4 a{
	color: #fff;
}

#secNav ul{
	list-style: none;
	margin: 2px 0 2px 6px;
	padding: 0 0 5px 0;
	background: #464646;
	overflow: hidden;
}

#secNav ul li{
	display: block;	
}

* html #secNav ul li{
	display: block;	
	height: 1px;
}

/*#secNav ul li:hover{
	background: #464646;
}

#secNav ul li.closed:hover{
	background: #464646 url(../images/bulletWhite.gif) no-repeat left center;
}

#secNav ul li.open:hover{
	background: #464646 url(../images/bulletWhiteOpen.gif) no-repeat left center;
}
*/

#secNav ul li a{
	color: #fff;
	font-size: 1.0em;
}

#secNav ul li a:hover{
	text-decoration: underline;
}

#secNav ul li.closed{
	background-image: url(../images/bulletWhite.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding: 0 0 0 10px;
}

#secNav ul li.open{
	background-image: url(../images/bulletWhiteOpen.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding: 0 0 0 10px;
}

#secNav ul li.lev0{
	margin: 0 0 0 5px;
}

#secNav ul li.lev1{
	margin: 0 0 0 15px;
}

#secNav ul li.lev2{
	margin: 3px 0 0 35px;
	font-size: 0.9em;
}

/*----- blog inner page ----*/
#comments{
	margin: 15px 25px;
	padding: 0;
	display: block;
}

/*----- magazine page ------*/
#magazine{
	display: block;
	margin: 10px 5px;
}

.magazinePageLeftEdge{
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 8px;
	display: block;
	width: 463px;
}

#magazinePageLeft{
	width: 463px;
	background: url(../images/magazinePageBackground.gif) repeat-y left top;
	display: block;
	margin:0;
	padding: 0;
	overflow: hidden;	
	height: 636px;
}

#magazinePageLeft .cover{
	width: 451px;
	height: 483px;
	overflow: hidden;
	margin: 0 0 0 3px;
	padding: 0;
}

#magazineSummary{
	display: block;
	margin: 10px;
}

#magazineSummary h5{
	color: #b5b5b5;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;	
	display: inline;
	float: left;
}

#magazineSummary a{
	float: right;
	display: inline;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
	color: #f6c706;
	margin: 0 10px 0;
	padding: 0;
}

#magazineSummary ul{
	text-align: right;
	margin: 15px 30px 0 10px;
	padding: 0;
	list-style: none;
	display: block;
}

#magazineSummary ul li{
	margin: 0 10px 6px 10px;
	display: block;
	padding: 0 7px 0 0;
	width: 100%;
	float: none;
	overflow: hidden;
	border-right: 6px solid #aaa;
}

#magazineSummary ul li a{
	margin: 0 7px 0 0;
	padding: 0;
	color: #fff;
	background: #000;
	font-size: 1.2em;
	float: none;	
}

#magazinePageRight{
	width: 451px;
	background: #fff;
	display: block;
	margin: 5px 0 0 0;
	padding: 2px;
	height: 642px;
	overflow: hidden;	
}

#magazinePageRight .boxHeader{
	display: block;
}

#magazinePageRight .boxHeader a{
	color: #fff;
	text-decoration: underline;
	font-size: 0.9em;
}

#magazinePageRight h5{
	color: #e50004;
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 10px 5px 10px;
	padding: 0;
	height: 40px;
}

#magazinePageRight p.autor{
	margin: 0 10px;
	padding: 0;
	font-size: 0.9em;
	font-style: italic;
	height: 20px;
}

#article{
	overflow: auto;
	height: 507px;
}

#magazinePageRight p{
	margin: 10px;
	display: block;
}

#magazinePageRight ul.blog-stats{
	background: #000;
	display: block;
	margin: 10px 0;
	width: 450px;
	padding: 4px 0 0;
}

#magazinePageRight ul.blog-stats li{
	float: right;
}

#magazinePageRight ul.blog-stats li.archive{
	float: left;
}

#magazinePageRight ul.blog-stats li.archive a{
	color: #b5b5b5;
	font-size: 0.9em
}

/*----- game page ----*/
#content .game p a{
	color: #000;
}

#game{
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 30px;
}

#gameContainer{
	margin: 0 auto 10px;
	width: 620px;
	overflow: auto;
}

#game h6{
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	font-size: 1.1em;
}

#footer{
	height: 37px;
	display: block;
	margin: 10px 0 0;
	background: #1a1a1a url(../images/footerBackground.gif) top left repeat-x;
	position: relative;
	z-index: 3px;
}

#footer-small{
	display: block;
	margin: 0;
	background: #1a1a1a url(../images/footerBackground.gif) top left repeat-x;
	width: 953px;
	margin: 0 auto;
	padding: 5px 5px 0 5px;
	color: #fff;
	z-index: 5;
	position: relative;
}

#footer-small p.left{
	position: relative;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	width: 32%;
}

#footer-small p.left a{
	text-decoration: underline;
	color: #fff;
	position: relative;
}

#footer-small p.right{
	position: relative;
	float: right;
	margin: 0;
	text-align: right;
	padding: 5px 0 0 0;
	width: 68%;
}

#footer-small p.right a{
	display: inline;
	position: relative;
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: underline;
}

#footer-small p.right a img{
	position: relative;
	margin: -5px 0 0 20px;
	padding: 0;
	float: right;
}

#constructMask{
	height: 80px;
	left: 0;
	right: 0;
	position: absolute;
	top: 20px;
	z-index: 100;
}

#constructMask img{
	width: 100%;
	position: absolute;
	height: 100%;
	z-index: 101;
}

#constructMask p{
	width: 400px;
	position: absolute;	
	font-size: 1.4em;
	z-index: 102;
	left: 50%;
	margin: 25px auto;
	font-weight: bold;
}

* html #constructMask p{	
	position: absolute;
	padding-left: 50%;
}

* html #constructMask img{
	display: none;
}
