/* @override http://riseupyouth.org/css/master.css */

/* @group Body */

body {
	font: 13px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #FFF;
	padding: 0;
	margin: 0;
	background: rgba(106, 49, 154, 1) url(/img/bg-hot.jpg) no-repeat fixed center top;
}

div.container_12 {
	background-color: rgba(35, 35, 35, 0.5);
	padding: 0 5px;
	margin: 18px auto 54px auto;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 8px solid rgba(0, 0, 0, 0.3);
}

/* @end */
/* @group Navigation */

h1 {}

h1 a {
	background: url(/img/logo-white.png) no-repeat 0 18px;
	display: block;
	height: 88px;
	width: 300px;
	text-indent: -999999px;
	margin: 18px 10px;
}

h1 a span {
}

#givinglinks a {
	font-size: 12px;
}

#navigation {
	background: rgba(209,129,255,0.1);
	height: 44px;
	margin: 0 auto 18px;	
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 940px;
}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font: bold 16px/47px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	text-transform: uppercase;
	height: 36px;
	text-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px;
	width: 115px;
}

#navigation li a:hover {
	text-shadow: rgba(255, 255, 255, 0.8) 0px 0px 10px;
}

/* @end */

/* @group Content Area */

#content-area {
	background: rgba(255, 255, 255, 1);
	padding: 14px 0 0 0;
	margin-bottom: 13px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#content-area h2,
#content-area h3,
#content-area h4 {
	margin: 0 24px 18px;
}

#content-area h2 {
	font: 26px/36px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #69ae1b;
	margin: 0 24px 0;
}

#content-area h2 a {
	color: #69ae1b;
	text-decoration: none;	
}

#content-area h2 a:hover {
	color: #39620a;
}

#content-area h3 {
	background: #DDD;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #666;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 5px 5px 9px;
	margin-left: 15px;
	/*width: 574px;*/
	letter-spacing: 2px;
}

#content-area h4 {
	color: #666;
	margin: 0 24px 0;
}

#content-area p {
	margin: 0 24px 18px;
	color: #666;
}

#content-area p.date {
	font-size: 10px;
}

#content-area p.date a {
	color: #00a2cb;
}

#content-area p.date a:hover {
	color: #82d524;
}

#content-area hr {
	border: none;
	height: 1px;
	margin: 0 0 27px;
	border-bottom: 1px dashed #BBB;
}

#content-area a.button {
	display: block;
	max-width: 90px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 5px;
	background: #00a2cb;
	border: none;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 27px 0;
}

#content-area a.button:hover {
	background: #82d524;
}

/* @end */

/* @group Sidebar */

div.sidebar {

}

div.sidebar a {
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
}

div.sidebar a:hover {
	text-decoration: underline;
	color: #AAA;
}

div.sidebar h3 {
	background: rgba(105, 174, 27, 1);
	color: #FFF;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 5px 5px 9px;
	margin: 0 0 9px 0;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	letter-spacing: 1px;

}

div.sidebar ul {
	margin: 0 0 18px 0;
}

#events li {
	border-bottom: 1px solid #555;
	padding: 2px;
	font-size: 11px;
}

#events a {
	text-decoration: none;
	color: #FFF;
}

#events a:hover {
	color: #AAA;
}

#events a:active {
	color: #666;
}

div.sidebar p {
	color: #FFF;
	font-size: 11px;
}

/* @end */

/* @group Featured Area */

div.featured-area {
	margin: 0 auto 9px;
	padding: 0 0 0 0;
}

div.featured-area h3 {
	background-color: #69ae1b;
	margin: 0 0 0;
	
	-khtml-border-radius-topleft: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	
	-khtml-border-radius-topright: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
		
	-khtml-border-radius-bottomleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	
	-khtml-border-radius-bottomright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

div.featured-area img {
	margin-bottom: 9px;
}

div.featured-area p {
	color: #FFF;
	margin: 0 0 18px;
	font-size: 11px;
}

div.warning {
	background: #620000;
	width: 940px;
	margin: 0 auto 9px;
	color: #FFF;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

div.warning p {
	padding: 9px 24px;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	height: 36px;
}

#footer p {
	font-size: 10px;
	margin: 0 36px;
	color: #FFF;
}

#footer a {
	color: #FFF;
}

/* @end */

/* @group Blog Page Styles */

/*body#blog {
	
}

body#blog div.sidebar {
	background: #222;
}

body#blog div.sidebar a {
	color: #666;
	text-decoration: none;
}

body#blog div.sidebar h3 {
	margin: 0 0 18px;
	width: 270px;
}

body#blog div.sidebar p {
	color: #666;
	margin: 0 24px 18px 0;
}

body#blog div.sidebar ul {
	
}

body#blog div.sidebar li {
}

body#blog div.sidebar li a {
	color: #666;
}*/
/* @end */

/* @group Comments */

/* @group Facebook Comments */

div#fb_comment_box {
	padding: 0 20px 20px;
}

/* @end */

#comments p.comment-info {
	font-size: 10px;
	margin: 0 24px;
	color: #666;
}

#comments p.comment-info strong{
	font-size: 10px;
	color: #00a2cb;
}

#comment-submission {
	
}

#comment-submission form {
	/*background: #lightblue;*/
	width: 580px;
	margin: 0 auto;
}

#comment-submission label {
	float: left;
	clear: both;
	color: #666;
	margin: 0 15px 9px 0;
	width: 80px;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
}

#comment-submission input {
	float: left;
	width: 310px;
	margin: 0 24px;
}

#comment-submission input[type="text"] {
	background: #EFEFEF;
	border: 1px solid #AAA;
	height: 15px;
	font-size: 11px;
	color: #666;
	margin: -4px 0 18px;
	padding: 4px 2px;
}

#comment-submission input[type="text"]:focus {
	background: #FFF;
}

#comment-submission textarea {
	background: #EFEFEF;
	width: 404px;
	margin: 0 0 18px;
	float: left;
	border: 1px solid #AAA;
	padding: 4px 2px;
}

#comment-submission textarea:focus {
	background: #FFF;
}

#comment-submission input[type="checkbox"]
{
	display: block;
	width: 30px;
	clear: left;
	margin: 0;
}

#comment-submission label.normal-label {
	width: 300px;
	float: left;
	font-size: 9px;
	color: #666;
	text-align: left;
	margin: -15px 0 18px 24px;
	display: inline;
}

#comment-submission button {
	clear: left;
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 5px;
	background: #00a2cb;
	border: none;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 27px 0;
}

#comment-submission button:hover {
	background: #82d524;
	cursor: pointer;
}

#comment-submission hr {
	clear: both;
}

/* @end */
