/* For Stowe Land Trust - June 2012
   Copyright 2012 Paul Hansen, except as noted
   Web design and development by www.ecopixel.com */

/* customized meyerweb.com reset v2.0 | 20110126 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background-color: transparent;
	text-align: left;
	font-weight: normal;
/*	font-style: normal; */
}
legend {
	color: #000; /* for legend in IE */
}
/* inline styles should only inherit */
span,u,i,em,b,strong {
	color: inherit;
	font-weight: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
i,em {
	font-style: italic;
}
b,strong {
	font-weight: bold;
}
center {
	text-align: center;
}
/* remove half-leading from these to avoid odd line heights */
sup,sub {
	line-height: 0;
}
body {
	background: #E0E6BE url(bg-body.jpg) left top repeat;
	font: 89%/1.5 Arial, Helvetica, sans-serif;
}
ol, ul { 
	padding-left: 3.2em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	margin: 1.6em 3.2em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit; /* for html4 doctype: http://css-discuss.incutio.com/?page=UsingEms */
}
ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
/* for list navigation */
.nav  ul, .nav ol, .nav li {
	margin: 0;
	padding: 0;
	background: none;
	line-height: 1em;
}
.nav a {
	line-height: 1em;
}
body {
	background-color: #FFF;

}

h1,h2,h3,h4,h5,h6 { 
	font-weight: bold;
	line-height: 1.2;
	margin: 0.6em 0;
}

h1 {
	font-weight: bold;
	color: #717B4A;
	font-size: 1.8em;
	line-height: 1;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", serif;
}

.csc-firstHeader {	
	margin-top: 0;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #80773C;
}
#content-right h2 {
	color: #6D6632;
}
#content-right {
	color: #5F6840;
}


#content-right .csc-firstHeader {
	margin-top: 20px;
}

h3 {
	color: #80773C;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0.8em 0 0.4em 0;
	font-size: 0.9em;
	line-height: 1.2;
}

#content-left h3 {
	margin: 0;
}

#content-right h3 {
	padding: 0.4em 0;
	border-top: 1px solid #C7BF78;
	border-bottom: 1px solid #C7BF78;
	color: #6D6632;
}

h4 {
	font-weight: bold;
	line-height: inherit;
}

h5 {
	color: #6D6632;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #C7BF78;
	font-size: 0.85em;
}

h6 {
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0;
}
p {
	margin: 0 0 1em 0;
}

/* site layout styles */

#header {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 980px;
	min-height: 59px;
	overflow: hidden;
	/* ie7: parent element needs higher z-index than child! */
	z-index: 50;
	margin-bottom: 8px;
}


#logo-link {
	display: block;
	float: left;
	padding: 15px 0 7px 15px;
}

#logo {
	display: block;
	width: 248px;
	height: 50px;
	position: absolute;
	/* see also: #header z-index for ie7 */
	z-index: 40;
	left: -4px;
	bottom: 0;
}


#header-btn {
	width: 200px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 100;
}

#header-btn a {
	background: url(bg-donate.png) right top no-repeat;
	width: 200px;
	height: 0;
	padding-top: 30px;
	display: block;
	position: absolute;
	z-index: 95;
	overflow: hidden;
}

#header-btn a:hover {
	background-position: right bottom;
}

/* Order must be :link, :visited, :hover, :active */
a {
	color: #4D6A6F;
}

a:visited {
	color: #5D5D5D;
}

a:hover,
a:active {
	color: #278494;
}

.csc-textpic-imagewrap a {
	background-color: transparent;
}


/* always space between images, even without caption. */
/*div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin: 0 0 12px 0;
} */

#wrap {
	overflow: hidden;
	width: 980px;
	clear: both;
	padding-top: 12px;
	margin: 0 auto 20px auto;
	position: relative;
}

#main {
	clear: left;
	width: 760px;
	overflow: hidden;
	float: left;
	background: #FFF;
}



#navmain {
	width: 100%;
	background-color: #717B4A;
	overflow: hidden;
}

#navmain ul {
	clear: both;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}

#navmain li {
	float: left;  /* Required by IE6 */
}

#navmain a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	font-size: 90%;
	float: left;
	font-weight: bold;
	padding: 0.76em 10px;
	position: relative;
	text-decoration: none;
}

#navmain a:hover {
	color: #FFF;
	background-color: #545B39;
}

#navmain a.nav-act,
#navmain a.nav-act:hover {
	color: #FFF;
	background-color: #606941 !important;
}

