/* @override 
	http://rsarts.businesscatalyst.com/css/screen.css
	http://rsarts.org/css/screen.css
*/

/*
*************************************************

Redding School of the Arts
General Screen Styles

Created by Westside Creative
http://www.westsidecreative.com

*************************************************
*/

/* @group Container */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
		background: url(../images/bg_papertile.jpg) repeat;
	font: 1em Georgia, "Times New Roman", Times, serif;
	height: 100%;
}
/*.container {
	text-align: left;
	width:100%;
	margin:0;
	padding:0;
}*/
#topEdge {
	background: url(../images/bg_edgetop.png) no-repeat 0 0;
	width: 895px;
	height: 10px;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
	top: -45px;
}
#bottomEdge {
	background: url(../images/bg_edgebottom.png) no-repeat 0 0;
	width: 895px;
	height: 10px;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
	top: -45px;
}
#container {
	padding: 70px 0 0 0;
	width: 895px;
	margin:0 auto;
	text-align: left;
	min-height: 100%;
	position: relative;
	background: url(../images/bg_edgebody.png) repeat-y 0 0;
	top: -45px;
}
div.nav1 {
	position:relative;
	/*top: 55px;*/
	top: 10px;
}
body.home {
	/*background: #f6f3ea url(../images/theme_bg_earlyamerica.jpg) no-repeat center top;*/
}
body.home div.nav1 {
	/*margin-top: 165px;*/
}
/* @end */

/* @group Header */

#headerContainer {
	width:100%;
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:158px;
	margin:0;
	padding:0;
	position: relative;
	display: block;
}
#headerContainer h1{
	line-height: 0.001em;
	padding: 0;
	margin: 0;
}
#header {
	width: 946px;
	margin: 0 auto;
	position: relative;
	display: block;
	padding: 0;
	text-align: left;
}
#header h1 a {
	margin: 0;
	width: 710px;
	height: 158px;
	background: url(../images/logo_rsa.png) no-repeat 0 0;
	/*position: absolute;*/
	display: block;
	text-indent: -9999px;
	border: none;
	overflow: hidden;
	padding: 0;
	}

/* @end */

/* @group Content Area */

#content {
	padding:0 20px 20px;
	/*background-color:#fff;
	background-image: url(/images/bg_mainContent.jpg);
	background-repeat: repeat-x;*/
	font-size: .9em;
	line-height:1.25em;
	color: #333;
}
#content h2 {
	color: #000;
	padding:0 0 0 0;
	margin:0;
	font: 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
}
#content p {
	padding:.3em 0 .4em 0;
	margin:0 0;
}
#content #columnSide p/*, #content #column2Main p*/ {
	padding-bottom: 0;
}
#content ul, #content ol {
	margin-top: 0;
}
#content li {
	padding: .2em 0 .2em 0;
}
/*#content #contentMain p {
	font-size: .9em;
	line-height: 1.3em;
}*/
#content table img {
	border: 5px solid #f7e5bd;
}
.contentHeader {
	text-align:center;
	padding:0;
	margin:0 0;
	background: #EBC779 url(/images/bg_photoheader.jpg) center top;
	height: 345px;
	display: none;
}
.contentHeader img {
	text-align:center;
	/*border:1px solid #5D3833;*/
	}

/* @group Content Structure */

#columnMain {
	width: 560px;
	display: block;
	float: left;
	position: relative;
	padding: 0 0 10px 0;
}
#contentMain {
	margin-bottom: 10px;
}
#column1, #column2, #nav2 {
	width: 275px;
	float: left;
	padding:0 10px 0 0;
	display: block;
	position: relative;
}

/*#nav2 p, #content #nav2 p.more {
	display: none;
}*/
#content #nav2 h4 {
	margin: 0 0 1px 0;
}
#content #nav2 h4 a {
	text-decoration: none;
	color: #000;
	width: 245px;
	background-color: #ded9d3;
	display: block;
	position: relative;
	padding: 8px 10px ;
	background-image: url(../images/nav_rightarrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: normal;
}
#content #nav2 h4 a:hover {
	background-color: #a39f9b;
}

