/* HEADER/FOOTER VARIABLES */

#header
{
height:40px;
}

#header,#footer
{
background-image:url('http://onethousandseas.org/1000int/includes/headfeet.png');font-size:medium;
}

#header{text-transform:lowercase;}

#main {padding-bottom: 45px;}  /* must be same height as the footer */

#footer{margin-top: -46px; /* negative value of footer height */
	height: 45px;}

a.switchit{}

/* ============================================================================================ */

body 
{
background-color:black;
font-family:sans-serif; 
font-size:large;
}

#adivisme{
width:470px;
border-left:1px solid white;
border-right:1px solid white;
padding:15px;
text-align:left;
background-color:#383838;
color:white;
font-family:garamond,georgia,times new roman, serif;
}

p{padding:8px;}

/* ============================================================================================ */

a:link,a:visited{background-color:white;color:#0B515E;font-weight:bold;text-decoration:none;font-family:sans-serif;}

a:active,a:hover{color:white;background-color:#0B515E;font-weight:bold;text-decoration:none;font-family:sans-serif;}

a:link.switchit,a:visited.switchit{background-color:white;color:#99111b;font-weight:bold;text-decoration:none;font-family:sans-serif;}

a:active.switchit,a:hover.switchit{color:white;background-color:#99111b;font-weight:bold;text-decoration:none;font-family:sans-serif;}

/* ============================================================================================ */

/* CSS CLASSES REQUIRED BY WORDPRESS */

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin-right:5px;
}

.alignright {
float: right;
margin-left:5px;
}