#header-content {
	position: absolute;
	margin-right: 200px;
	right: 0;
	bottom: 16px;
}

#header-content ul {
	float: left;
	margin: 0;
	padding: 0 10px;
	background: none;
	line-height: 1;
}
#header-content li {
	float: left;
	line-height: 1;
	list-style-type: none;
	background: none;
	margin: 0;
	padding: 0;

}
#header-content a {
	font-family: Arial,Helvetica,sans-serif;
	display: block;
	padding: 0.3em 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

#wrap-content {
	margin: 20px;
	background: #FFF url(bg-content.png) left top repeat-y;
	overflow: hidden;
}


#content {
	position: relative;
	overflow: hidden;
	padding: 0;
	float: right;
	width: 479px;
}



#content-left,
#content-right  {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	position: relative;
	overflow: hidden;
	width: 200px;
	border-right: none;
	font-size: 90%;
}

#content-right {
	float: right;
}

#content-left p {
	color: #717B4A;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
}


#content-border {
	width: 760px;
	overflow: hidden;
}

#content-border h1 {
	border-bottom: 1px solid #EDE4A7;
	margin: 12px 20px 0 20px;
	padding-bottom: 6px;
}


#wrap-footer {
	clear: left;
	position:relative;
	padding: 0 20px 20px;
	width: 720px;
	overflow: hidden;
	font-size: 0.9em;
	float: left; /* for ie7 */
	background-color: #FFF;
}

#footer {
	background: #FFF url(bg-content.png) left top repeat-y;
	overflow: hidden;
}




#footer-content-left {
	float: left;
	width: 200px;
	overflow: hidden;
}

#footer-content {
	float: right;
	width: 479px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#footer-content ul.csc-menu {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: -12px;
}
#footer-content ul.csc-menu li {
	float: left;
	background: none;
	padding: 0;
	margin: 0;
}
#footer-content ul.csc-menu a {
	padding: 0.3em 12px;
	border-right: 1px solid #EDE4A7;
	text-decoration: none;
	font-weight: bold;
}

#footer-content ul.csc-menu li.nav-last a {
	border-right: none;
}

#footer-border {
	padding: 12px 20px 0;
	float: left;
	clear: left;
	width: 720px;
	overflow: hidden;
}



/* default frame */
.csc-default {
	overflow: hidden;
	position: relative;
	margin: 0;
}
/* applies to all except csc-default and "no frame" */
.csc-frame {
	overflow: hidden;
	position: relative;
}


/* .csc-textpic > .csc-textpic-imagwrap */
.csc-textpic {
    position: relative;
}

.csc-textpic-imagewrap {
    position: relative;
    overflow: hidden;
}

.csc-textpic-imagewrap a {
  display: block;
  overflow: hidden;
}

.csc-frame-invisible div.csc-textpic div.csc-textpic-single-image img,
.ep-frame-slideshow1 div.csc-textpic div.csc-textpic-single-image img {
  margin-bottom: 0;
}

.csc-frame-invisible div.csc-textpic-clear,
.ep-frame-slideshow1 div.csc-textpic-clear {
  clear:none;
  display: none;
  visibility: hidden;
  width: 0;
}

/* Fix IE7 bug with margin-bottom and csc images */
.csc-textpic-imagewrap,
.csc-textpic-imagewrap ul, 
.csc-textpic-imagewrap li {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.csc-frame-rulerBefore {
  clear: both;
  width: 100%;
}
.csc-frame-rulerAfter {
}
.csc-frame-indent {
}
.csc-frame-indent3366 {
}
.csc-frame-indent6633 {
}

.csc-frame-frame1,
.csc-frame-frame2 {
	padding: 0 12px;
	position: relative;
	overflow: hidden;
	margin: 1em 0;
	background-color: #EDE4A7;
}

.csc-frame-frame1 p,
.csc-frame-frame2 p {
    margin: 0.8em 0;
	font-size: 0.9em;
}

.csc-clear,
.csc-clearRuler {
  clear: both;
}



.csc-clearRuler {
	border-top: 1px solid #CCDD88;
}

.divider {
	clear:both;
	overflow: hidden;
	padding: 0 20px 20px;
}

.divider hr {
	border: none;
	color: #EDE4A7;
	background-color: #EDE4A7;
	width: 100%;
	height: 1px;
	margin: 0;
}


ul {
	margin: 1em 0 2em 0;
	padding-left: 0;
}

ul li {
	list-style-type: none;
	padding-left: 12px;
	margin: 0.4em 0;
	background: url(bg-li.png) left 0.6em no-repeat;
}

ul ul {
	margin-left: 2em;
}

/* tighter on multi-level lists like sitemap */
ul ul li {
	margin: 0;
}


/*************************************************/
/* floats, frames, rulers, dividers */





/* fix for IE7 margin-bottom collapse */
/*
div.csc-textpic div.csc-textpic-single-image img {
  margin-bottom: 0;
  padding-bottom: 12px;
}*/

#header-content div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
  padding-bottom: 6px !important;
}

