/*  
Theme Name: Sail Away
Version: 1.0
Author: Jenni M
Author URI: http://safestplace.org
*/





body {
	background-color:  #141414;
	background-image: url(beegee.jpg);
	margin: 0;
}



::-moz-selection {
		color: #000000;
		background: #5F9C91;
		}


body, p, td {
	font: 11px/12px Tahoma, Sans-Serif;
	color: #ADADAD;
	line-height: 14px;
}

a {
	color: #A72E45; 
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #A72E45; 
	text-decoration: none;
}

a:hover {
	color: #8A9265; 
	text-decoration: none;
}




#container {
	background-color: #252424;
	width: 650px;
	margin: 0 auto;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
}

#top {
	background: #fff;
	width: 100%;
	height: 364px;
}









/* CONTENT */

#content {
	background: #252424;
	float: right;
	padding: 10px 10px;
	width: 400px;
	text-align: justify;
}

div#content ul  {
	margin: 10px;
	list-style-image: url(http://safestplace.org/images/bullet.gif);

}


div#content a {
	color: #595E42; 
	text-decoration: none;
	border-bottom: 1px dotted #393939; }

div#content a img {
	border: none;
}

div#content a:visited {
	color: #595E42; 
	text-decoration: none;
	border-bottom: 1px dotted #393939; }

div#content a:hover {
	color: #8A9265; 
	text-decoration: none;
	border-bottom: 1px dotted #393939; }







/* SIDEBAR */

#sidebar {
	font: 11px/12px Verdana, Arial, Sans-Serif;
	color: #342A0E;
	line-height: 14px;
	background: #252424;
	float: left;
	width: 205px;
	padding: 10px 10px 0 10px;
}

#sidebar .right a {
	color: #A72E45;
	text-decoration: none;
}

#sidebar .right a:hover {
	color: #3F3613;
	text-decoration: none;
}

#sidebar .right {
	background: #1E1D1D;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #ADADAD;
	padding: 5px;
	text-align: justify;
	margin: 1px;
}

#sidebar .right:hover {
	background: #F6EBBE;
	color: #342A0E;
}












/* HEADLINES */

h1 /*IE */ {
	
	color: #595E42;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 0px solid #C0B8A5;
	display: block;
}

h1 /* FIREFOX */ {
	color: #A72E45;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	background: url(h1bg.jpg) no-repeat left;
	padding: 0 0 0 20px;
        height: 20px;
}


h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 40px;
	margin: -20px 0 0 0;

}





#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#navigation li {
   margin-bottom: 1px;
}
#navigation a {
   background: #252424;
   font-weight: bold;
   color: #485A15;
   display: block;
   width: 190px;
   padding: 5px 2px 3px 10px;
   border-bottom: 1px dotted #333232;	
}
#navigation a:hover {
   background: #252424;
   font-weight: bold;
   color: #A72E45;
   text-decoration: none;
}


#footer {
	background: #000000;
	clear: both;
	text-align: center;
	height: 26px;
	line-height: 26px;
}

.copyright {
	background: #000000;
	font: 11px/17px Trebuchet Ms, Verdana, Arial, Sans-Serif;
	color: #D0C49C;
	text-align: center;
	padding: 3px 3px;
	margin: 3px 3px;
}




