/* /////////////////////////////////
	ORA CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 14px arial, "lucida grande", "lucida sans unicode", "lucida sans", tahoma, verdana;
	color: #666;
	background: #fff;
	line-height: 20px;
}

.center {
	width: 960px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}

.col1 {
	width: 210px;
	padding-right: 30px;
	overflow: hidden;
	padding-bottom: 10px;
}

.col2 {
	width: 450px;
	padding-right: 30px;
}

.col3 {
	width: 720px;
	padding-right: 0px;
}

.borderTop {
	padding-top: 5px;
	background: transparent url('../i/divider.gif') no-repeat left top;
}

.stripe {
	background: transparent url('../i/stripe-grey.gif') repeat left top;
}

.pad {
	padding: 20px;
	width: 200px;
}

/* /////////////////////////////////
	BASIC TEXT
///////////////////////////////// */

h1 {
	font: normal 48px arial, tahoma, verdana;
	color: #fff;
	margin: 0;
	letter-spacing: -1px;
	text-transform: uppercase;
	height: 82px;
	overflow: hidden;
	line-height: 92px;
}

h2 {
	font: bold 30px arial, tahoma, verdana;
	text-transform: uppercase;
	color: #b7281e;
	padding: 0;
	/*margin: 28px 0 22px;*/
	margin: 10px 0 22px;
}



h2.small {
    font-size: 24px;
}


h2.smaller {
    font-size: 20px;
}

h2.small a {color: #b7281e; text-decoration:none;}

h3 {
	font: bold 18px arial, tahoma, verdana;
	text-transform: uppercase;
	color: #b7281e;
	padding: 0;
	/*margin: 22px 0 0;*/
	margin: 22px 0 -16px;
}

#bottom h3 {
	margin: 22px 0 0;
}

h3.bullet {
	padding-left: 18px;
	background: transparent url('../i/bullet.gif') no-repeat left 6px;
}

h4 {
	font: bold 16px arial, tahoma, verdana;
	color: #b7281e;
	padding: 0;
	margin: 22px 0 -16px;
}

h5 {
	font: normal 11px arial, tahoma, verdana;
	color: #666;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: -18px 0 22px 0;
}

p, ul, ol {
	margin: 20px 0px 20px 0px;
}

ul {
	list-style-type: none;
}

.large {
	font-size: 16px;
	line-height: 22px;
}

.larger {
	/*font-size: 20px;
	line-height: 28px;
	margin: 22px 0;*/
	font-size: 22px;
	line-height: 32px;
	margin: 18px 0 0;
}

/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #951911;
	text-decoration: none;
}

a:hover {
	color: #951911;
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

a.button:link,
a.button:visited {
	display: block;
	height: 34px;
	overflow: hidden;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: left top;
}

a.button:hover {
	background-position: left -34px;
}

/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#header {
	height: 113px;
	background: #a62219 url('../i/bg-header.jpg') no-repeat center top;
	padding: 0;
}

#logo {
	display: block;
	width: 226px;
	height: 113px;
	overflow: hidden;
	background: transparent url('../i/logo.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 0;
	float: left;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

ul#nav {
	height: 24px;
	overflow: hidden;
	margin: 55px 0 0 0;
	list-style-type: none;
	padding: 0;
	float: right;
}

ul#nav li {
	display: block;
	float: left;
	height: 24px;
}

ul#nav li a:link,
ul#nav li a:visited {
	display: block;
	float: left;
	height: 24px;
	color: #ffd5d5;
	font: normal 12px arial;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0 10px;
}

ul#nav li a:hover {
	color: #fff;
	text-decoration: none;
}

ul#nav li.current a:link,
ul#nav li.current a:visited {
	background: transparent url('../i/stripe-red.gif') no-repeat left top;
	color: #fff;
}

/* /////////////////////////////////
	SUB NAV
///////////////////////////////// */

.subNav {
	margin: 6px 0 0 0;
	border-top: solid 1px #dadada;
}

.subNav li {
	border-bottom: solid 1px #dadada;
	padding: 5px 0;
}

.subNav a:link,
.subNav a:visited {
	color: #666;
}

