/*
Theme Name:     samafoundation.org
Theme URI:      
Description:     
Author:         Josh Harrison
Author URI:     http: //picklewagon.com/
Version:        0.1
*/

html, body {
	margin:0;
	padding:0;
}

/*********************************

Color scheme: 
	olive = 
			PMS 119 U (spot color)
			c 25 m 25 y 20 k 0 (CMYK breakdown)
			#867849 (hex)
	blue =
			PMS 302 U (spot color)
			c 87 m 59 y 37 k 16 (CMYK breakdown)
			#2e5b75 (hex)
				
*********************************/

body {
	font-family:Helvetica, Arial, sans-serif;
	background:#E9EEF1 url(images/blue_background.jpg) repeat-x;
}
#wrapper {
	width:780px;
	margin:0 auto;
	background-color:#fff;
	border-right:0px solid #274861;
	border-bottom:0px solid #274861;
	border-left:0px solid #274861;
}
div#sidebar {
	float:left;
	overflow:hidden;
	width:180px;
}
div#container {
	float:right;
	margin:0 0 0 -200px;
	width:100%;
	background-color:#fff;
}
div#content {
	margin:0 0 0 200px;
}

/* header */
#header {
	margin:0;
	padding:0;
	width:780px;
	height:154px;
}
#banner {
	background:url(images/TeenSubstanceAbuseUBanner.jpg);
	height:126px;
}

/* LINKS */
a {
	font-weight:normal;
}
a:link {
	text-decoration:underline;
	color:#2e5b75;
}       
a:visited {
	text-decoration:underline;
	color:#2e5b75;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
a:active {
	text-decoration:none;
	color:#2e5b75;
}

/* MENU */
#menu-primary {
	width:780px;
	margin:0;
	padding:0;
	background-color:#867849;
	height:28px;
}
#menu-primary li {
	list-style:none;
	float:left;
	background-color:#867849;
	font-size:15px;
	line-height:27px;
	position:relative;
	text-align:center;
	width:146px;
}
#menu-primary li:hover {
	background-color:#9E936D;
}
#menu-primary li a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
#menu-primary ul {
	display:none;
	position:absolute;
	left:-40px;
	top:28px;
	float:left;
	width:180px;
	z-index:99999;
}
#menu-primary ul li {
	line-height:14px;
	background-color:#D2C7A1;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	width:134px;
	padding:5px;
}
#menu-primary ul li:hover {
	background-color:#ECE8D2;
}
#menu-primary li:hover > ul {
	display:block;
}
#menu-primary li:hover > ul li a {
	color:#000;
}
#menu-item-home {
	background:url(images/btn_home.gif) no-repeat;
}
#menu-item-home:hover {
	background:url(images/btn_home-ro.gif) no-repeat;
}

/* BOTTOM MENU */
.menu-bottom-container {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	margin:-10px 0;
}
#menu-bottom {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#menu-bottom li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	font-size:70%;
}
#menu-bottom li a {
	display:block;
	margin:0 0 0 1px;
	padding:0 7px;
	text-decoration:none;
	line-height:1.3em;
}

/* SIDEBAR */
#sidebar {
	padding-left:4px;
}
#sidebar>ul {
	list-style:none;
	margin-left:-40px;
}
#sidebar>ul li.widget-container {
	clear:both;
	margin-bottom:5px;
	width:160px;
}

/* WIDGETS */
.widget_sama_widget {
	float:left;
}
.widget_donate_widget {
	text-align:center;
}
.widget_donate_widget div {
	background-color:#716846;
	font-size:24px;
	line-height:66px;
	width:170px;
	border-radius:10px;
	-moz-border-radius:10px;
	white-space: nowrap;
}
.widget_donate_widget a {
	color:#fff;
	text-decoration:none;
	padding:19px;
	border-radius:10px;
	-moz-border-radius:10px;
}
.widget_donate_widget a:hover {
	background-color:#9e936d;
}
.widget_newsletter_widget, .widget_search {
	border:1px solid #91B0CF;
	text-align:left;
	padding:0 0 12px 10px;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
}
.widget_search {
	padding-top:10px;
}