#column2 {
	padding-right: 0;
}
#column2Main {
	width: 560px;
	float: left;
	padding: 0;
	display: block;
	position: relative;
}
#columnSide {
	width: 275px;
	float: right;
	padding:0 10px 0 0;
	display: block;
	position: relative;
}
#columnSide #column2Main {
	width: 275px;
}
#contentHeader h2 {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
}
/* @end */
#content img {
	border: none;
}
#content .colHeader {
	width: 255px;
	background-color: #ded9d3;
	display: block;
	position: relative;
	padding: 8px 10px ;
}
#content h3 {
	color: #000;
	padding:.3em 0 0;
	margin:0;
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;	
}
#content h3 a, a.featureLink {
	text-decoration: none;
	color: #000;
	width: 255px;
	background-color: #ded9d3;
	display: block;
	position: relative;
	padding: 8px 10px ;
	background-image: url(../images/nav_rightarrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#content h3 a:hover, a.featureLink:hover {
	background-color: #a39f9b;
	color: #fff;
	text-decoration: none;
}
#content h4 {
	color: #146091;
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 4px 0 0;
	padding: 0;
}
#content #column2Main h4 {
	font-size: 1.2em;
}
#content h4 a {
	text-decoration: none;
	color: #146091;
}
#content .date span.releasedate {
	color: #999;
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;;
	margin: 0;
	padding: 0;
	line-height: .6em;
}
#content .date span.fromdate, #content .fulldate {
	color: #cc5c44;
	font: bold 1em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;;
	margin: 0 0 5px 0;
}
#content p.more {
	/*float: right;*/
	text-transform: uppercase;
	width: 265px;
	border-bottom: solid 1px #ccc;
	/*padding-bottom: 5px;*/
	margin-bottom: 10px;
	display: block;
}
#content #column2Main p.more {
	width: 100%;
}
#content p.more a {
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;	
	color: #cc5c44;
	padding-bottom: 5px;
	display: block;
}
#content h4 a:hover, #content p.more a:hover {
	text-decoration: underline;
}
#content p.goBack {
	display: block;
	position: relative;
	margin: 5px 0;
}
p.goBack a {
	/*text-transform: uppercase;*/
	/*display: block;*/
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;	
	color: #cc5c44;
	padding: 0;
}

p.postClass {
	color: #b1b3b3;
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
p.goBack a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;	
	color: #cc5c44;
	padding: 0;
}
a:hover {
	text-decoration: underline;
}

.newsWrapper .fromdate {
	display: none;
}
#content .newsWrapper p, #content .eventWrapper p {
	padding: 0 0 .3em;
	/*line-height: 1.1em;*/
}
#content .newsWrapper p.bodyAnnouncment {
        height: 70px;
        overflow: hidden;
}
#content .eventWrapper p.eventdesc {
	/*height: 70px;*/
	overflow: hidden;
	padding-left: 8px;
	min-height: 24px;
}
#content .newsWrapper p.date {
	padding: 0;
}

/* @group Date Box */

#content .eventWrapper p, #content .eventWrapper h4 {
	padding-left: 50px;
}

#content .eventWrapper p.more {
	width: 215px;
}
#content .eventWrapper p.eventdate, #content .eventWrapper .date span.fromdate {
	display: block;
	position: relative;
	width: 42px;
	height: 61px;
	padding: 2px 0 0 0;
	margin: 5px 0 0 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background: url(../images/bg_eventdate.gif) no-repeat 0 0;
	color: #fff;
	text-transform: uppercase;
	float: left;
}
#content .eventWrapper p.eventdate a {
	text-decoration: none;
	color: #fff;
}
#content .eventWrapper p.eventdate span.weekday, #content .eventWrapper p.eventdate span.month {
	font-size: 10px;
	width: 42px;
	display: block;
	line-height: 14px;
	padding-bottom: 4px;
	text-decoration: none;
	text-shadow: #16526b 0 -1px 0;
}
#content .eventWrapper p.eventdate span.weekday {
	/*width: 23px;
	overflow: hidden;
	position: relative;
	left: 9px;*/
	font-size:8px;
}
#content .eventWrapper p.eventdate span.day {
	font-size: 24px;
	width: 42px;
	display: block;
	font-weight: bold;
	/*line-height: 22px;*/
	text-decoration:none;
	text-shadow: #16526b 0 -1px 0;
}

