/* culture shock: prozac afternoon by pogy366 - Sept. 2005 */

/******* structure and layout *******/
body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
/*background: url(images/bg.jpg) repeat-x;*/
background-color: #866391;
}

.wrap {
position:relative;
width:780px;
margin:0 auto;
padding:0 0 0 0;
text-align:center;
background: #ffffff url(images/header.jpg) no-repeat;
border: #2C0234 solid 1px;
}

.container {
position:relative;
clear:both;
width:780px;
margin:0;
padding:0 0 0 0;
background:#ffffff;
text-align:left;
}

#main{
float:left;
width:530px;
margin:5px 10px 0 10px;
_margin:5px 5px 0 5px;
padding:0;
line-height:1.3em;
}

#sidebar{
width:186px;
float:right;
margin:10px 10px 0 10px;
_margin:10px 5px 0;
padding:10px 10px 10px 10px;
font-size:1em;
line-height:1.3em;
border:#866391 2px solid;
}

#search{
width:190px;
float:right;
margin:10px 10px 0 10px;
_margin:10px 5px 0;
padding:10px 10px 10px 10px;
font-size:1em;
background:#CCCCCC;
}

#sidebar p{
font-size:0.9em;
}

.header {
position:relative;
clear:none;
width:780px;
height:125px;
margin:0 0 0 0;
padding:0 0 0 0;
background:transparent;
color:#ffffff;
text-align:left;
}

.topnav {
position:relative;
clear:both;
width:780px;
height:19px;
margin:0 0 0 0;
padding:0 0 0 0;
background:#fffff;
font-size:8pt;
}

.footer {
position:relative;

width:780px;
margin:20px 0 0 0;
padding:4px 0 0 0;
background:#ffffff;
font-size:8pt;
text-align:center;
border-top:1px solid #ECDEF6;
}

.copyright {
clear:both;
width:760px;
margin:18px auto;
font-size:8pt;
text-align:left;
/******* _padding: 0 0 18px 0;*******/
}

/******* top navigation *******/
#nav ul{
padding:0 0 0 0;
margin:0 0 0 0;
white-space: nowrap;
font-size:8pt;
color:#ffffff;
float:left;
width:100%;
background:#ffffff url(images/topnav_bg_grey.gif);
list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: 0 0 0 0;
padding: .25em 2em .3em 1em;
background:#ffffff url(images/topnav_bg_grey.gif);
color: #000000;
text-decoration:none;
float: left;
border-left:1px solid #cccccc;
}

#nav ul li a:hover{
background:#2C0235;
color: #ffffff;
text-decoration:none;
border-left:1px solid #2C0235;
}

#nav ul li a.current {
border-left:1px solid #cccccc;
color: #2C0235;
background:#ffffff;
text-decoration:none;
}

#nav ul li a.home {
border:none;
color: #2C0235;
background:#ffffff;
text-decoration:none;
}


/******* links *******/

a {
color:#26c;
text-decoration:none;
}

a:hover {
color:#957390;
text-decoration:underline;
}

a:visited {
color:#85447A;
text-decoration:none;
}

.sidelink{
display:block;
width:190px;
margin:3px 0 2px 0;
padding:5px 0 5px 8px;
font-size:0.9em;
font-weight:bold;
text-align:left;
background:#eee url(images/gradient1.png) repeat-x;
color:#000;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

.sidelink:hover{
background:#fff url(images/gradient2.png) repeat-x;
color:#26c;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}
/******* fonts and colors *******/

h1 {
font-family:Georgia, serif;
color: #663366;
font-size:1.9em;
line-height:1em;
_margin:10px 0;
}

h2{
font-family:Georgia, serif;
color:#663366;
padding:10px 0 0 0;
font-size:1.5em;
line-height: 1.2em;
}

h3{
font-family:Georgia, serif;
color:#663366;
margin:10px 0 8px 0;
_margin:15px 0 8px 0;
font-size:1em;
line-height: 1.1em;
}

.header strong {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:13pt;
letter-spacing:.7em;
}

.page_title {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#500152;
font-size:10pt;
font-weight:bold;
padding: 0 0 0 0;
margin: 0 0 -8px 0;
}


/******* images *******/

img {
border:none;
}

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

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

.hide{
display:none;
}

/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

