/* RESET STYLES, 
adapted from Eric Meyer: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET STYLES */

/* General Layout */
html {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
}

body {
	text-align: center;
	color: #444;
	line-height: 1.5;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	background: transparent url(/fileadmin/templates/images/bg-top-shadow.gif) left 120px repeat-x;
}

#wrapper table {
	width: 100%;
}

.tx-ttnews-browsebox {
	padding-top: 5px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}

.news-single-img,
.news-list-img {
	float: left;
	margin: 0 25px 0 0;
}

#wrapper .tx-ttnews-browsebox table {
	width: auto;
}

#wrapper .tx-ttnews-browsebox table td {
	padding: 0 10px 0 0;
}

/* Typography */
a, a:visited {
	text-decoration: none;
	color: #6C8951;
	color: #5DBA06;
}

a:hover {
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6, table, ul, ol, hr {
	margin: 0 0 15px 0;
}

ol, ul {
	margin-left: 13px;
}

ul {
	list-style: disc;
}

hr {
	border: 0;
	border-bottom: 1px solid #eeeeef;
	background: none;
	color: #eeeeef;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1em;
}

strong {
	font-weight: bold;
}

/* Structure */

#content {
	margin: 0 20px 0 220px
}

#lCol1 {
	float: left;
	width: 200px;
	margin-left: -220px;
}

#lCol1 .inner {
	margin: 20px 10px;
}

#lCol2 .inner {
	padding: 20px 0;
}

#lCol3 {
	display: none;
}

/* Header */
#header {
	border-bottom: 1px solid #eee;
	position: relative;
	height: 120px;
	background: #eeeeef;
}

#header h1 {
	letter-spacing: 2px;
	line-height: 1;
	position: absolute;
	margin: 0;
	top: 10px;
	left: 17px;
	font-size: 52px;
}

#header h1 a,
#header h1 a:visited {
	color: #6C8951;
	color: #5DBA06;
}

#header h1 a:hover {
	text-decoration: none;
}

#header h3 {
	font-size: 16px;
	line-height: 1;
	position: absolute;
	bottom: 30px;
	left: 20px;
}

/* Primary nav */

#nav {
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	border-top: 1px solid #ddd;
	font-size: 22px;
	margin: 0;
	background: #fff;
}

#nav li {
	float: left;
}

#nav li a,
#nav li a:visited {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border-right: 1px solid #ddd;
	background: #eeeeef;
}

#nav li a:hover,
#nav li a.active,
#nav li a.active:visited {
	text-decoration: none;
	background: #fff;
	color: #6C8951;
	color: #5DBA06;
}

/* Forms */
label {
	display: block;
	margin: 10px 0 0 0;
}

.error {
	color: red;
	margin-bottom: 0;
}
form .submit {
	margin: 10px 0 0 0;
}

/* Comments */
.comments {
	margin-top: 30px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.comments .comment {
	padding: 7px 10px; 
	margin: 15px 0; 
	border: 1px solid #ddd; 
	background: #EEEEEF;
}

.comment-inner {
	margin: 0;
}

.tx-ednewscomments-pi1-formtable td {
	vertical-align: top;
	font-size: 1.2em;
}

.tx-ednewscomments-pi1-formtable td {
	padding: 0 5px 5px 0;
}

.tx-srfreecap-pi2-image {
	margin-left: 0 !important;
}

/* News */
.news-latest-list {
	list-style-type: none;
	margin: 0;
}

.news-latest-list li {
	list-style-type: none;
	line-height: 1.1em;
	margin: 0 0 8px 0;
}
