/* /// NEWS RELEASE WRAPPERS /// */

/* layout */
#news_wrapper {
	position: relative;
	overflow: hidden; /*Safari OS X 10.5.x fix - vertical scrolling gets disabled without <div> wrapper and its settings 20101112 Bradley*/
}

#news_features_wrapper,
#news_headlines_wrapper,
#news_stories_wrapper {
	position: relative;
	overflow: hidden;
}

#news_features_wrapper {
	padding: 1em 0;
}

#news_headlines_wrapper {
  border-top: 2px solid #ccc;
	margin: 1em 0;
	padding: 1em 0;
}

#news_stories_wrapper {
  border-top: 2px solid #ccc;
	margin: 1em 0;
	padding: 1em 0;
}

/* /// NEWS RELEASE - TEASERS /// */

/* images */
.news_feature img,
.news_headline img,
.news_story img {
	float: left;
	margin-right: 10px;
}

/* layout */
.news_feature,
.news_headline,
.news_story {
	clear: left;
}

.news_feature + .news_feature, /* applies the padding to every div BUT the first one */
.news_headline + .news_headline,
.news_story + .news_story {
	padding-top: 1em;
}

/* typography */
.news_feature p,
.news_headline p,
.news_story p,
.news_author,
.news_date {
	margin: 0;
	padding: 0;
}

.news_cutline {
	font-size: 9px;
	margin-top: 1em!important;
}

/* /// NEWS RELEASE - FULL /// */

/* AddThis */
.news_addthis_wrapper {
	overflow: hidden;
}

.addthis_toolbox {
	float: right;
	padding: 0.5em;
}

div.atclear {
	clear: none!important;
}

/* images */
.news_photo_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.news_photo_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* layout */
.news_photo { /* sets the background color for the caption */
	background-color: #e9e2cf;
}

/* typography */
.news_photo_caption {
	padding: 5px;
	margin-bottom: .5em;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* EVENT SUBMISSION FORM */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
form.events {
	color: #502500;
}

form.events p.require > label {
	font-weight: bold;
}

form.events fieldset {
	border: 1px solid #ada690;
	padding: 10px;
	background-color: #fbf6eb;
}

form.events fieldset + fieldset {
	margin-top: 10px;
}

form.events h6 {
	margin: 0;
	font-weight: normal;
	font-size: .9em;
	color: #963;
}

form.events input {
	padding: 0.2em;
	background-color: #fff;
	border: 1px solid #ada690;
	border-top-color: #948673;
	border-left-color: #948673;
}
/* SUBMIT BUTTON */
form.events input.btn {
	float: right;
	background-color: #ebd29b;
	border: 1px solid #ada690;
	border-bottom-color: #948673;
	border-right-color: #948673;
	color: #502500;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.5em;
	padding: 4px 8px;
}

form.events input.btn:hover {
	background-color: #f5e9cd;
	color: #630;
}

form.events input.btn:active {
	background-color: #c93;
}

form.events legend {font-size: 10px; font-style: italic; background-color: #ebd29b; border: 1px solid #ada690; border-bottom-color: #948673; border-right-color: #948673; padding: 4px 8px;}

form.events p {margin: 0; padding: 5px 0 0 0;}
form.events p label {display: block; margin: 4px 0; padding: 0.2em;}

form.events textarea {
	background-color: #fff;
	border: 1px solid #ada690;
	border-top-color: #948673;
	border-left-color: #948673;
	font: normal 12px Verdana, sans-serif;
	color: #331900;
	padding: 0.2em;
}

.hidden {
	display: none;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* TRIGGERS */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.confirm {
	color: #690;

	background-color: #cf9;
	border: 1px solid #690;
	border-radius: 5px;
 	font-weight: bold;
	font-size: 1.0em!important;
	padding: 0.5em;
	margin: 0 0 2em 0;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.warn {
	font-weight: bold;
	color: #c30a0a;
}

label.warn + input,
label.warn + select,
label.warn + textarea {
	background-color: #edb29b;
}

.alert {
	background-color: #edb29b;
	border: 1px solid #c30a0a;
	border-radius: 5px;
	color: #9d0808;
 	font-weight: bold;
	font-size: 1.0em!important;
	padding: 0.5em;
	margin: 0 0 2em 0;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#column2 input.error {
	background-color: #edb29b;
}