/* CONTENT */
.entry-content, .entry-summary, .entry-utility {
	font-size:12px;
	line-height:16px;
	color:#000000;
	padding-right:6px;
	margin-bottom:10px;
}
#page-breadcrumbs {
	list-style:none;
	margin-left:-40px;
	font-size:12px;
}
#page-breadcrumbs li {
	float:left;
	padding-right:12px;
}

/* IMAGES */
.entry-content img {
	margin:6px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 0px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 0px; /* optional rounded corners for browsers that support it */
	margin: 0px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* STEPHEN'S HOME PAGE CSS */
#maincol {
    margin:10px 0;
    padding:0;
    width:575px;
    /*float:right;*/
    display:inline;
    }
#quote{
    margin:10px 20px 15px 0px;
    padding:10px 2px;
    border-top:1px solid #91b0cf;
    border-bottom:1px solid #91b0cf;
    }
#quote p{
    margin:0;
    padding:0;
    color:#274861;
    font-size:13px;
    line-height:150%;
    }
.servicesimg {
    margin:40px 30px 0px 0;
    float:right;
    display:inline;
    }
.servicesimg img {
	padding:1px;
	border:1px solid #91b0cf;
	}
.servicestext {
    margin:0px 30px 0px 0;
    padding:0;
	width:380px;
    }
.newseventsimg {
    margin:10px 0 0 0;
    padding:0;
    float:left;
    display:inline;
    }
.newseventsimg img {
	padding:1px;
	border:1px solid #91b0cf;
	}
.newseventstext {
    margin:0px 20px 0px 220px;
    padding:0;
    }
/* END STEPHEN'S HOME PAGE CSS */	
/* Background Buttons */
.advocacyvideo, .joinsamafamilies {
	padding:16px 0 0 16px;
	font-size:14px;
	font-weight:normal;
	color:#01264b;
	text-decoration:none;
	text-align:left;
	display:block;
	height:94px;
	background:url(images/bg_button.gif) no-repeat;
	}
a.advocacyvideo:link, a.advocacyvideo:visited, a.advocacyvideo:active, a.joinsamafamilies:link, a.joinsamafamilies:visited, a.joinsamafamilies:active {
	text-decoration:none;
	background:url(images/bg_button.gif) no-repeat;
	color:#01264B;
}
a.advocacyvideo:hover, a.joinsamafamilies:hover {
	background-position:0px -109px;
	outline:none;
	text-decoration:none;
	color:#01264b;
}
/* End BG Button */

img {
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#2e5b75;
}
h1 {
	margin:18px 0 10px 0;
	font-size:22px;
	text-decoration:underline;
	color:#01264B;
	letter-spacing:1px;
}
h2 {
	font-size:18px;
	margin:22px 0px 0px 0px;
}
h3 {
	font-size:14px;
	line-height:16px;
	margin-bottom:4px;
}
h4 {
	margin:5px 0 0 0;
	padding:0;
	color:#c05133;
	font-size:12px;	
	line-height:150%;
}
h5 {
	margin:0 0 5px 0;
	padding:0;
	font-size:18px;
	text-decoration:none;
	color:#01264B;
	letter-spacing:0px;
	font-weight:normal;
	}


div#logo {
	background-color:#FFFFFF;
	text-align:center;
	width:180px;
	margin:4px 0px 4px 0px;
/*	border-bottom:solid #91b0cf 1px; */
	display:block;  /** new line **/
	float:left; /** new line **/
}
div#snippets {
	width:180px;
	margin:0px;
	padding:0px;
}
div#footer a {
	text-decoration:none; 
	color:#274861;
	padding:10px;
}

#vidlinks a:visited {
       text-decoration:none; 
       color:#274861;
	   font-weight:bold;     
}
div#footer a:hover {
	text-decoration:none; 
       color:#ca4e28;
}
#vidlinks a:link {
       text-decoration:none; 
       color:#274861;
	   font-weight:bold;
}       
#vidlinks a:visited {
       text-decoration:none; 
       color:#274861;
	   font-weight:bold;     
}
#vidlinks a:hover {
       text-decoration:none; 
       color:#ca4e28;
	   font-weight:bold;      
}
#vidlinks a:active {
       text-decoration:none; 
       color:#ca4e28;
	   font-weight:bold;
}
div#header {
	display:block;
}
div#header ul {
	/*margin:-4px 0px 0px 0px;
	padding:0px;
	display:block;*/
}
div#header ul ul {
	margin:0px 0px 0px 0px;
}

