/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.              
              
-----------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

body {
  padding: 0 20px;
  font-family: Tahoma, "Geneva", Helvetica, Arial, sans-serif;
	font-size: 13px;     
	background:#dcddde;
	color:#76787b;
}

a img {
  border: none;
}

a {
  text-decoration:none;
  color:#ea8023;
}

a:hover {
  color:#ea8023;
}

p a {
  text-decoration:underline;
}

p.more {
  text-align:right;  
}

p.more a {
  font-weight:bold;
  text-decoration:none;
}


/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/
.container {
  width:810px;
  margin:0 auto;
  overflow: hidden;
	padding:0 0 40px;
	background:#ffffff url(/static/images/black.gif) top right repeat-y;
}

.left {
	width:589px;
	float:left;
	position:relative;
	display:inline;
}

.header {
	width:589px;
	position:relative;
	padding:0;
	margin:0;
	overflow:auto;
}

.siteTitle {
	width:356px;
	height:250px;
	float:left;
	overflow:hidden;
	background:#ea8023;
	color:#ffffff;
	display:inline;
}

.subscribe {
	width:223px;
	height:210px;
	float:left;
	overflow:hidden;
	background:#000000;
	color:#ffffff;
	display:inline;
	padding:30px 0px 10px 10px;
}

.content {
  float:left;
  width:555px;
  margin-bottom:40px;
	padding-left:20px;
	padding-right:14px;
}

.mainText {
	width:390px;
	float:left;
  padding-right:14px;
	padding-left:180px;
	color:#76787b;
	background:url(/static/images/lhs-image.jpg) top left no-repeat;
	display:inline;
}

.sidebar {
  float:right;
  margin:0px;
  width:220px;
  font-size:90%;
  color:#003153;
	padding:0;
	border-left:1px solid #cccccc;
	
}

.donate {
	background:#000000;
	color:#ffffff;
/*	width:190px;*/
	position:relative;
	margin:0;
	padding:30px 0px 20px 10px;
	border-bottom:1px solid #cccccc;
}

.achievements {
/*	width:180px;*/
	background:#ea8023;
	color:#ffffff;
	padding:7px 20px 9px 20px;	
	border-bottom:1px solid #cccccc;
}

.action {
/*	width:185px;*/
	background:#000000;
	color:#ffffff;
	padding:20px 20px 20px 15px;
	border-bottom:1px solid #cccccc;
}

.news {
	background:#ea8023;
	color:#ffffff;
	padding:30px 0px 20px 10px;
	margin:0;
	border-bottom:1px solid #cccccc;
}

.footer {
  padding-top:10px;
  clear:both;
}

/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/


em, i {
  font-style:italic;
}

h1 {
  font-size:18px;
  margin: 1.0em 0 12px 0;
	color:#76787b;
}

h2 {
  font-size:15px;
  line-height:1;
  font-weight: bold;
  margin-top:12px;
  margin-bottom:0.7em;
	color:#ea8023;
}

h3 {
  font-size: 1.0em;
  line-height: 1.25;
  margin-top:2.0em;  
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-weight: bold;  
	color:#ea8023;
}

h4 {
  margin-top:2.0em;    
  font-size:1em;
  font-weight:bold;
  margin-bottom:0.5em;
	color:#ea8023;
}

h6 {
  font-size:1em;
  font-weight:bold;
}

p {
  line-height:130%;
  margin-bottom:12px;
}

ul {
  padding-left: 40px;
  font-size:90%;  
  margin:18px 0 21px 0;
}

li {
  line-height:110%;
  margin-bottom:4px;
  width:70%;
}

blockquote {
  padding:1.2em 2.0em;
}
blockquote p {
  font-size:1.2em;
  color:#003153;
  padding:0;
  margin:0;
  width:100% ! important;
}

blockquote cite {
  font-style:italic;
  font-size:0.9em;
}

/*-----------------------------------------------------
                >> Specific styles <<
-----------------------------------------------------*/

.sidebar p {
  line-height:120%;
}
.sidebar h1 {
  margin-bottom: 2px;
}
.sidebar h3 {
  margin-top: 5px;
}

.footer p {
  font-size:12px;
  width:60%;
	padding-left:180px;
}

.siteTitle h1 {
	font-size:32px;
	font-weight:normal;
/*	width:290px;*/
	color:#ffffff;
	margin:0;
	padding:0.5em 0px 0.5em 20px;
}

.siteTitle span {
	font-weight:bold;
}

