/*
Design: Damian Pang | http://graphicswerx.com/
Aug 10, 2008
*/

/* Main */

body {
background:url(images/background-gold.gif) repeat-x top left #F8EAAA; 
color:#000; 
font:90% "Trebuchet MS",Verdana,Tahoma,Arial,sans-serif; 
line-height:1.4em; 
margin:0 auto; 
padding:0;
}

#wrap {
background:#FCF7DC; 
color:#202020; 
margin:0 auto; 
padding:0; 
width:760px;
}

a {
background:inherit; 
color:#000074; 
text-decoration:underline; 
font-weight:normal;
}

a:hover {
background:inherit; 
color:#2b2ea5; 
text-decoration:none;
}

a img {
border:0;
}

p {
margin:0 0 18px 0;
}

blockquote {
background:#FCF7DC; 
border-bottom:2px solid #490093; 
border-left:4px solid #490093; 
border-right:2px solid #490093; 
border-top:2px solid #490093; 
color:#000;
font-style:italic; 
margin:16px; 
padding:7px 7px 7px 11px;
}

blockquote p {
font-size:1.1em; 
line-height:1.3em; 
margin:0;
}


/* Header */

#header {
background:url(images/header.jpg) no-repeat bottom left #fff; 
height:250px; 
margin:0 0 15px; 
padding:0;
}


/* Left Sidebar */

#leftsidebar {
clear:left; 
float:left; 
margin:0 0 10px 0; 
padding:0; 
width:150px;
overflow:hidden;
}

#leftsidebar ul.menu {
list-style:none; 
margin:0 0 18px; 
padding:0; 
width:150px;
}

#leftsidebar ul.menu li {
display:inline; 
padding:0; 
width:150px;
}

#leftsidebar ul.menu li a {
background:url(images/menu-grad-purple.gif) repeat-x bottom left #f4f4f4; 
border-bottom:1px solid #505050; 
border-left:1px solid #505050; 
border-right:1px solid #505050; 
border-top:1px solid #505050; 
color:#F1CD2E; 
float:left; 
font-size:1em; 
font-weight:700; 
margin-bottom:5px; 
padding:5px 1px 5px 5px; 
text-decoration:none; 
width:138px;
}

#leftsidebar ul.menu li a:hover,#leftsidebar ul.menu li a.current {
background:url(images/menu-solid-purple.gif) repeat-x bottom left #eaeaea; 
border-bottom:1px solid #505050; 
border-left:1px solid #505050; 
border-right:1px solid #505050; 
border-top:1px solid #505050; 
color:#F1CD2E;
}

#leftsidebar h2 {
color:#330066;
font-size:1.5em; 
font-weight:bold;
}

#leftsidebar .news {
background:#F7E387; 
border-bottom:1px solid #505050; 
border-left:1px solid #505050; 
border-right:1px solid #505050; 
border-top:1px solid #505050; 
clear:left; 
color:#000; 
line-height:1.3em; 
margin:10px 0; 
padding:5px 5px 5px; 
width:134px;
}

#leftsidebar p,.news p {
font-size:0.9em;
}


/* Content Area */

#content {
line-height:1.5em; 
margin:10px 0 15px 160px; 
padding:0; 
text-align:left;
}

#content h1 {
color:#330066;
font-size:1.8em; 
font-weight:bold; 
letter-spacing:-1px; 
margin:10px 0 15px; 
padding:0;
}

#content h2 {
color:#330066;
font-size:1.5em; 
font-weight:bold; 
letter-spacing:-1px; 
margin:10px 0 15px; 
padding:0;
}

#content h3 {
color:#330066;
font-size:1.3em; 
font-weight:bold; 
margin:10px 0 15px; 
padding:0;
}

#content img {
background:inherit;
border:0; 
padding:10px; 
}

#content ul,#content ol {
margin:0 0 16px 20px; 
padding:0;
}

#content ul ul,#content ol ol {
margin:2px 0 2px 15px;
}

#content li {
margin:0 0 2px 5px; 
padding:0 0 0 4px;
}


/* Footer */

#footer {
background:#F7E387; 
border-top:2px solid #000; 
clear:both; 
color:#330066; 
font-size:0.8em; 
margin:0 auto; 
padding:8px 0; 
text-align:center; 
width:760px;
}

#footer p {
margin:0; 
padding:0;
}

#footer a {
background:inherit; 
color:#000; 
text-decoration:underline;
}

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

#footer span {
font-size:1.3em;
}


/* Misc */

.textright {
margin:-10px 0 4px; 
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.large {
font-size:1.3em;
}

.left {
float:left; 
margin:10px 10px 5px 0;
}

.right {
float:right; 
margin:10px 0 5px 10px;
}