.subNav a:hover {
	text-decoration: none;
	color: #000;
}

.subNav li.current a:link,
.subNav li.current a:visited,
.subNav li.current a:hover {
	color: #000;
	font-weight: bold;
}

a.more:link,
a.more:visited {
	color: #951911;
}

a.more:hover {
	color: #000;
}

.sideNav {
	/*margin: 36px 0 28px 0;*/
	margin: 18px 0 28px 0;
}

#rss {
	padding-left: 20px;
	background: transparent url('../i/rss.gif') no-repeat left center;
}

p.tags {
	border-top: solid 1px #dadada;
	margin: 4px 0 20px 0;
	padding: 12px 0 0 0;
}

p.tags a:link,
p.tags a:visited {
	color: #666;
	margin-right: 4px;
}

p.tags a:hover {
	color: #000;
}

/* /////////////////////////////////
	BANNER
///////////////////////////////// */

#banner {}

.bannerHome {
	background: #ededed url('../i/bg-banner-home.jpg') repeat-x center top;
	height: 388px;
	overflow: hidden;
}

.bannerInside {
	background: #ededed url('../i/bg-banner-inside.jpg') repeat-x center top;
	height: 82px;
	overflow: hidden;
}


/* /////////////////////////////////
	CONTENT 
///////////////////////////////// */

#content {
	height: 1%;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#content .center {
	height: 1%;
	overflow: hidden;
}

img.frame {
	padding: 14px;
	background: #fff url('../i/photo-frame.gif') no-repeat left top;
	display: block;
	margin-top: 20px;
	margin-bottom: -10px;
}

img.frameRight {
	padding: 14px;
	background: #fff url('../i/photo-frame.gif') no-repeat left top;
	display: block;
	float: right;
	margin: 0 0 20px 30px;
}

img.frameLeft {
	padding: 14px;
	background: #fff url('../i/photo-frame.gif') no-repeat left top;
	display: block;
	float: left;
	margin: 0 30px 20px 0;
}

.text li {
	margin-bottom: 10px;
	padding-left: 18px;
	background: transparent url('../i/bullet.gif') no-repeat left 6px;
}

.blogPost, .newsPost {
	background: transparent url('../i/divider.gif') no-repeat left top;
	padding: 6px 0 10px 0;
	clear: both;
}

.firstPost {
	background: none;
	padding-top: 0;
}

.newsPost {
	padding-top: 28px;
}

.newsPost.firstPost {
	padding-top: 0;
}

.newsPost .right {
	width: 450px;
}

.newsPost h2 {
	margin-top: 5px;
	font-size: 16px;
}

a.btn-readMore:link,
a.btn-readMore:visited {
    width: 93px;
    height: 30px;
    background-image: url('../i/button-readmore.gif');
    margin: 22px 0 20px;
    position: relative;
    left: -2px;
}

a.btn-readMore:hover {
    background-position: left -30px;
}

a.btn-viewComments:link,
a.btn-viewComments:visited {
    width: 123px;
    height: 30px;
    background-image: url('../i/button-viewcomments.gif');
    margin: 22px 0 20px;
    position: relative;
    left: -2px;
    float: left;
}

a.btn-viewComments:hover {
    background-position: left -30px;
}

.tagList {
	font-size: 12px;
}  

.comments {
	background: transparent url('../i/divider.gif') no-repeat left top;
	padding: 6px 0 10px 0;
}

.comments ul li,
.text .comments ul li {
	background: none;
	padding: 0;
	border-top: solid 1px #dadada;
}

.comments h4 .date {
	font: normal 11px arial, tahoma, verdana;
	color: #666;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 0 18px;
}

div.board h4 {
	margin-bottom: 10px;
}

div.board div.right {
	width:600px;
}

div.board p {
	margin: 0;
}

img.board {
	margin-right: 10px;
	float: left;
}

/* /////////////////////////////////
	FORMS
///////////////////////////////// */

.formRow {
	margin: 0;
}

.formRow li {
	background: #e8e8e8;
	height: 1%;
	overflow: hidden;
	margin-bottom: 4px;
}

