/*
Theme Name: Conscious Alliance
Theme URI: http://www.vectordefector.com
Description: A custom theme developed exclusively for Conscious Alliance.org.
Version: 2.0
Author: Tom Benway
Author URI: http://www.vectordefector.com
*/

/* Begin Typography & Colors */
body {
	font-size: 12px;
	line-height: 1.5em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #222;
	margin: 0 0 0 0;
	padding: 0;
	}
	
.homeBg {
	background-image: url(images/site-bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}

.pageBg {
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}

input, textarea, select {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}	
	
a {
	outline: none;	
	color: #c1972d;
}

.req {
	color:#c1972d;
}

.formButton {
	background-color:#c1972d;
	color:#fff;
	cursor:pointer;
	padding: 3px;
	border: 1px solid #fff;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#page {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	width: 965px;
	height: 179px;
	background-image: url(images/header-bg.jpg);
}

#headerimg {
	position: absolute;
	width: 425px;
	height: 105px;
    	margin-top: 10px;
	margin-left: 265px;
    }

#socialbox {
	float:left;
	width: 273px;
	height: 29px;
	margin-top: 96px;
	padding: 5px 0 0 8px;
	background-image:url(images/header-tab.png);	
	color: #fff;
}

#searchBox {
	float:right;
	width:273px;
	height: 29px;
	margin-top: 96px;
	padding: 5px 0 0 8px;
	text-align: right;
	background-image:url(images/header-tab.png);
}

.field {
	color:#ccc;
	height: 24px;
	padding-left: 5px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#shopLogin {
	position: absolute;
    width: 100px;
    margin-left: 850px;
    margin-top: 15px;
    text-align: right;
}	

#shopLogin a {
	color: #fff;
}

.secureIcon {
	position: absolute;
    width: 125px;
    height: 142px;
    margin-top: -180px;
    margin-left: 440px;
}

/* navigation elements */

#navigation {
	float:left;
	width: 965px;
	height:44px;
	margin-top: 3px;
	background-image: url(images/nav-bg.gif);	
}

#navigation li{
	float:left;
	padding: 11px 14px 0 14px;
	margin-top: 1px;
	height:28px;
	border-left: 1px solid #0872a5;
	border-right: 1px solid #01437c;
	list-style: none;
    color: #fff;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 14px;	
}

#navigation .home {
	margin-left: 15px;
	border-left: 1px solid #01437c !important;
}

#navigation .homeCurrent {
	margin-left: 15px;
	margin-top: 1px !important;
	height: 26px !important;
	padding: 11px 14px 0 14px !important;
	background-image: url(images/nav-bg-active.gif);
}

#navigation li a{
	color: #fff;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 14px;	
}

#navigation .current_page_item {
	margin-top: 1px;
	height: 26px;
	padding: 11px 14px 0 14px;
	background-image: url(images/nav-bg-active.gif);
}

#navigation #navDonate {
	background-image: url(images/nav-donate-bg.gif);
}

#navigation .donate_current_page_item {
	margin-top: 1px;
	height: 26px;
	padding: 11px 14px 0 14px;
	background-image: url(images/nav-donate-active.gif) !important;
}

/* sub nav items */

/* sub nav items */

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#navigation li ul {
	position: absolute;
	width: 170px;
	left: -1500px;
	}

#navigation li:hover ul {
	left: auto;
    margin-top: 8px;
    	margin-left: 10px;
    	display: block;
	width: 170px;
	z-index: 5000;
}
	
#navigation li ul li {
	float: right;
	width: 165px;
	height: 23px !important;
    padding: 7px 15px 0 15px !important;
	border-left: 1px solid #c1972d;
	border-right: 1px solid #c1972d;
	border-bottom: 1px solid #c1972d;
	background-color:#ffffff;
    text-align: left !important;
	margin: 0 !important;
}

#navigation li ul li a {
	color: #01437c;	
	font-size: 13px;
}

#navigation li ul .current_page_item {
    background-color: #FFFFFF;
    border-bottom: 1px solid #C1972D;
    border-left: 1px solid #C1972D;
    border-right: 1px solid #C1972D;
    float: right;
    height: 23px !important;
    text-align: left !important;
    width: 165px;
    margin-top: 7px;
    padding: 7px 15px 0 15px !important;
	background-image: none !important;
}

#navigation li ul .current_page_item a {
	color: #c1972d;	
	font-size: 13px;
}

/* end navigation */

/* home content */

#homeSlideshow {
	float:left;
	width:581px;
	height:326px;
	margin-bottom: 20px;
    border: 1px solid #0261af;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px; 
	border-radius: 6px;
	overflow: hidden;
     -moz-box-shadow:0 1px 4px #333;
    -khtml-box-shadow:0 1px 4px #333;
    -webkit-box-shadow:0 1px 4px #333;
    box-shadow:0 1px 4px #333; 
}	

/* end home */

#content {
	float:left;
	width: 965px;
	margin-top: 25px;
	min-height: 600px;
}

.post {
	float:left;
	width: 580px;
}	

