/* SOME DEFAULTS */

html, body {
	font-size:13px;
	font-family:Helvetica, Arial, sans-serif;
	}

/*-------------------
	 STRUCTURE
-------------------*/
	
.wrapper {
	width:960px;
	margin:0 auto 0 auto;
	}
	
.header {
	width:100%;
	height:100px;
	}
	
.header .logo {
	margin:0;
	float:left;
	}
	
.header a.contact_button {
	background-image:url(../images/header_contact.gif);
	width:68px;
	height:47px;
	display:block;
	float:left;
	margin:0 10px 0 5px;
	}
	
.header a.donate_button {
	background-image:url(../images/header_donate.gif);
	width:68px;
	height:47px;
	display:block;
	float:left;
	margin:0 5px 0 10px;
	}
	
.header a.contact_button:hover,
.header a.donate_button:hover {
	background-position:0 -47px;
	}
	
.search {
	float:right;
	width:500px;
	margin:26px 0 0 0;
	height:47px;
	}

.search input {
	margin:0;
	padding:0;
	float:left;
	}
	
.search img {
	margin:0 10px;
	float:left;
	}
	
.search #header_search {
	margin:11px 0 11px 11px;
	padding:3px;
	height:17px;
	-moz-box-sizing: content-box;
    box-sizing: content-box;
	}

.main {
	overflow:auto;
	}
	
.content {
	float:left;
	margin:20px 0 20px 20px;
	width:620px;
	}
	
.sidebar {
	float:right;
	margin:20px;
	width:260px;
	}
	
.sidebar h3 {
	margin:20px 0 5px 0;
	}
	
.sidebar ul.primary {
	margin-bottom:30px;
	}
	
.sidebar h3.primary_h3 {
	margin-top:8px;
	}
	
.sidebar .sidebox {
	margin:25px -20px 30px -20px;
	padding:5px 20px 8px 20px;
	width:100%;
	}
	
.sidebar .sidebox h3 {
	margin:3px 0 5px 0;
	}
	
.footer {
	width:100%;
	}
	
.footer_inner {
	margin:20px 20px 40px 20px;
	}
	
.footer_side {
	float:right;
	width:275px;
	}

	
/*--------------------
		STYLE 
--------------------*/

body {
	background:#EFE8DA url(../images/bg.jpg) repeat-y center top;
	}

.wrapper {
	background:#FFF url(../images/wrapper_bg.gif) repeat-y;
	border-left:1px solid #cecac2;
	border-right:1px solid #cecac2;
	}	
	
.header {
	background-color:#FFF;
	}
	
.main {
	border-top:1px solid #cecac2;
	}
	
.main a,
.footer a {
	text-decoration:none;
	color:#a72f3c;
	}
	
.main a:hover,
.footer a:hover {
	border-bottom:1px solid #d9a8b3;
	color:#8a2732;
	}
	
.search {
	background-color:#DEE9F3;
	border-bottom:1px solid #B3BAC3;
	border-top:1px solid #DEE9F3;
	}
	
.search #header_search {
	border:1px solid #b2bac2;
	border-right:0;
	color:#444444;
	font-size:14px;
	}
	
#searchcap {
	position:relative;
	float:left;
	top:26px;
	left:960px;
	}
	
.byline {
	font-style:italic;
	}
	
h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:36px;
	color:#b6690e;
	}
	
h2,
.main h2 a {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:22px;
	color:#da7900;
	}
	
h3,
.main h3 a {
	font-weight:normal;
	font-size:18px;
	color:#222;
	}
	
h4 {
	font-weight:bold;
	color:#333;
	}
	
.content h1, .content h2, .content h3, .content h4 {
	margin:8px 0 8px 0;
	}
	
.main p {
	margin:0 0 20px 0;
	line-height:1.3em;
	color:#444;
	}
	
.main ul {
	margin:5px 0 20px 1.1em;
	color:#333;
	line-height:1.25em;
	list-style-type:disc;
	}
	
.main ul li,
.main ol li {
	margin-bottom:5px;
	}
	
.main ol {
	margin:5px 0 10px 1.5em;
	color:#333;
	line-height:1.25em;
	list-style-type:decimal;
	}
	
.content div.two_cols {
	float:left;
	width:290px;
	margin-right:10px;
	}

.main .dateline {
	color:#666;
	text-transform:uppercase;
	font-size:11px;
	}
	
.main blockquote {
	color:#777;
	line-height:1.3em;
	margin:5px 30px 15px 0px;
	padding-left:30px;
	background:url(../images/quote.gif) no-repeat top left;
	}
	
.main .notice {
	width:594px;
	color:#9A1734;
	border:3px solid #9A1734;
	padding:10px;
	font-size:16px;
	background-color:#E68A92;
	margin:10px 0 20px 0;
	}

