/* @override 
	http://www.ttsfpl.com/templates/ttsfpl/css/template.css
	http://localhost:8888/com.ttsfpl/templates/ttsfpl/css/template.css
*/

@import url(reset-fonts-grids.css);
@import url(editor.css);

/* layout */
html {
	background: #263800 url(../images/bg.jpg) no-repeat 50% top;
}
body {
	background: #263800 url(../images/bg.jpg) no-repeat 50% top;
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
}
#doc2 {
	width: 960px;
}
#bd {
	background-color: #f7f9ef;
	background-image: url(../images/bd_bg.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #adada1;
	padding-bottom: 2em;
}
.yui-t1 #yui-main {
	margin-left: -240px;
}
.yui-t1 #yui-main .yui-b {
	margin-left: 240px;
}
#content {
}
.yui-gx, .yui-gc {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 1em;
}
#side {
	margin-left: 8px;
	*margin-left: 4px;
	margin-right: 8px;
	margin-top: 8px;
	width: 224px;
	overflow: auto;
}

/* text styles */
h1 {
	color: #690;
	font-weight: normal;
	font-size: 1.75em;
	margin: .8em 0 .4em 0;
}
h2 {
	color: #690;
	font-weight: normal;
	font-size: 1.5em;
	margin: .4em 0 .2em 0;
}
h3, h4 {
	color: #754c24;
	font-weight: bold;
	font-size: 1.25em;
	margin: .4em 0 .2em 0;
}
h2 a {
	text-decoration: none;
	border-bottom: 1px solid #666;
	color: #690;
}
h4 a {
	text-decoration: none;
	border-bottom: 1px solid #666;
	color: #690;
	font-weight: normal;
}
#content p, #content ul {
	margin-bottom: .5em;
	line-height: 1.25em;
}
#content img {
}
a {
	color: #666;
}
a:hover {
	background-color: #f7f9ef;
	color: #444;
}
.readon {
	text-align: right;
}
a.readon, a.more {
	padding-right: 18px;
	background: url(../images/readon.gif) no-repeat right center;
}
a.readon:hover, a.more:hover {
	background-color: #f7f9ef;
	color: #444;
}
#addthis {
	float: right;
	text-decoration: none;
}
.collapse-next.closed {
	background: #f7f9ef url(../images/collapsible_open.gif) no-repeat 4px;
	-webkit-user-select: none;
	cursor: pointer;
	padding: 4px 0 4px 1.66em;
}
.collapse-next.open {
	background: url(../images/collapsible_close.gif) no-repeat 4px;
	padding: 4px 0 4px 1.66em;
	-webkit-user-select: none;
	cursor: pointer;
}
#content ul, #content ol {
	padding-left: 2em;
}
#content ul li {
	list-style-type: circle;
	margin-bottom: .13em;
}
#content ol li {
	list-style-type: decimal;
}
.contentpaneopen_edit {
	float: right;
}

input, textarea, submit {
	color: #444;
}

.articleinfo, .iteminfo {
	color: #666;
	font-style: oblique;
}
#page p {
	text-align: justify;
}
strong {
	font-weight: bold;
}
li.latestnews {
	margin-bottom: .5em;
	line-height: 1.25em;
}
blockquote {
	margin-left: 2em;
	margin-bottom: 1em;
}

/* position */
.leading {
	font-size: 1.33em;
	border-bottom: 1px solid #ddc;
	margin-bottom: 2em;
}
.blog h2, .blog h2 a {
	color: #9c6;
	border-bottom-color: #ddc;
}
.cols1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}
.cols2 { width: 48%; }
.cols3 { width: 32%; }
.column1, .column2, .column3 {
	position: relative;
	float: left;
}
.cols2.column1 {
	padding-right: 2%;
}
.cols2.column2 {
}
.article_row {
	margin: 1em 0 0 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
.article_column {
	border: solid 0px #ccc;
}
.row_separator, .row_separator2 {
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}
.article_separator {
	display: none;
}

/* head */
#hd {
	border-bottom: 1px solid #adada1;
	height: 201px;
	width: 960px;
	background-image: url(../images/logo.gif);
	background-position: 0 61px;
	background-repeat: no-repeat;
	background-color: #fff;
}

/* header */
#header {
	height: 60px;
	z-index: 100;
	position: relative;
	border-bottom: 1px solid #adada1;
	background-color: #f7f9ef;
}
#header a {
	text-decoration: none;
	color: #555;
	font-weight: bold;
}
#header a:hover {
	color: #333;
	background: #fff;
}
#header ul.menu {
	float: left;
}
#header ul.menu li {
	display: block;
	float: left;
	width: 133px;
	text-align: center;
	margin: 0;
}
#header ul.menu li:hover {
	background-color: #fff;
}
#header ul.menu li a {
	display: block;
	padding: 15px 5% 0 5%;
	height: 45px;
	border-right: 1px solid #ddc;
}
#header ul.menu li ul {
	display: none;
	position: absolute;
	width: 132px;
	background: #fafafa;
	border: 1px solid #adada1;
	margin-left: -1px;
	padding: .4em 0;
}
#header ul.menu li ul {
	*margin-left: -67px;
}
#header ul.menu li ul li {
	text-align: left;
	width: 130px;
}
#header ul.menu li ul li a {
	display: block;
	height: auto;
	padding: .4em 8px;
	border: none;
}

