/*Cricket by Payal Dhar (http://writeside.net)*/

*{
padding:0;
margin:0;
}

body{
background:#D7E3CD url(images/back.gif) repeat-x;
font:0.9em 'Trebuchet MS', Verdana, sans-serif;
color:#323431;
}

#wrapper{
width:750px;
margin:0 auto;
background:url(images/wrap.gif) bottom repeat-x;
}

/*Header styles*/

#header{
background:url(images/cricket.jpg) center no-repeat;
height:138px;
text-align:left;
}

#header .title{
font-size:2em;
color:#D7E3CD;
padding-top:45px;
padding-left:20px;
}

/*Main navigation styles*/

#mainlinks ul{
margin:-135px 10px 10px;
list-style:none;
padding:4px;
}

#mainlinks ul li{
float:right;
padding:110px 0 0 4px;
}

#mainlinks ul li a{
padding-top:115px;
color:#800000;
font-weight:600;
text-decoration:none;
padding-right:5px;
padding-left:5px;
}

#mainlinks ul li a:hover{
background:url(images/nav.gif);
}

/*Content area*/

#content{
margin:150px 5px 5px 5px;
}

/*Sidebar styles*/

#sidebar{
float:left;
width: 23%;
font-size:0.87em;
}

#sidebar ul{
list-style:none;
padding:5px 5px 8px;
}

#sidebar ul li{
padding:4px;
}

#sidebar ul li a{
color:#808080;
text-decoration:none;
}

#sidebar ul li a:hover{
color:#800000;
text-decoration:underline;
}

#sidebar h1{
font-size:1em;
color:#800000;
padding:3px;
background:url(images/h1.gif) left repeat-y;
}

#sidebar p{
padding:5px 5px 10px;
line-height:1.5em;
}

/*Main text area styles*/
#text{
float:right;
width:75%;
border-left:1px dotted #C0C0C0;
}

#text p{
padding:5px 5px 15px 15px;
}

#text h1, h2, h3{
color:#800000;
margin-left:5px;
padding:5px;
}

#text h1{
font-size:1.2em;
background:url(images/h1.gif) left repeat-y;
}

#text h2{
font-size:1.05em;
}

#text h3{
font-size:0.89em;
}

#text ul{
list-style:circle;
padding:0 5px 5px 35px;
}

#text ol{
list-style:lower-alpha;
padding:0 5px 5px 40px;
}

#text a, #footer a, #sidebar a{
color:#800000;
text-decoration:none;
}

#text a:hover, #footer a:hover, #sidebar a:hover{
text-decoration:underline;
}

blockquote{
margin-left:40px;
margin-bottom:10px;
text-align:justify;
padding:2px 4px 2px 30px;
background:url(images/block.gif) top left no-repeat;
border-top:1px solid #C0C0C0;
border-bottom:1px solid #C0C0C0;
}

/*Footer styles*/

#footer{
clear:both;
width:100%;
font-size:0.8em;
border-top:1px solid #D7E3CD;
text-align:right;
}
