/* Gold Stylesheet */
/* inspired by an open source template by Andreas Viklund - http://andreasviklund.com.*/
/* Color Codes */
/* Navy 0000CC */
/* Blue 3399CC */
/* Turquoise 33CCFF */
/* Sky 99CCFF */
/* Teal 33CCCC */
/* Red CC0000 */
/* Orange FF9900 */
/* Purple 660066 */
/* Italian Green 339933 */
/* Italian Red FF3333 */
/* Gold bg ffffee, eeeecc */
/* Silver bg eeeeee */
/* Shades of Grey 999999 333333 */

/* General Element Styles */

body {
background:#CCCC99;
font:80% Century Gothic, Verdana, Arial, Tahoma, sans-serif;
margin:0;
padding:0;
text-align:center;
}

a {
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#999966;
text-decoration:underline;
}

a:visited {
color:#999966;
text-decoration:none;
}

p {
line-height:1.5em;
margin:2px 0 2px 0;
}

/*** Main container ***/

#container {
background:#eeeeee;
margin-left:auto;
margin-right:auto;
min-width:772px;
max-width:1080px;
padding:0;
text-align:left;
width:100%;
}

/*** Header section ***/

#sitename {
color:#cccc99;
height:100px;
margin-bottom:2px;
text-align:center;
}

#sitename h1,#sitename h2 {
font-weight:bold;
margin:0;
padding:0;
}

#sitename h1 {
color:#cccc99;
font-size:36px;
font-variant: small-caps;
font-family: Century Gothic, Verdana, Arial, sans-serif;
padding-top:6px;
}

#sitename h1 a {
color:#cccc99;
text-decoration:none;
}

#sitename h1 a:hover {
text-decoration:underline;
}

#sitename h2 {
font-size:20px;
}

/*** Horizontal menu ***/

#mainmenu {
float: left;
clear: both;
width: 100%;
padding: 0px;
margin-bottom: 10px;
}

#mainmenu ul {
font-size: 16px;
padding: 0px;
margin: -2px 0 0 0;
}

#mainmenu li {
display: inline;
float: left;
list-style: none;
text-transform: uppercase;
}

#mainmenu a {
padding: 0px 10px 0px;
text-decoration: none;
border-right: 2px solid #cccc99;
}

#mainmenu a:hover {
background:#ffffff;
color:#666666;
}

#mainmenu a:current {
background:#ffffff;
color:#666666;
}

/*** Sidebars ***/

#leftside,#rightside {
padding:2px 6px 2px 6px;
width:164px;
}

#leftside {
float:left;
margin-left:2px;
margin-right:2px;
}

#rightside {
float:right;
margin-left:2px;
margin-right:2px;
}
#leftside h1,#rightside h1 {
font-size:1.4em;
font-weight:bold;
margin-bottom:6px;
}

#leftside h2,#rightside h2 {
font-size:1.2em;
font-weight:bold;
margin-bottom:4px;
}

#leftside p,#rightside p {
font-size:1.0em;
margin-bottom:2px;
}

.linklist {
list-style:none;
margin:0 0 0 6px;
padding:0;
}

.linklist li {margin-bottom:0.8em;}

/*** Sidebar menu ***/

.nav {
border:1px solid #999966;
display:block;
margin:6px 4px 4px 0;
padding:2px 4px 2px 4px;
position:relative;
text-transform:uppercase;
text-decoration:none;
width:140px;
}

.nav:hover {
color:#666666;
background-color:#eeeecc;
text-decoration:underline;
}

.nav:active {
color:#666666;
background-color:#eeeecc;
text-decoration:none;
}

.sub {
font-size:1.0em;
margin:6px 4px 4px 8px;
padding:2px 4px 2px 4px;
width:132px;
}


/*** Content wrap ***/

#wrap {
clear:both;
font-size:1.0em;
padding:0;
}

/*** Content ***/

#content,#contentalt {
background-color:#ffffff;
border:1px solid #cccc99;
color:#000000;
padding:2px 10px 2px;
}

#content {margin:0 184px;}
#contentalt {margin:0 184px 0 10px;}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
background-color:inherit;
color:#3399CC;
font-weight:bold;
margin-bottom:2px;
padding:0;
}

#content h1,#contentalt h1 {
font-size:1.4em;
margin-top:6px;
}

#content h2,#contentalt h2 {
font-size:1.2em;
margin-top:4px;
}

#content image,#contentalt image {
float:center;
border:1px solid #cccccc;
margin:6px 10px 6px;
padding:6px;
}

/*** Footer ***/

#footer {
background:#dddddd;
clear:both;
color:#333333;
font-size:0.8em;
font-weight:bold;
margin:0;
padding:10px 0;
text-align:center;
width:100%;
}

#footer a {
color:#0000cc;
font-weight:bold;
}

/*** Various classes ***/

.thumbnail {
background:#ffffff;
border:1px solid #cccccc;
margin:0 0 10px 10px;
padding:4px;
}

.searchform {margin:0;}

.searchbox {
background:#ffffff;
border:1px solid #cccccc;
margin:0 4px 0 0;
width:100px;
}

.searchbutton {
background:#cccc99;
border:1px solid #cccccc;
}

.clearingdiv {
clear:both;
height:20px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.0em;
font-weight:bold;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}
.left {text-aligh:left;}

/*** End of file ***/