/*   
Theme Name: Babz Chula Society Blue Theme
Theme URI: http://www.BabzChulaSociety.com/
Description: Theme for Babz Chula Website.
Author: Thomas Mathews, Sabrina Franco, Laura Mason
Author URI: http://interactivetm.com
Version: 1.0
.
	Happy Times.
.

-- COLORS --
#e1ffbb - light box green (add 15% opocity);
#b3e04d - bright heading green
#bfd788 - dim heading green
#58b4ee - bright heading blue
#191917 - dark (add 68% opacity for boxes)
#bec2c7 - light gray
*/

#comments {
	background-color: rgba(34, 51, 34, 0.5);
    padding:20px;
}
#commentlist {
	list-style: none;
	margin-left:-30px;
}
#commentlist .quote { 
	border: 1px solid red;
}
#commentlist li {
background-color:#3B585D;
margin-top:30px;
margin-bottom:30px;
padding:10px 10px 0;
}
#commentlist .avatar {
	float:right;
}

#commentlist img {
display: inline;
}

#commentlist cite {  
background:#223322 url(images/blurb.gif) no-repeat 15px 0;
display:block;
font-style:normal;
margin: 0 -10px -15px -10px;
padding:10px 10px 10px 60px;
font-size:0.85em;
}
#commentlist cite a:link, .commentlist cite a:visited {  
	color:#82e5f0;
	text-decoration:none;
}  
#commentlist cite a:hover, .commentlist cite a:active {  
	color: #FFF;  
	text-decoration: underline;  
}
body {
	margin: 0;
	padding: 0;
	font-family: Sathu, Helvetica, Arial, san-serif;
	font-size: 90%;
	color: #22221f;
	background-color: #22221f;
/* original dark #191917 */
}
div {
	margin: 0;
	padding: 0;
}
img {
	display: block;
}
a {
	font-size: 0.9em;
	color: #bfd788;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0;
	color: #ffffff;
	line-height: 1.4em;
	font-weight: 100;
}
h1 {
	/*Dim Green Large Heading*/
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.3em;
	color: #bfd788;
	font-weight: lighter;
}
h2 {
	/*Dim Green Medium Heading*/
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #bfd788;
}
h3 {
	/*Bright Green Medium Heading*/
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #b3e04d;
}
h4 {
	/*Bright Blue Small Heading*/
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #58b4ee;
}
h5 {
	/*Shrugs*/
}
h6 {
	/*Shrugs*/
}
.clear {
	clear: both;
}
blockquote {
    margin: 10px 0;
    padding: 1px 15px;
    background-color: #385953;
    font-size: 90%;
}
#container {
	width: 982px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	border: none;
	margin-bottom: 20px;
	background: #37424b url('images/background.png') top left repeat-y;
	-moz-box-shadow: 0px 0px 20px #121211;
	-webkit-box-shadow: 0px 0px 20px #121211;
}
/*header*/
#header{
	position: relative;
	height: 150px;
}
#header a:hover {
	color: #fff;
}
#hbox1 {
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(255, 255, 187, 0.15);
	width: 650px;
	height: 150px;
}
/*navigation of hbox1*/
#nav {
	position: absolute;
	top: 45px;
	right: 15px;
	font-weight: 100;
}
#nav a {
	margin-left: 30px;
	font-size: 1.1em;
	color: #bec2c7;
}
#nav a:hover {
	text-decoration: none;
}
/*title of hbox1*/
#hbox1 a:hover {
	text-decoration: none;
}
a #title {
	font-size: 4.0em;
	color: #191917 ;
	font-weight: 100;
	position: absolute;
	left: 15px;
	bottom: -20px;
	text-decoration: none;
}
#title span {
	font-size: 40%;
}
#hbox2 {
	position: absolute;
	top: 20px;
	left: 650px;
	background: rgba(255, 255, 187, 0.15);
	width: 95px;
	height: 68px;
}
#donatebtn {
	position: absolute;
	top: 25px;
	left: 15px;
	font-size: 1.1em;
	color: #b3e04d;
}
#donatebtn:hover {
	text-decoration: none;
}
#hbox3 {
	position: absolute;
	top: 0px;
	left: 830px;
	background: rgba(255, 255, 187, 0.15);
	width: 100px;
	height: 48px;
}
#contactbtn {
	position: absolute;
	top: 20px;
	left: 8px;
	font-size: 1.1em;
	color: #bec2c7;
}
#contactbtn:hover {
	text-decoration: none;
}
/*footer*/
#footer {
	background: rgba(255, 255, 187, 0.15);
	text-align: center;
	font-size: 0.85em;
	padding: 15px 0px;
	color: #bec2c7;
}
#footer a {
	color: #bec2c7;
}
#footer a:hover {
	color: #fff;
}
#networks {
	float: left;
	margin-left: 20px;
}
#networks a img {
	float: left;
	margin-right: 15px;
	opacity: 0.5;
	border: none;
}
#networks a img:hover {
	opacity: 1.0;
}
#copyright {
	margin-top: 8px;
	float: right;
	margin-right: 20px;
	color: #bec2c7;
}
#copyright:hover {
	color: #fff;
}
#copyright a {
	color: #bec2c7;
}
#copyright:hover a {
	color: #fff;
}
/* ------ General Styles ------ */
/*Content*/
.content {
	float: left;
	width: 630px;
	padding: 20px;
}
.entry p img {
	border: solid 5px rgba(25, 25, 23, 0.68);
}
/*Sidebar*/
.sidebar {
	float: right;
	width: 220px;
	padding: 10px 0px;
	padding-right: 15px;
	background: rgba(25, 25, 23, 0.68);
}
.sidebar ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	list-style-type: none;
}
.sidebar ul li h2 {
	color: #58b4ee;
	font-weight: lighter;
	font-size: 130%;
}
.sidebar ul ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	color: #BFD788;
}
#searchform {
	width: 250px;
	padding-bottom: 10px;
}
#s {
	background: rgb(25, 25, 23);
	border: none;
	width: 140px;
	padding: 3px;
	color: white;
}
.postmetadata {
	margin-top: -10px;
	padding-top: 5px;
	border-top: solid 1px #BFD788;
	font-size: 90%;
}
/* ------ Comment Box ------- */
#comment {
    width: 400px;
}
/* ------ HomePage Styles ------ */
#missionstatement {
	padding: 20px 0;
	padding-left: 20px;
	border-bottom: solid 1px  rgba(255, 255, 187, 0.6);
}
#msInfo {
	width: 450px;
	float: left;
}
#msInfo p {
	margin: 10px;
	line-height: 1.7em;
	font-size: 1.2em;
	color: #fff;
}
#msInfo a {
	margin-top: 10px;
	font-size: 110%;
	text-decoration: none;
}
#slideshow {
	position: relative;
	width: 430px;
	height: 243px;
	padding: 10px;
	padding-right: 0px;
	float: right;
	background-color: rgba(255, 255, 187, 0.25);
}
#prevBtn {
	display: none;
}
#nextBtn {
	display: block;
	width: 31px;
	height: 60px;
	position: absolute;
	top: 102px;
	right: 15px;
}
#nextBtn a {
	display: block;
	width: 31px;
	height: 60px;
	text-decoration:none;
	background: transparent url('images/next_arrow.png') top left no-repeat;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	white-space: nowrap;
}
#slider, #slider li{ 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width:366px;
	height:244px;
	overflow:hidden; 
}
#mediapreview {
	padding: 20px;
	width: 1000px;
}
#homeVideo {
	width: 300px;
	height: 182px;
	background-color: white;
}
.mediacolumn {
	width: 300px;
	margin-right: 30px;
	float: left;
}
.mediacolumn h1 {
	margin-bottom: 10px;
}
.mediacolumn h4 {
	width: 260px;
	font-size: 1.0em;
	position: relative;
}
.mediacolumn h4 a {
	
	text-decoration: none;
	color: #58B4EE;
}
.mediacolumn h4 img {
	position: absolute;
	top: 0;
	left: -50px;
}
.mediacolumn p {
	margin: 0;
	font-size: 80%;
	width: 260px;
	min-height: 3.9em;
}
/*end of Home Page*/
/*start of Donate Page*/
#DonateContent {
	padding: 20px;
}
#DonateContent h1, #AboutContent h1 {
	font-size: 200%;
	margin-bottom: 15px;
}
#donatepagecontent {
	float: left;
	width: 400px;
}
#donatepagecontent p {
	line-height: 1.6em;
	color: #fff;
	margin-bottom: 10px;
}
#donationbox {
	width: 300px;
	text-align: center;
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 30px;
}
#donatebutton {
	padding: 10px;
	font-size: 3em;
	font-style: italic;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	text-decoration: none;
	color: #333333;
}
#donatebutton:hover {
	color: #fff;
}
/*a quote -- apply to a paragraph of text, one quote per page i guess :S*/
#quote {
	float: right;
	width: 400px;
	margin-top: 50px;
	margin-bottom: 40px;
	margin-right: 60px;
	position: relative;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size: 3.0em;
	font-style: italic;
}
#startquote {
	font-size: 5em;
	position: absolute;
	top: -75px;
	left: -90px;
}
#endquote {
	font-size: 5em;
	position: absolute;
	bottom: -180px;
	right: -50px;
}
/*end of Donate Page*/
/*start of About Page*/
#AboutContent, #aboutsub {
	padding: 30px;
}
#aboutsociety {
	margin-bottom: 20px;
	float: left;
}
#aboutsociety p {
	width: 520px;
}
#aboutpic {
	float: right;
	margin-right: 25px;
}
#aboutbabz {
	width: 440px;
	float: left;	
}
#aboutbod {
	width: 460px;
	float: right;
}
#aboutbod p {
	float: left;
	margin-right: 20px;
}

#aboutbod, #aboutbabz {
margin-top:20px;
}

#aboutsub {
width: 630px;
}

/*end of About Page*/
/*start of Contact Page*/
#ContactContent {
	padding: 20px;
}
#contactinfo {
	float: left;
	width: 500px;
}
#contactform {
	padding: 10px;
	width: 400px;
	background-color: rgba(34, 51, 34, 0.5);
	float: right;
}
#contactform label {
	float: left;
	width: 100px;
	color: #fff;
	margin-top: 5px;
}
#contactform input {
	float: right;
	width: 250px;
	margin-top: 5px;
}
#contactform textarea {
	width: 392px;
	height: 100px;
}
#contactform #submitsend {
	width: 100px;
}
#mailstatus {
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #cfffb0;
	border: solid 1px #7ebd46;
	color: #288821;
	font-size: 80%;
}
/**end of Contact Page*/