/*
Theme Name: Out of the Box
Theme URI: http://thefakegeek.com
Description: The official thefakegeek.com theme. Highly modified but based on <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Gecku/Theme Lab
Author URI: http://thefakegeek.com
*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 400 0.8em arial,sans-serif;
	color: #ccc;
	background: #000 url('images/mainbg.png') repeat-y top center;
	min-height: 100%;
	}
	
a {
	text-decoration: none;
	color: #be4545;
	}

a:hover {
	text-decoration: none;
        color:#fff;
	}
	
.wrap {
	width: 980px;
	margin: 0 auto;
	}

#logo {
      margin-top:3px;
      border:none;
      float:left;
      }

#top-advert {
      float:right;
      margin: 38px 73px 0 0;
background-color:#333;
width:728px;
height:90px;
      }
	
#head {
	height: 198px;
	width: 100%;
	background: #FFF url('images/headerbg.png') repeat-x top left;
	padding: 0;
	background-color: #444;
	}
	
#head h1 {
	font: 400 4.6em arial,sans-serif;
	color: #FFF;
        text-indent:-999px;
	}
	
#head h2 {
	font: 400 1.3em arial,sans-serif;
	color: #00CCCC;
        text-indent:-999px;
	}
#nav {
	width: 805px;
	font-size: 0px;
	float:left;
margin:-48px 0pt 0pt 175px;
	}

#right {
	float: right;
	clear: none;
	width: 275px;
	margin: 30px 0 50px 0;
	color: #FFF;
	}

#content {
	margin: 30px 345px 50px 0;
	}
	
/*#nav ul {
	list-style-type: none;
	}
	
#nav li {
	display: inline;
        margin-right:15px;
	}
	
#nav li a {
	height: 22px; min-height: 22px;
	padding: 4px 8px;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
        font-weight: bold;
	}
	
#nav li a:first-letter {
	text-decoration:underline;
	} 
	
#nav li a:hover {
	background: #000 url('images/menubg.png') repeat-x top center;
	color: #FFFFFF;
	}*/

ul.mainmenu {
	padding: 5px;
	margin: 0;
	list-style: none;
	float: left;
}

ul.mainmenu li {
	float: left;
}
 
ul.mainmenu li a {
	float: left;
	text-decoration: none;
	color: #ccc;
	padding: 4px 15px 0 0;
	margin-right: 8px;
	font: bold 12px "Arial", sans-serif;
}

ul.mainmenu li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -4px;
	height: 24px;
}

ul.mainmenu li a:hover, ul.mainmenu li a.current {
 	color: #ffffff;
	background: url("images/menuimage.png") no-repeat top right;
}
 
ul.mainmenu li a:hover span, ul.mainmenu li a.current span {
	background: url("images/menuimage.png") no-repeat top left;
}

#searchbar {
        background-image: url('images/searchbg.png');
        background-repeat: repeat-x;
        height:40px;
        border-left: 1px solid white;
        float:right;
        width:303px;
        margin-top: -3px;
}

#searchform {
        margin:8px 0 0 24px;
}

#s {
        width:200px;
        margin-right:5px;
}


#right h1 {	
	font: 400 1.8em arial,sans-serif;
	color: #ffffff;
	margin: 10px 0;
	padding-left: 25px;
        background: no-repeat url('images/h1bullet.gif') left center;
	}

#right p {
	background: url('images/rightlist_line.gif') repeat-x top left;
	line-height: 1.5em;
	padding: 10px 0;
	}
	
#right ul {
	list-style-type: none;
	}

#right li {
	margin: 0px;
	list-style:none;
	}

#right li a {
	padding: 8px 2px 8px 25px;
	display: block;
	margin:  0;
	color:#686868;
	text-decoration:none;
        border-bottom: 2px solid #686868;
	}

#right li a:hover {
	color:#FFF;
        border-bottom: 2px solid #ba0707;
	}

#content h1 {
	font: 2.8em arial,sans-serif;
	color: #dadada;
	margin-top: 15px;
        font-weight: bold;
	}

#content h1 a {
	color: #dadada;
}
	
#content h2, #content h2 a {
	font-weight: 400;
	color: #CC0000;
	margin-bottom: 10px;
	}
	
#content h1 a:hover, #content h2 a:hover {
	text-decoration: none;
        color:#fff;
	}
	
#content p {
	margin: 5px 0 10px 0;
	line-height: 1.5em;
	}
	
#content p img.right, #content p img.left {
	clear: none;
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #EEE;
	}
	
#content p img.right {
	float: right;
	margin: 0 0 10px 15px;
	}
	
#content p img.left {
	float: left;
	margin: 0 15px 10px 0;
	}
	
