body, h1, h2, h3, h3, h4, h5, h6, p, ul, ol, li, form, input, img, blockquote {
	border: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.left {float:left;}
.right {float:right;}
.clear,.clr {clear:both;}

body {
	font: 12px Lucida Grande, Arial, Tahoma, Sans-Serif;
	color: #666;
	background: #FAFAFA;
}

.fancy {
	background: url(../images/fancy_blue.jpg) no-repeat center top #A7C4E7;
	min-height:150px;
}

.wrap {
	width: 880px;
	margin: 0 auto;
}

.bbar.bartop span{color:#eee;line-height:48px;}

ul.top-nav{float:right;padding:0;margin:0;}
ul.top-nav li{float:left;list-style:none;padding:0;margin:0 0 0 5px;}
ul.top-nav li a{padding:0px 8px;color:#ccc;display:block;line-height:48px;height:48px;}
ul.top-nav li a:hover,ul.top-nav li.active a{text-decoration:none;background:#676767;color:#fff;}

#header {
	height: 56px;
	overflow: hidden;
	padding-top:30px;
}

#header h1{
	color:#000;
	

}
#header h1 a{
	display:block;
	float:left;
	border-right:1px solid #000;
	padding-right:15px;
	margin-right:15px;
	color:#000;
	letter-spacing:-1px;
}
#header h1 a:hover{
	text-decoration:none;
}

#header h1 span{
	display:block;
	float:left;
	color:#fff;
	font-size:16px;
	font-weight:600;
	letter-spacing:3px;

}
.logo {
	float: left;
	display: block;
}



/* - -- --- Featured --- -- - */

.featured {
	padding: 15px 0 30px 0;
	/*overflow: hidden;*/
	position:relative;
}

.featured p {
	font-size: 14px;
	line-height: 1.7em;
	color: #222;
	margin: 0;
}

.teaser {
	float: left;
	width: 450px;
}

#themess {
	width:375px;
	height:446px;
	position:absolute;
	top:-50px;
	right:0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow: 0 0 5px #555;
	-webkit-box-shadow: 0 0 5px #555;
	box-shadow: 0 0 5px #555;
}
#themename {
	width:500px;
	position:absolute;
	top:-60px;
	right:0px;
	text-align:center;
}
#themename h1{
	font-style:italic;
	font-weight:normal;
	font-size:76px;
	text-shadow: 0 -1px 0 #324C58;
	opacity:0.5;
	font-family:georgia,"Times New Roman",Times,sans-serif;
	}

.bbar {
	height: 28px;
	padding: 13px 0;padding:9px 0;
	border-top: #666666;
	background: #1C1C1D;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#141415'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#141415)); /*  WebKit */
    background: -moz-linear-gradient(top,  #272727, #141415); /*  Firefox */
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}
.bbar.bartop{padding:0;height:auto;line-height:auto;}

.bbar .wrap {
	overflow: hidden;
}

.bbar span{
	float: left;
}

.bbar form {
	float: right;
	overflow: hidden;
}

#content .wrap {
	/*overflow: hidden;*/
	background: url(../images/border.png) repeat-y 538px top;
}

.main {
	float: left;
	padding: 10px 40px 30px 0;
	width: 500px;
}

.sidebar {
	float: right;
	padding: 10px 0 30px 40px;
	width: 300px;
}


/* - -- --- Gallery --- -- - */

ul.gallery {
	/*overflow: hidden;*/
	padding: 0;
}

ul.gallery li {
	float: left;
	width: 230px;
	list-style: none;
	margin: 15px 40px 0 0;
	padding: 0;
}
ul.gallery.small li {
	width: 146px;
	margin: 15px 30px 0 0;
}

ul.gallery li.last {
	margin-right: 0;
}

ul.gallery li a.galleryImage {
	display: block;
	padding: 0 0 16px 0;
	background: url(../images/shadow.png) no-repeat center bottom;
}
ul.gallery.small li a.galleryImage {
	background: none;
}

ul.gallery li a img {
	display: block;
	max-width:100%;
	height:auto;
	-moz-box-shadow: 0 0 5px #555;
	-webkit-box-shadow: 0 0 5px #555;
	box-shadow: 0 0 5px #555;
}

ul.gallery li p{
   	font-size: 11px;
    font-style: italic;
    line-height: 1.5em;
    font-weight: normal;
    margin: -5px 0 15px 0;
    color: #666;
	text-align:center;
}

.themeblock{
	margin: 20px 0 20px 0;
}

.themeblock .themeblockname {
	display: block;
	padding: 8px 10px 9px;
	font-size: 17px;
	line-height: 1em;
	font-weight: bold;
	color: #222;
	background: url(../images/plus_16x16.png) no-repeat 95% center #E8E8E8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.themeblock p {
	line-height: 1.8em;
	font-size: 12px;
	padding: 10px 0 0 0;
}

.donate{
	display:block;
	float:right;
	-moz-box-shadow: 0 0 5px #555555;
	-webkit-box-shadow: 0 0 5px #555555;
	box-shadow: 0 0 5px #555555;
	background:#fff; 
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border:1px solid #555;
	padding:10px 5px 0 5px;
	margin:7px 0 0 20px;
	}