/*----------------------------/
/  "Table of contents" list   /
/----------------------------*/

.content ul.toc {
	background-color:#EEE;
	border-bottom:1px solid #999;
	margin-left:0px;
	margin-bottom:15px;
	padding:10px 5px 10px 5px;
	color:#999;
	overflow:auto;
	}
	
.content ul.toc li {
	margin-left:15px;
	float:left;
	width:260px;
	}
	
	

/*----------------------------/
/  Image and caption styles   /
/----------------------------*/
	
.has_caption_right {
	float:right;
	margin:0 0 0 10px;
	}
	
.has_caption_left {
	float:left;
	margin:0 10px 0 0;
	}
	
.has_caption_left p,
.has_caption_right p {
	font-size:85%;
	color:#555;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top:3px;
	}
	
img.goright {
	float:right;
	margin:0 0 0 10px;
	}
	
img.goleft {
	float:left;
	margin:0 10px 0 0;
	}
	

/*----------------------------/
/  Form styles 				  /
/----------------------------*/	
	
form.standard fieldset {
	background-color:#F3F3F3;
	padding:10px;
	margin:0 0 10px 0;
	border-bottom:2px solid #CCC;
	color:#444;
	}
form.standard label {
	color:#444;
	margin-right:5px;
	float:left;
	width:150px;
	padding:7px 0 7px 0;
	float:left;
	}
form.standard input,
form.standard select,
form.standard textarea {
	border:2px solid #CCC;
	padding:4px;
	font-size:13px;
	float:left;
	margin:0 10px 5px 0;
	}
form.standard input[type^="radio"] {
	margin-top:7px;
	}
form.standard input:focus,
form.standard textarea:focus {
	border:2px solid #666;
	}
form.standard div.separator {
	width:100%;
	border-top:1px solid #DDD;
	clear:both;
	margin:5px 0 5px 0;
	height:1px;
	display:block;
	}
form.standard .required {
	color:#FF0000;
	}
form.standard label.second_column {
	width:75px;
	}	
form.standard div.errorWrapper {
	position:relative;
	float:left;
	margin-right:-250px;
	width:250px;
	}
form.standard div.errorWrapper div.error {
	position:absolute;
	padding:7px 7px 7px 17px;
	color:#f2a092;
	font-size:13px;
	left:-20px;
	background:transparent url(/assets/skins/main/images/error_bg.png) no-repeat top left;
	}
	
	

/************************/
/* Calendar Date Style */
/************************/
	
.date,
.date a,
.date a:hover {
	font-family:Tahoma, Geneva;
	font-weight:bold;
	font-size:10px;
	letter-spacing:1px;
	color:#666;
	text-decoration:none;
	border:none;
	}
	
.date {
	border-right:1px solid #AAA;
	padding-right:10px;
	margin-right:10px;
	margin-bottom:5px;
	float: left;
	width:50px;
	}
	
.date2 {
	border-right:1px solid #AAA;
	padding-right:10px;
	margin-right:30px;
	margin-bottom:10px;
	float: left;
	width:115px;
	}
	

/************************/
/* Pullquote Style */
/************************/

.pullquote {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	line-height:1.25em;
	color:#666;
	float:right;
	width:280px;
	padding:5px 0 5px 20px;
	margin:5px 0 10px 10px;
	border-left:2px solid #9A1734;
	}
	
.pullquote .attribution {
	text-align:right;
	font-size:12px;
	font-style:italic;
	}

	
	
.separator {
	width:100%;
	height:1px;
	border-top:1px solid #AAA;
	clear:both;
	margin:20px 0 20px 0;
	}
	
.small {
	font-size:11px;
	line-height:1.5em;
	color:#333;
	}
	
.sidebar ul {
	margin:0 0 20px 0;
	list-style-type:none;
	list-style-position:outside;
	text-indent:0;
	line-height:1;
	padding-left:0;
	}
	
.sidebar ul.primary {
	font-size:16px;
	}
	
.sidebar ul.primary li {
	color:#6E6C65;
	}
	
.sidebar ul.primary li a {
	color:#ACA99E;
	}
	
.sidebar ul.primary li a:hover {
	border:none;
	color:#6E6C65;
	}
	
.sidebar ul.primary ul {
	margin:.5em 0 .5em 1em;
	font-size:14px;
	}
	
ul.primary li.selected a,
li.selected a {
	color:#CC6600;
	}
	
.sidebar .sidebox {
	background-color:#D7D3C6;
	border-top:1px solid #BCBAAE;
	border-bottom:1px solid #BCBAAE;
	}
	
.sidebar .sidebox p {
	color:#65615E;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:1.25em;
	margin:5px 0 0;
	}
	
.footer {
	background-color:#EFE8DA;
	border-top:2px solid #ba2836;
	overflow:auto;
	}
	
	
