
/* 
Project: Resolution
Filename: screen.css
Date: May 07
*/



/* ---------------- Styles borrowed from main site ---------------- */
.clearfix:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
	}

.disguise {
	position: absolute;
	left: -10000px;
	}

.flLeft { float:left; }

.flRight { float:right; }

.top {
	background: url(../site_images/to_top.gif) no-repeat 0 50% !important;
	}

.print {
	background: url(../site_images/print.gif) no-repeat 0 50% !important;
	}

	
img.imgright,
img.imgPosright {
	clear:right;
	float:right;
	margin: 0 0 10px 15px !important;
	}
	
	

img.imgleft,
img.imgPosleft {
	float:left;
	margin:0 15px 10px 0;
	}

img.imgtop {
	margin-bottom: 10px;
	}
	
a img {
	border: 0px;
	}





/* ---------------- utilities ---------------- */
.confirm {
 	background: #d8e8d8 url("../site_images/bg_confirm.gif") no-repeat 10px 50%;
 	padding: 3px 5px 3px 32px !important;
 	margin: 0 0 10px 0 !important;
 	font-weight: bold;
 	color: #3A8A3E !important;
  	border: 1px solid #3A8A3E;
	}

a.next,
.nextGreyed {
	padding-right: 11px;
	background: url("../site_images/bg_activeArrow.gif") no-repeat right 50%;
	color: #837c72 !important;
	text-decoration: none !important;
	font-weight: bold;
	}
	
	
.nextGreyed {
	color: #ccc !important;
	background: url("../site_images/bg_greyArrow.gif") no-repeat right 50%;
	}

a.prev,
.prevGreyed {
	padding-left: 11px;
	background: url("../site_images/bg_activeArrowBack.gif") no-repeat left 50%;
	color: #837c72 !important;
	text-decoration: none !important;
	font-weight: bold;
	}
	
.prevGreyed {	
	color: #ccc !important;
	background: url("../site_images/bg_greyArrowBack.gif") no-repeat left 50%;
	}





/* ---------------- global ---------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	text-align: center;
	color: #60513A;
	background: #E2DFDB; 
	font-family: verdana, arial, sans-serif;
	}

textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	}


body a img {
	border: none;
	}





/* ---------------- wrap ---------------- */
#wrap {
	text-align: left;
	margin: 0px auto;
	width: 772px;
	}
	
.help {
	width: 560px !important;
	}





/* ---------------- top_bar ---------------- */
	
#top_bar {
	height: 50px;
	background: #D90026;
	border-left: 1px solid #d6d4d0;
	border-right: 1px solid #d6d4d0;
	color: #fff;
	}
	
#top_bar p.logo {
	float: left;
	margin: 9px 0 0 14px;
	}

#top_bar ul{
	float: right;
	list-style: none;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 0;
	}

#top_bar li{
	float: left;
	padding: 3px 0;
	}

#top_bar li a {
	display: block;
	border-right: 1px solid #fff;
	text-decoration: none;
	padding: 0 10px;
	color: #fff;
	}

#top_bar li a:hover,
#top_bar li a:focus,
#top_bar li a:active,
#top_bar .here a{
	background: #fff;
	color: #D90026;
	}

#top_bar li .no_line{
	border-right: none;
	}
	
	
	
/* ---------------- header ---------------- */

#header {
	height: 70px;
	background: #fff;
	border-left: 1px solid #d6d4d0;
	border-right: 1px solid #d6d4d0;
	border-bottom: 1px solid #c0beba;
	margin-bottom: 10px;
	}
	
#header p.title {
	float: left;
	margin: 20px 0 0 17px;
	font-size: 2.4em;
	line-height: 1.2em;
	font-family: trebuchet ms, verdana, sans-serif;
	padding: 0;
	}
	
#header p.title a {
	color: #60513a;
	text-decoration: none;
	}
	
#header .login,
#header .loggedin {
	float: right;
	margin: 26px 15px 0 0;
	}

#header .loggedin {
	margin-top: 15px;
	}

#header .loggedin p {
	margin: 0 0 5px 0;
	}
	
#header .loggedin a,
#header .login a {
	line-height: 1em;
	color: #fff;
	font-weight: bold;
	padding: 6px 11px;
	text-decoration: none;
	display: block;
	width: 50px;
	text-align: center;
	background: #d80026 url("../site_images/bg_microsite_login.gif") repeat-x top left;
	}


/* ---------------- main_nav ---------------- */


