@charset "iso-8859-1";
/* CSS Document */
html, body{
	margin:0;
	padding:0;
	scrollbar-arrow-color:#FFD687; 
	scrollbar-base-color:#670001; 
}
body {
	background:#fdebb0;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:120%;
}

a{
	color:#000;
	font-weight:bold;
}
a:link{
	text-decoration:underline;
}
a:visited{
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
a:active{
	text-decoration:underline;
}

.clear {
	clear: both;
}

/* LAYOUT */

#page-bg{
	background:url(../images/bg_main.jpg) no-repeat center top #fdebb0;
}
#page-bg1{
	background:url(../images/bg_main1.jpg) no-repeat center top #fdebb0;
}
#wraper {
	margin: 0 auto;
	text-align:center;
	width:1000px;
}
#main{
	margin:0;
	padding:0;
	overflow:hidden;
}
#section{
	width:780px;
	float:left;
	position:relative;
	text-align:left;
	margin:0;
	padding:0;
}
#header {
	height:250px;
}
#showcase {

}

#content {
	padding-left:50px;
	padding-top:20px;
	vertical-align:top;
	clear:both;
}
#sidebar{
	float:left;
	overflow:hidden;
	width:200px;
	padding-left:3px;
	padding-top:80px;
	padding-bottom:20px;
}
#bottom{
	clear:both;
	text-align:center;
}
#bottom p{
	padding:10px 30px 20px 0px;
	margin:0 0 0 0;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#360808;
}
/* HEADER */
#logo{
	margin-left:0px;
	margin-top:0px;
	float:left;
}
#slogan{
	margin:60px 0 0 0;
	text-align:center;
	width:550px;
	float:left;
}
#txt-header{
	padding:5px 20px 0 20px;
}
#txt-header p{
	margin:0;
	padding:0;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:120%;
}
#txt-header a{
	color:#FC0;
}
#bt-header{
	text-align:right;
	margin-right:35px;
	margin-top:33px;
}
/* CONTENT GENERAL */
#content h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
}
#content h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content label{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.rules-link a:link{
	color:#000;
	text-decoration:underline;	
}
.rules-link a:active{
	color:#000;
	text-decoration:underline;	
}
.rules-link a:visited{
	color:#000;
	text-decoration:underline;	
}
.rules-link a:hoover{
	color:#000;
	text-decoration:underline;	
}
/* CONTENT LIST */

#content .thumb{
	background:url(../images/frame_thumb.png) no-repeat center top;
	width:140px;
	padding:3px 3px 15px 0;
	text-align:center;
	float:left;
}
#content .thumb .burguername{
	padding:10px 0 0 0; 
}
#content .thumb .createdby{
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* CONTENT WIDGETS */
#content .widget{
	padding-left:30px;
	padding-right:45px;
}
#content .widget #text1{
	padding-bottom:10px;
}
#content .widget h1{
	margin:0;
	padding:0;
}
#content .widget a{
	color:#000;
}
#content .widget .inputdownload{
	border:#C00 1px solid;
	font-size:10px;
}
#content .widget .btdownload{
	margin-left:-5px;
}
#content .widget .media{
	margin-bottom:30px;
}
#content .widget .column1{
	float:left;
	width:200px;
	text-align:left;
	padding-right:0px;
}
#content .widget .column2{
	float:left;
	width:230px;
}
#content .widget .column3{
	float:left;
	width:200px;
	padding-left:20px;	
	clear:right;
}
#content .widget .column2 h1{
	font-size:18px;
}
#content .widget .column2 h2{
	margin:0;
	padding:0;
	font-size:14px;
}
#content .widget .column2 p{
	margin:5px 0 0 0;
	padding:0;
}
#content .widget .btmedia1{
	padding-top:30px;
}
#content .widget .btmedia2{
	padding-top:30px;
}
#content .widget .btmedia3{
	padding-top:30px;
}
#content .widget .btmedia4{
	padding-top:30px;
}
#content .widget .btmedia5{
	padding-top:20px;
}

/* CONTENT RULES */
#content .rules{
	padding-left:20px;
	padding-right:30px;
}

/* CONTENT VOTE */
#content .vote{
	padding-left:20px;
	color:#000;
	padding-top:30px;
}
#content .vote .info{
	float:left;
	overflow:hidden;
	padding-left:15px;
}
#content .vote .photo{
	background:url(../images/frame_big.png) no-repeat center top;
	width:200px;
	padding:4px 5px 6px 0;
	margin-right:10px;
	text-align:center;
	float:left;
}
#content .vote .burguername{
	padding:0px 0 0 0;
	clear:both;
}
#content .vote .createdby{
	color:#000;
	margin: 0 0 10px 0;
}
#content .vote .column1{
	float:left;
	width:230px;
	margin-right:20px;
}
#content .vote .column2{
	width:200px;
	float:right;
	margin-left:10px;
}
#content .vote .column2 h3{
	margin:0;
}
#content .vote .column2 ul{
	padding:20px 0 0 14px;
}
#content .vote .column2 li{
	margin:0;
	padding:0;
}
#content .vote .votes{
	font-size:18px;
	font-weight:bold;
	padding:0 0 5px 0;
}
#content .vote .ranking{
	font-size:14px;
	font-weight:bold;
}
#content .vote .recipe{
	padding:15px 0 0 0;
}
#content .vote .recipe p{
	padding:0;
	margin:0;
}
#content .vote .bt-vote{
	clear:both;
	padding:0px 0 10px 0;
}
#btfacebook{
	margin-right:10px;
}
/* CONTENT MEDIA */
.widget .row{ 
	clear:both;
	vertical-align:top;
}