div#content{
	float:right;
	width:580px;
/*	background-color:#ff00ff; */  /* color used for troubleshooting purposes */
	margin:0px;/*	margin:10px 0px 10px 0px; */
}
div#footer{
	clear:both;
	padding:10px;
}
div#parenting {
	font-size:90%;
	border:solid #000 1px;
	text-align:center;
	font-style:italic;
	padding:14px;
}
div#parenting a {
	color:#003399;
	text-decoration:underline;
}
div#parenting a:hover {
	color:#837c50;
}

#navigation li {
	font-size:82%;
	list-style-position:inherit;
	list-style-type:disc;
	line-height:110%;
	display:inline;  /** new line **/
}
#navigation ul {
	padding:6px 6px 6px 20px;
	text-align:center;
}
/*div#sidebar {
	width:180px;
	height:100%;
	margin:0;
	padding:0;
	border-right:solid #91b0cf 2px;
	float:left;
	background-color:#FFFFFF;
	overflow:hidden;
}*/

div#box {
	padding-top:10px;
	padding-right:25px !important;
	padding-right:10px;
}
#box ul li {
	display:list-item;
	list-style-type:disc;
	border:none;
}
#box a {
	color:#006699;
	text-decoration:none;
}
#box a:hover {
	color:#990000;
	text-decoration:underline;
}
div#paypal {
	text-align:center;
}
table#about {
	background-color:#d6e5f4;
}
div#donate {
	text-align:center;
}
div#prevention {
	text-align:left;
	border:solid #000 1px;
}
div#prevention p {
}
div#prevention li {
	padding:6px;
	margin-left:-10px;
}
#navTable {
	text-align:center;
	border-bottom:solid 2px #333;
	background-color:#FFFFFF;
	background-image:url(../../images/bg-navTable.gif);
	background-repeat:repeat-x;
}
#box p.nav {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	margin:0;
	margin-bottom:15px;
	color:#867849;
}
#box p.nav a {
	color:#859EAF;
	color:#2e5b75;
}

/* CSS from Musicians' Union */
.newshome {
    margin:0px 0 0 0px;
    padding:0px 0 5px 0;
    border-top:1px solid #91b0cf;
}
.image_float {
  float:right;
  margin:10px 0 5px 0;
  padding:0;
  }
.spacer {
  clear:both;
  }
/* end CSS from Musician' Union */
/* Colored Boxes in the Main body */
#didyouknowbox, #didyouknowbox2 {
	margin:10px 0;
	padding:0 10px 10px 20px;
	width:350px;
	border:1px solid #999999;
	background-color:#E9EEF1;
	}
#didyouknowbox2 {
	margin:10px 5px 10px 20px;
	padding:0 10px 10px 15px;
	width:120px;
	float:right;
	}
#resourcesbox, #resourcesbox2 {
	margin:0 5px 10px 0;
	padding:0 10px 10px 15px;
	width:120px;
	float:right;
	border:1px solid #999999;
	background:url(images/sunrays.jpg) top right;
}
#resourcesbox2 {
	margin:0 5px 10px 20px;
	}
/* In the News */
.module1 {
    margin:0;
    padding:0 15px 5px 0;
    border-top:1px solid #91b0cf;
}
.module2 {
    margin:0;
    padding:0 15px 5px 0;
}
.module3 {
    margin:0;
    padding:0 15px 5px 0;
    border-bottom:1px solid #91b0cf;
}
.module1 img, .module2 img, .module3 img {
    margin:0;
    padding:0px 15px;
    }
.module4 img {
    margin:0;
    padding:10px 50px;
    }
#inthenews {
    margin:0;
    padding:0;
    }
