@CHARSET "UTF-8";
/*
 * polls styles
 */
#menu #poll {
	margin: 20px 0 0;
	background-color: #FFF3DF;
	overflow: hidden;
}
#menu #poll .anchor {
	position: absolute;
	left: 31px;
}
#menu #poll div {
	border-left: 20px solid #FFB32F;
}
#menu #poll h3 {
	display: block;
	font-weight: bold;
	color:#FFB32F;
	margin: 0 0 10px 5px;
}
#menu #poll span {
	font-size: 0.9em;
	color: #DF8D00;
}
#menu #poll ul {
	margin: 10px 0 0;
}
#menu #poll ul li {
	height: 1%;
}
#menu #poll #poll-answer-list li {
	margin: 0 0 0 5px;
}
#menu #poll input, #menu #poll label {
	margin: 0 0 0 5px;
}
#menu #poll #poll-results, #menu #poll #poll-archive {
	font-size: 1em;
	padding: 0 0 0 20px;
	background: url('../images/list-arrow-white.gif') no-repeat 0 2px;
	border: none;
	color: #DF8D00;
	position:  relative;
	right: 16px;
	display: block;
	text-decoration: none;
}
#menu #poll #poll-results:hover, #menu #poll #poll-archive:hover {
	text-decoration: underline;
	background: url('../images/list-arrow-orange.gif') no-repeat 0 2px;
}

#main #category #subcategory a {
	font-size: 1.1em;
	color: #ed8917;
	border: none;
	text-decoration: none;
	font-style: italic;
	padding: 0 0 0 16px;
	background: url('../images/list-arrow-orange.gif') no-repeat 0 2px;	
}
#main #category #subcategory a:hover {
	text-decoration: underline;
}

#main .quicklist span {
	font-size: 1.2em;
	text-align: center;
	color: #008000;
	display: none;
}
#main .quicklist .publication a {
	font-size: 1.1em;
	color: #1B5523;
	border: none;
	text-decoration: none;
	font-style: italic;
	padding: 0 0 0 16px;
	background: url('../images/list-arrow-green.gif') no-repeat 0 2px;	
}
#main .quicklist .publication a:hover {
	text-decoration: underline;
}

#main #frontpage {
	
}

#main #frontpage h2 {
	color: #ed8917;
	font-weight: normal;
}

#main #frontpagelist {
	background-color: #ffffff;
	margin: 30px 0 0;
	padding: 10px;
}
#main #frontpagelist span {
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
	left: 10px;
	color: #1B5523;
}
#main #frontpagelist .publications {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0;
}
#main #frontpagelist .publication {
	height: 100px;
	width: 310px;
	margin: 0 0 15px;
	display: inline;
	padding: 10px 14px 10px 6px;
	background: #ffffff url('../images/template/frontpage-bg.gif') no-repeat scroll left top;
}
#main #frontpagelist .publication.fleft {
	float: left;
}
#main #frontpagelist .publication.fright {
	float: right;
}
#main #frontpagelist .publication .frontpage-title {
	font-size: 1em;
	color: #1B5523;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	background: url('../images/list-arrow-black.gif') no-repeat 0 2px;	
}
#main #frontpagelist .publication .frontpage-title:hover {
	text-decoration: underline;
}
#main #frontpagelist .publication .frontpage-body {
	margin: 3px 0 0 20px;
	font-style: italic;
	text-align: justify;
}

/*
 * general style
 */
.rarr {
	color: #ed8917;
}

.resizableFont a {
	text-decoration: none;
	color: #ed8917;
	padding: 0 3px;
	border-bottom: 1px dotted #ed8917; 
}

.resizableFont a:hover {
	background-color: #ed8917;
	color: #ffffff;
	border-bottom: 1px solid #ed8917;
}



/*
 * style for the pager
 */
#pager {
	height: 30px;
	width: 710px;
	margin: 20px 0 0 0;
	text-align: center;
}

#pager li {
	display: inline;
	position: relative;
	top: 1px;
}

#pager li a {
	font-size: 1.2em;
	text-decoration: none;
	padding: 2px 6px;
	background-color: #EFFFF1;
	border: 1px solid #1B5523;
	color:#1B5523;
}

#pager li a:hover {
	background-color: #1B5523;
	color: #ffffff; 
}



/*
 * style for the page content type
 */