.entry {
	float:left;
	width: 100%;
	margin-bottom: 15px;	
}

.blogEntry {
	float:left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #01447b;	
}

#blogArchives {
	float:left;
	width: 100%;
	margin-top: 35px;	
}

#donateBox {
	float:left;
	width: 100%;
	padding: 5px;
	margin: 5px 0 10px 0;
	background-color: #efefef;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


#supporters .attachment-medium {
	float:left;
    padding: 3px;
    border: 1px solid #afafaf;
    background-color: #fff;
    -webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
    -moz-box-shadow:0 1px 3px #C8C8C8;
    -khtml-box-shadow:0 1px 3px #C8C8C8;
    -webkit-box-shadow:0 1px 3px #C8C8C8;
    box-shadow:0 1px 3px #C8C8C8; 
}

#footer {
	float:left;
	width: 100%;
	height: 125px;
	background-image: url(images/footer-bg.jpg);
	font-size: 11px;
}

#footerFrame {
	width: 965px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;	
}

#sponsorHeader {
	float:left;
	width:120px;
	height: 25px;
}

#footerCopyright {
	float:right;
	width: 350px;
	color:#fff;
	text-align: right;	
}

#footerSponsorBlock {
	float:left;
	width: 100%;
	margin-top: 10px;
}	

/* End Structure */

/* Shop Items */

.cartBox {
	float:left;
	width: 560px;
	padding: 10px;
	background-color: #f0f0f0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}	

.cartBox a {
	color: #0266b3;	
}

#cartHeader {
	float:left;
	width: 100%;
	margin-bottom: 5px;	
}

#cartTotalsFields {
	float:right;	
	width:140px;
	padding:5px;
	text-align: center;
	background-color: #d2d2d2;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#cartPromoBox {
	float:left;
	width: 100%;	
	margin: 5px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #01447b;

}

#cartBoxItems {
	float:left;
	width: 400px;
}

.sizeChart {
	float:right;
}

.shopEntry {
	width:174px;
    margin: 0 auto 0 auto;
    background-image: url(images/shop-entry-bg.png);
    background-repeat: no-repeat;
}

.shopEntryImg {
	float:left;
    width: 150px;
    height: 226px;
    margin: 8px 0 15px 8px;
    padding: 3px;
    border: 1px solid #afafaf;
    background-color: #fff;
    -webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
    -moz-box-shadow:0 1px 3px #C8C8C8;
    -khtml-box-shadow:0 1px 3px #C8C8C8;
    -webkit-box-shadow:0 1px 3px #C8C8C8;
    box-shadow:0 1px 3px #C8C8C8; 
    clear: both;
}

.shopEntryImg img {
	width: 150px;
    height: 226px;
}

.shopEntryImg a {
	text-decoration: none !important;
}

.shopEntryContent {
	float:left;
    width: 155px;
    height: 125px;
    margin-left: 10px;
    clear: both;
}

.shopEntryBtn {
	float:left;
    width: 100%;
    text-align:center;
}

.detailsImg {
	max-width:600px
	padding: 5px;
    border: 1px solid #afafaf;
    background-color: #fff;
    -webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
    -moz-box-shadow:0 2px 7px #C8C8C8;
    -khtml-box-shadow:0 2px 7px #C8C8C8;
    -webkit-box-shadow:0 2px 7px #C8C8C8;
    box-shadow:0 2px 7px #C8C8C8;
}

.detailsContent {
    padding: 10px;
    background-color: #f9f9f9;
    -webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#cartCheckoutBtn {
	 float:right;
	 width: 150px;
	 padding:5px;
	 margin-top: 2px;
	 background-color:#c1972d;
	color:#fff;
	cursor:pointer;
	border: 1px solid #fff;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#payPalBox {
    margin-bottom:20px;
    padding: 10px;
	background-color: #025dac;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    color: #fff;
}

#payPalBox img:hover {
	opacity:0.7;
}

.facebookLike {
	float:right;
	width: 85px;
	height: 24px;
	overflow:hidden;	
}

.shareThis {
	float:right;	
}


/* end shop */

/* projects pages */

.projectEntry {
	float:left;
    width: 289px;
    min-height: 330px;
    margin: 0 6px 12px 0;
    background-image: url(images/projects-entry-bg.png);
    background-repeat: no-repeat;
}

.projectEntryHeader {
	position: absolute;
    width: 274px;
    height: 27px;
    margin: 162px 0 0 -3px;
    padding-top: 8px;
    cursor: pointer;
	border-top: 4px solid #bf952c;
	background: #012643;
	opacity:0.90;
    filter:alpha(opacity=90);
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-bottom-right-radius: 6px;	
    -moz-border-radius-bottomright: 6px; 	
    -webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;	
    -moz-border-radius-bottomleft: 6px; 	
    -webkit-border-bottom-left-radius: 6px
}

