/*
Theme Name: Online Competitions
Theme URI: 
Description: Custom Theme
Version: 2.9.2
Author: Chocolate Coat Design chocolate.coat.design@gmail.com
Author 
Tags: competitions
*/

@charset "utf-8";
/* CSS Document */

/*RESET*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dt, dd, form {
               margin: 0;
               padding: 0;
               font: 100%/120% Georgia, "Times New Roman", Times, serif;
}
p, blockquote {
       margin: 0;
       padding: 0;
}
fieldset, img {
               border:0;
}

html {
               font-size:100.01%;
               text-align: center;   /* (1) Explorer 5.5 */
}

a{color:#53888b;}

p{margin-bottom:10px;}

ul{list-style:none;}

body{background:url(img/bg.png) repeat-x #000;}
#wrapper{background:url(img/wrapper.png) no-repeat #fff; width:800px; margin:auto; overflow:hidden; padding-bottom:15px;}
#header{overflow:hidden; border:0px solid #fff; height:78px;}
#header h1 {float:left;padding-left:0;padding-top:0;position:relative;z-index:30;}
#header h1 a {background:url("img/logo.png") no-repeat scroll 0 0 transparent; display:block; height:71px; text-indent:-9000px; width:337px;}
#social{float:right; margin-right:5px;}

/*menu*/

ul#menu{overflow:hidden; display:block; border:0px solid #fff;}
ul#menu li{float:left; margin-left:10px;}
ul#menu li a{ float:left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase; color:#fff; text-decoration:none; font-weight:bold; padding:9px 10px 8px;}
ul#menu li.current_page_item a{ float:left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase; color:#fff; text-decoration:none; font-weight:bold; background:url(img/hover.png) repeat-x; padding:9px 10px 8px;}
ul#menu li a:hover{ float:left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase; color:#fff; text-decoration:none; font-weight:bold; background:url(img/hover.png) repeat-x; padding:9px 10px 8px;}
.big{width:728px; margin:20px auto;}

/*content*/
#content{width:570px; float:left; text-align:left; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#525252; margin-left:15px;}
#content h2{ color:#53888b; font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none;}
#content h2 a{ color:#53888b; font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none;}
.tiny{color:#8bc500; font-size:11px;}
.alignleft{float:left; padding-right:5px;}
.alignright{float:right; padding-left:5px;}
.comments{background:#eeeeee; border:1px #c4c4c4 solid; padding:7px 10px; font-size:11px; color:#8a8a8a; margin:20px 0;}
.comments a{font-weight:bold; text-decoration:none; color:#8a8a8a;}
.comments a:hover{font-weight:bold; text-decoration:underline; color:#8a8a8a;}

/*sidebar*/
#sidebar{width:180px; float:right; margin-right:15px; text-align:left; font-family:Georgia, "Times New Roman", Times, serif; }
#sidebar ul .widget_box_side{background:#f8f8f8; border:1px #d0d0d0 solid; margin-bottom:15px; padding-bottom:5px;}
#sidebar ul .widget_box_side h3{background:#b4d4d8; font-size:16px; color:#547377; font-family:Georgia, "Times New Roman", Times, serif; padding:5px 0 5px 10px; margin:10px 0;}
#sidebar ul .widget_box_side li{ margin-left:15px;}
#sidebar ul .widget_box_side li a{font-size:12px; color:#555555; text-decoration:none; background:url(img/bullet.png) no-repeat 0 50%; padding-left:12px;}
#sidebar ul .widget_box_side li a:hover{font-size:12px; color:#262626; text-decoration:underline; background:url(img/bullet.png) no-repeat 0 50%; padding-left:12px;}
#sidebar ul .widget_box_side li.current_page_item a{font-size:12px; color:#262626; text-decoration:underline; background:url(img/bullet.png) no-repeat 0 50%; padding-left:12px;}
.textwidget{font-size:12px; padding-left:10px;}

#footer{margin:15px 0; color:#7d7d7d; font-size:11px;}
#footer a{color:#7d7d7d;}





/*COMMNENTS*/
#comments{margin:20px 0;}
#comments input{vertical-align:middle;}
#comments textarea{width:498px; height:200px; overflow:auto;}
#submit{margin:10px 0;}
.little{font-size:11px;}
ol{list-style:none;}
/*COMMNENTS*/