@charset = "UTF-8";
@import url(reset.css);
/*
Theme Name: YESWeb
Theme URI: http://www.yesweb.org/
Description: Default YES Template.
Authors: Fabian Perez & Wilson Qin (2011)
Version: 1.0
*/


/* Basics
 * ---------------------------------------------------------------------*/
html { 
	height: 100%; 
	/*overflow: auto;
	* changed overflow to hidden, 
	*because in google chrome browser, 
	*double scrollbars appear, after update to WordPress 3.1.3 
	*/
	overflow:hidden 
}

body {
	/*background: #ADD9FF;*/
	background: url(images/bodytexture.jpg) repeat;
	color: #000000; 
	font-family: 'palatino linotype'; 
	font-size:1em; 
	height:100%; overflow:auto;
	margin:0;
}

p, span, li { 
	line-height: 1.35em; 
}

li, a { padding-bottom: 4px; }

strong { font-weight: bold; }

em { font-style: italic; }

.spc { display: block; height: 35px; width: 100%; }


.centeredImage
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

/* Links
 * ---------------------------------------------------------------------*/
a { 
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",
								Verdana,Arial,sans-serif; 
	font-size: 0.83em; 
}

a:link, a:active, a:visited { 
	color: #4ca7b0; 
}

a:hover { 
	color: #333; 
}

/* Headers
 * ---------------------------------------------------------------------*/
h1, h2, h3 { margin: 0 0 8px 0; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.23em; }
h3 { font-size: 1.2em; }

/* Utilties
 * ---------------------------------------------------------------------*/
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.break {  
	border: 1px solid #753A00; 
	float: left;
	margin: 8px 0;
	width: 229px; 
}

.callout { 
	background-color: #C63939;
	border-radius: 3px; 
	color: #FFF !important;
	margin-bottom: 8px; 
	-moz-border-radius: 3px; 
	padding: 4px; 
	-webkit-border-radius: 3px;
}

.callout h3 { margin-bottom: 0px !important; font-weight: normal !important; }

#center-col ul { list-style: none; margin: 0; padding: 0; }

.ord { list-style: circle !important; padding: 0; margin-left: 16px !important; }
.num { list-style: decimal !important; padding: 0; margin: 10px 0 10px 20px !important; }

/* Structure
 * ---------------------------------------------------------------------*/
#wrapper, #logo, #nav-inner,
#footer-inner, #header-inner { 
	margin: 0 auto; 
	width: 960px; 
}

#header-inner { height: 100%; overflow: visible; }

#logo { position: absolute; z-index: 200; }

#donate { padding: 0px 0 0 750px; }

	#donate img { position: relative; z-index: 200; }

#titlespace { padding: 5px 0 5px 0;}

#wrapper {
	padding: 0 0px;
	margin-bottom: 75px;
	width: 960px;
}

#header {
	/*background: url(images/body_bg.jpg) repeat-x;*/
	background: url(images/bodytexture.jpg) repeat-x;
	height: 321px;
}


#nav { 
	background: #C63939; 
	height: 41px; 
}
	
	#nav-inner { 
		color: #ADD9FF !important;
		height: inherit;
		width: 900px;
		padding: 0 0 0 36px;
		font-size: 0.84em;
	}
	
	#nav-inner ul { margin: 8; padding: 0; position: relative; top: 8px; list-style: none; }
	
		#nav-inner li { float: left; padding-right: 12px; }
		#nav-inner li:nth-child(even) { letter-spacing: -3px; }
		
			#nav-inner li a { padding-bottom: 0 !important; }
		
			#nav-inner a:link, #nav-inner a:active, 
			#nav-inner a:visited { 
				font-size: 1.0em; 
				color: #FFF !important; 
				text-decoration: none; 
				font-weight: 100 !important;
			}
			
			#nav-inner a:hover { 
				color: #4ca7b0 !important;
			}
			
#content {
	background-color: white;
	//background: url(images/bodytexture.jpg) repeat-x;
	height: 100%;
	padding-top: 14px;
	width: 100%;
}

/* Event List Column
____________________________*/

#event-col {
	width: 675px;
	padding: 15px 15px 15px 15px;
	border-left: 2px medium #C63939;
	border-right: 2px medium #C63939;
}

.event-break {
	width: 675 px;
	border: 3px solid #C63939;
	padding: 5px 0px;
}

/* Blog Template Column
_________________________________________*/

#blog-template-col {
	width: 675px;
	padding: 15px 15px 15px 15px;
	border-left: 2px medium #C63939;
	border-right: 2px medium #C63939;
}