.projectEntryImg {
	float:left;
    width: 268px;
    height: 198px;
    margin: 8px 0 5px 8px;
    padding: 3px;
    border: 1px solid #afafaf;
    background-color: #fff;
    -webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
    -moz-box-shadow:0 1px 3px #C8C8C8;
    -khtml-box-shadow:0 1px 3px #C8C8C8;
    -webkit-box-shadow:0 1px 3px #C8C8C8;
    box-shadow:0 1px 3px #C8C8C8; 
    overflow: hidden;
}

.projectEntryImg img {
	max-width: 100%;
	border: none;
    margin: 0;
    padding: 0;
    float: none;
}

.projectEntryContent {
	float:left;
    width: 265px;
    height: 110px;
    margin-left: 13px;
    font-size: 11px;
}

.projectProgress {
	float:left;
    width: 268px;
    margin-top: 8px;
    padding: 10px;
    background-color: #f9f9f9;
    -webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.projectProgressFrame {
	float:left;
    width: 100%;
    height: 10px;
	border: 1px solid #afafaf;
	background-color: #fff;
    -webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
    overflow: hidden;
}

.projectProgressBar {
	float:left;
    height: 10px;
    background-color: #014a85;
}

/* donation campaigns */

.campaignDonateBox {
	float:left;
    width: 450px;
	padding: 10px;
	margin: 20px 0 10px 0;
	background-color: #efefef;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.projectGoal {
	width: 400px;
    height: 20px;
    margin: 0 auto 0 0;
    -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    overflow: hidden;
}

.projectGoalProgress {
	background-color:#014a85;
    height: 18px;
    padding-top: 2px;
    text-align:center;
    color: #fff;
    font-weight: bold;
}

.campaignVideo iframe, .campaignVideo embed{
	max-width: 450px;
}

/* end campaigns */


/* Begin Sidebar */
#sidebar {
	float:right;
	width: 345px;
}

.sidebarEntry {
	float:right;
	width: 324px;
	height: 196px;
	margin-bottom: 15px;
	padding: 10px;
	background-image: url(images/sidebar-entry-bg.png);	
	color: #fff;
}


.sidebarEntry h2 {
	color: #fff;
	font-weight: normal;
	font-size: 20px;
}

.sidebarShopImg {
	margin-top: 8px;
	margin-left: 5px;	
}

.sidebarBtn {
	float:right;	
}

#sidebar .alignleft img{
	border: 1px solid #c1972d !important;	
}

#upcomingEventsBox {
	float:left;
	width: 315px;
	height: 150px;
	margin-top: 10px;
	overflow: auto;
	padding: 5px;
	font-size: 11px;
}

#sidebar .attachment-thumbnail {
	float:left;	
	margin: 0 6px 3px 0;
	display: inline;
	border: 1px solid #c1972d;
}

/* End Sidebar */


/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0;
	color: #01437c;
	}

h3 {
	padding: 0;
	margin: 0;
	}
	
.mainHeader {
	float:left;
	width: 556px;
    	height: 29px;
    padding-top: 10px;
	    
	margin-bottom: 15px !important;
	padding-left: 24px;
	
	background-image: url(images/main-header-bg.png);	
	color: #fff;
	font-size: 20px;
}

.sociable {
	clear: both;
}

.sociable h2 {
	margin-top: 25px;
	margin-bottom: 15px;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #195182;
	}

img.alignright {
	margin: 0 0 8px 14px;
	display: inline;
	border: 1px solid #195182;
	}

img.alignleft {
	margin: 0 14px 8px 0;
	display: inline;
	border: 1px solid #195182;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.attachment-thumbnail {
	float:left;	
	margin: 0 6px 3px 0;
	display: inline;
	border: 1px solid #195182;
}

.attachment-medium {
	float:left;	
	margin: 0 15px 5px 0;
	display: inline;
	border: 1px solid #195182;
}
/* End Images */




/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
    
 
    
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 15px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -moz-box-shadow:0 1px 3px #C8C8C8;
    -khtml-box-shadow:0 1px 3px #C8C8C8;
    -webkit-box-shadow:0 1px 3px #C8C8C8;
    box-shadow:0 1px 3px #C8C8C8; 
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.caption-top, .caption-bottom {
	width: 100%;
	color: #ffffff;	
	font-size: 12px;
    font-weight: bold;	
	cursor: pointer;
	border-top: 4px solid #bf952c;
	background: #012643;
	opacity:0.90;
    filter:alpha(opacity=90);
    text-align: center;
    text-decoration: none !important;
} 

.caption-top {
   border-width: 0px 0px 10px 0px;
   text-decoration: none !important;
}

.caption-bottom {
	height: 24px;
    padding-top: 6px;
    text-decoration: none !important;
    border-bottom-right-radius: 6px;	
    -moz-border-radius-bottomright: 6px; 	
    -webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;	
    -moz-border-radius-bottomleft: 6px; 	
    -webkit-border-bottom-left-radius: 6px;
    border-bottom: none !important;
}

#wps-twitter-status {
	opacity:0.90;
    filter:alpha(opacity=90); 
}


#wps-toolbar-bottom {
	opacity:0.75;
    filter:alpha(opacity=75);
    background-image: url(images/social-footer-bg.png) !important;
    background-position: top right;
    background-color: transparent !important;
}