#page {
	
}
#page #title, #news #name {
	width: 100%;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #ed8917;
	overflow: hidden;
}
#page #title #backlink, #news #name #backlink {
	float: right;
	display: none;
}
#page #extras {
	
}
#page #body #photo1, #news #body #photo1 {
	float: left;
	margin: 0 20px 10px 0;
	display: inline;
}
#page #body #photo1 img, #news #body #photo1 img {
	border: 1px solid #ed8917;
	padding: 5px;
}
#page #body p, #news #body p {
	margin: 10px 0;
	text-align: justify;
}
#page #body p b, #page #body p strong, #page #body p em, #news #body p b, #news #body p strong, #news #body p em {
	color: #307cde;
}
#page #photos-title, #news #photos-title {
	margin: 10px 0;
	color: #ed8917;
	font-size: 1.2em;
}
#page #photos, #news #photos {
	padding: 10px;
	background-color: #d1f1cf;
	border: 1px solid #1B5523;
}
#page #photos ul, #news #photos ul {
	width: 100%;
	overflow: hidden;
}
#page #photos ul li, #news #photos ul li {
	width: 25%;
	float: left;
	text-align: center;
	margin: 0 10px;
}
#page #photos ul li img, #news #photos ul li img {
	border: 1px solid #ed8917;
	padding: 5px;
	background-color: #ffffff;
}

.page-title {
	font-size: 1.2em;
	line-height: 2em;
	color: #ed8917;
	border-bottom: 1px dotted #ed8917;
	text-decoration: none; 
}

.page-title:hover {
	border-bottom: 1px solid #ed8917;
}



/*
 * style for the article content type
 */
#article {
	
}
#article #title {
	width: 100%;
	font-size: 2em;
	color: #89BE30;
	overflow: hidden;
}
#article #title #backlink {
	float: right;
}
#article #options {
	width: 100%;
	overflow: hidden;
}
#article #options #font-resizer {
	width: 50%;
	float: left;
	overflow: hidden;
}
#article #options #font-resizer li {
	float: left;
}
#article #options #operations {
	width: 50%;
	float: right;
	overflow: hidden;
}
#article #options #operations li {
	float: right;
}
#article #extras {
	
}
#article #body #photo1 {
	float: left;
	margin: 0 20px 10px 0;
	display: inline;
}
#article #body #photo1 img {
	border: 1px solid #1B5523;
	padding: 5px;
}
#article #body p {
	margin: 10px 0;
	text-align: justify;
}
#article #body p b, #article #body p strong, #article #body p em {
	color: #1B5523;
}
#article #photos-title {
	margin: 10px 0;
	color: #1B5523;
	font-size: 1.2em;
}
#article #photos {
	padding: 10px;
	background-color: #d1f1cf;
	border: 1px solid #1B5523;
}
#article #photos ul {
	width: 100%;
	overflow: hidden;
}
#article #photos ul li {
	width: 25%;
	float: left;
	text-align: center;
	margin: 0 10px;
}
#article #photos ul li img {
	border: 1px solid #1B5523;
	padding: 5px;
	background-color: #ffffff;
}
.article-title {
	font-size: 1.2em;
	color: #008000;
	border-bottom: 1px dotted #008000;
	text-decoration: none; 
}

.article-title:hover {
	border-bottom: 1px solid #008000;
}



/*
 * style for the news content type
 */
#news {
	
}
#news #title {
	width: 100%;
	font-size: 2em;
	color: #89BE30;
	overflow: hidden;
}
#news #title #backlink {
	float: right;
}
#news #options {
	display: none;
	overflow: hidden;
	width: 100%;
}
#news #options #font-resizer {
	width: 50%;
	float: left;
	overflow: hidden;
}
#news #options #font-resizer li {
	float: left;
}
#news #options #operations {
	width: 50%;
	float: right;
	overflow: hidden;
}
#news #options #operations li {
	float: right;
}
#news #extras {
	
}
#news #body #photo1 {
	float: left;
	margin: 0 20px 10px 0;
	display: inline;
}
#news #body #photo1 img {
	border: 1px solid #1B5523;
	padding: 5px;
}
#news #body p {
	margin: 10px 0;
	text-align: justify;
}
#news #body p b, #news #body p strong, #news #body p em {
	color: #1B5523;
}
#news #photos-title {
	margin: 10px 0;
	color: #1B5523;
	font-size: 1.2em;
}
#news #photos {
	padding: 10px;
	background-color: #d1f1cf;
	border: 1px solid #1B5523;
}
#news #photos ul {
	width: 100%;
	overflow: hidden;
}
#news #photos ul li {
	width: 25%;
	float: left;
	text-align: center;
	margin: 0 10px;
}
#news #photos ul li img {
	border: 1px solid #1B5523;
	padding: 5px;
	background-color: #ffffff;
}
.news-title {
	font-size: 1.2em;
	color: #008000;
	border-bottom: 1px dotted #008000;
	text-decoration: none; 
}

.news-title:hover {
	border-bottom: 1px solid #008000;
}



/*
 * style for the page content type that is photo album
 */
