/*************************************************************
 
 -------------------------------------------------------------
 Theme:   Packs Of Promise
 Design:  o'brien industries
 		  http://obicreative.com
 Layout:  SecretPenguin
          http://www.secretpenguin.com
 
*************************************************************/



/*============================================================
Body
============================================================*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}


/* LAYOUT */

body {
	font-size: 13px; 
	color: #b1afa9; 
	line-height: 28px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #2f2c26;
	background-image:  url(http://packsofpromise.org/images/bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
#container {
	width: 955px;
	text-align:left;
	margin : 0px auto;
	}
	
#content-left {
	font-size: 10px; 
	line-height: 22px; 
	width: 230px;
	float:left;
	padding-top: 284px;
	color: #5e584c;
	}
	
#content-right {
	float:right;
    width: 670px;
	margin-right: 0px;
	margin-left: 0px;
    }

#text-right {
	padding-right: 110px;
	}	

#fullpage {
	width: 760px;
	float:left;
	padding-left: 5px;
	}
	
#footer {
	text-align: center;
	clear:both;
	font-family: Gill Sans, Verdana;
	color: #5e584c;
	margin: 0px;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	padding-top: 50px;
	padding-bottom: 50px;
	}
	
.donate {
	text-align: right;
    width: 677px;
	}
	
.donate-contentleft {
	text-align: left;
    width: 230px;
	}	

					
	
	
/* TEXT */

p {
	padding-bottom: 10px;
	letter-spacing: 0px;
	}	

a:link {
	color: #7e7c77;
	text-decoration: underline;
	}
	a:hover {
		color: #2f2c26;
		text-decoration: underline;
		background-color: #bf1e2d;
		}
	a:active {
		color: #7e7c77;
		text-decoration: underline;
		}
	a:visited {
		color: #5e584c;
		text-decoration: underline;
		}
	a:visited:hover {
		color: #2f2c26;
		text-decoration: underline;
		background-color: #bf1e2d;
		}

h1 {
	display: none;
	}

h2 {
	font-family: Gill Sans, Verdana, sans-serif;
	color: #FFFFFF;
	margin: 0;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 2px;
	font-weight: lighter;
	clear: both;
	padding-bottom: 5px;
	padding-top: 15px;
	text-transform: uppercase;
	}				
			
h3 {
	font-family: Gill Sans, Verdana, sans-serif; 
	color: #FFFFFF;
	margin: 0;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 2px;
	font-weight: lighter;
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	}
	
h4 {
	font-family: Gill Sans, Verdana, sans-serif; 
	color: #7e7c77;
	/*margin-top: -40px;
	*/font-size: 12px;
	line-height: 28px;
	letter-spacing: 2px;
	font-weight: lighter;
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	}		

.numbers {
	font-family: Gill Sans, Verdana;
	font-size: 18px;
	color: #bf1e2d;
	font-weight: normal;
	}

.subheader {
	font-family: Gill Sans, Verdana;
	color: #908653;
	margin: 0;
	padding: 0px 0px 5px 0px;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;	
	}						
	
.blockquote {
	color: #FFFFFF;
	padding-left: 30px;
	background:   url(http:/packsofpromise.org/images/blockqoute.gif) left top no-repeat;
	}					

.darker { 
	color: #5e584c; 
	}	

.brighter { 
	color: #7e7c77; 
	}	
	
.red {
	color: #bf1e2d;
	}										

ul {
	margin-left: 0px;
	padding-bottom: 10px;
	color: #7e7c77; 
	}
	
ul li {
	padding-left: 15px;
	list-style: none;
	background: url(http://packsofpromise.org/images/bg_li.gif) left 0% no-repeat;
	color: #5e584c; 
	}

#dropdown select {
	background: #666666;
	color: #CCCCCC;
	border: 1px solid #333333;
	}
	
.line {
	border-bottom: 1px solid #333333;
	}				  
	
/*-------------------
MENU
-------------------*/

#menu {
	width: 670px;
	text-align: left;
	margin: auto;
	line-height: 22px; 
	}

#menufloat {
	float: left;
	clear: both;
	margin-top: 20px;
	}

#menu li {
	float: left;
	background: none;
	}
	
#menu-list {
	list-style: none;
	position: static;
	background: none;
	}

#menu-list a, #menu-list a:link, #menu-list a:active, #menu-list a:visited{
	overflow: hidden;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size:12px;
	letter-spacing: 4px;
	font-style: bold;
	}

#menu-list a:hover, #menu-list a:visited:hover{
	background: #bf1e2d;
	text-decoration: none;
	color: #2f2c26;
	text-transform: uppercase;
	}

	
/*-------------------
MENU END
-------------------*/