fieldset {
 	border: 0;
}

fieldset.topLine {
	border-top: solid 1px #fff;
	padding: 18px 0 14px 0;
}

fieldset.noLine {
	padding: 28px 0 14px 0;
}

input:focus,
select:focus,
textarea:focus {
	outline: 0;
}

label {
	display: block;
	float: left;
	width: 130px;
	margin: 0;
	font-size: 14px;
	line-height: 28px;
	color: #000;
	padding: 0 10px 0 0;
	text-align: right;
}

label.wide {
	width: 460px;
}

.input {
	float: left;
	border: solid 1px #cccccc;
	background: #fff url('../i/bg-input.gif') no-repeat left top;
	padding: 5px 5px;
	font: normal 14px arial, "lucida grande", "lucida sans unicode", "lucida sans", tahoma, verdana;
	color: #000;
	width: 178px;
}

textarea.input {
	width: 508px;
	height: 140px;
}

select.input {
	width: 190px;
	padding: 4px 5px;
}

.checkbox {
	margin-right: 2px;
}

form h2 {
	margin: 22px 0 -10px;
}

#signupForm {
	border-top: solid 1px #fff;
	margin-top: 12px;
	height: 1%;
	overflow: hidden;
	position: relative;
}

#signupForm p {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin: 8px 0;
}

#signupForm .input {
	width: 188px;
	margin: 0 0 3px 0;
	float: none;
}

#signupForm input.email {
	padding-right: 30px;
	width: 163px;
}

#btn-signup {
	position: absolute;
	right: 1px;
	bottom: 4px;
	z-index: 500;
}

#donateForm {
	width: 660px;
	margin: 34px 0 20px 0;
	padding: 1px 30px 18px;
	color: #000;
}

#donateForm h2 {
	margin: 22px 0 -10px;
}

#btn-proceed {
	float: right;
}

#comment_form {
	width: 660px;
	margin: 20px 0 20px 0;
	padding: 1px 30px 18px;
	color: #000;
	background: transparent url('../i/stripe-grey.gif') repeat left top;
}

#comment_form .input {
	width: 508px;
}

#btn-comment {
	float: right;
}


/* /////////////////////////////////
	BOTTOM
///////////////////////////////// */

#bottom {
	height: 1%;
	overflow: hidden;
	clear: both;
	padding-top: 30px;
}

#btn-donate {
    width: 207px;
    background-image: url('../i/button-donate.png');
    margin: -2px -5px 0 -2px;
}

#btn-sponsor {
    width: 207px;
    background-image: url('../i/button-sponsor.png');
    margin: -2px -5px 0 -2px;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */


#footer {
	clear: both;
	height: 88px;
	margin: 30px 0 0 0;
	padding: 5px 0 0 0;
	background: transparent url('../i/divider.gif') no-repeat left top;
	font-size: 12px;
	color: #999;
}

#footer p {
	margin: 8px 0;
	line-height: 18px;
} 

#footer a:link,
#footer a:visited {
	color: #666;
	margin: 0 3px;
}

#footer a:hover {
	color: #333;
	text-decoration: none;
}

#footer a.first:link,
#footer a.first:visited {
	margin-left: 0;
}

#footer p.nav {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 20px;
}

#footer p.small {
	font-size: 11px;
}

#footer #fb:link,
#footer #fb:visited {
	display: block;
	float: right;
	margin: 18px 0 0 0;
}

/* /////////////////////////////////
	Added Benek 2011-07-20
///////////////////////////////// */

#header .center {
	position: relative;
}

#btn-top-donate {
	display: block;
	height: 32px;
	overflow: hidden;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 129px;
	background-image: url('../i/btn-top-donate.png');
	position: absolute;
	top: 0;
	right: 156px;
}

#btn-top-sponsor {
	display: block;
	height: 32px;
	overflow: hidden;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 156px;
	background-image: url('../i/btn-top-sponsor.png');
	position: absolute;
	top: 0;
	right: 0px;
}

#btn-top-donate:hover,
#btn-top-sponsor:hover {
	background-position: left -32px;
}