.siteTitle a {
	color:#ffffff;
}

.siteTitle a:hover {
	color:#ffffff;
}

.siteTitle img {
	width:356px;
}

.subscribe h2 {
	background:#ea8023;
	color:#ffffff;
	padding:0.2em 10px;
	margin-left:20px;
	margin-top:0;
	text-transform:uppercase;
}


.donate h2 {
	background:#ea8023;
	color:#ffffff;
	padding:0.2em 10px;
	margin:0;
	margin-left:10px;
	margin-bottom:0.5em;
	text-transform:uppercase;

}

.donate p {
	margin-bottom:5px;
	padding-left:20px;
	padding-right: 10px;
}

.donate span {
	color:#ea8023;
}

.subscribe p {
	margin-left:30px;
	width:80%;
}

.achievements p {
	width:auto;
	margin-bottom:2px;
	margin-top:7px;
}

.achievements span {
	color:#000000;
	font-size:18px;
	font-weight:bold;
	margin:0.1em 0 0 0;
	width:auto;
}

.action h1 {
	color:#ea8023;
	font-size:18px;
	font-weight: bold;
	margin-top: 0;
}

.action h3 {
	text-transform:none;
	font-size: 13px;
}

.action ol p {
	color:#ffffff;
}

.item {
	border-bottom:2px dotted #ea8023;
}

.news h2 {
	color:#ffffff;
	background:#000000;
	padding:0.2em 10px;
	margin:0;
	margin-left:10px;
	margin-bottom:0.5em;
	text-transform:uppercase;
}

.post {
	padding-left:20px;
	padding-right:10px;
}

.news h3 {
	color:#000000
}

.news p {
	margin-bottom:5px;
	margin-top:5px;
	color:#ffffff;
}

.news a {
	color:#000000;
}

.news a:hover {
	color:#ffffff;
}


/*-----------------------------------------------------
                     >> Images <<
                     
-----------------------------------------------------*/

.captioned {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.captioned blockquote {
  background:none;
  margin: 6px 0 0 0;
  padding: 0;
  border:0;
}
.captioned blockquote p {
  font-size:0.85em;
  color:#777;
  font-style:normal;
  line-height: 140%;
}
img.small, .smallCaptioned {
  float:left;
  width:100px;
  margin:0 18px 10px 0;
}
img.med, .medCaptioned {
  float:left;
  width:200px;
  margin:0 18px 10px 0;
}
img.med_right, .med_rightCaptioned {
  float:right;
  width:200px;
  position: relative;
  margin-right: -210px;  
}
img.large, .largeCaptioned {
  width:440px;
  margin:0;
  padding: 0;
  border: 1px solid #ddd;
  background:#fff;  
}
.largeCaptioned {
  margin: 1.7em 0;
  border: none;
  padding: 0;
}

.medCaptioned img, 
.med_rightCaptioned img,
.smallCaptioned img,
.small_rightCaptioned img,
.largeCaptioned img {
  float:none;
  margin:0;
}



/*-----------------------------------------------------
                     >> Blog & News <<
-----------------------------------------------------*/


.date {
  font-size:85%;
  color:#000;
}

p.numberComments {
  font-size:12px;
  text-align:right;
  margin-top:25px;
  color:#003153;
}

.pagination {
  margin-top:15px;
  width:90%;
  text-align:right;
  font-size:11px;
}

.pagination ul {
  margin-top:4px;
  float:right;
  list-style:none;
  font-size:11px;
}

.pagination ul li {
  border-right:1px solid #444;
  padding:0 4px;
  float:left;
}

p.bio img {
  float:left;
  margin:0 9px 6px 0;
  border:1px solid #eee;
}


/*-----------------------------------------------------
                     >> Subscribe form <<
-----------------------------------------------------*/


label {
	font-size:75%;
}

input.submit {
	padding-left:0px;
}



/*-----------------------------------------------------
                     >> Mimetypes <<
-----------------------------------------------------*/

a.download {
  display:block;
  overflow:hidden;
  border:1px solid #ccc;
  margin:0;
  padding:0;
  background:#eee;
  position:relative;
  text-decoration:none;
}
a.download:hover {
  background:#E6F1FF;
}
a.download label {
  margin:20px 0 0 0;
  padding:0;
  display:block;
  line-height:140%;
  float:left;
}
a.download label span {
  font-weight:bold;
  font-size:12px;
}
a.download img {
  float:left;
  margin:0;
  padding:3px 0;
  width:64px;
  height:64px
}