/* fix for IE7 margin-bottom collapse */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
/*  padding-bottom: 12px !important; */
}


/*
#header-content div.csc-textpic div.csc-textpic-single-image img {
  margin-bottom: 0;
  padding-bottom: 6px !important;
}
*/

/* slide show */

/* .csc-frame-slideshow1 */
.ep-frame-slideshow1 {
	position: relative;
	overflow: hidden;
}

.ep-frame-slideshow1 .ep-ss1-controls ul,
.ep-frame-slideshow1 .ep-ss1-controls li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: none !important;
}

.ep-frame-slideshow1 .ep-ss1-controls {
	position: absolute;
	background-color: rgba(255,255,255,0.6);
	display: block;
	z-index: 300;
	right: 12px;
	top: 0;
	width: 99px;
	height: 25px;
	overflow: hidden;
	padding: 8px 0 8px 8px !important;

}

.ep-ss1-controls ul li {
	padding-right: 8px !important;
}

.ep-ss1-controls a {
	float: left;
	height: 0;
	padding-top: 25px;
	width: 25px;
/*	margin-right: 7px; */
	overflow: hidden;
	font-size: 1em;
	line-height: 1em;
	display: block;
	/* note: IE7 doesn't like "bottom" align, had to do -21px */
	/* Firefox is picky about x,y order */
	background: url(bg-slideshow1-btns.png) left -25px no-repeat;
}

.ep-frame-slideshow1 a.ep-ss1-controls-prev { background-position: left -25px; }
.ep-frame-slideshow1 a.ep-ss1-controls-play { background-position: -75px -25px; }
.ep-frame-slideshow1 a.ep-ss1-controls-pause { background-position: -50px -25px; }
.ep-frame-slideshow1 a.ep-ss1-controls-next { background-position: -25px -25px;}

.ep-frame-slideshow1 a.ep-ss1-controls-prev:hover { background-position: left top;}
.ep-frame-slideshow1 a.ep-ss1-controls-play:hover { background-position: -75px top;}
.ep-frame-slideshow1 a.ep-ss1-controls-pause:hover { background-position: -50px top; }
.ep-frame-slideshow1 a.ep-ss1-controls-next:hover { background-position: -25px top; }


/* click-enlarge */
a.image_zoom {
	display: block;
	position: relative;
	overflow: hidden;
}

a.image_zoom .ep-controls {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 30px;
	width: 100px;
	background: url(bg-zoom.png) bottom right no-repeat;
}
a.image_zoom .ep-controls span {
	display: none;
	position: absolute;
	left: 22px;
	bottom: 4px;
	width: 100px;
	text-align: right;
	text-transform: uppercase;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	color: #FFF;
}

a.image_zoom:hover .ep-controls {
	display: block;
}

/* --------------------------------
	Filelinks
----------------------------------- */

.filelinks {
	clear: both;
	margin: 0.8em 0;
	border-bottom: 1px solid #E0F2F3; 
	display: table;
	width: 100%;
}

.filelinks-layout-0 .filelinks-icon {
	width: 100px;
}

.filelinks-layout-1 .filelinks-icon {
	width: 18px;
}

.filelinks-layout-3 .filelinks-icon {
	width: 160px;
}

.filelinks-file {
	clear: both;
	width: 100%;
	display: table-row;
}

.filelinks-icon {
	display: table-cell;
	padding: 12px 12px 12px 0;
	vertical-align: middle;
	text-align: right;
	/* border-bottom: 1px solid #E0F2F3; */
}

.filelinks-info {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 0;
	position: relative;
	overflow: hidden;
	text-align: left;
	width: 100%;
	/* border-bottom: 1px solid #E0F2F3; */
}

.filelinks-title {
}

.filelinks-title a {
	font-weight: bold;
}
.filelinks-desc {
}

#footer .csc-default {
	padding: 0;
	margin: 0;
}