/* MESSAGE */
#message{
	text-align:right;
	margin-right:20px;
}
/* FOOTER */
#disclaimer p{
	padding:10px 50px 0 60px;
	margin:0 50px 10px 50px;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#78400d;
}
#footer {
	margin:0;
	padding: 10px 0 0 0;
	font-size:11px;
	color:#78400d;
}
#footer p{
	padding:10px 50px 0 60px;
	margin:0 50px 10px 50px;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#78400d;
}
#footer a{
	color:#78400d;
}
#footer a:link{
	text-decoration:none;
}
#footer a:visited{
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer a:active{
	text-decoration:none;
}
#footer #block-menu-primary-links ul.menu li{
    border-left: 1px solid #710302;
	padding-left:10px;
}
#footer #block-menu-primary-links ul.menu li.first{
    border-left: none;
	padding-left:0;
}
#footer a.rules{
	color:#000;
	text-decoration:underline;
}

/*  NAVIGATION  */

#pager{
	clear:both;
	padding-bottom:20px;
}

li.leaf{
	margin:0;
	padding:0;
	list-style:none;
}
.menu{
	display: inline;
}
.menu li{
	display: inline;
	margin:-2px;
}
.block-menu {
	clear: both;
}

/* SIDEBAR */
#sidebar .module{
	margin-bottom:15px;
}
#sidebar .judge{
	background:url(../images/mudule_judge.png) no-repeat;
	width:196px;
	padding-top:175px;
	padding-bottom:10px;
}
#sidebar .judge #box1{
	margin-left:20px;
	line-height:130%;
	font-size:14px;
	width:145px;
	height:130px;
	color:#FCA44C;
	overflow:hidden;
}
#sidebar .judge #box1 p{
	margin:0;
	padding:0;
}
#sidebar .judge #box1 .readmore{
	padding-top:3px;
}
/*  MODULES */



/* COMMENTS */




/**
 * Generic elements.
 */
 tbody {
  border: 0px;
}
.hidden{
	display: none;	
}
#message_box { 
       position: absolute; 
       top: 0; left: 0; 
       z-index: 10; 
	   background:#ffc;
	   padding:5px;
       border:1px solid #CCCCCC;
       text-align:center; 
       font-weight:bold; 
       width:99%;
 }
.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}
.messages {
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
  background-color:#dfd;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}


/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/*
 * COMMENT STYLES
 */

  .comment
  {
    margin: 0 0 10px 0;
    padding: 10px;
    background: #f5f5f5;
  }

  .comment-unpublished
  {
    background-color: #FFF;
  }

  .comment-by-author
  {
    background: none;
    border: 1px solid #6191C5;
  }

  .comment  h3.title
  {
    font-size: 122%;
  }

  .comment  h3.title, .comment  h3.title a
  {
    color: #2266AB;
    font-weight: normal;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    margin-top: 0;
  }

  .comment .picture, .node .picture
  {
    float: left;
    margin-right: 15px;
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .comment .new
  {
    color: #FFC600;
    font-weight: bold;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
  }

  .comment .links
  {
    text-align: right;
  }

/*
 * POLL STYLES
 */

  .poll .bar .foreground
  {
    background: #710302;
  }

  .poll .bar
  {
    padding: 2px;
    background: #BDCBDD;
  }

/*
 * BOOK STYLES
 */

  div.node div.content .book-navigation
  {
    background: #eee;
    margin: 0;
    padding: 0;
  }

  div.node div.content .book-navigation ul.menu
  {
    border: 0;
    border-top: 1px solid #710302;
    margin: 0;
    padding-bottom: 10px;
  }

  div.node div.content .book-navigation .page-links
  {
    background: #C1D4EA; /*#347FD2;*/
    border: 1px solid #710302;
    border-width: 1px 0 1px 0;
    padding: 5px;
    margin: 0;
  }

/*
 * FORUM STYLES
 */

  #forum table
  {
    width: 100%;
  }

/*
 * Pager styles
 */
.item-list{ 
	margin-top:30px;
}
  .pager
  {
    text-align: center;
    margin-top: 30px;
	padding-top:30px;
  }

  .pager  a, .pager-current
  {
    color: #dcdcdc;
    font-weight: bold;
  }

  .pager-current
  {
    color: #FFD687;
  }

