﻿/*#############################################################
Date: 2008-07-18
Author: Bappi
#############################################################*/

/* standard elements */
* {
        margin: 0;
        padding: 0;
}
body {
        background: #474747 url('img/body.gif') repeat-y center top;
        font: normal 0.8em Tahoma,Verdana,sans-serif;
}
a {
        color: #FFF;
        text-decoration: none;
}

/* headings */
h1 {
				font: bold 2em sans-serif;
				margin-top: 1em;
}
h2 {font: normal 1.8em sans-serif; margin-top: 0.8em;}
h3 {
	font: bold 1.0em Verdana,sans-serif;
	margin: 0.4em 0 1em 0;
	color: #000000;
}
h4 {font: bold 1.1em sans-serif; margin-top: 0.4em;}

h4 {color: #444;}

h3 {color: #444;}

h2 {color: #444;}

h1 {color: #444;}

/* misc elements */
code {
        
        border-left: 6px solid #1664D9;
        border: 1px solid #F0F0F0;
        color: #555;
        display: block;
        font: normal 1em "Lucida Sans Unicode",serif;
        margin-bottom: 12px;
        padding: 8px 10px;
        white-space: pre;
}
blockquote {
        background: #FAFAFA ;
        border-bottom: 1px solid #EEE;
        border-top: 1px solid #EEE;
        color: #555;
        display: block;
        font: normal 1.2em sans-serif;
        margin: 1em 0;
        padding: 0.6em 1em 0.2em 40px;
}
ol {margin: 0 0 1.2em 2em;}

/* structure */
#mainbody {
				width: 900px;
				border-top: 6px solid #FFF;
				margin: 0 auto;
}
#main {
        width: 900px;
        margin: 0 auto;
}

#main_left {
        float: left;
        width: 0px;
        margin-top:10px;
        background:url('img/sidebar_top.jpg') no-repeat top right;
        padding-top:28px;
}
#main_right {
				float: left;
				width: 900px;
				margin-top: 10px;
}

/* misc */
.left {float: left;}
.right {float: right;}
span.comment {padding-left: 18px; }
.clearer {clear: both; font-size: 0; height: 0;}

/* logo */
#header {
        background: #1664DA url('img/header.gif') repeat-x;
        border-bottom: 0px solid #FFF;
/*        height: 180px;*/
        height: 120px;
}
#header h1 {
        width:131px;
        height:52px;
        /*font: normal 2.2em Verdana,sans-serif;*/
        margin: 0;
/*        padding: 120px 0 0 24px;*/
        padding: 40px 0 0 24px;
}
a:hover
{
	text-decoration:none;
}
#header h1 a
{
	text-decoration:none;
}
#header h1 a img
{
	border:0px;
}

/* main navigation */
/* #navigation {background:url('img/menu_bg.jpg') repeat-x;height:30px;} */
#navigation {background:url('img/menu_bg.jpg')}
. sep {}
/*#navigation ul{
        height:30px;
}
#navigation li {
        display:inline;
        height:30px;

}
#navigation a {
        font: bold 15px Verdana,sans-serif;
        text-decoration: none;
        padding:0 30px;
        background:url('img/block.jpg');
}
#navigation a:hover {background: #444;} */

/* sidebar label */
.label {
        background: #fbf7f7 url('img/sidebar_bg.jpg') repeat-y top right;
        clear: both;
        color: #cc6358;
        font: normal 16px "Lucida Sans Unicode",sans-serif;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        text-align: center;
}

/* lists */
ul.block {
        background: #fbf7f7 url('img/sidebar_bg.jpg') repeat-y top right;
        margin: 0;
        padding: 0;
        width:220px;
}
.block li {
        list-style: none;
        overflow:hidden;

}
.block a {
        background: url('img/cssalt1_arrow_right.gif') no-repeat 0 50%;
        color: #876F6D;
        display: block;
        font: normal 11px Verdana,sans-serif;
        padding: 5px 2px 5px 20px;
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
        margin-right:5px;
}

.block a:hover {
        background:#fbf7f7 url('img/cssalt1_arrow_right_hover.gif') no-repeat 0 50%;
        border-bottom: 1px solid #d3cac9;
        border-top: 1px solid #d3cac9;
        color: #98983d;
        text-decoration:none;
        display: block;
        margin-right:0;
}
.sidebar-bottom {
        background: url('img/sidebar_bottom.jpg') no-repeat top right;
        display: block;
        height: 23px;
        padding: 0;
}
.block a em {
        color: #999;
        display: block;
        font: normal 0.8em Verdana,sans-serif;
        margin-top: 0.3em;
}

#search {
        float: left;
        margin:0 0;
        padding: 0 0 3px 0px;
        background: #fbf7f7 url('img/sidebar_bg.jpg') repeat-y top right;
        width:220px;
}
#search #s-text {
 float: left; margin: 0; padding: 0;
}
#s-text>#s {
 margin: 5px 0 0 0;
}
#s {
        background: #fbf7f7 url('img/search_box.jpg') no-repeat 0 0;
        border: 0;
        color: #ae9593;
        font: 11px "Trebuchet MS", sans-serif;
        margin: 0px 0 0 0;
        padding: 4px 0 5px 14px;
        width: 189px;
        height: 27px;
}
#search #s-submit {
 float: left; margin: 5px 0 0 0; padding: 0;
}
#searchsubmit {
        background: #fbf7f7;
        border: 0;
        height: 0px;
        margin: 0;
        padding: 0;
        width: 0px;
}
#search label {
 display: none;
}

/* content */ 
#content {
        color: #444;
        font-family: Verdana,sans-serif;
        line-height: 1.3em;
        padding: 0 1em 1em; 
}

#content a {color: #444;}

#content a:link {
	color: #0000FF;
}

#content a:visited {
	color: #800080;
}

#content a:visited:hover {
        text-decoration: underline;
        color: #800080;
}

#content a:hover {
        text-decoration: underline;
        color: #06F;
}

#content a:link:hover {
        text-decoration: underline;
        color: #0000FF;
}

#content a:hover {
	text-decoration: none;
	color: #444;
}

#content p {margin: 0.4em 0 1em 0;}
#content .descr {
        color: #666;
        margin-bottom: 0.5em;
}
#content ul li {}
#content ul {margin-left: 1.8em;}
b{
	color: #444444;
}
/* footer */
#footer {
        color: #FFFFFF;
        clear: both;
        background:url('img/menu_bg.jpg');
        height:110px;
        margin:5px auto;
        font-size:15px;
}

#footer a {color: #FFFFFF;}

#footer a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

#footer .note a {color: #FFFFFF;}
#footer .note a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}
#footer .note {
        margin:20px auto;
        width: 507px;
        text-align:center;
}

/* posting */
.post_info {
        background: #FAFAFA;
        border: 1px solid #EEE;
        color: #555;
        margin-bottom: 1em;
        padding: 0.6em 0.7em;
}

#copyright {

 color: #FFF; font: 10px "Lucida Grande", Verdana, sans-serif; padding: 5px;
 text-align:center;
}