/*********************************************
Theme Name: IKBE 
Theme URI: http://www.shrud.com
Version: 1.0
Description: Be active, get out and play!
Author: ColinSazzad Hossain
Author URI: http://www.sazzadhossain.org
**********************************************/

/*******GENERAL TAGS*******/

* {
	margin: 0;
	padding: 0;
}

body {
	padding:0px;
	color: #333333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	background: #fff;
}
a, strong a {
	text-decoration: none;
	outline: none;
	color:#000;
}
a:hover {
	text-decoration:underline;
}
p {
	margin: 0px 0px 14px;
}

/***HEADER TAGS***/
h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; }
h2, h3, h4, h5 { display: block; margin: 0px; padding: 0px;}
h2, h2 a, h3, h4, h5 { color: #52695C; font: 16px verdana, Georgia, serif; text-decoration: none; }
h2 a:hover { text-decoration: underline; }
h2 { border-bottom: 2px dashed #52695C; font-weight: bold; margin-top: 10px; }
h3, h4 { font-size: 17px; }
h4 { margin: 10px 0px -4px 0px; }
h5 { margin: 10px 0px -4px 0px; font-size: 14px; font-style: italic;  }

/***QUOTE & CODE***/
code{
	font: 12px/14px "Courier New", Courier, monospace;
	color: #000000;
	background: #F5F5F5;
	margin: 5px 10px;
	padding: 10px;
	display:block;
	border: 1px dashed #818141;
	width: auto;
}
.code .indent {
	padding-left: 15px;
}
blockquote {
	margin: 10px 15px 20px;
	padding: 3px 10px;
	border-left: 3px dotted #d6e5aa;
	border-right: 3px dotted #d6e5aa;
	border-top: 1px dotted #d6e5aa;
	border-bottom: 1px dotted #d6e5aa;
	line-height: 140%;
	width: auto;
}

/***WRAPPER***/
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 987px;
}

/***CLEAR FUNCTIONS***/
.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.clear_inherit {
	clear: inherit;
}

/***CONTENT***/
#content {
	float: left;
	width: 750px;
}

#header {
	width: 735px;
	overflow: hidden;
}

#navigation {
	width: 735px;
	margin: 0 auto;
	height: 46px;
	overflow: hidden;
	color: #fff;
	background: #fff url('images/nav_bg.png') no-repeat center top;
}

/***NAVIGATION***/
#nav {
	width: 500px;
	float: left;
	height: 46px;
	overflow: hidden;
	color: #fff;
}

#nav a {
	color: #fff;
	display: block;
}

#nav a:hover {
	text-decoration: none;
	background-position: 0 -46px;
}

#nav ul {
	height: 46px;
	overflow: hidden;
	list-style: none;
}
#nav ul li {
	float: left;
	}
#menu ul li:hover {
	color: #000000;
	}
#menu ul a {
	text-align:center;
	color: #fff;
	display: block;
}
#menu ul a:hover {
	background-position: 100% 0;
	text-decoration: none;
}
	
#nav ul li, #nav ul a {
	display: block;
}

#nav .home {
	height: 44px;
	padding: 13px 15px;
	background: url('images/nav_home.png') no-repeat;
}

#nav .orange {
	height: 44px;
	padding: 13px 15px;
	background: url('images/nav_games.png') no-repeat;
}

#nav .purple {
	height: 44px;
	padding: 13px 15px;
	background: url('images/nav_community.png') no-repeat;
}

#nav .blue {
	height: 44px;
	padding: 13px 15px;
	background: url('images/nav_blog.png') no-repeat;
}

/***SEARCH***/
#search {
	float: left;
	height: 1%;
	height: 46px;
	padding-top: 8px;
}

#search .input {
	width: 150px;
	height: 19px;
	overflow: hidden;
	font-style: italic;
	font-size: 14px;
	border: none;
	padding: 2px;
}

#search .submit {
	color:#050; 
	font: 14px 'trebuchet ms',helvetica,sans-serif; 
	background-color:#fed; 
	border: 1px solid; 
	border-color: #696 #363 #363 #696; 
	filter:progid:DXImageTransform.Microsoft.Gradient 
		(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
}

#search .submithov {
	border-color: #c63 #930 #930 #c63; 
}

/**#search .submit {
	width: 23px;
	height: 23px;
	padding-top: 5px;
	border: none;
	background: url('images/submit.png') no-repeat center bottom;
}**/

/***LOGO***/
#logo {
	width: auto;
	height: 123px;
	background: #fff url('images/logo.png') no-repeat center center;
	text-align: right;
	margin: 20px 0;
}

/***SIDEBAR***/
#sidebar { 
	margin: 0;
	float: left;
	width: 237px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#sidebar_top {
	width: 237px;
	height: 50px;
	background: url('images/sidebar_login.png') no-repeat center center;
}

#sidebar_top_a {
	float: left;
	width: 108px;
	text-align: center;
	padding-left: 4px;
	height: 50px;
	padding-top: 13px;
}

#sidebar_top_b {
	float: left;
	width: 124px;
	text-align: center;
	height: 50px;
	padding-top: 13px;
}

#sidebar_top a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

#sidebar_top a:hover {
	text-decoration: underline;
}



.sbnav{
background-color: white;
border-bottom-width: 0;
width: 210px;
margin: auto;
margin-top: 50px;
}
.sbnav h2{
width: auto;
background: #7F0F3A;
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #fff;
border-bottom: 2px solid #DF7AA1;
padding: 10px 5px;
text-align: center;
text-transform: uppercase;
}

* html .sbnav{ /*IE only rule. Original menu width minus all left/right paddings */
width: 202px;
}

.sbnav ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.sbnav a{
font: 10px Verdana;
padding: 10px 5px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #CCB5BE;
text-decoration: none;
border-bottom: 2px solid #DBDBDB;
background: #FEEDF4;
}

.sbnav a:visited{
color: #CCB5BE;
}

html>body .sbnav a{ /*Non IE rule*/
width: auto;
}

.sbnav a:hover{
background-color: #FDDFEB;
color: #666;
}

/***FOOTER***/
#footer {
	width: auto;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 10px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}