#content #columnSide p.eventdate {
	color: #cc5c44;;
	margin: 0 0;
	padding: .2em 0;
	font: bold .8em/.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group Comment Form */

.comment-form {
	padding: 8px;
}
.comment-container {
	padding: 0px;
	margin: 8px 0;
}
.comment-container .header {
	font: .7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 5px 5px 3px 5px;
	position: relative;
	border-bottom: 1px solid #0d3342;
	border-top: 1px solid #49bfef;
	background-color: #0d799d;
	border-left-color: #205d70;
	border-right-color: #16526b;
	text-shadow: #16526b 0 -1px 0;
}
.comment-container .header .name {
	color: #fff;
}
.comment-container .content {
	background-color: #fff;	
	color: #000;
	padding: 8px 10px;
	border: solid 1px #ccc;
	border-top: none;
	font-size: .9em;
}
.comment-form form .form .item {
	padding: 3px 0;
	
}
.comment-form form .form .item label {
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

input.cat_textbox_small, textarea.cat_listbox_small {
	border: solid 1px #ccc;
	font-size: 1em;
	padding: 5px 8px;
	font-family: inherit;
}

/* @end */

p.subscribe a {
	text-decoration: none;
	color: #cc5c44;
	padding: 3px 0;
	display: block;
	float: right;
	position: relative;
	top: -30px;
}
p.subscribe a img {
	position: relative;
	top: 3px;
	border: none;
	margin-right: 3px;
}

/* @end */

/* @group Sub Pages */
body.content {
	background: url(../images/bg_papertile.jpg) repeat;
}


/* @end */

/* @group FPAE */

body.fpae {
	background: url(../images/bg_papertile.jpg) repeat;
}
body.fpae #container {
	padding-top: 60px;
}
body.fpae #contentHeader {
	padding: 0;
	margin: 0 0 15px 5px;
	/*border-top: 1px solid #d6d2cc;
	border-bottom: 1px solid #d6d2cc;*/
	background-image: url(../images/header_fpae.jpg);
	height: 141px;
	width: 885px;
}

#customHeader {
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 10px 5px;
	width: 885px;
	
}
body.fpae #contentHeader h2 {
	display: none;
}

/* @end */

/* @group Teachers */

body.teachers #contentHeader {
	padding: 0;
	margin: 0 0 15px 5px;
	border-top: 1px solid #d6d2cc;
	border-bottom: 1px solid #d6d2cc;
	/*background-image: url(../images/header_fpae.jpg);*/
	height: 141px;
	width: 885px;
	background-color: #cdecfd;
}
div.teacher_details {
	background-color: #ececec;
	padding: 4px 10px 10px;
	line-height: 1em;
}
body.teachers div.webapp-preview div.teacher_details a {
	text-decoration: none;
	color: #000;
}

div.teacher_files {
	margin: 20px 0;
}
#content div.teacher_files h3 {
	margin: 10px 0 10px;
}

body.teachers #contentHeader h2 {
	position: absolute;
	top: 152px;
	left: 20px;
	font-size: 2.8em;
	font-weight: bold;
	letter-spacing: .01em;
}

#content p.big-edit-button {
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 0 0;
	margin: 0;
	display: block;
	position: relative;
}
body.teachers div.webapp-preview #contentHeader h2 {
	top: 250px;
}
body.teachers div.webapp-preview #contentHeader h2 a {
	text-decoration: none;
	color: #000;
}

div.webapp-preview-header {
	padding: 0 20px;
	margin: 0;
}
div.webapp-preview-header h2 {
	color: #000;
	padding:0;
	margin:0;
	font: 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
}

