/*

Version: 0.93

*/

#header
{
height:45px;
text-transform:lowercase;
}

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

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

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

a:link,a:visited{color:#0B515E;font-weight:bold;text-decoration:none;}

a:active,a:hover{color:#cc8b2d;font-weight:bold;text-decoration:underline;}

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

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

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

li{padding-top:5px;padding-bottom:5px;}
ol,ul{position:relative;left:25px;}

h1,h2,h3,h4,h5,h6{
font-family:garamond,georgia,times new roman,serif;
position:relative;
left:25px;
font-weight:bold;
font-style:italic;
}

h1{font-size:225%;}
h2{font-size:200%;}
h3{font-size:175%;}
h4{font-size:150%;}
h5{font-size:125%;}
h6{font-size:100%;}

h1,h2,h3,h4,h5,h6,p{padding:8px;}

/* GENERAL */

body {
background-image:url('http://onethousandseas.org/wp-content/themes/scrumty1/pattern.png'); 
color:#85550f;
font-family:sans-serif;
}

/* EVERYTHING INSIDE */

#content-container {									/*  All content between header and footer.  */
width:815px;
padding:15px;
border-right:#cc8b2d 10px solid;
border-top:#cc8b2d 10px solid;
font-size:12px;
background-color:#ACBDC5;
min-height:800px;
}

#scrollycue
{
position:absolute;
z-index:1;
top:47px;
}

#scriptwork {
position:absolute;
z-index:2;
top:195px;
left:275px;
}

#posts{
position:relative;
z-index:3;
width:500px;
padding-top:275px;
}

/* 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;
}