#page-photo-album {
}
#page-photo-album #title {
	width: 100%;
	font-size: 2em;
	color: #89BE30;
	overflow: hidden;
}
#page-photo-album #title #backlink {
	float: right;
}
#page-photo-album #options {
	width: 100%;
	overflow: hidden;
}
#page-photo-album #options #font-resizer {
	width: 50%;
	float: left;
	overflow: hidden;
}
#page-photo-album #options #font-resizer li {
	float: left;
}
#page-photo-album #options #operations {
	width: 50%;
	float: right;
	overflow: hidden;
}
#page-photo-album #options #operations li {
	float: right;
}
#page-photo-album #body {
	margin: 20px 0 0;
}
#page-photo-album #photos {
	margin: 20px 0 0;
}
#page-photo-album #photos ul li {
	height: 150px;
	width: 155px;
	margin: 10px;
	text-align: center;	
	display: inline;
	float: left;
}
#page-photo-album #photos ul li div img {
	padding:5px;
	border: 1px solid #c0c0c0;
}



/*
 * style for the press content type
 */
#press {
	
}
#press #title {
	width: 100%;
	font-size: 2em;
	color: #89BE30;
	overflow: hidden;
}
#press #title #backlink {
	float: right;
}
#press #options {
	width: 100%;
	overflow: hidden;
}
#press #options #font-resizer {
	width: 50%;
	float: left;
	overflow: hidden;
}
#press #options #font-resizer li {
	float: left;
}
#press #options #operations {
	width: 50%;
	float: right;
	overflow: hidden;
}
#press #options #operations li {
	float: right;
}
#press #extras {
	
}
#press #body #photo1 {
	float: left;
	margin: 0 20px 10px 0;
	display: inline;
}
#press #body #photo1 img {
	border: 1px solid #1B5523;
	padding: 5px;
}
#press #body p {
	margin: 10px 0;
	text-align: justify;
}
#press #body p b, #press #body p strong, #press #body p em {
	color: #1B5523;
}
#press #photos-title {
	margin: 10px 0;
	color: #1B5523;
	font-size: 1.2em;
}
#press #photos {
	padding: 10px;
	background-color: #d1f1cf;
	border: 1px solid #1B5523;
}
#press #photos ul {
	width: 100%;
	overflow: hidden;
}
#press #photos ul li {
	width: 25%;
	float: left;
	text-align: center;
	margin: 0 10px;
}
#press #photos ul li img {
	border: 1px solid #1B5523;
	padding: 5px;
	background-color: #ffffff;
}



.news-title {
	font-size: 1.2em;
	color: #008000;
	border-bottom: 1px dotted #008000;
	text-decoration: none; 
}

.news-title:hover {
	border-bottom: 1px solid #008000;
}



/*
 * style for the link content type
 */
.link-title {
	font-size: 1.2em;
	color: #008000;
	border-bottom: 1px dotted #008000;
	text-decoration: none; 
}

.link-title:hover {
	border-bottom: 1px solid #008000;
}


/*
 * poll style
 */
#poll-success {
	margin-bottom:10px;
	border:1px dotted #58ae52;
	background-color:#d1f1cf;
}
#poll-success span {
	display:block;
	margin:10px;
	color:#58ae52;
}
#poll-error {
	margin-bottom:10px;
	border:1px dotted #de4332;
	background-color:#f7cdc9;
}
#poll-error span {
	display:block;
	margin:10px;
	color:#de4332;
}
#poll-details #name {
	color: #1B5523;
	font-size: 1.4em;
	text-align: center;
	margin: 0 0 15px;
}
#poll-details #options div {
	color: #008000;
}
#poll-details #body h1 {
	font-size:1.2em;
	font-weight:bold;
	color:#1B5523;
	margin: 10px 0;
}
#poll-details #body h2 {
	color: #1B5523;
}
#poll-details #body h3 {
	margin-bottom:10px;
	height: 15px;
	text-align: center;
	background-color:#1B5523;
	color:#ffffff;
}
#poll-history #name {
	color: #1B5523;
	font-size: 1.4em;
	text-align: center;
	margin: 0 0 15px;
}
#poll-history #options div {
	color: #008000;
}
#poll-history #body ul {
	width: 50%;
	margin: 10px 0;
	padding: 10px;
	background-color: #d1f1cf;
}
#poll-history #body ul li {
	color:#008000;
}
#poll-history #body ul li a {
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	color: #1B5523;
	padding: 0 0 0 16px;
	background: url('../images/list-arrow-green.gif') no-repeat 0 3px;
	margin: 0 0 10px;
}
#poll-history #body ul li a:hover {
	text-decoration: underline;
}

/*
 * category style
 */

#search-results {
 	
}
#search-results #name {
	font-size: 1.2em;
	color: #008000;
	text-align: center;
}
#search-results #options {
	color: #1B5523;
	margin: 10px 0;
}
#search-results .publication a {
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	color: #1B5523;
	padding: 0 0 0 16px;
	background: url('../images/list-arrow-green.gif') no-repeat 0 3px;
	margin: 0 0 10px;
}
#search-results .publication a:hover {
	text-decoration: underline;
}

