/*
Theme Name: We Are The Ones Project
Theme URI: 
Description: 
Version: 
Author: 
Author 
Tags: 



*/

@import url(css/reset.css);
@import url(css/960.css);
@import url(css/text.css);

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background:url(images/body_bg.jpg) top left repeat-x #f3fbff;
	}
.bg_image {
	background:url(images/bg_image.jpg) top center no-repeat;
}

ul {padding:0; margin:0;}
li {list-style:none; margin:0; padding:0;}
ol li {list-style:decimal;}
a {text-decoration:none; color:#60afcd;}




/************************
CONTAINER
************************/
/*a nice wrapper around the main container*/
#container_wrapper {
	padding:20px;
	background:#fff;
}
.container_16 {
	margin-bottom:20px;
}

/************************
MAIN CONTENT WRAPPER
************************/
#main {
	background:url(images/main_bg.jpg) top left repeat-y #efece8;
	padding:0px 0;
}

/************************
HEADER
************************/
#header {
	position:relative;
	padding:0px 10px;
	height:180px;
	width:960px;
	margin:0px auto;
}
#header h1 {
	font-family:arial;
	font-size:50px;
	margin:0;
	display:none;
}
.description {
	display:none;
}
#header h1 span {}
#header h1 a {}
#header a {
	color:#fff;
}

/************************
globalnav
************************/
#global_nav {
	height:35px;
	background:url(images/globalnav_bg.jpg) bottom left repeat-x #0062a3;
	font-family:"gotham", arial, verdana;
	position:relative;
}
#global_nav .position {
	width:960px;
	margin:0 auto;
}
#global_nav ul {
	float:right;
}
#global_nav li {
	float:left;
	position:relative;
	border-right:1px solid #0084c2;
	margin:5px 0;
}
#global_nav li a {
	display:block;
	line-height:25px;
	font-size:12px;
	padding:0 20px;
	color:#fff;
	border-right:1px solid #0062a3;
}
#global_nav li a:hover {
	text-decoration:underline;
}

#global_nav li.nav.on {
	background:black;
}


/************************
SUBNAVIGATION
************************/
#subcategory_nav dt {
	text-transform:uppercase;
}
#subcategory_nav dd {
	font-size:16px;
	border:1px solid #fff;
	margin:2px 0;
}
#subcategory_nav a {
	display:block;
	padding:5px;
}


/************************
CRUMBS
************************/
#crumbs {
	height:30px;
}
#crumbs li {
	float:left;
	margin-right:10px;
}


/************************
FONT STYLES
************************/
h1 {
	font-family:arial;
	font-size:20px;
	margin-bottom:20px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;
	margin:0;
}
h4 {
	margin:0 0 5px;
	font-size:11px;
	text-transform:uppercase;
}

p {
	line-height:1.8em;
	font-size:12px;
}

h1.header {
	background:url(images/h1-header_bg.jpg) bottom left repeat-x #bfc4c9;
	font-size:14px;
	text-transform:uppercase;
	padding:5px 10px;
	font-family:"gotham", arial;
	color:#0062a3;
	font-weight:bold;
	margin:0;
}



/************************
STRUCTURE STYLES
************************/
.wrapper {
	padding:15px;
}

.banner {
	overflow:hidden;
}

.content_wrapper {}
#main_content {
	width:640px;
	float:left;
}



#welcome {
	background:url(images/welcome_bg.jpg) bottom left no-repeat #fff;
	margin:0;
	padding:0px 0 35px 240px;
	padding-left:240px;
}
#gallery_intro {
	background:url(images/welcome_portrait.jpg) top left no-repeat;
	margin:0 0 0 40px;
	padding:15px;
	float:right;
	width:250px;
	height:382px;
	cursor:pointer;
}
#gallery_intro p {
	padding:10px;
	text-align:center;
	font-size:14px;
}

#gallery_banner {
	height:86px;
	background:url(images/gallery_banner.jpg) top left no-repeat;
	position:relative;
	cursor:pointer;
}
#gallery_banner p {
	position:absolute;
	top:30px;
	right:30px;
	text-align:center;
	width:250px;
}



.post h2 {
	font-size:16px;
	margin:0;
}
.post em {
	display:block;
	margin-bottom:15px;
}
.post .entry {
	float:left;
}
.post .entry img {
	float:left;
	margin:0 10px 10px 0;
	clear:left;
}


.story_list li {
	font-size:12px;
	margin:5px 0 5px 20px;
	padding:0 0 0 0px;
	list-style:disc;
}


/************************
SIDEBAR
************************/
#sidebar {
	background:#e7e7e7;
	float:right;
	width:290px;
}
#sidebar a {
	color:#2575ad;
}

#sidebar h2.widgettitle {
	margin:0 0px;
	padding:5px 10px 5px 0;
	background:url(images/sidebar_arrow_up.jpg) right center no-repeat;
	cursor:pointer;
	border-bottom:1px solid #d2d2d2;
}
#sidebar h2.widgettitle.active {
	margin:0;
	background:url(images/sidebar_arrow_down.jpg) right center no-repeat;
}
#sidebar li ul {
	padding:0px 0;
}
#sidebar li ul li {
	background:#f3fbff;
	padding:5px;
	border-bottom:1px solid #f2f2f2;
}


#searchform {
	margin:20px 0;
}

#paypal-donate-support {
	margin:20px 0;
}
#paypal-donate-support h2.widgettitle {
	background:transparent;
	border:0;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */













.next_previous {
	height:40px;
	line-height:40px;
	padding:10px;
}
.next_previous a {
}
.next_previous li.next {
	float:right;
}
.next_previous li.previous {
	float:left;
}



#footer {
	text-align:center;
}
#footer a {
	padding:0 10px;
}


/************************
news_events	
************************/
#comment_container {
	background:#f1f1f1;
}
#comment_container h3 {
	margin: 10px 0 10px 10px;
	font-size:14px;
}

#comments_respond form {
	display:block;
	width:340px;
	margin:0 auto;
}
input#author, input#email, input#url {
	padding:5px;
	font-size:12px;
	width:326px;
}
textarea#comment {
	padding:5px;
	font-family:verdana;
	font-size:12px;
	width:326px;
}
#comments_respond label {
	display:block;
	font-size:11px;
	font-weight:bold;
}
h3#respond {
	text-align:center;
	font-size:16px;
}

#comments_view {
}
#commentlist li {
	font-size:12px;
	margin-bottom:5px;
	margin-left:20px;
	border:1px solid #d2d2d2;
	font-family:"trebuchet ms";
	font-family:verdana;
	line-height:0px;
}
#commentlist li div.comment {
	font-size:11px;
	color:#000;
	line-height:18px;
}

.comment {
	background:#e7e7e7;
	padding:0px;
}
.comment.alt {
	background:#e0e0e0;
}
.comment p {
}
small.commentmetadata {
	background:url(images/h1-header_bg.jpg) bottom left repeat-x #bfc4c9;
	display:block;
	margin:0;
	color:#fff;
}
small.commentmetadata a {
	color:#fff;
	padding:0 10px;
}


#page_gallery {
	background:#fff;
}



#cformsform.cform {
	width:auto;
}
p.linklove {
	width:auto;
}
#cformsii fieldset.cf-fs1 {
}
#cformsii legend {
	font-size:14px;
}
#cformsii label {
}
#cformsii .fldrequired {
	width: 90%;
	margin-bottom:10px;
}


.contactform {
	font-family:"gotham", arial;
}
.contactform label {
	font-size:12px;

}