/* --------------------------------
	Accessibility
----------------------------------- */
/* hide by moving out of the way */
.access-tip {
	position: absolute;
	display: block;
	left: -999em;
	margin: 0;
	padding: 0;
}

/* show these on focus only */
a.access-nav {
	position: absolute;
	left: -999em;
}

a.access-nav:focus,
a.access-nav:active {
	position: static;
	left: 0;
}

/* --------------------------------
	Misc elements
----------------------------------- */

div.csc-textpic div.csc-textpic-single-image img {
	/* margin-bottom: 0; */
}

.csc-textpic-caption {
	color: #5F673F;
	font: 0.9em/1.5 Arial, Helvetica, sans-serif;
	padding: 0.2em 0 1em 0;
	font-style: italic;
	line-height: 1.4;
}

#content-border .csc-textpic-caption {
	color: #000;
	font-family: Georgia, "Times New Roman", serif;
	padding: 0.4em 20px 0 20px;
	font-style: italic;
	line-height: 1.4;
}

#content .csc-default .csc-textpic-multicol .csc-textpic-caption {
	padding-right: 8px;
}
#content .csc-default .csc-textpic-lastcol .csc-textpic-caption {
	padding-right: 0;
}

#content .csc-frame-invisible .csc-textpic-caption,
#content .ep-frame-slideshow1 .csc-textpic-caption {
	padding-right: 18px;
}
#content .csc-frame-invisible .csc-textpic-firstcol.csc-textpic-multicol .csc-textpic-caption,
#content .csc-frame-slideshow1 .csc-textpic-firstcol.csc-textpic-multicol .csc-textpic-caption {
	padding-right: 8px;
}

#content-right .csc-textpic-caption {
	font-size: 100%;
}

#content-right .csc-default .csc-textpic-multicol .csc-textpic-caption,
#content-right .csc-default .csc-textpic-multicol .csc-textpic-caption {
	padding-right: 8px;
}

#content-right .csc-frame-invisible .csc-textpic-caption,
#content-right .csc-textpic-multicol  .csc-textpic-caption {
	padding-right: 20px !important;
}
#content-right .csc-textpic-firstcol.csc-textpic.multicol .csc-textpic-caption {
	padding-right: 8px;
}

#content-right .csc-frame-invisible .csc-textpic-onecol .csc-textpic-caption,
#content-right .csc-frame-invisible .csc-textpic-firstcol.csc-textpic-multicol .csc-textpic-caption {
	padding-left: 20px;
}
#content-right .csc-frame-invisible .csc-textpic-intext-right .csc-textpic-onecol .csc-textpic-caption,
#content-right .csc-frame-invisible .csc-textpic-intext-left .csc-textpic-onecol .csc-textpic-caption  {
	padding-left: 0;
}
#content-right .csc-default .csc-textpic-lastcol .csc-textpic-caption,
#content-right .csc-frame .csc-textpic-lastcol .csc-textpic-caption {
	padding-right: 0;
}

#content .csc-frame-invisible .csc-header {
	padding-left: 20px;
	padding-right: 18px !important;
}

#content-right .csc-frame-invisible .csc-header {
	padding: 0 20px;
}


#content-right .csc-linkToTop {
	padding-left: 20px;
}


br.cb {
	clear:both;
	height:0;
	visibility: hidden;
}

br.cl {
	clear:left;
	height:0;
	visibility: hidden;
}

br.cr {
	clear:right;
	height:0;
	visibility: hidden;
}

.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}

/* existing styles Sept 2007 *******************************/


.paypal-error {
	background-color: #FF9;
}
.paypal-error p {
	padding: 0.2em 0.4em;
	margin: 0; 
}

.csc-mailform label,.csc-mailform input,.csc-mailform textarea {
	display: block;
	margin-bottom: 0.2em;
	text-align: left;
}

.csc-mailform label {
	padding-top: 0.1em;
}

.csc-mailform legend {
	visibility: hidden;
	display: none;
	padding: 0;
	margin: 0;
}

fieldset.csc-mailform {
	border: 0;
	padding: 0;
}

.csc-mailform-field {
	padding-top: 0.5em;
/*	border-top: 1px solid #DDEEAA; */
	clear: both;
}

.csc-mailform-submit {
	font-weight: bold;
}

/* overlay new styles for Mailform Feb 2008 ***********************************/

/* span around "label" and property elements. */
.csc-mailform .csc-mailform-field span.csc-mailform-label {
	font-weight: bold;
	padding-bottom: 0.5em;
	display: block;
}

