/*
Theme Name: Custom Theme By wordpressthemecoder.com
Theme URI: http://wordpress.org/
Description: Custom Theme designed by  <a href="http://wordpressthemecoder.com/">Wordpressthemecoder</a>.
Version: 1.6
Author: Rosan Bhati
Author URI: http://wordpressthemecoder.com/

	Custom Theme v1.0
	 http://wordpressthemecoder.com/

	This theme was designed and built by Rosan Bhati,
	whose blog you will find at http://wordpressthemecoder.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body, table, pre, p, img, h1 {
	border:0px;
	padding:0px;
	margin:0px;
	font-family:arial;
	font-size:12px;
}
body {
	background-color: #e8e3da;	/*background: #d9ceae;*/
	color:#000;
	text-align:center;
	font-family:arial;
}
table td {
	font-family:arial;
	vertical-align:center;
}
h1 {
	line-height:37px;
	/*background: url('img/h1.gif') no-repeat right;*/
	float:left;
	padding:0px 25px 0px 10px;
	font-size:18px;
	color:white;
	font-weight:normal;
}
#header {
height:241px;
background:url('img/headerimage.jpg') top no-repeat;
}
#menu {
	height:56px;
	background:url('img/menu.png');
	font-size:14px;
}
#menu a {
	display:block;
	line-height:56px;
	float:left;
	margin:0px 15px 0px 10px;
	padding-left:20px;
	color:white;
	font-weight:bold;
	text-decoration:none;
}
#menu a:hover {
	color:#ffc332;
}
#menu a.home {
	background:url('img/home.gif') center left no-repeat;	
}
#menu a.login {
	background:url('../img/menu_login.png') center left no-repeat;
}
#menu a.blog {
	background:url('img/blog.gif') center left no-repeat;
}
#menu a.about {
	background:url('img/about.gif') center left no-repeat;
}
#menu a.livechat {
	background:url('img/livechat.gif') center left no-repeat;
}
#menu .menu_sep {
	width:2px;
	float:left;
	height:56px;
	background: url('img/menu_sep.png') no-repeat;
}
#otherInfo {
	float:right;
	width:350px;
	margin-right:10px;
	color:white;
	font-weight:bold;
	padding-top:7px;
	font-size:15px;
	line-height:22px;
}
#otherInfo .fright {
	text-align:right;
}
#continut {
	margin:auto;
	width:1001px;
	text-align:left;
}
#languages {
	height:33px;
	text-align:right;
	margin-top:24px;
}
#languages, #languages a {
	color:black;
	font-weight:bold;
	text-decoration:none;
}
#menu_left {
	width:200px;
	float:left;
}
#menu_left a {
	display:block;
	line-height:31px;
	padding-left:25px;
	background:url('img/left_menu.jpg');
	text-decoration:none;
	color:#17760d;
	font-weight:bold;
}
#menu_left a.selected, #menu_left a:hover {
	background:url('img/menu_hover.jpg');
	color:white;
}
.fleft {
	float:left
}
.fright {
	float:right
}
.right {
	text-align:right
}
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0px;
	padding:0px;
	border:0px;
}
#contentbody{
background-color:#FFFFFF;
}
#content{
width:530px;
float:left;
background-color:#F7F4EF;
padding:10px;
}
#content h2{
line-height:37px;
background: url('img/h1.jpg');
padding:0px 25px 0px 10px;
font-size:18px;
color:white;
font-weight:normal;
margin:0px;
}
#content h2 a{
color:white;
font-weight:normal;
text-decoration:none;
}
#content p{
padding-top:10px;
font-weight:bold;
line-height:20px;
}
#content span{
color:#000;
font-weight:bold;
}
#content span a{
color:#17760d;
font-weight:bold;
text-decoration:none;
}
#contentfoot{
padding-bottom:10px;
}
#content h3 a{
color:#17760d;
font-weight:bold;
text-decoration:none;
}
#sidebar{
width:222px;
background-color:#FBF9ED;
float:left;
padding:10px;
}
#sidebar h2{
margin-left:10px;
color:#FFFFFF;
font-weight:bold;
background-color:#373F41;
height:20px;
padding:5px 0px 0px 8px;
margin-bottom:5px;
width:180px;
font-size:12px;
}
#sidebar a{
color:#000000;
text-decoration:none;
font-weight:bold;
}
#sidebar ul{
margin:0;
padding:0;
list-style:none;
}
#sidebar ul ul{
margin-top:10px;
list-style:none;
padding:0;
}
#sidebar li{
list-style-image:none;
padding:0;
margin:0;
}
#sidebar li li{
margin-left:50px;
line-height:25px;
list-style-image:url(img/r_arrow.gif);
}
.postmetadata a{
color:#17760d;
font-weight:bold;
text-decoration:none;
}
#comments{
font-weight:bold;
color:#0006FF;
font-size:10px;
}
#comments a{
color:#17760d;
font-size:10px;
font-weight:bold;
}
#comments textarea{
width:400px;
}
#prvnxt a{
color:#17760d;
font-weight:bold;
text-decoration:none;
}
#submitbutton{
border:0;
background-image:url(img/btn2.gif);
width:61px;
height:24px;
}
.searchtxtbox{
width:120px;
}