div.webapp-preview-header p {
	font-size: .9em;
	line-height:1.25em;
	color: #333;
}

body.teachers #contentHeader h2 span {
	font-size: .7em;
	font-weight: normal;
}

#content table.teacher_list {
	/*width: 560px;*/
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #ccc;
}

p.whosloggedin {
	float: right;
}

div.webapp-edit-list span.teacher_email {
	display: none;
}
td.webapp-edit {
	display: none;
}

div.webapp-edit-list td.webapp-edit {
	display: inherit;
	text-transform: uppercase;
	font-weight: bold;
}

td.mceIframeContainer.mceFirst.mceLast {
	padding: 0;
}
#content table.teacher_list td {
	/*width: 180px;*/
	padding: 3px 0;
	margin: 0;
	vertical-align: top;
}
div.teacher_description h1 {
	font: bold 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 10px 0;
}
#content div.teacher_description h2 {
	font: bold 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 10px 0 1px;
	text-transform: none;
}
#content div.teacher_description h3 {
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 10px 0 1px;
	text-transform: none;
}
#content div.teacher_description h4 {
	font: bold 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 10px 0 1px;
	text-transform: none;
	color: #000;
}
#content div.teacher_description blockquote {
	font-style: italic;
}

#columnSide div.teacher_files a {
	display: block;
	margin: 5px 0 0;
	padding: 0 0 0 20px;
	background: url(../images/default.icon.gif) no-repeat;
}

#content h3 a.contributor-showhide {
	text-decoration: none;
	color: #000;
	width: inherit;
	background: none;
	display: inline;
	position: relative;
	padding: 0;
	font-size: .7em;
	margin: 0 0 0 10px;
}

#content h3.contributor-sectionhead {
	margin: 0;
	padding: 0;
}

textarea#teachertextarea {
	width: 538px;
	height: 400px;
}

#contributor-teachercontent {
	background-color: #fff;
	margin: 10px 0 0;
}

.nicEdit-main {
	background-color: #fff;
}

div.section-wrapper {
	background-color: #efefef;
	padding: 10px;
	margin: 10px 0 15px;
}

#contributor-teacherdetails {
	border: 1px solid #ccc;
	padding: 0 8px;
	margin: 10px 0 0;
	background-color: #efefef;
}

/* @end */


/* @group Sub Nav */

#content #nav2 ul {
	color: #000;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .06em;	
	
	text-decoration: none;
	color: #000;
	width: 265px;
	background-color: #d8d8d8;
	display: block;
	padding: 0;
	position: relative;

	list-style: none;
	text-align: left;
	margin: 0;
}
#content #nav2 li a {
	color: #000;
	text-decoration: none;
	padding: 8px 10px ;

	display: block;
	border-bottom: solid 1px #fff;
	background-image: url(../images/nav_rightarrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#content #nav2 li a:hover, 
#content #nav2 li.selected a 
{
	background-color: #a39f9b;
	color: #fff;
}
#content #nav2 li {
	padding: 0;
}
#content #nav2 li ul {
	border-top: 1px solid #003366;
	margin: 0;
	padding: 0;

	height: auto;
	font-weight: normal;
	text-align: left;
}
#content #nav2 li ul a {
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #311c09;
	text-decoration: none;
}

/* @end */

/* @group Footer */

#footerContainer {
	width:100%;
	background-image: url(../images/bg_footer.png);
	background-repeat:repeat-x;
	background-position:center top;
	/*height: 90px;*/
	margin:0;
	padding:0;
	display: block;
	/*position: absolute;
	bottom: 0;*/
	/*height: 60px; Possibly needed for bottom float*/
}
#footerContainer p {
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/* @group Address Info */

