/* HEADER/FOOTER VARIABLES */

#header
{
height:40px;
}

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

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

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

a.switchit{}

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

body 
{
/* background-color:#C0D890; */
background-image:url('http://onethousandseas.org/wp-content/themes/sitemap1/perfect.png');
font-family:sans-serif; 
font-size:x-large;
}

#adivisme{
width:85%;
border-left:1px solid black;
border-right:1px solid black;
padding:15px;
text-align:left;
background-color:#383838;color:white;
text-transform:lowercase;
padding-bottom:100px;
}

p{padding:30px 0 30px 0;text-transform:none;}

ul{padding:0 0 0 40px;}

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

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

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

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

a:active.switchit,a:hover.switchit{color:#383838;background-color:#BCA8D9;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;
}