﻿/*Party by Payal Dhar (http://writeside.net)
Feel free to use or modify, but I'll be grateful if you kept the design credit*/

*{
padding:0;
margin:0;
}

body{
background:#180D09;
font:0.85em Arial, Helvetica, sans-serif;
color:#C19B48;
}

a{
color:#C19B48;
}

a:hover {
color:#180D09;
background:#C19B48;
text-decoration:none;
}

#wrapper{
width:780px;
margin:0px auto;
}

#header{
height:300px;
background:url(img/rods.jpg) right no-repeat;
}

#title{
font:3em 'Trebuchet MS', Arial, sans-serif;
margin-top:100px;
}

.subtitle{
font-size:0.5em;
}

#login{
width:700px;
height:25px;
border-bottom: 1px solid #C19B48;
}

#login ul{
list-style:none;
padding:0;
margin:5px 0;
}

#login ul li{
display:inline;
}

#login a{
font-size:0.7em;
padding:5px;
text-decoration:none;
}

#text{
width:530px;
float:left;
padding:0 10px 10px 5px;
}

#text h1{
font-size:1.5em;
font-variant:small-caps;
background:url(img/h1.jpg) right no-repeat;
padding:0 50px 5px 0;
border-bottom:1px solid #C19B48;
}

#text p{
line-height:1.35em;
padding:5px 5px 5px 0;
}

#sidebar{
width:225px;
float:right;
background:#C19B48 url(img/top.jpg) top no-repeat;
color:#180D09;
margin-bottom:5px;
}

#sidebar p{
font-size:0.85em;
padding:5px 7px;
}

#sidebar h1{
font-size:1em;
background:url(img/img6.gif) right no-repeat;
padding:0 35px 3px 7px;
height:32px;
line-height:32px;
}

#sidebar ul{
list-style:none;
padding:7px;
}

#sidebar ul li a{
display:block;
width:93%;
border:1px solid #4B3F0D;
margin:3px;
padding:3px;
color:#4B3F0D;
text-decoration:none;
}

#sidebar ul li a:hover{
color:#C19B48;
background:#180D09;
}

#bottom{
height: 25px;
width: 225px;
background:url(img/bottom.jpg) bottom no-repeat;
}

#footer{
clear:both;
font-size:0.8em;
border-top:1px solid #C19B48;
padding:5px 0;
}