#inthenews #newslinks {
    margin:0 0 10px 0;
    padding:0 0 10px 10px;
    width:565px;
    border-color:#fff;
    font-style:italic;
    font-weight:bold;
    color:#006699;
    list-style-type:none;
    border-top:solid #91b0cf 1px;
    border-bottom:solid #91b0cf 1px;
    border-left:solid #91b0cf 1px;
    background-image:url(../images/hopeful-sun-rays-center.jpg);
    background-color:transparent;
    }
#inthenews #newslinks li {
    margin:0;
    padding:2px;
    border:none;
   
    color:#006699;
    display:list-item;
    background-color:transparent;
    }
/* End In the News */
.module{
    margin:0 2px;
    padding:0 15px 4px 20px;
    width:514px;
    border-top:1px solid #91b0cf;
    }
#parentscontent{
    margin:40px 0 10px 0;
    }
#newsevents {
    margin:0;
    padding:0;
	border-bottom:1px solid #91b0cf;
    }
#newsevents img{
    margin:10px 0 10px 0;
    padding:0;
    }
#floattext p{
    margin:0;
    padding:10px 20px 0px 10px;
    text-align:center;
    color:#274861;
    }
#floattext {
    margin:10px 10px 0 0;
    width:290px;
    float:right;
    }
.register {
    margin:10px auto 10px auto;
    padding:5px;
    background-color:#f3a703;
    width:100px;
    border:1px solid #274861;
    text-align:center;
    }
.register a:link {
       text-decoration:none;
       color:#274861;
       font-size:12px;
       font-weight:bold;
}      
.register a:visited {
       text-decoration:none;
       color:#274861;
       font-weight:bold;    
}
.register a:hover {
       text-decoration:none;
       color:#feff82;
       font-weight:bold;     
}
.register a:active {
       text-decoration:none;
       color:#feff82;
       font-weight:bold;
}
#houseparty {
    margin:0;
    padding:0;
    width:259px;
    background-color:#fff;
    border:1px solid #91b0cf;
    }
.convio1 {
    margin:0 0 15px 0;
    padding:5px 0px;
    }
.convio1 a:link {
       text-decoration:underline;
       color:#ca4e28;
       font-weight:normal;
}      
.convio1 a:visited {
       text-decoration:underline;
       color:#ca4e28;
       font-weight:normal;    
}
.convio1 a:hover {
       text-decoration:none;
       color:#ca4e28;
       font-weight:normal;     
}
.convio1 a:active {
       text-decoration:none;
       color:#ca4e28;
       font-weight:normal;
}
.clearfloat {
    clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}
.footer {
    color:#0e0903;
    margin:10px auto;
    padding:10px;
    font-size:12px;
    width:780px;
}
#footer p.sama-address {
    text-align:center;
    color:#0e0903;
    font-size:12px;
    font-size:70%;
    padding-right:0;
    margin:0;
}
#footer p.sama-address span {
    padding:0 12px;
}
#maincol {
    text-align:left;
    font-size:11px;
    }
#vidlinks {
    margin:0;
    padding-left:10px;
    width:205px;
    line-height:200%;
    font-size:12px;
    float:right;
    border-left:2px solid #91b0cf;
    }
#enewslink {
    margin:0 2px;
    padding:7px 15px 4px 0px;
    width:534px;
    text-align:right;
    border-bottom:1px solid #91b0cf;
    }
a.subbutton:link {
       text-decoration:none;
       color:#274861;
       font-weight:bold;
}      
a.subbutton:visited {
       text-decoration:none;
       color:#274861;
       font-weight:bold;    
}
a.subbutton:hover {
       text-decoration:none;
       color:#ca4e28;
       font-weight:bold;     
}
a.subbutton:active {
       text-decoration:none;
       color:#ca4e28;
       font-weight:bold;
}
#vidlinks a:link {
       text-decoration:none;
       color:#274861;
       font-weight:bold;
}      
#vidlinks a:visited {
       text-decoration:none;
       color:#274861;
       font-weight:bold;    
}
#vidlinks a:hover {
       text-decoration:none;
       color:#ca4e28;
       font-weight:bold;     
}
#vidlinks a:active {
       text-decoration:none;
       color:#ca4e28;
       font-weight:bold;
}