/*------------------------
	HOVER BOX STYLING
------------------------*/

.hoverbox_wrap {
	position:relative;
	}

.hoverbox {
	position:absolute;
	z-index:1000;
	display:none;
	width:210px;
	}
	
.hoverbox_inner {
	background-image:url(../images/transparent_bg.png);
	float:left;
	width:100%;
	}
	
.hoverbox_content {
	margin:0 6px 0 6px;
	padding:5px 10px 5px 10px;
	background:#FFF;
	font-size:11px;
	}
	
.hoverbox_inner em {
	font-size:16px;
	margin:5px 0 5px 0;
	display:block;
	}
	
.hoverbox_top {
	background:url(../images/hoverbox_top.png) no-repeat top left;
	width:210px;
	height:15px;
	float:left;
	margin:0;
	padding:0;
	clear:both;
	}
	
.hoverbox_bottom {
	background:url(../images/hoverbox_bottom.png) no-repeat top left;
	width:210px;
	height:12px;
	float:left;
	margin:0;
	padding:0;
	}
	
	
/*------------------------
	POPUP BOX STYLING
------------------------*/
	
.popup_card {
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	}

.popup_inner {
	display:block;
	position:absolute;
	margin:0 0 0 -312px;
	left:50%;
	width:624px;
	z-index:10000;
	}
	
.popup_top {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/popup_bg.png) no-repeat top left;
	font-size:1.17em;
	color:#666;
	overflow:auto;
	padding:24px 24px 5px 24px;
	}
	
.video_wrapper {
	width:505px;					/* videos are 505px wide */
	float:left;						/* so IE7 doesn't collapse the top margin */
	margin:20px auto 5px 35px;
	}
	
.popup_bottom {
	display:block;
	position:relative;
	width:624px;
	height:34px;
	background:url(../images/popup_bg.png) no-repeat top left;
	background-position:0 -513px;
	}
	
.closemask {
	z-index:9000;
	position:absolute;
	display:none;
	background:#000;
	}
	
#close {
	width:171px;
	height:29px;
	display:block;
	position:absolute;
	top:-7px;
	left:413px;
	}
	
#close a {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/close.png) no-repeat top left;
	display:block;
	}
	
#close a:hover {
	background-position:0 -29px;
	border:none;
	}
	
/*------------------------
	ASIDE BOX STYLING
------------------------*/

.aside {
	float:right;
	width:280px;
	padding:10px;
	margin:0 0 10px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#EEE9DA;
	background-repeat:no-repeat;
	background-position:top left;
	}
	
.aside p {
	margin:0;
	}
	
.has_background {
	padding-top:140px;
	}
	
	
	
.alert {
	background:#D7D4C6;
	padding:10px;
	border-top:2px solid #D7D4C6;
	line-height:1.25em;
	}
	
.alert img {
	float:left;
	}
	
	
/*-----------------------------
	GOOGLE SEARCH RESULTS PAGE
-------------------------------*/
	
#cse-search-results iframe {
	width:620px;
	}
	

	
/*------------------------------
	SLIDEDOWN EXPANDER
-------------------------------*/

.expander {
	margin:8px 0 3px 0;
	padding:1px 0 0 0;
	width:100%;
	background:url(../images/plus.gif) no-repeat left top;
	cursor:pointer;
	float:left;
	}

.expander h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:0 0 12px 25px;
	font-weight:normal;
	color:#444;
	}
	
.expander_content {
	margin:0 0 30px 0;
	border-bottom:1px solid #AAA;
	padding:8px;
	background-color:#F5F5F5;
	}
	
.expander h2 .secondary_info {
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	color:#AAA;
	}
	
.expander_close {
	width:100%;
	display:block;
	text-align:right;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #AAA;
	}
	
/*------------------------------
	SLIDEDOWN EXPANDER2
-------------------------------*/

.expander2 {
	margin:8px 0 3px 0;
	padding:1px 0 0 0;
	width:100%;
	background:url(../images/plus.gif) no-repeat left top;
	cursor:pointer;
	float:left;
	}

.expander2 h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	margin:0 0 12px 25px;
	font-weight:normal;
	color:#B70050;
	}
	
.expander2_content {
	margin:0 0 30px 0;
	border-bottom:1px solid #AAA;
	padding:8px;
	background-color:#F5F5F5;
	}
	
.expander2 h2 .secondary_info {
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	color:#AAA;
	}
	
.expander2_close {
	width:100%;
	display:block;
	text-align:right;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #AAA;
	}
	
	
/*------------------------------
	ARTICLES
-------------------------------*/

.article_wrapper {
	width:380px;
	}
	
.article_wrapper .pullquote {
	width:150px;
	margin-right:-200px;
	}
	
.article_wrapper img.goright {
	margin-right:-230px;
	}