.donate img{
	background:#fff; 
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	}
.addthis_toolbox{margin:32px 0 15px 0;}
/* - -- --- Contact Form --- -- - */

#contactForm {
	padding: 30px 0;
	position: relative;
}

label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #222;
	cursor: pointer;
}

.form,input[type=text] {
	position: relative;
	margin: 8px 0 15px;
	width: 282px;
	border-width: 1px;
	border-style: solid;
	border-color: #B9B9B9 #CFCFCF #E4E4E4;
	background: #ECEBEB;
	padding: 6px 8px;
	font: 12px/1.1em Lucida Grande, Arial, Tahoma, Sans-Serif;
	color: #888D8F;
}

textarea.form {
	line-height: 1.3em;
	height: 120px;
}

#contactForm .form.error{
	/*background: #f37474;
	color: #fff;*/
	border-color: #c93535 #c93535 #c26c6c #c26c6c;
}

.submit{
	float: left;
	padding: 6px 22px 6px;
	margin: 0 10px 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: #257694 #297eaa #144c6c;
	font-size: 11px;
	height: 27px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 -1px 0 #324C58;
	background: #3984B0;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B9BDC', endColorstr='#2172B1'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#3B9BDC), to(#2172B1)); /*  WebKit */
    background: -moz-linear-gradient(top,  #3B9BDC, #2172B1); /*  Firefox */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #A6AEB2, inset 0 1px 0 #26a99b;
   	-moz-box-shadow: 0 1px 0 #A6AEB2, inset 0 1px 0 #26a99b;
	box-shadow: 0 1px 0 #A6AEB2, inset 0 1px 0 #26a99b;
}

.submit:hover {
	background: #287aba;
    -webkit-box-shadow: inset 0 1px 0 #60A2D2;
   	-moz-box-shadow: inset 0 1px 0 #60A2D2;
	box-shadow: inset 0 1px 0 #60A2D2;
}

.submit:active {
	margin-top: 1px;
	margin-bottom: -1px;
}

#loader{
	display: none;
	float: left;
	height: 16px;
	width: 16px;
	margin: 6px 0 0 0;
	background: url(../images/loader.gif) no-repeat 0 0;
}

.success{
	color: green;
	display: none;
}

.fail{
	color: red;
	display: none;
}

/* - -- --- Footer --- -- - */

#footer {
	height: 56px;
	line-height: 56px;
	background: #202429;
	color: #C3CBD6;
}

.copyright{
	float: left;
}

#footer a {
	color: #FFF;
}

.social {
	float: right;
	padding: 16px 0 0 0;
	margin: 0;
}

.social li{
	float: right;
	display: block;
	margin-left: 15px;
}

.social img {
	display: block;
}

/* - -- --- Typography & Others --- -- - */

a {
	text-decoration: none;
	color: #CC6633;
	color: #287aba;
}

a:hover, a:focus {
	text-decoration: underline;
	outline: none;
}

a.button{
	float: left;
	clear: both;
	display: block;
	margin: 30px 0 1px 0;
	padding: 0 22px 0 0;
	height: 48px;
	font-size: 14px;
	line-height: 43px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 0 #075B8F;
	text-transform: uppercase;
	background: url(../images/button_blue.png) no-repeat right -48px;
}

a.button span {
	cursor: pointer;
	float: left;
	display: block;
	height: 48px;
	margin: 0;
	padding: 0 0 0 21px;
	background: url(../images/button_blue.png) no-repeat 0 0;
}

a.button:hover, a.button:focus {
	text-decoration: none;
	background-position: right -144px;
}

a.button:hover span, a.button:focus span {
	background-position: 0 -96px;
}

a.button:active {
	text-decoration: none;
	margin: 31px 0 0 0;
}

h1 {
	font: bold 35px/1em Helvetica, Arial, Sans-Serif;
	color: #FFF;
	margin: 0 0 24px;
}

h2 {
	font-weight: bold;
	font-size: 23px;
	line-height: 1em;
	color: #222;
	margin: 30px 0 15px 0;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	color: #222;
	margin: 30px 0 15px 0;
}

h4 {
	font-weight: bold;
	font-size: 13px;
	line-height: 1em;
	color: #222;
	margin: 30px 0 15px 0;
}

h5 {
	font-weight: bold;
	font-size: 11px;
	line-height: 1em;
	color: #222;
	margin: 30px 0 15px 0;
}

p {
	line-height: 1.8em;
	margin: 0 0 10px;
}

ul, ol{
	padding: 0 0 0 20px; 
}

ul li, ol li{
	padding: 0 0 10px 0;
}

ul li span, ol li span{
	color: #666;
	font-weight: normal;
}

blockquote{
	padding: 0 0 20px 60px;
	background: url(../images/blockquote_blue.png) no-repeat left top;
	font-style: italic;
	font-size: 14px;
}

input:focus, input:active, textarea:focus {
    outline: none;
}

textarea.form {
    width:400px;
}

.oneOfTwo{
	float: left;
	width: 230px;
	margin: 0 40px 0 0;
}

.oneOfTwo.last{
	margin: 0;
}

 .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