.csc-mailform span.csc-mailform-check input {
	margin-right: 0.5em;
}

.csc-mailform span.csc-mailform-check label {
	text-align: left;
	display: block;
	width: auto;
	float: left;
}

.csc-mailform span.csc-mailform-radio {
	display: block;
	margin: 0;
}

.csc-mailform span.csc-mailform-radio br {
	clear: both;
}

.csc-mailform span.csc-mailform-radio input {
}

.csc-mailform span.csc-mailform-radio label {
	width: auto;
	float: none;
	padding-left: 0.4em;
	text-align: left;
	display: inline;
}

/* inside fieldsets for checkbox groups */
.csc-mailform fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

/*
.csc-mailform input.csc-mailform-check {
	display: inline;
} 
*/

/* ----------- end of mailform */

/* ---------------- news ---- */

.news-list-item {
/*	border-bottom: 2px solid #999; */
	margin: 1.2em 0;
}

.news-list-item h3 {
	text-transform: none;
	font-family: Georgia, "Times New Roman", serif;
}
.news-list-item a {
	font-weight: bold !important;
	font-size: 120%;
}

.news-list-item p.bodytext,
.news-list-item p {
	padding: 0;
	margin: 0;
}

.tx-ttnews-browsebox td {
	padding-right: 5px;

}


/* comments */
.tx-comments-comment-input, .tx-comments-comment-form textarea {
	width: 21em !important;
}



.tx-comments-comment-form label {
	width: 8.5em !important;
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
	font-size: smaller;
	font-weight: bold;
}

span.tx-comments-required-error {
	margin: 0;
	padding: 0;
	display: inline;
	background-color: transparent;
	color: red;
	font-size: smaller;
	font-weight: bold;
}

.tx-comments-comment-form {
	margin-bottom: 0.8em;
}
.tx-comments-comment-form legend {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #61646E;
}

.tx-comments-comment-1, .tx-comments-comment-2 {
	border: 2px solid #E8E9EC !important;
	margin: 0 !important;
	margin-bottom: 0.8em !important;
	padding: 2px !important;
}

p.comments-header {
	padding: 6px 10px;
	margin: 0;
	background-color: #E8E9EC;
	overflow: hidden;
}

div.tx-comments-comment-content {
	padding: 8px 10px 6px 10px;
	text-align: left !important;
}

span.tx-comments-comment-name,
span.tx-comments-comment-date,
span.tx-comments-comment-city,
span.tx-comments-comment-org,
span.tx-comments-comment-www {
	display: block;
	float: left;
	font-weight: normal;
}
span.tx-comments-comment-name {
	font-weight: bold;
}

span.tx-comments-comment-city {
	float: right;
}
span.tx-comments-comment-www {
	float: right;
	clear: right;
}

.tx-comments-comment-date {
	font-style: italic;
	float: left;
	clear: left;
}

/* from ext:news */


/* global styles */

.news .hidden {
    position: absolute;
    left: -9999px;
    top: 0;
    width: 1px;
    height: 1px;
    margin: 0;
	overflow: hidden;
}
.news .clear { clear: both; }

.news .nav ul {
    float: left;
    display: inline;
	margin: 0;
}
.news .nav li {
    float: left;
    list-style: none;
	line-height: 1em;
}
.news .nav a {
    float: left;
    display: block;
	line-height: 1em;
}
.news .nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.news .nav { zoom: 1; }

.news h2 {
	margin: 0.8em 0;
}

.news-list-view p {
}

/* list + search + latest view */
.news-list-view .article {
	border-top: 1px solid transparent;
	margin 0.8em 0;
}

.news .article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.news .article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.news .article { zoom: 1; }


.news .article .news-img-wrap {
	float: right;
	margin: 1.4em 0 20px 20px;
	overflow: hidden;
}

/* embedded regular content */
.news-single .csc-default {
	padding: 0;
	margin: 0;
}


.news .article .news-img-wrap a {
	display: block;
	float: left;
}

.news .article .news-img-wrap img {
	display: block;
}

.news .article h2 a{
	font-weight: bold;

}
.news .article .teaser-text {

}

.news .footer {
/*
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	color: #888;
*/
	color: #5F646C;
	font-style: italic;
}
.news-list-view .footer {
}

.news .footer p {

}
.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}
.news .footer span:last-child {
	border-right: 0;
}
.news .footer .news-category a {
	text-transform: uppercase;
	color: #888;
}