/* header search */
#header .search {
	float: left;
	padding: 15px 10px;
}
#header .search label {
	display: none;
}
#header .search input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #444;
}
#header .search #mod_search_searchword {
	width: 120px;
	border: 1px solid #adada1;
	font-weight: bold;
	height: 20px;
	margin-right: 8px;
	padding: 2px;
}
#header .search #search-submit {
	height: 16px;
	width: 16px;
	background: url(../images/search.gif) no-repeat;
	border: 0;
	vertical-align: middle;
}

/* top random_image */
#top {
	background-color: #f0f3d9;
	border-left: 1px solid #adada1;
	float: right;
	position: relative;
	height: 140px;
	margin-left: 240px;
	padding-left: 0;
	overflow: hidden !important;
	width: 719px;
	z-index: 1;
}

/* breadcrumbs */
#breadcrumbs {
	padding: .4em 0;
	border-bottom: 1px solid #ddc;
	margin-bottom: .4em;
}
#breadcrumbs span {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 16px 0 0;
	*padding-right: 0;
	margin-right: 6px;
}
#breadcrumbs span a {
	display: inline;
	*margin-right: 16px;
}
#breadcrumbs span.last {
	background: none;
}

/* modules */

/* right */
#right {
	background: url(../images/right_bg.png) no-repeat top left;
	margin-left: 0;
	padding-left: 10px;
	color: #666;
	min-height: 240px;
}
#right .moduletable, #right .moduletable_menu {
	padding: .4em 0;
}
#right h3 {
	font-size: 1em;
	font-weight: bold;
	color: #444;
	padding: 0 0 .4em 0;
	margin-top: 0;
	border-bottom: 1px solid #ddc;
}
#right h4 {
	font-size: 1em;
	font-weight: bold;
	color: #444;
	margin-top: 0;
}
#right h4 a {
	color: #666;
	font-weight: bold;
	border-bottom: none;
}
#right p, #right a {
	color: #888;
}
#right ul {
	padding-left: 0px;
}
#content #right ul li {
	list-style: none;
	margin: .4em 0;
}

/* side */

/* buttons */
/*
.banneritem {
	border: 1px solid #adada1;
	background: #fff;
	margin-bottom: 8px;
}
.banneritem img {
	border: 1px solid #fff;
}
.banneritem a:hover img {
	border-color: #d5dcaa;
}
 */

/* banner items */
/* partners */
.partners img {
	float: left;
	margin: 10px 10px 0 0;
}

#side #buttons a {
	border: none;
	padding: 0;
	margin: 0;
}
#buttons img {
	border: 1px solid #fff;
}
#buttons a:hover img {
	border: 1px solid #d5dcaa;
}
#buttons li span {
	text-indent: -1000em;
	display: none;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}
#side h3 {
	font-size: 1em;
	font-weight: bold;
	color: #444;
}

/* side menu */
#side ul.menu li {
	width: auto;
	border: 1px solid #adada1;
	margin-bottom: 4px;
	background-color: #fff;
}
#side ul.menu li a {
	border: 1px solid #fff;
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #444;
	background: #fff url(../images/readon.gif) no-repeat 206px center;
	width: auto;
}
#side ul.menu li a:hover {
	border: 1px solid #d5dcaa;
}

/* weblinks */
table.weblinks {
	border: 1px solid #adada1;
}
table.weblinks td {
	padding: .2em;
}
table.weblinks tr.sectiontableentry1 {
	background-color: #f7f9ef;
}
.weblinks div.display {
	margin-bottom: 1em;
}

/* footer */
#ft {
	font-size: .8em;
	padding: .4em 0;
	color: #fff;
	text-align: center;
}
#ft a {
	color: #fff;
}
#ft a:hover {
	text-decoration: underline;
	background: none;
}
#ft ul {
	margin-bottom: .6em;
}
#ft li {
	display: inline;
	margin-right: 1em;
}
#ft img {
	float: left;
}

#ft-left {
	width: 220px;
	margin-left: 10px;
}
#ft-right {
	width: 710px;
}

/* editor */
fieldset {
	border-top: 1px solid #ddc;
	padding-top: .4em;
}
fieldset legend {
	font-size: 1em;
	font-weight: bold;
	color: #444;
	padding-right: 1em;
}