#footerInfo {
	width: 870px;
	/*height:90px;*/
	text-align: left;
	padding:8px 10px;
	margin:0 auto;
	position: relative;
	display: block;
	font-size:.65em;
	color: #fff;
	text-shadow: #141516 0 -1px 0;
}
#footerInfo p, p.footerAddress {
	display: block;
	position: relative;
	padding: 0 10px;
	margin: 0 0 10px 0;
	/*width: 250px;*/
	float: left;
	border-right: 1px solid #1d2226;
	border-left: 1px solid #6a6f72;
}
#footerInfo p.first {
	border-left: none;
}
#footerInfo p.last {
	border-right: none;
}
#footerInfo span.phone {
	color: #fefa7f;
}
#footerInfo a:link, #footerInfo a:visited {
	color:#fff;
	text-decoration: underline;
	}

#footerInfo a:hover, #footerInfo a:active, #footerInfo a:visited:hover {
	color:#fff;
	text-decoration: none;
	}

/* @end */

/* @group Credits */

#footerCredits {
	width: 100%;
	text-align:center;
	padding:0;
	margin:10px auto 0;
	background: #000;
	display: block;
	clear: left;
}
#footerCredits p {
	font-size:.65em;
	color: #fff;
	width: 850px;
	padding:8px 0;
	margin:0 auto;
	display: block;
	position: relative;
	text-align: left;
	}
#footerCredits a:link, #footerCredits a:visited {
	color:#fff;
	text-decoration:none;
	}

#footerCredits a:hover, #footerCredits a:active, #footerCredits a:visited:hover {
	color:#fff;
	text-decoration:underline;
	}

/* @end */
/* @end */

/* @group Calendar */

table.module-calendar {
	width: 98%;
}
table.module-calendar td.events span {/*Date header with events */
	border-bottom: 1px solid #0d3342;
	border-top: 1px solid #49bfef;
	background-color: #0d799d;
	border-left-color: #205d70;
	border-right-color: #16526b;
	text-shadow: #16526b 0 -1px 0;
}
table.module-calendar td.events {
	background-color: #e6f0f3;
	border-top: 1px solid #fff;
}
table.module-calendar td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content td.events li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content td a.event {
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
	/*width: 100%;*/
	display: block;
	overflow: hidden;
	padding: 5px;
	position: relative;
	border-bottom: 1px solid #0d3342;
	border-top: 1px solid #49bfef;
	background-color: #0d799d;
	border-left-color: #205d70;
	border-right-color: #16526b;
	text-shadow: #16526b 0 -1px 0;
	margin: 0;
}
#content td a.event:hover {
	border-bottom: 1px solid #1e697f;
	border-top: 1px solid #6ee1fb;
	/*background-image: none;*/
	background-color: #2fc2f8;
	/*border-right: 1px solid #205d70;
	border-left: 1px solid #16526b;*/		
	color: white;
}

/* @end */

/* @group Contact Page */
table.webform {
	background-color: #f1f1f1;
	border: solid 1px #ccc;
	margin-top: 15px;
}

input#catwebformbutton.cat_button {
	margin-bottom: 10px;
}
table.webform td {
	padding: 5px 10px 5px 10px;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
}
table.webform input.cat_textbox,
div#contributor-teacherdetails input.cat_textbox, 
table.webform textarea {
	padding: 5px;
	border: solid 1px #ccc;
	background-color: #fff;
	width: 510px;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin: 3px 0 5px;
}
table.webform label {
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#content table.webform img {
	border: solid 1px #ccc;
	padding: 0;
	margin: 5px 0 0;
}

/* @end */



div.resource-upload {
	padding: 0 0 20px 0;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #666;
	width: 520px;
}
table.webform div.resource-upload label {
	font-size: 14px;
	color: #000;
}
table.webform div.resource-upload label.file-label {
	font-size: 12px;
	color: #666;
}

body.home #contentHeader {
	padding: 0;
	margin: 0 0 15px 5px;
	height: 300px;
	width: 885px;
}
body.home #contentHeader img {
	border: none;
	padding: 0;
	margin: 0;
}
body.home #container {
	padding-top: 60px;
}

div.video-feature-youtube {
	display: block;
	position: relative;
	padding: 14px 0 0 50px;
}

div#contentHeader.video-feature {
	background-image: url(../images/rsavideo_background.jpg);
}