/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}
.news-category-view ul li li {
	padding: 2px 8px 2px 12px;

}
.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
	color: #888;
}


/* search view */
.news-whatis {
	margin: 15px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
}
.news-browsebox {
	margin: 15px 0;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.news-browsebox ul li { margin: 0 5px; }
.news-browsebox ul .prev {
	margin-right: 20px;
	margin-left: 0;
}
.news-browsebox ul .current-page a { font-weight: bold; }
.news-browsebox ul .next {
	margin-left: 20px;
	margin-right: 0;
}


/* single view */
.news-single .footer {
	font-style: italic;
	border-top: 0;
	padding:0;
}
.news-single .article .news-img-wrap {
	float: right;
	width: 300px;
	margin: 0 0 20px 20px;
}

.news-single .teaser-text {
	font-weight: bold;
}
.news-text-wrap {

}
.news-single .article .news-img-wrap img { 
	float: none;
}
.news-single .article .news-img-wrap .mediaelement {
	border-bottom: 2px solid #FFF;
	overflow: hidden;
}

p.news-img-caption { 
	font-style: italic;
	margin-top: 0;
}


/* related news + files */
/*.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}
.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}
.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}
.news-related h4 {
	margin-bottom: 10px;
}
.news-related ul li span {
	border-right:1px solid #DDDDDD;
	display:inline-block;
	margin-right:8px;
	padding-right:8px;
	color: #888;
}
.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}
.news-related-files .news-related-files-link a {
	background-image: url(../img/background/file-icon-sprites.gif);
	background-repeat: no-repeat;
	padding: 6px 0 6px 38px;
}
.news-related-files ul li { margin-bottom: 20px; }
.news-related-files .news-related-files-link .jpg { background-position: 0 0;}
*/
.news-related ul li span {
	color: #888;
}
/*.news-related ul li span:after {
	content: ": ";
} */

.news-related-files .news-related-files-link .jpg { background-position: 0 0;}

.news .page-navigation p {
	float:left;
}
.news .page-navigation ul{
	float:right;
}
.news .page-navigation ul li{
	float:left;
	display:block;
	padding:0 1px;
	background: none;
}
.news .page-navigation ul li a{
	display:block;
	padding:1px 2px;
}

.news-clear {
	clear:both;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news span.news-brief-news-date {
	font-style: italic;
}

.news li.news-brief-item {
	background: transparent;
	padding: 0;
	margin: 1em 0;
}
.news li.news-brief-item a {
	font-weight: bold;
	text-decoration: none;
}

.news .header h2 {
	margin-bottom: 0;
}

.news .footer p {
	margin: 0;
}

/* paypal */


.paypal-error {
	background-color: #FF9;
}
.paypal-error p {
	padding: 0.2em 0.4em;
	margin: 0; 
}


/* tables */
.contenttable {
	margin: 1em 0;
	width: 100%;
	text-align: left;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #FFF;
	border: 1px solid #E1E7C3;
}

.contenttable td,
.contenttable th {
	vertical-align: top;
	text-align: left;
	padding: 0.3em 12px;
	border-collapse: inherit;
}

.contenttable th {
	font-weight: bold;
	color: #80773C;
	color: #717B4A;
}
.contenttable thead th {
	vertical-align: bottom;
	white-space: nowrap;
	color: #80773C;
	color: #717B4A;
	background-color: #E1E7C3;
}

.contenttable tr {
	border-collapse: inherit;
}
/* tr-even is row 1, tr-odd is row 2... */
.contenttable tr.tr-even {
	background-color: #EFF4D7;

}
.contenttable tr.tr-odd {
	background-color: #FFF;
}

.contenttable tr:hover {
	background-color: #FFFFBB;
}

/* also thead, tfoot, tbody */
@media (max-width: 700px) {
	.contenttable th,
	.contenttable td {
		display: inline;
		padding: 0;
	}
	.contenttable th:empty,
	.contenttable td:empty {
		visibility:hidden;
	}

	.contenttable th:after,
	.contenttable td:after {
		content: ", ";
	}
	.contenttable th.th-0,
	.contenttable td.td-0 {
		display: block;
	}

	.contenttable th.th-0:after,
	.contenttable td.td-0:after {
		content: "";
	}
	.contenttable th.th-last:after,
	.contenttable td.td-last:after {
		content: "";
	}
	.contenttable tr {
		padding: 0.3em 12px;
		display: block;
		line-height: 1.5;
	}
}