/* contact */
.contact .yui-gb {
	border-bottom: 1px solid #ddc;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.contact img {
	margin: 0;
	border: 1px solid #adada1;
	padding: 1px;
	background: #fff;
}
.contact .marker {
	font-size: 1em;
	font-weight: bold;
	color: #444;
	margin-bottom: 1em;
	display: blo;
}
.contact .yui-gd {
	padding-bottom: 1em;
}
.contact .yui-gd form label {
	float: left;
	width: 32%;
	display: block;
	margin: .6em 0;
}
.contact .yui-gd form input {
	float: left;
	width: 32%;
	margin: .4em 0 .4em 1.99%;
	border: 1px solid #adada1;
	padding: .2em;
}
.contact .yui-gd form textarea {
	float: left;
	width: 66%;
	margin: .4em 0 .4em 1.99%;
	border: 1px solid #adada1;
	height: 10em;
}
.contact .yui-gd form .contact_email_checkbox input {
	width: auto;
	float: left;
	margin: .4em 0 .4em 1.99%;
	border: none;
	padding: .2em;
}
.contact form div {
	clear: both;
	overflow: auto;
}
.contact form button {
	border: 1px solid #adada1;
	background: #fff ;
	width: 32%;
	margin-left: 34%;
	padding: 0;
	text-align: center;
}
.contact form button span {
	border: 1px solid #fff;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	color: #444;
	background: #f7f9ef url(../images/readon.gif) no-repeat 206px center;
	width: auto;
}
.contact form button span:hover {
	background-color: #fff;
}
.invalid {
	color: #f93;
}
input.invalid, textarea.invalid {
	border: 2px dashed #f93 !important;
	color: #444;
}

/* login */
.login {
	padding-bottom: 1em;
}
.login form fieldset label {
	float: left;
	width: 32%;
	display: block;
	margin: .6em 0;
}
.login form fieldset input {
	float: left;
	width: 32%;
	margin: .4em 0 .4em 1.99%;
	border: 1px solid #adada1;
	padding: .2em;
}

.login form div {
	clear: both;
	overflow: auto;
}
.login form input.button {
	width: 32%;
	margin-left: 34%;
	padding: 0;
	text-align: center;
}

/* search */
.highlight {
	font-weight: bold;
	background-color: #f0f3d9;
}
.small {
	font-style: oblique;
}
#search_searchword {
	border: 1px solid #adada1;
	height: 1.8em;
	width: 64%;
}
.search_result button.button {
	width: 16%;
	margin-left: 8%;
}
fieldset.word {
	border: none;
}
fieldset.options {
	margin: 1em 0;
}
fieldset.options .phrase, fieldset.options .ordering_display {
	float: left;
	width: 32%;
	margin-right: 1%;
}
fieldset.options .phrase input {
	display: block;
	float: left;
	clear: left;
	margin: .2em .4em .2em 0;
}
fieldset.options .phrase label {
	display: block;
	float: left;
	margin: .2em .4em .2em 0;
}
fieldset.options .ordering_display label {
	display: block;
	float: left;
	margin: .2em .4em .2em 0;
	clear: left;
}
fieldset.options .ordering_display select {
	display: block;
	float: left;
	width: 48%;
	margin: 0 0 .4em 0;
}
fieldset.options .ordering_display label {
	display: block;
	float: left;
	margin: .2em 0 .2em 0;
	clear: left;
	width: 48%;
}

.blog_more h3 {
	
}

/* pagination */
.blog_more h3 {
	font-size: 1em;
	font-weight: bold;
	color: #444;
	padding: .4em 0;
	margin-top: 0;
	border-top: 1px solid #ddc;
}
#content .blog_more ul {
	padding-left: 0;
}
#content .blog_more ul li {
	list-style: none;
}

#content .pagination {
	text-align: center;
}
#content p.counter {
	text-align: center;
	margin-top: .4em;
}
.pagination span {
	padding: .2em .4em;
	color: #999;
	border: 1px solid #ddc;
	margin-right: 1px;
}
.pagination span.active {
	color: #444;
	border: 1px solid #adada1;
	font-weight: bold;
	padding: .2em 0;
	*padding: 0;
}
.pagination span.active a {
	padding: .2em .4em;
}

/* error message */
div.error {
}
.error h2 {
	display: none;
}
#system-message {
	background-color: #feb;
	border: 2px dashed #f93;
	padding: 0 .4em;
}
#system-message dt {
	margin-top: .4em;
	font-weight: bold;
}
#system-message ul {
	padding-left: 0;
}
#system-message ul li {
	list-style: none;
}

/* error page */
#error_page {
	background: #fff url(../images/logo.gif) no-repeat;
	width: 960px;
	border-bottom: 1px solid #adada1;
	margin: auto;
}
#error_page #content {
	background: url(../images/error.gif) top center no-repeat;
	margin: 0 240px 4em 240px;
	padding-top: 140px;
	text-align: left;
}
#error_page h1 {
	font-size: 2.4em;
	font-weight: bold;
	color: #adada1;
	text-align: center;
}
