/*

COMMENTS: 

1.  bloody span tags in WP POSTS!

*/

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

ul{margin-left:25px;list-style-image:url(http://onethousandseas.org/wp-content/themes/1000-2/dot.png);}

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

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

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

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

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

body 
{
font-family:sans-serif; 
font-size: x-large; 
background-image:url('x-ray-corset.png');
}

img{border:0;}

.whiteit{background-color:white;}
.pinkit{background-color:#FF00FF;}

#per50{width:50%;}

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

a.switchit{font-weight:bold;}

a:link,a:visited{background-color:yellow;color:#00FFFF;font-weight:bold;text-decoration:none;}

a:active,a:hover{color:yellow;background-color:#00FFFF;font-weight:bold;text-decoration:none;}

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

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