p.info {
        color:#a3a3a3;
	font-size: 0.8em;
	width: 605px;
	}

p.info a {
        color:#a3a3a3;
        text-decoration:underline;
         }

p.info a:hover {
        color:#fff;
        text-decoration:underline;
         }

.smilie-icon{
         float:left;
         margin:1px 2px 0 0;
         }

.folder-icon{
         margin:0 2px 0 7px;
         }

.post-content {
       border-left:1px solid #cc0000;
       border-bottom:1px solid #cc0000;
       padding: 10px 0 10px 20px;
}

#post-comment-ribbon{
       width:113px;
       height:23px;
       background-image:url('images/post-comment-ribbon.png');
       background-repeat:no-repeat;
       float:right;
       margin-top:-12px;
       padding-top:2px;
      }

#post-comment-ribbon a{
       color:white;
       font-size: 0.8em;
       margin:10px!important;
      }
	
blockquote {
	display: block;
	background: #333 url('images/quote.gif') no-repeat top left;
	padding: 10px 10px 10px 25px;
	border-top: 1px solid #aaa; border-bottom: 1px solid #CCC;
color:#ddd!important;
margin:10px;
	}
	
ol {
	margin: 20px;
	}
 
ol span {
	font: 400 1.0em arial,sans-serif;
	color: #888;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0;
	}

#content ul {
	list-style-type: none;
	margin: 20px;
	}
	
#content ul li {
	padding: 4px 25px;
	background: url('images/bullet.gif') no-repeat left center;
	}
	
form label{
	display:block;
	}

form p {
	margin-bottom: 10px;
	background-color: #F3F3F3;
	border: 1px solid #CCC;
	padding: 20px;
	}

form input.text, form textarea{
	width:96%;
	border:1px #DDD solid;
	color:#999;
	padding: 4px 5px;
	font:12px 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
	background-color: #FFF;
	margin-bottom: 15px;
	}

form input.text:hover, form textarea:hover{
	border:1px #CCC solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #999 solid;
	color:#666;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:10px Arial,san-serif;
	}

* html form input.text,

* html form textarea{
	border-color:#999;
	color:#999;
	}

.clearer {
	clear: both;
	line-height: 0; 
	height: 0; 
	font-size: 0;
	}
	
#footer {
	width: 100%;
	}

#footer .wrap {
	margin: 0 auto;
	padding: 0;
	}

.linksright {
	float: right;
	width: 200px;
	margin: 0 12px;
	padding: 0 10px 30px 10px;
	list-style-type: none;
	background: #002C2C url('images/linkscorner.jpg') no-repeat top right;
	}
	
.linksright li {
	display: inline;
	margin: 0px;
	list-style-type: none;
	font-size: 0.9em;
	}

.linksright li a {
	padding: 4px;
	display: block;
	margin:  0;
	padding: 5px;
	color: #B3BEBE;
	text-decoration:none;
	background-color: #002C2C;
	border-bottom: 1px solid #002525;
	}

.linksright li a:hover {
	background-color: #002525;
	color:#FFF;
	border-bottom: 1px solid #001C1C;
	}

.links li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.7em;
	}

.links li a {
	padding: 4px;
	display: block;
	margin:  0;
	color: #BD9A56;
	text-decoration:none;
	background-color: #2D1A06;
	border-bottom: 1px solid #211000;
	}

.links li a:hover {
	background-color: #211000;
	color:#FEEDA4;
	}

p.foot {
	margin: 0px;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.6em;
	}

.float-left   { float: left;}
.float-left a{font-weight:bold;font-size:18px;}

.float-right  { float: right; }
.float-right a{font-weight:bold;font-size:18px;}

img.avatar {float:left; margin-right:5px;}

.discussion-box {background-color:#222;border-top:1px solid #333;border-bottom:1px solid #333;padding:15px 15px 5px 80px;margin:25px 0;background-image:url('images/comments.png');background-repeat:no-repeat;background-position:13px 13px;}

/*sidebar contact*/
.contact-bottom{background-image:url('images/contact-bottom.png');background-repeat:no-repeat;background-position:bottom left;margin-top:-25px;}
.contact-top{background-image:url('images/contact-top.jpg');background-repeat:no-repeat;display:block;width:275px;height:46px;}
.contact-bottom form{padding:0 20px 20px 20px;}
.contact-success{padding:0 20px 20px 20px;}
.contact-success a{color:#a3a3a3;}
.contact-success a:hover{color:#fff;text-decoration:underline;}

ol.commentlist li {border:2px solid #666;list-style-type:none;margin:10px 0 0 0;display:block;padding:10px;}