/*
Theme Name: LSCPF Theme 
Description: Customized version of Starkers
Version: 1.0
Author: Nathan Lyle
Author URI: http://webmaestro.biz 
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

body		{  	
		margin: 0;
        padding: 0;
		background-color: #00ABD9;
		color: #000;	
		background-image: url(http://lscpfoundation.org/wp-content/themes/lscpf/images/pageGradient.png);
		background-repeat:repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		}
                         	
h1		{  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 26px;
		color: #444;
		text-shadow: #fff 0 -1px 0px, #aaa 0 2px 3px; 
		font-weight: bold;
		}

h2		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px; 	
		color: #444;
		font-weight: bold;
		margin: 30px 0 0 0;
		text-shadow: #fff 0 1px 0px;
		}

h3		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #444;
		font-weight: 100;
		margin: 30px 0 0 0;
		text-shadow: #fff 0 1px 0px;
		}

h4		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		margin: 30px 0 0 0;
		text-shadow: #fff 0 1px 0px;
		color: #444;
		}

p		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 18px;
		margin: 8px 0 15px 0;	
		}
#contentRight li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 8px 0;	
	}
#contentRight ul li {
	list-style-type: disc;
	}
#contentRight ol li {
	list-style-type: inherit;
	}
#contentRight ul, #contentRight ol {
	margin: 5px 0 10px 20px;
	padding: 0;
	}
		
p a, li a, td a	{
		color: #18758C;
		text-decoration: none;
		border-bottom: solid 1px #18758C;
		}
		
p a:hover, li a:hover, td a:hover {
		color: #000;
		text-decoration: none;
		border-bottom: solid 1px #000;
		}
		
div 	{
		margin: 0;
		padding: 0;
		}
		
ul		{
		margin: 0 0 15px 0;
		padding: 0;
		}
		
#contentLeft li		{
		margin: 0 0 0 0;
		line-height: 22px;
		padding: 0;
		}
		
li li	{
		text-indent: 15px;
		margin: 0;
		padding: 0;
		}
		
img		{
		margin: 0;
		padding: 0;
		border: none;
		}
		
a img	{
		margin: 0;
		padding: 0;
		border: none;
		}
		
hr		{
		height: 2px;
		border-top: solid #555 2px;
		border-bottom: solid #555 2px;
		border-left: none;
		border-right: none;
		}
		
#wave	{
		background-image:url(images/wave.png);
		background-repeat:no-repeat;
		background-position: center 236px;
		}
		
#content {
		width: 960px;
		margin: 0 auto;
		}
		
#contentRepeat {
		background-image: url(http://lscpfoundation.org/wp-content/themes/lscpf/images/contentRepeat.png);
		background-repeat:repeat-y;
		}
		
#contentTop {
		background-image:url(http://lscpfoundation.org/wp-content/themes/lscpf/images/contentTop.png);
		background-repeat:no-repeat;
		background-position: top center;
		padding: 25px 0 0 0;
		}
		
#contentLeft {
		float: left;
		width: 268px;
		}
		
#contentRight {
		float: right;
		width: 630px;
		margin: 0 30px 0 0;
		}
		
#menu 	{
		margin: 0 0 0 30px;
		width: 210px;
		}
		
#menu ul {
		margin: 0;
		}
		
#menu a, #menu li {
		border-bottom: none; 
		font-weight: bold;
		font-size: 12px;
		line-height: 15px;
		display: block;
		color: #18758C;
		}
		
li.current_page_item {
	display: none;
	}
.topmenuthingies a {
	text-transform: uppercase;
	}
		
#menu li {
		list-style: none;
		margin-top: 10px;
		}
		
#menu a:hover {
		color: #000;
		border-bottom: none;
		text-shadow: #fff 0px 1px 0px;
		}
		
.2lineLi {
		line-height: 10px !important;
		}
		
.mainNavButtons a {
		font-weight: bold;
		font-size: 16px !important;
		border: none;
		}
		
#icons {
		background-image: url(http://lscpfoundation.org/wp-content/themes/lscpf/images/iconBackgroundRepeat.png);
		background-repeat:repeat-x;
		height: 66px;
		margin: 30px 0 0 0;
		padding: 10px 0 0 30px;
		}
		
#blurb	{
		font-size: 20px;
		text-shadow: #aaa 0 2px 3px;
		}
		
#slideshow {
		margin: 0 0 25px 0;
		}
	
#logo:hover	{
		}
		
#credits {
	color: #18758C;
	text-align: center;
	padding: 10px 30px 0 30px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	}

#credits p {
	color: #000;
	text-align: left;
	}

#credits a.text {
	text-decoration: none;
	}
		
#credits a:link.text, #credits a:visited.text, #credits a:active.text {
	color: #18758C;
	}
	
#credits a:hover.text {
	color: #fff;
	text-decoration: underline;
	}
	
#credits img {
	vertical-align: middle;
	margin: 0 3px 0 3px;
	}