#main_nav {
	font-family: trebuchet ms;
	background: #FFF;
	border-left: 1px solid #D3D0CC;
	border-right: 1px solid #D3D0CC;
	border-bottom: 1px solid #C4C1BE;
	margin-bottom: 10px;
	padding: 3px 0;
	}

#main_nav ul{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#main_nav li{
	float: left;
	padding: 0px 0;
	}

#main_nav li a {
	display: block;
   	color: #60513A;
	text-decoration: none;
	font-weight: bold;
	font-size: 130%;
	padding: 2px 15px;
	border-right: 1px solid #D0CDCD;
	}

#main_nav li a:hover,
#main_nav li a:focus,
#main_nav li a:active,
#main_nav li .here{
	background: #D90026;
	color: #FFF;
	}
	
	
	
	
/* ---------------- content ---------------- */

#main_content {
	margin-bottom: 10px;
	}
	
#content_full {
	float: left;
	width: 740px;
	padding: 10px 15px;
	background: #fff;
	border-left: 1px solid #D3D0CC;
	border-right: 1px solid #D3D0CC;
	border-bottom: 1px solid #C4C1BE;	
	}

#content_left {
	float: left;
	width: 530px;
	padding: 10px 15px;
	background: #fff;
	border-left: 1px solid #D3D0CC;
	border-right: 1px solid #D3D0CC;
	border-bottom: 1px solid #C4C1BE;
	}
	
.full_width {
	width: 740px !important;
	}

#content_left .breadcrumbs a {
	color: #60513A;
	text-decoration: none;
	font-weight: normal;
	}

#content_left .breadcrumbs a:hover {
	text-decoration: underline;
	}

#content_left .breadcrumbs .here {
	font-weight: bold;
	}
	
	
#content_left {
	line-height: 1.4em;
	font-size: 1.1em;
	}
	
#content_full h1,
#content_left h1 {
	font-weight: normal;
	color: #d80026;
	font-size: 2.4em;
	line-height: 1em !important;
	font-family: trebuchet ms, verdana, sans-serif;
	padding: 0;
	margin: 10px 0 10px 0;
	}
	
#content_full h1 a,
#content_left h1 a {
	color: #d80026;
	}

#content_left h2,
#content_left h3,
#content_left h4 {
	font-weight: normal;
	font-family: trebuchet ms, verdana, sans-serif;
	line-height: 1.2em;
	padding: 0;
	}

#content_left h2 {
	color: #847b6c;
	font-size: 1.8em;
	margin: 0 0 10px 0;
	}

#content_left h2 a {
	color: #847b6c;
	}
	
#content_left h3 {
	color: #55534e;
	font-size: 1.4em;
	margin: 0 0 5px 0;
	}

#content_left h3 a {
	color: #938e86;
	}
	

#content_left h4 {
	color: #847b6c;
	font-size: 1.4em;
	margin: 0 0 5px 0;
	}

#content_left h5 {
	font-size: 1em;
	margin: 0 0 5px 0;
	}
	
	
#content_left p {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#content_left p a,
#content_left li a {
	color: #bb001f;
	}
	
#content_left a:hover,
#content_left a:focus,
#content_left a:active {
	text-decoration: none;
	}


#content_left img {
	border: 1px solid #847b6c;
	}

#content_left .epEditorContainer img {
	border: none;
	}
	



.pageControls {
	width: 100%;
	float: left;
	}

#content_left .controllinks,
#content_left .bottomlinks {
	clear: both;
	margin: 30px 0 20px 0;
	padding: 10px 0 20px 0px;
	list-style: none;
	}

.helpLinks {
	margin: 0 0 10px 0 !important;
	}

#content_left .controllinks li,
#content_left .bottomlinks li {
	float: left;
	padding: 4px 0;
	}

#content_left .controllinks li a,
#content_left .bottomlinks li a {
	padding: 0 30px 0 30px;
	color: #60513A;
	font-weight: bold;
	text-decoration: none;
	}
	
#content_left .bottomlinks li.next a {
	padding-right: 10px;
	}
	
#content_left .bottomlinks li.previous a {
	padding-left: 10px;
	}

#content_left .controllinks li a:hover,
#content_left .controllinks li a:focus,
#content_left .controllinks li a:active,
#content_left .bottomlinks li a:hover,
#content_left .bottomlinks li a:focus,
#content_left .bottomlinks li a:active {
	text-decoration: underline;
	}
	
#content_left .controllinks {
	padding: 10px 0 35px 10px;
	border: 1px solid #cccccc;
	background: #fafafa;
	}