.blog-template-callout {
	width: 640px;
	background-color: #C63939;
	border-radius: 2px;
	color: #FFF;
	margin-bottom: 10px;
	-moz-border-radius: 2px;
	padding: 6px;
	-webkit-border-radius: 2px;
}

/* Blog Column
______________________________________________*/

#blog-col {
	width: 900px;
	padding: 15px 15px;
	border-left: 2px medium #C63939;
	border-right: 2px medium #C63939;
}

.blog-callout {
	background-color: #C63939;
	border-radius: 2px;
	color: #FFF;
	margin-bottom: 10px;
	-moz-border-radius: 2px;
	padding: 6px;
	-webkit-border-radius: 2px;
}

.blog-break {
	border: 3px solid #C63939;
	width: 800px;
}

#blog-col h3 {font-size: 1.25em; padding:0px 0px 0px 0px; color:#000000;}
#blog-col a2 {color:#000000;}

/* Left Column
 * ---------------------------------------------------------------------*/

#left-col { 
	width: 228px;
	margin-left: 9px;
	border-right: 1px dashed #f1f1f1;
}

	#left-col h2 { font-size: 1.25em; padding: 0px 8px 4px 8px; }
	
	#left-col ul { float: left; margin: 0; padding: 0; }
	#left-col li { clear: left; list-style-type: none !important; }
	#left-col ul li ul { 
		border-left: 1px dashed #DDD; 
		margin: 6px 0 0 0; 
		padding: 0 0 0 10px; 
	}
	
/* Center Column
 * ---------------------------------------------------------------------*/
#center-col {
	width: 430px;
	padding: 0 15px; 
}

	#center-col h2 { 
		color: #000000;  
		font-size: 1.5em;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	#center-col p { 
		color: #000000; 
		margin-bottom: 12px; 
	}
	
	#center-col h3 { font-weight: bold; }
	
/* Right Column
 * ---------------------------------------------------------------------*/
#right-col {
	overflow: hidden;
	height: 100%;
	width: 200px;
	text-align: center !important;
}
	#right-col p {	text-align: center !important;} 
	#right-col h2 { color: #000000; text-align: center; font-weight: normal; }
	#right-col ul { list-style: none; margin: 0; padding: 0; }
	
/* Featured Class
 * ---------------------------------------------------------------------*/
.featured h2 { margin-bottom: 0px !important; }
.featured-top { background: url(images/left_col_featured_top.png) no-repeat center top; padding-top: 6px; }
.featured { 
	padding: 8px; 
	float: left; 
	margin-top: -4px;
	overflow: visible;
}
	.news { background-color: #000000; }
	
#footer {
	background-color: #FFFFFF;
	border-top: 1px solid #FFF;
	min-height: 64px;
}

	#footer-inner { 
		padding: 12px 0;
		overflow:auto; 
	}
	#footer-inner ul { 
		float: left;
		margin-right: 15px;
	}
	#footer-inner ul li ul { padding-top: 4px; }
	#footer-inner h3 { color: #000000; }
	#footer-inner a { 
		color: #000000 !important; 
		text-decoration: none; 
	}
	
#big-title {
	background: #ADD9FF;
}	

#logo { 
	background: url(images/hdr_logo.png) no-repeat;
	height: 200px;
	width: 1200px;
	position: relative;
	float: left;
}

#cyclorama {
	position: relative;
	top: -40px;
	height: 220px;
	margin-top: -14px;
	display: none;
}

#head-callout {
	position: relative;
	top: -40px;
	left: 280px;
	width: 384px;
	height: 177px;
	background: url(images/hdr_callout_bg.png) no-repeat center top;
}
	
	#head-callout-inner { padding: 26px 0 0 32px; width: 315px; }
	#head-callout h1 {
		color: #000000;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	

	
#title {
  float: left;
  left: 50px;
  position: relative;
  top: 35px;
}

#gal-pic { 
  float: right;
  margin-top: 5px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* COMMENTS ******************************
************************************************* */

.comments-template{

	margin: 10px 0 0;

	border-top: 1px solid #ccc;

	padding: 10px 0 0;

}



.comments-template ol{

	margin: 0;

	padding: 0 0 15px;

	list-style: none;

}



.comments-template ol li{

	margin: 10px 0 0;

	line-height: 18px;

	padding: 0 0 10px;

	border-bottom: 1px solid #ccc;

}



.comments-template h2, .comments-template h3{

	font-family: Georgia, Sans-serif;

	font-size: 16px;

}



.commentmetadata{

	font-size: 12px;

}



.comments-template p.nocomments{

	padding: 0;

}



.comments-template textarea{

	font-family: Arial, Helvetica, Georgia, Sans-serif;

	font-size: 12px;

}