#content_left .c_top {
	margin: 0 0 20px 0;
	}
	
#content_left .top {
	background: url(../site_images/to_top.gif) no-repeat 0 50%;
	}
	
#content_left .back {
	background: url(../site_images/bg_backTo.gif) no-repeat 0 50%;
	}

#content_left .next {
	background: url(../site_images/bg_activeArrow.gif) no-repeat right;
	}
	
#content_left .previous {
	background: url(../site_images/bg_activeArrowBack.gif) no-repeat 0 50%;
	}

#content_left .print {
	background: url(../site_images/print.gif) no-repeat 0 50%;
	}
	
#content_left .edit {
	background: url(../site_images/edit.gif) no-repeat 0 50%;
	}
	
#content_left .addNews {
	background: url(../site_images/add.gif) no-repeat 0 50%;
	}


	
.note {
	display: block;
	padding-top: 10px;
	}
	
	



#sidebar {
	width: 202px;
	float: right;
	}

.rightColImage {
	background: #fff;
	border-bottom: 1px solid #e2dfdb;
	}

.rightColImage img {
	display: block;
	border-right: 1px solid #d6d4d0;
	border-left: 1px solid #d9d6d2;
	border-bottom: 1px solid #c0beba;
	}
	
#sidebar p.edit {
	padding: 10px 5px 15px 35px;
	background: #fafafa url(../site_images/edit.gif) no-repeat 10px 12px;
	margin: 10px !important;
	border: 1px solid #cccccc;	
	}
	
#sidebar p.delete {
	padding: 10px 5px 15px 35px;
	background: #fafafa url(../site_images/delete.gif) no-repeat 10px 12px;
	margin: 10px !important;
	border: 1px solid #cccccc;	
	}
	
#sidebar p.edit a,
#sidebar p.delete a {
	color: #60513A;
	font-weight: bold;
	}





/* ---------------- forms ---------------- */
	
.msForm {
	border: 1px solid #ccc;
	padding: 10px;
	background: #fafafa;
	margin: 0 0 20px 0;
	}

.msForm .formItem {
	padding-bottom: 10px;
	}

.msForm label,
.msForm p.frmLabel {
	display: block;
	float: left;
	width: 15%;
	padding-right: 10px;
	font-weight: bold;
	}
	
.msForm p.frmLabel .note {
	padding-right: 10px;
	}
	
.msForm label.afterControl {
	width: 50%;
	margin-left: 5px;
	}

.msForm input,
.msForm select,
.msForm textarea,
.msForm p.frmInputs {
	display: block;
	float: left;
	}

.msForm input.txt,	
.msForm input.chkb {
	border: 1px solid #aaa;	
	}
	
.msForm input.txt {
	width: 250px;
	}

.msForm select {
	margin-right: 10px;
	}
	
.msForm input.singleText {
	width: 250px;
	}
	
.msForm textarea {
	width: 250px;
	height: 70px;
	border: 1px solid #aaa;
	}
	
input.wider {
	width: 65% !important;
	}
		
div.inpAlign {
	padding: 0 0 0 15% !important;
	margin: 0 !important;
	}

input.formSubmit {
	margin: 0 10px;
	border: 0;
	font-weight: bold;
	background: #d80026 url("../site_images/bg_microsite_login.gif") repeat-x top left;
	text-align: center;
	color: #fff;
	padding: 1px 3px;
	cursor: pointer;
	}
	
input.formSave {
	margin-right: 10px;
	background: #668fbc;
	border: 1px solid #4774a2;
	text-align: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	}
	
p#venueEditPara {
	margin: 0;
	}

#microVenueForm {
	border: 1px solid #cccccc;
	background: #f2f2f2;
	padding: 5px 10px 0 10px;
	margin-bottom: 10px;
	}
	
p.cancelButton {
	line-height: 1.2em !important;
	}
	
p.cancelButton a {
	display: block;
	float: left;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
	background: #b4b4b4;
	border: 1px solid #989898;
	padding: 2px 11px 3px 11px;
	}
	
.msForm input.nofloat {
	display: inline !important;
	float: none !important;
	}




/* ---------------- Alerts and error messages ---------------- */
select.jerror,
input.jerror {
	background: #faecec;
	border: 2px solid #d04444 !important;
	}
	
label.jerror {
	display: block;
	margin: 1px 5px 0 5px;
	width: auto;
	
	background: url("../site_images/bg_alert.gif") no-repeat 0px 50%;
	padding: 0 0 0 18px !important;
 	font-weight: bold;
 	color: #d04444 !important;
	}





.msAlert {
	border: 1px solid #d04444;
	background: #fef9f9 url("../site_images/bg_alert.gif") no-repeat 10px 12px; 
	padding: 10px 10px 10px 30px;
	margin: 0 0 20px 0;
	}

.msAlert h2 {
	margin: 0;
	font-weight: normal;
	font-family: trebuchet ms, verdana, sans-serif;
	line-height: 1.2em;
	font-size: 1.5em;
	color: #d04444;
	padding: 0;
	}
	
.msAlert a {
	color: #d04444;
	}
	
.msAlert p {
	margin: 0;
	}




/* ---------------- News stories ---------------- */
.newsStory,
.newsStoryDraft,
.newsStoryDelete {
	margin-top: 5px;
	border-top: 1px solid #ccc;
	padding: 15px 0 2px 0;
	margin-bottom: 10px;
	}

.newsStory h2 {
	margin-bottom: 8px;
	color: #d80026 !important;
	}
	
.newsStory h2 .storyDate {
	color: #837c72 !important;
	}
	
.newsStoryDraft {
	background: #fdfdfd;
	}
.newsStoryDraft * {
	color: #ccc !important;
	}
	
.newsStoryDelete {
	border: 2px solid #9b1717 !important;
	padding: 10px;
	background: #fdf6f6;
	}
	
.deleteControls {
 	background: #fff url("../site_images/bg_alert.gif") no-repeat 5px 5px;
 	padding: 3px 5px 3px 32px !important;
 	margin: 0 0 10px 0;
 	font-weight: bold;
 	color: #9b1717 !important;
	}
	
.deleteControls a {
	font-weight: bold;
	}
	
.deleteControls a.yes {
	color: green !important;
	}
	
.draft {
	color: #7573a0 !important;
	}

.newsContent {
	margin-bottom: 10px;
	}
	

	
	


a.newsDelete,
a.newsEdit {
	font-weight: bold;
	color: #60513a !important;
	background: url(../site_images/edit.gif) no-repeat 0 50%;
	padding: 3px 0 5px 24px;
	}

a.newsDelete {
	background: url(../site_images/delete.gif) no-repeat 0 50%;
	}

.archive {
	background: #fff;
	border-left: 1px solid #D3D0CC;
	border-right: 1px solid #D3D0CC;
	border-bottom: 1px solid #C4C1BE;
	}
	
.archive h4 {
	background: #B7B7DA url(../site_images/bg_newsArchive.gif) no-repeat right top;
	padding: 10px 11px;
	font-size: 1.8em;
	color: #fff;
	line-height: 1.2em;
	font-family: trebuchet ms, verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 5px 0;
	}

	
.archive ul {
	margin: 10px 10px 20px 10px !important;
	padding : 0 !important;
	list-style: none !important;
	}

.archive li {
	margin: 5px 0 0 2px;
	}
	
.archive li a {
	color: #60513a !important;
	}
	
.archive ul ul {
	margin: 0 0 0 15px !important;
	}







/* ---------------- Event details ---------------- */
dl.eventDetails  {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1.4em;
	}

.eventDetails dt {
	width: 25%;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;
	/*border-top: 1px solid #ccc;*/
	font-weight: bold;
	}

/* commented backslash hack for mac-ie5 \*/
dt { 
	clear: both;
	}
/* end hack */

.eventDetails dd {
	float: left;
	width: 70%;
	margin: 0 0 0 0;
	padding: .5em;
	/*border-top: 1px solid #ccc;*/
	}
	
.eventDetails dd p {
	margin: 2px 0 0 0 !important;
	}







/* ---------------- footer ---------------- */
#footer {
	background: #fff;
	border-left: 1px solid #D3D0CC;
	border-right: 1px solid #D3D0CC;
	border-top: 1px solid #C4C1BE;
	}

#footer a {
	text-decoration: none;
	color: #60513A;	
	}

#footer a:hover,
#footer .here a {
	text-decoration: underline;
	}

#footer ul {
	float: left;
	margin: 0;
	padding: 15px 15px 40px 15px;
	list-style: none;
	}

#footer li {
	float: left;
	}

#footer li a {
	display: block;
	padding: 0 10px;
	border-left: 1px solid #60513A;
	}

#footer .first a {
	padding-left: 0;
	border-left: none;
	}
	
#footer p {
	float: right;
	margin: 0;
	padding: 15px 15px 40px 15px;
	}




.leader {
	font-size: 1.3em;
	line-height: 1.2em;
	}

.more {
	font-weight: bold;
	}


