﻿@charset "utf-8";
/* style.css, v3.0 2009/12/18
 *
 * 0 POINT theme for Drupal 6
 * Dr. Florian Radut, florian[at]radut.net
 */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 83%;
	line-height: 125%;
	color: #535353;
	background-color:#68CCEF;
}

/* MAIN LAYOUT */

#main_wrapper_wrapper {
background:url('../images/back_rpt.png');	
background-repeat:repeat-y;
background-position:left top;
padding-left:1px;
}


.sizer {
	margin: 0 auto;
}
.expander0 {
	position: relative; /* makes .expander0 visible outside .sizer in IEwin */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the star/html hack */
}
body.layout-jello .page {
	padding: 0 520px; /* the critical side padding that sets the natural min-width! */
}
body.layout-jello .sizer {
	width: 40%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	max-width: 160px; /* IE7 supports this property, doesn't need the fancy MS expression */
}
body.layout-jello .expander0 {
	margin: 0 -570px; /* neg side margin values should be < or = to side body padding and 1/2 of min-width below */
	min-width: 1040px; /* This prevents Safari from losing the negative margins in narrow windows */
} /* .expander0 must receive "hasLayout" for IEwin bug fixing; applied in ie6.css and ie7.css */

body.layout-fluid .sizer, body.in-maintenance .sizer { /* custom */
	width: 90%;
}
body.layout-fixed .sizer { /* custom */
	width: 980px;
}
.float-wrap {
	float: left;
    width: 615px;
    margin-left: 10px;
}
.colmain {
	float: right;
	width: 100%;
	margin-bottom:10px;
}
.colleft {
	float: left;
	position: relative;
	width: 204px;			/*** cLcwv ***/
	margin-left: -204px;		/*** cLcwv ***/ /*** cLddv ***/
}
.colright {
	float: right;
	position: relative;
	/*width: 278px;	*/	/*** cRcwv ***/
	/*margin-right: -278px;	*/	/*** cRcwv ***/ /*** cRddv ***/
}
#sidebar-left, #sidebar-right {
	position: relative;
	top:0px;
}
#sidebar-left {
	margin: 20px 0 20px 20px;
}
#sidebar-right {
	margin: 0px 20px 20px 0;
}

/* To modify the side column widths and the col divider widths, the values that are marked 
"Critical Left (Right) divider dimension value = cLddv (cRddv)" and 
"Critical Left (Right) col width value = cLcwv (cRcwv) also refer to the desired mod MUST be changed as a group. */

/* Variable asyimmetrical sidebars (wide) (default) */
body.layout-left-main-right .outer {
	margin-left: 204px;			/*** cLcwv ***/
	margin-right: 278px;			/*** cLcwv ***/
}
body.layout-left-main .outer {
	margin-left: 294px;			/*** cLcwv ***/
}
body.layout-main-right .outer {
	/*margin-right: 344px;	*/		/*** cLcwv ***/
}
body.layout-left-main .colleft {
	width: 294px;			/*** cLcwv ***/
	margin-left: -294px;		/*** cLcwv ***/ /*** cLddv ***/
}
body.layout-main-right .colright {
/*margin-right:-345px;*/
width:320px;
}

/* Fixed asyimmetrical sidebars (wide) */
body.l-m-r-fix .outer, body.l-m-fix .outer, body.l-m-fix .outer {
	margin-left: 204px;
}
body.l-m-r-fix .outer, body.m-r-fix .outer, body.m-r-fix .outer {
	margin-right: 278px;
}
body.l-m-fix .colleft {
	width: 204px;
	margin-left: -204px;
}
body.m-r-fix .colright {
	/*width: 278px;
	margin-right: -278px;*/
}

/* Variable asyimmetrical sidebars (narrow) */
body.l-m-r-var1 .colleft, body.m-r-var1 .colleft, body.l-m-var1 .colleft, 
body.l-m-r-fix1 .colleft, body.m-r-fix1 .colleft, body.l-m-fix1 .colleft {
	width: 184px;
	margin-left: -184px;
}
body.l-m-r-var1 .colright, body.m-r-var1 .colright, body.l-m-var1 .colright, 
body.l-m-r-fix1 .colright, body.m-r-fix1 .colright, body.l-m-fix1 .colright {
	width: 258px;
	margin-right: -258px;
}
body.l-m-r-var1 .outer {
	margin-left: 184px;
	margin-right: 258px;
}
body.l-m-var1 .outer {
	margin-left: 274px;
}
body.m-r-var1 .outer {
	margin-right: 324px;
}
body.l-m-var1 .colleft {
	width: 274px;
	margin-left: -274px;
}
body.m-r-var1 .colright {
	width: 324px;
	margin-right: -324px;
}

/* Fixed asyimmetrical sidebars (narrow)  */
body.l-m-r-fix1 .outer, body.l-m-fix1 .outer, body.l-m-fix1 .outer {
	margin-left: 184px;
}
body.l-m-r-fix1 .outer, body.m-r-fix1 .outer, body.m-r-fix1 .outer {
	margin-right: 258px;
}
body.l-m-fix1 .colleft {
	width: 184px;
	margin-left: -184px;
}
body.m-r-fix1 .colright {
	width: 258px;
	margin-right: -258px;
}

/* Equal width sidebars (custom) */
body.l-m-r-eq .colleft, body.m-r-eq .colleft, body.l-m-eq .colleft {
	width: 199px;
	margin-left: -199px;
}
body.l-m-r-eq .colright, body.m-r-eq .colright, body.l-m-eq .colright {
	width: 199px;
	margin-right: -199px;
}
body.l-m-r-eq .outer, body.l-m-eq .outer, body.l-m-eq .outer {
	margin-left: 199px;
}
body.l-m-r-eq .outer, body.m-r-eq .outer, body.m-r-eq .outer {
	margin-right: 199px;
}
body.l-m-eq .colleft {
	width: 199px;
	margin-left: -199px;
}
body.m-r-eq .colright {
	width: 199px;
	margin-right: -199px;
}


#topex {
	z-index: 1;
}
#top_bg {

}
#top_left {
	background: transparent url(../images/fill_top_left.png) 0 100% no-repeat;
}
#top_right {
	background: transparent url(../images/fill_top_right.png) 100% 100% no-repeat;
	padding: 0 130px;
}
#body_bg {
	border-bottom: 1px solid #ddd;
}
#body_left {
	background: transparent url(../images/all/fill_left.png) 0 0 repeat-y;
}
#body_right {
	background: transparent url(../images/all/fill_right.png) 100% 0 repeat-y;
	padding: 0 130px;
}

/* MARKUP FREE CLEARING (http://www.positioniseverything.net/easyclearing.html) */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/* UTILITY RULES */
.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

h1, h2 {
	padding-bottom: 5px;
	margin: 10px 0;
}
h3, h4, h5, h6 {
	margin: 15px 0 0 0;
}
h1 {
	font-size: 160%;
	line-height: normal;
}
h2 {
	font-size: 125%;
}
h3 { 
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
h1, h2, h3 {
	color: #777;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.9em;
}
a, a:link,
.title, .title a,
.node .terms,
#aggregator .news-item .categories, #aggregator .source, #aggregator .age,
#forum td .name,
div.admin-panel .description {
	color: #777;
}
a {
    text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
fieldset {
	border: 1px solid #ccc;
}
pre {
	background-color: #eee;
	padding: 0.75em 1.5em;
	font-size: 12px;
	border: 1px solid #ddd;
}
.links {
	margin: 0;
	clear: both;
}
.comment .links {
	margin-bottom: 0;
}
ul.primary {
  white-space: normal;
}
ul.links li {
	border-left: 1px solid #d3d3d3;
}
ul#navlist li {
border-left:medium none;
margin-left:-5px;
padding:9px 0 6px;
}
ul#navlist li.first {
margin:0;
}

table {
	min-width:10px;
	font-size: 1em;
}
tbody {
	border: none;
}
tr.odd td, tr.even td {
	padding: 0.3em;
}
table.sections {
	width: 100%;
	padding: 0;
}
td.section {
	padding: 0 20px;
	vertical-align: top;
}
td.section.divider {
	border-left: 1px dashed #ddd;
}
#help {
	font-size: 0.9em;
	margin-bottom: 1em;
}
.error {
	border-color: red;
}
.title, .title a {
	font-weight: bold;
	margin: 0 auto;
}
.front h2.title a {			/* front */
	font-size: 160%;
	line-height: normal;
	padding-bottom: 10px;
	font-weight: normal;
}
.not-front h1.title {		/* node */
	font-size: 180%;
	padding: 0px;
	font-weight: bold;
}
.box {
	padding: 0 0 1.5em 0;
}
.block {
	padding-bottom: 0.75em;
	margin-bottom: .5em;
}
.block.themed-block {
	margin-bottom: 15px;
}
.section .block, .section .box {
	padding: 0;
	margin-bottom: 15px;
}
.block .title {
	padding: 6px 6px 6px 28px;
	margin: 0 0 .25em 0;
	text-transform: uppercase;
}
.block .content {
	margin: 0;
}
.node {
	margin: .5em 0 1em 0;
}
.node .content, .comment .content {
	margin: .5em 0;
}
.node .terms {
	font-size: 0.8em;
	padding-left: 0.6em;
	border:1px solid #F1F1F1;
}
.node .terms a {
	font-weight: normal;
}
.terms ul.taxonomy ul.vocab-list, .terms ul.taxonomy li.vocab-term {
  display: inline;
  padding: 0;
  margin: 0;
}
.terms ul.taxonomy li.vocab {
	list-style: none;
	font-weight: bold;
}
.submitted {
	font-size: 0.8em;
}
.submitted, .links {
	color: #3f3f3f;
}
.comment {
	padding: .5em;
	margin-bottom: 1em;
	border: 1px solid #d3d3d3;
}
.comment .title {
	padding: 10px 0 16px 39px;
	background: transparent url(../images/all/icon-comment.png) left center no-repeat;
}
.comment .title a {
	font-weight: normal;
}
.comment .new {
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	color: red;
}
.node .picture, .comment .picture {
	float: right;
	padding: 0.5em;
}
.signature p {
	font-size: 85%;
	margin: 7px 0;
}
blockquote {
	padding: 0 10px;
	margin: 1em 2em !important;
	background-color: #eee;
	border: 1px solid #ddd;
	font-style: italic;
}
blockquote p {
  margin: 0 !important;
  width: inherit !important;
}
blockquote a:link {
  text-decoration: underline;
}
.messages {
	padding: 0.3em;
	margin-bottom: 1em;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-top:2em;
}
.form-item label {
	font-size: 1em;
	color: #222;
}
.item-list .title {
	color: #222;
}
div.admin, div.admin .left, div.admin .right {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div.admin-panel .body {
	background-color: #f4f4f4;
}
div.admin-panel h3 {
	color: #abc;
	padding: 5px 8px 5px;
	margin: 0;
}
#above {
padding-top:3px;
}
#above .block h2, #header .block h2, #footer .block h2 {
	display: none;
}
#header, #content {
	width: 100%;
}
#header .block {
	padding: 0;
	margin: 0 20px 5px;
}

#header #top-elements .block {
	padding: 0;
	margin: 0 0px 5px;
}

#top-elements {
float:right;
height:90px;
margin-right:5px;
margin-top:12px;
text-align:right;
width:728px;
background-color:#F1F1F1;
}
#toplinks {
	margin-right: 10px;
	line-height: 22px;
	display: inline;
	font-size: 13px;
}
#toplinks, #toplinks a {
	color: #000 !important;
	font-weight: normal;
}
#banner .block {
	margin: 10px 0;
	padding: 0;
	float: right;
}
#logo {
	float: left;
	margin-top:29px;
}
#logo img {
	margin: 0 15px 0px 10px;
}
#name-and-slogan {
	padding-bottom: 20px;
}
#site-name {
	margin: 0 0 0 35px;
	padding: 20px 0 0 0;
}
#site-name a, #site-name a:hover {
	margin-left: -2px;
	font-weight: bold;
	text-decoration: none;
	font-size: 185%;
}
#site-slogan {
	color: #000;
	padding: 3px 0 0 37px;
	margin: 0;
}
#mission {
	color: #535353;
	border: solid 1px #ddd;
	font-weight: normal;
	padding: 1em 1em 0.75em 2em;
	margin: 10px 0 20px;
	font-size: 85%;
}
#mission a, #mission a:visited {
	font-weight: normal;
	text-decoration: underline;
}
#search {
float:right;
position:relative;
right:25px;
top:44px;
}
#search .form-item label, .block-search .form-item label {
	display: none;
}
#search .form-text {
background:none repeat scroll 0 0 transparent;
border:medium none;
font-size:12px;
height:22px;
vertical-align:middle;
}

#search .form-submit {
background:url("../images/search_button.png") no-repeat scroll 0 0 transparent;
border:medium none;
height:32px;
margin-left:5px;
padding:0;
width:32px;
text-indent:-9999px;
cursor:help;
}

#search .form-text {
padding:0 0.3em;
width:175px;
}
#breadcrumb {
	padding-left: 20px;
	clear: both;
	font-size: 80%;
	background:#f1f1f1;
}
#breadcrumb .breadcrumb {
padding:2px 0 0;
}
#breadcrumb, #breadcrumb a {
	font-weight: normal;
	color: #1e201b !important;
	height:20px;

}
#section1 {
	padding-top: 10px;
}
#section1 .block {
	margin: 15px 0 0 0;
}
#middlecontainer {
	padding: 10px 0 0 0;
	background:#f1f1f1;
	margin-top:-3px;
}
#wrapper {
	position: relative;
	width: 100%; /* helps IE get the child percentages right */
}

#main {
	padding: 10px 20px 20px 20px;
	overflow: visible;
	background:url("../images/back_banner.png") no-repeat scroll 0 32px transparent;
	background-color:#FFF;
}

#main_video {
	padding: 10px 20px 20px 20px;
	overflow: visible;
	background:#FFF;
	background-color:#FFF;
}

#main_innerpage {
	padding: 10px 20px 20px 20px;
	overflow: visible;
	background:#FFF;
	background-color:#FFF;
}

#main_inner_error_page {
	padding: 10px 14px 20px;
	overflow: visible;

}

#main_image {
	padding: 10px 20px 20px 20px;
	overflow: visible;
	background:#FFF;
	background-color:#FFF;
}

#main_front {
	padding: 10px 20px 20px 20px;
	overflow: visible;
	background:#FFF;
	background:url("../images/back_banner.png") no-repeat scroll 0 34px #FFFFFF;
	background-color:#FFF;
}

#main .block {
	padding-top: 10px;
}

#main_front .block {
	padding-top: 10px;
}

#main_video .block {
	padding-top: 10px;
}

#main_innerpage .block {
	padding-top: 10px;
}

#main_image .block {
	padding-top: 10px;
}

#main .content a {
	text-decoration: underline;
}

#main_front .content a {
	text-decoration: underline;
}

#main_video .content a {
	text-decoration: underline;
}

#main_image .content a {
	text-decoration: underline;
}

#main_innerpage .content a {
	text-decoration: underline;
}

#content-middle {
	margin-right: 20px;
	float: left;
}
#content-middle .block {
	padding: 10px 0 0 0;
}
#footer {
margin:0 auto;
padding:5px 0;
text-align:right;
width:960px;
}

#footer_left {
float:left;
position:relative;
top:18px;
}
#footer_center {float:left; position: relative; top: 18px; margin: 0 0 0 190px; color:#fff !important;}
#footer #footer_center a {color:#ffffff !important;}
#footer_right {
float:right;
position:relative;
top:-19px;
}
#footer a {
	font-weight: normal;
}
#footer, #footer a {
	color: #888 !important;
}
#footer .block {
	padding: 0;
	margin: 0;
}
#footer ul.links li {
	border-left: 1px solid #909090;
}
#footer ul.links li.first, ul.links li.first {
	border: none;
}
#footer .block ul, #footer ul.links li.first {
	margin-left: 0;
	padding-left: 0;
}
#belowme {
	padding: 5px 44px;
	text-align: center;
}
.legal {
margin:5px auto 0;
padding:0 5px;
}

.legal img {
position:relative;
top:18px;
}

.xmll {
	position: relative;
	float: right;
	margin-top: -16px;
	padding-right: 15px;
}
.by {
	float: right;
	clear: both;
	font-size: 75%;
}
.by, .by a, .by a:hover {
	color: #ddd !important;
	text-decoration: none;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
	font-style: italic;
	font-size: 0.9em;
}
#aggregator .feed-source {
	padding: 1em;
	margin: 1em 0;
	background-color: #eee;
	border: 1px solid #ccc;
}
#aggregator .title {
	margin-bottom: 0.5em;
}
#aggregator h3 {
	margin-top: 1em;
}
#forum table {
	width: 100%;
}
#forum td {
	padding: 0.5em;
}
#forum td .links {
	padding-top: 0.7em;
	font-size: 0.9em;
}
#forum td.forum, #forum td.posts {
	background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
	background-color: #ddd;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
	height: 1.5em;
	border: 1px solid #bbb;
}
#forum td.container {
	background: #cdcdcd url(../images/all/forum-container.jpg) right top no-repeat;
}
#forum td.container a {
	padding: 10px 0 10px 40px;
	background: transparent url(../images/all/forum-link.png) left center no-repeat;
}
.block-forum h3 {
	margin-bottom: .5em;
}
#profile .profile {
	clear: both;
	padding: .5em;
	margin: 1em 0em;
	border: 1px solid #abc;
}
#profile .profile .name {
	padding-bottom: 0.5em;
}
#user-login-form, div.toboggan-login-link-container, div.user-login-block, .block-logintoboggan {
	text-align: center;
}
#user-login-form .item-list {
	text-align: left;
}
#user-login-form ul li.openid-link ,
#user-login-form ul li.user-link {
	padding: 5px 0 0 0;
	margin-left: 0;
	list-style-type: none;
}
body.in-maintenance #main {
	padding: 55px 115px 120px;
}
#attachments a {
	text-decoration: none !important;
}
#attachments a:hover {
	text-decoration: underline !important;
}

/* MENU & link STYLES */

li.leaf {
	list-style-image: url(../images/all/menu-leaf.png);
}
li.expanded {
	list-style-image: url(../images/all/menu-expanded.png);
}
li.collapsed {
	list-style-image: url(../images/all/menu-collapsed.png);
}
/*#navlinks, #navlist, #subnavlist, */
#navlist2 {
	text-align: center;
	background:none repeat scroll 0 0 #F1F1F1;
}
.navleft {
padding-bottom:3px;
padding-top:4px;
}
.navcenter {
	text-align: center;
}
.navright {
	float: right;
	padding-right: 20px;
}
#navlinks a {
	border: none;
	margin: 0;
	padding: 0;
}
#navlist.links li a {

}

#navlist.links li.first a {

}

#navlist.links a, #navlinks ul li a {
border:medium none;
color:#FFFFFF !important;
font-family:verdana;
font-size:15px;
line-height:25px;
padding:8px 19px 6px;
text-transform:capitalize;
background:url("../images/menu_shadow.png") no-repeat scroll right top transparent;
}

/*#navlist li a.active, #navlinks ul li a.active,*/
#navlist li a:hover, #navlinks ul li a:hover {
	color: #fff !important;
	background-color: #dbdbdb;
	text-decoration: none;
}
#subnavlist.links li {
	border: none;
	margin: 0;
	padding: 0;
}
#subnavlist.links a {
	border: 1px solid #ddd;
	color: #444 !important;
	background-color: #eee;
	padding: 2px 5px;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}
#subnavlist li a:hover {
	background-color: #dbdbdb !important;
	text-decoration: none;
}
#navlist2 {
	padding-top: 15px;
}
#navlist2 a {
	color: #888 !important;
	font-weight: normal;
}
#navlist2 li a:hover {
	color: #000;
	text-decoration: none;
}
#navlist2 li a.active {
	color: #000;
}

/* SUCKERFISHMENU */

body.sfish #navlinks ul li.expanded a {
	background: #777 url(../images/nav-down.png) 95% 50% no-repeat;
}
body.sfish #navlinks li ul a:link, 
body.sfish #navlinks li ul a:visited {
	color: #fff;
	background: #aaa;
	border-left: 1px solid #c4c4c4;
	border-top: 1px solid #c4c4c4;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}
body.sfish #navlinks ul.menu li ul.menu li.expanded a,
body.sfish #navlinks ul.menu li ul.menu li ul.menu li.expanded a,
body.sfish #navlinks ul.menu li ul.menu li ul.menu li ul.menu li.expanded a {
	background: #aaa url(../images/nav-right.png) 100% 50% no-repeat;
}
body.sfish #navlinks ul.menu li li.expanded ul.menu a, 
body.sfish #navlinks ul.menu li li.expanded ul.menu li.expanded ul.menu a,
body.sfish #navlinks ul.menu li li.expanded ul.menu li.expanded ul.menu li.expanded ul.menu a {
	background: #aaa;
}
/*body.sfish #navlinks li ul a.active,*/
body.sfish #navlinks li ul a:hover {
	color: #fff;
	background-color: #999;
}

/* ANOTHER SON OF SUCKERFISH...
http://www.htmldog.com/articles/suckerfish/dropdowns/
http://www.alistapart.com/articles/horizdropdowns
*/

body.sfish #navlinks ul { /* top level ul */
	display: inline;
	margin: 0;
	padding: 0;
	z-index: 99;
}
body.sfish #navlinks a, body.sfish #navlinks a:active, body.sfish #navlinks a:hover { /* main menu elements */
	text-decoration: none;
}
body.sfish #navlinks li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 1%;
}
body.sfish #navlinks li:hover, body.sfish #navlinks li.hover {
	position: static;
}

/* suckerfish second-level lists */
body.sfish #navlinks ul ul {
	list-style: none;
	margin: 24px 0 0 -100px;
	padding: 1px 0 0 0;
}
body.sfish #navlinks ul ul a {
	display: block;
}
body.sfish #navlinks ul li ul {
	position: absolute;
	width: 158px;
	left: -999em;
}
body.sfish #navlinks ul li li {
	height: auto;
	float: right;
	width: 158px;
}
body.sfish #navlinks ul li ul a {
	padding: 0 10px;
	width: 158px;
	line-height: 24px;
}
body.sfish #navlinks ul li ul a:active, body.sfish #navlinks ul li ul a:hover {
	text-decoration: none;
}

/* suckerfish margin for pullouts */
body.sfish #navlinks ul li ul ul {
	margin: -27px 0 0 180px;
}
body.sfish #navlinks ul li:hover ul ul, body.sfish #navlinks ul li:hover ul ul ul, 
body.sfish #navlinks ul li.sfhover ul ul, body.sfish #navlinks ul li.sfhover ul ul ul {
	left: -999em;
}
body.sfish #navlinks ul li:hover ul, body.sfish #navlinks ul li li:hover ul, body.sfish #navlinks ul li li li:hover ul, 
body.sfish #navlinks ul li.sfhover ul, body.sfish #navlinks ul li li.sfhover ul, body.sfish #navlinks ul li li li.sfhover ul {
	left: auto;
}

/* "Skip to Main Content" link - is useful for both visually impaired people and those with mobility impairments who cannot use a mouse */
#skip-nav {
	display: none;
}
#skip-nav a, #skip-nav a:hover, #skip-nav a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#skip-nav a:active, #skip-nav a:focus {
	position: static;
	width: auto;
	height: auto;
}

/* BLOCK ICONS */

body.bicons32 div.block-icon {
	position: absolute;
	width: 32px;
	height: 32px;
	margin: -5px 0 0 -5px;
}
body.bicons48 div.block-icon {
	position: absolute;
	width: 48px;
	height: 48px;
	margin: -15px 0 0 -18px;
}
body.bicons32 .block.themed-block .title,
body.bicons48 .block.themed-block .title {
	text-align: right;
}

/*--- blog ---*/
body.bicons32 .block-blog .block-icon {
	background: transparent url(../images/icons/blocks/icon_01_32.png) no-repeat;
}
body.bicons32 #block-blog-0 .block-icon, body.bicons32 #block-blog-recent .block-icon {
	background: transparent url(../images/icons/blocks/icon_02_32.png) no-repeat;
}
body.bicons48 .block-blog .block-icon {
	background: transparent url(../images/icons/blocks/icon_01_48.png) no-repeat;
}
body.bicons48 #block-blog-0 .block-icon, body.bicons48 #block-blog-recent .block-icon {
	background: transparent url(../images/icons/blocks/icon_02_48.png) no-repeat;
}

/*--- image ---*/
body.bicons32 .block-image .block-icon, body.bicons32 .block-image_attach .block-icon, .block-gallery_assist .block-icon {
	background: transparent url(../images/icons/blocks/icon_05_32.png) no-repeat;
}
body.bicons48 .block-image .block-icon, body.bicons48 .block-image_attach .block-icon, .block-gallery_assist .block-icon {
	background: transparent url(../images/icons/blocks/icon_05_48.png) no-repeat;
}

/*--- comments & forums ---*/
body.bicons32 .block-comment .block-icon, body.bicons32 .comments-block-icon .block-icon,
body.bicons32 #block-views-comments_recent-block .block-icon {
	background: transparent url(../images/icons/blocks/icon_01_32.png) no-repeat;
}
body.bicons32 .block-forum .block-icon,
body.bicons32 #block-views-comments_recent-block h2.block-title {
	background: transparent url(../images/icons/blocks/icon_06_32.png) no-repeat;
}
body.bicons48 .block-comment .block-icon, body.bicons48 .comments-block-icon .block-icon,
body.bicons48 #block-views-comments_recent-block .block-icon {
	background: transparent url(../images/icons/blocks/icon_01_48.png) no-repeat;
}
body.bicons48 .block-forum .block-icon,
body.bicons48 #block-views-comments_recent-block h2.block-title {
	background: transparent url(../images/icons/blocks/icon_06_48.png) no-repeat;
}

/*--- book ---*/
body.bicons32 .block-book .block-icon {
	background: transparent url(../images/icons/blocks/icon_22_32.png) no-repeat;
}
body.bicons48 .block-book .block-icon {
	background: transparent url(../images/icons/blocks/icon_22_48.png) no-repeat;
}

/*--- views default ---*/
body.bicons32 .block-views .block-icon {
	background: transparent url(../images/icons/blocks/icon_07_32.png) no-repeat;
}
body.bicons48 .block-views .block-icon {
	background: transparent url(../images/icons/blocks/icon_07_48.png) no-repeat;
}

/*--- user login ---*/
body.bicons32 #block-user-0 .block-icon, body.bicons32 #block-user-login .block-icon {
	background: transparent url(../images/icons/blocks/icon_14_32.png) no-repeat;
}
body.bicons48 #block-user-0 .block-icon, body.bicons48 #block-user-login .block-icon {
	background: transparent url(../images/icons/blocks/icon_14_48.png) no-repeat;
}
div.toboggan-login-link-container {
  padding-left: 20px;
}

/*--- user ---*/
body.bicons32 .block-user .block-icon {
	background: transparent url(../images/icons/blocks/icon_08_32.png) no-repeat;
}
body.bicons32 .admin .block-user .block-icon {
	background: transparent url(../images/icons/blocks/icon_12_32.png) no-repeat;
}
body.bicons48 .block-user .block-icon {
	background: transparent url(../images/icons/blocks/icon_08_48.png) no-repeat;
}
body.bicons48 .admin .block-user .block-icon {
	background: transparent url(../images/icons/blocks/icon_12_48.png) no-repeat;
}

/*--- user new/online ---*/
body.bicons32 #block-user-2 .block-icon, body.bicons32 #block-user-3 .block-icon, 
body.bicons32 #block-user-new .block-icon, body.bicons32 #block-user-online .block-icon {
	background: transparent url(../images/icons/blocks/icon_19_32.png) no-repeat;
}
body.bicons48 #block-user-2 .block-icon, body.bicons48 #block-user-3 .block-icon, 
body.bicons48 #block-user-new .block-icon, body.bicons48 #block-user-online .block-icon {
	background: transparent url(../images/icons/blocks/icon_19_48.png) no-repeat;
}

/*--- simplenews / Google groups /aggregator ---*/
body.bicons32 .block-simplenews .block-icon, body.bicons32 .block-google_groups .block-icon, body.bicons32 .block-aggregator .block-icon {
	background: transparent url(../images/icons/blocks/icon_10_32.png) no-repeat;
}
body.bicons48 .block-simplenews .block-icon, body.bicons48 .block-google_groups .block-icon, body.bicons48 .block-aggregator .block-icon {
	background: transparent url(../images/icons/blocks/icon_10_48.png) no-repeat;
}

/*--- devel ---*/
body.bicons32 #block-menu-devel .block-icon {
	background: transparent url(../images/icons/blocks/icon_12_32.png) no-repeat;
}
body.bicons48 #block-menu-devel .block-icon {
	background: transparent url(../images/icons/blocks/icon_12_48.png) no-repeat;
}

/*--- menu / catalog ---*/
body.bicons32 .block-menu .block-icon, body.bicons32 .block-uc_catalog .block-icon {
	background: transparent url(../images/icons/blocks/icon_13_32.png) no-repeat;
}
body.bicons48 .block-menu .block-icon, body.bicons48 .block-uc_catalog .block-icon {
	background: transparent url(../images/icons/blocks/icon_13_48.png) no-repeat;
}

/*--- search ---*/
body.bicons32 .block-search .block-icon, body.bicons32 .block-google_cse .block-icon {
	background: transparent url(../images/icons/blocks/icon_15_32.png) no-repeat;
}

/*--- poll ---*/
body.bicons32 .block-poll .block-icon, body.bicons32 .block-i18npoll .block-icon {
	background: transparent url(../images/icons/blocks/icon_16_32.png) no-repeat;
}
body.bicons48 .block-poll .block-icon, body.bicons48 .block-i18npoll .block-icon {
	background: transparent url(../images/icons/blocks/icon_16_48.png) no-repeat;
}

/*--- most printed/emailed ---*/
body.bicons32 .block-print .block-icon, body.bicons32 .block-print_mail .block-icon {
	background: transparent url(../images/icons/blocks/icon_17_32.png) no-repeat;
}
body.bicons48 .block-print .block-icon, body.bicons48 .block-print_mail .block-icon {
	background: transparent url(../images/icons/blocks/icon_17_48.png) no-repeat;
}

/*--- popular content ---*/
body.bicons32 .block-statistics .block-icon {
	background: transparent url(../images/icons/blocks/icon_18_32.png) no-repeat;
}
body.bicons48 .block-statistics .block-icon {
	background: transparent url(../images/icons/blocks/icon_18_48.png) no-repeat;
}

/*--- locale ---*/
body.bicons32 .block-locale .block-icon {
	background: transparent url(../images/icons/blocks/icon_20_32.png) no-repeat;
}
body.bicons48 .block-locale .block-icon {
	background: transparent url(../images/icons/blocks/icon_20_48.png) no-repeat;
}

/*--- weather ---*/
body.bicons32 .block-weather .block-icon {
	background: transparent url(../images/icons/blocks/icon_21_32.png) no-repeat;
}
body.bicons48 .block-weather .block-icon {
	background: transparent url(../images/icons/blocks/icon_21_48.png) no-repeat;
}

/*--- shopping cart ---*/
body.bicons32 .block-uc_cart .block-icon {
	background: transparent url(../images/icons/blocks/icon_33_32.png) no-repeat;
}
body.bicons48 .block-uc_cart .block-icon {
	background: transparent url(../images/icons/blocks/icon_33_48.png) no-repeat;
}

/* PAGE ICONS */

body.picons .upload_attachments a {
	background: url(../images/icons/attach.png) no-repeat;
	padding-left: 20px;
}
body.picons .comment_comments a {
	background: url(../images/icons/comments.png) no-repeat;
	padding-left: 20px;
}
body.picons li.comment_delete a {
background:url("../images/icons/trash.png") no-repeat scroll 0 0 transparent;
padding-bottom:7px;
padding-left:25px;
}
body.picons li.comment_edit a {
	background: url(../images/icons/edit.png) no-repeat 0 0px;
	padding-bottom:7px;
	padding-left:25px;
}
body.picons li.comment_reply a {
	background: url(../images/icons/reply.png) no-repeat 0 0px;
	padding-bottom:7px;
	padding-left:25px;
}
body.picons .book_add_child a {
	background: url(../images/icons/page-add.png) no-repeat left center;
	padding-left: 20px;
}
body.picons .comment_add a {
	background: url(../images/icons/comment.png) no-repeat left center;
	padding-bottom:5px;
	padding-left:25px;
}
body.picons .print-icon {
	display: none;
}
body.picons .print_html a, body.picons .book_printer a {
	background: url(../images/icons/print.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
}
body.picons .print_mail a, body.picons .book_mail a {
	background: url(../images/icons/mail.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
}
body.picons .print_pdf a, body.picons .book_pdf a {
	background: url(../images/icons/pdf.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
}
body.picons .print_html, body.picons .book_printer,
body.picons .print_mail, body.picons .book_mail,
body.picons .print_pdf, body.picons .book_pdf {
	margin: auto 0;
	padding-right: 0;
}
body.picons .terms li.first, body.picons .terms ul.taxonomy {
	background: url(../images/icons/tag.png) no-repeat left top;
	padding-left: 20px;
	margin: 2px 0;
}
.terms li.first, .terms ul.taxonomy {
	padding-left: 3px;
}
body.picons #sidebar-left a.active, body.picons #sidebar-right a.active {
	background: url(../images/icons/check.png) no-repeat right center;
	padding-right: 20px;
}
#sidebar-left .block-image a.active , #sidebar-right .block-image a.active  {
	background: none;
	padding: 0;
}
body.picons .node_read_more a {
	background: url(../images/icons/read_more.png) no-repeat left center;
	padding-left: 15px;
}
body.picons .more-link a {
	background: url(../images/icons/more.png) no-repeat left center;
	padding-left: 15px;
	font-size: 9px;
}
body.picons .blog_usernames_blog a {
	background: url(../images/icons/user_green.png) no-repeat left center;
	padding-left: 20px;
}

/* MODULE SPECIFIC STYLES */

.block-i18n, .block-translation {
	padding: 0 !important;
	margin: 5px !important;
}
.block-i18n .item-list li, .block-translation .item-list li {
	list-style-type: none;
	margin: 0 0 0 22px;
}
.book-navigation {
	padding-top: 20px;
}
.book-navigation a {
	text-decoration: none !important;
}
.book-navigation a:hover {
	text-decoration: underline !important;
}
.book-navigation .page-links {
	border-top: 1px dashed #d3d3d3;
	border-bottom: 1px dashed #d3d3d3;
}
.book-navigation .menu {
	border-top: none;
}
.book-navigation .page-up {
  width: 5%;
}
.panel-col-top .node .content {
	background-image: none;
}
.block-image .content {
	text-align: center;
	padding: 0 !important;
	background: none !important;
}
ul.images li h3 {
	display: none;
}
ul.galleries li, ul.images li {
	background : none;
	border : none;
	list-style-type: none;
}
body.mceContentBody {
	background: #eee !important;
	font-size: 14px;
}
body.mceContentBody a:link {
	font-weight: normal;
}
.view .view-comments-recent .views-field-subject {
	font-weight: bold;
}
.view .views-admin-links li {
	background: transparent !important;
}
.block-gmaplocation .content {
	text-align: center;
}
.block-gmaplocation a.active {
	background-image: none !important;
	padding: 0 !important;
}
li.topic_reply {
	list-style-type: none;
}
.cart-block-title-bar .arrow-up {
  background: transparent url(../images/all/menu-up.png) no-repeat center center !important;
}
.cart-block-title-bar .arrow-down {
  background: transparent url(../images/all/menu-expanded.png) no-repeat center center !important;
}
.cart-block-icon-full, .cart-block-icon-empty, .cart-block-title-bar .arrow-up, .cart-block-title-bar .arrow-down {
  display: inline-block !important;
}
#continue-shopping-button {
  margin-right: 50% !important;
}
.category-grid-products table  {
	border-top: 1px dashed #ddd !important;
	border-left: 1px dashed #ddd !important;
}
.category-grid-products td {
	border-right: 1px dashed #ddd !important;
	border-bottom: 1px dashed #ddd !important;
	background-color: transparent !important;
}
.uc-store-admin-panel  {
	margin: 0;
	padding: 3px;
}
.uc-store-admin-panel .uc-store-icon  {
	margin: 0;
} 
.uc-store-admin-panel .panel-title  {
	font-size: 1em;
	font-weight: bold;
	line-height: 200%;
} 
.product-image {
	padding: 7px 0 2px 5px;
}
.main-product-image {
	padding-bottom: 2px;
}
.front .block-uc_catalog h2.title a {
	font-size: 100%;
	font-weight: bold;
}


#scroller-header a {
color:#888888;
font-size:10px;
padding:5px 10px;
text-decoration:none;
background:#F1F1F1;
}

#scroller-header a:hover {
	text-decoration:none; 
	color:#4b412f;
}

#scroller-header a.selected {
	text-decoration:none; 
	color:#555 !important;
}

#scroller-header a:active {
	text-decoration:none; 
	color:#888888 !important;
	background:#ccc;
}

#scroller-header {

	width:605px;
	height:24px;
	padding:35px 0 10px 8px;
	font-weight:700;
}

#scroller-body {

	width:605px;
	padding-bottom:30px;
}

#mask {
	width:575px;
	overflow:hidden;
	margin-left:10px;
	min-height:2750px;
}

#panel {

}

#panel div {
float:left;

}

/* Extra styling for each panel*/

#panel ul {
list-style:none;
margin:0 5px;
padding:0;
}

	#panel ul li {
		padding:5px;
		color:#557482;
		border-bottom:1px dotted #ccc;
	}

	#panel ul li.last {
		border-bottom:none !important;
	}

#panel-1 {

}

#panel-2 {

}

#panel-3 {
}

.clear {
clear:both;	
}

#all_content_span_top {
line-height:24px;	
}

#all_content_span_bottom {
	
}

#all_videos_span_left {
float:left;

}

#all_content_span_top_link_title {
font-size:22px;	
}

#all_content_span_top_comment_count {
font-size:11px;
font-style:italic;
font-weight:bold;
left:12px;
position:relative;
top:-4px;	
display:none;
}

#all_images_span_left {
float:left;

}

#all_plain_new_span_left {
float:left;

}

#all_videos_span_right {
float:left;
width:390px;
height:140px;
margin-left:10px;
}

#all_videos_span_right p {
margin-bottom:3px !important;
}

#teaser_span {
display:block;
height:90px;
overflow:hidden;
margin-bottom:5px;
}

#image_article_description {
border-bottom:1px solid;
border-top:1px solid;
font-family:verdana;
font-size:14px;
margin:5px 5px 20px;
padding:10px;
text-align:justify;
}

#video_article_description {
border-bottom:1px solid;
border-top:1px solid;
font-family:verdana;
font-size:14px;
margin:5px 5px 20px;
padding:10px;
text-align:justify;
}

.view-Related-Image-Articles {
border-bottom:1px solid;
border-top:1px solid;
margin-bottom:15px;
margin-top:5px;
}

.view-Related-Image-Articles .views-row {
float:left;
padding:6px;
text-align:center;
}

.view-Related-Image-Articles .views-row img {
border:5px solid #373737;
}



.view-Related-News-Articles {
border-bottom:1px solid;
border-top:1px solid;
margin-bottom:15px;
margin-top:5px;
}

.view-Related-News-Articles .views-row {
float:left;
padding:6px;
text-align:center;
}

.view-Related-News-Articles .views-row img {
border:5px solid #373737;
}



.view-Related-Videos-Articles {
border-bottom:1px solid;
border-top:1px solid;
margin-bottom:15px;
margin-top:5px;
}

.view-Related-Videos-Articles .views-row {
float:left;
padding:6px;
text-align:center;
}

.view-Related-Videos-Articles .views-row img {
border:5px solid #373737;
}

#main_article_image_area {
padding-left:0px;
}

#main_article_image_area img {
border:5px solid #373737;
}

#main_article_video_area {
text-align:center;
}

#headimg {
background:url("../images/fill_top.png") repeat-x scroll center top transparent;	

}

.emvideo-modal-iframe {
text-align:center;	
}
.view-taxonomypages-vid3 {
margin-top:15px;	
}

#sub_vocab_top {
border-bottom:1px solid #ccc;
margin-bottom:8px;
padding-bottom:2px;	
}

#sub_vocab_bottom {
padding-bottom:15px;	
}

#sub_vocab_bottom_left {
float:left;
min-height:10px;
width:150px;
}

#sub_vocab_bottom_right {
float:left;
padding-left:20px;
width:400px;
}

#sub_vocab_bottom_right p {
margin-bottom:0.9em;
margin-top:0em;	
}

#sub_vocab_top a {

font-size:23px;	
}

#sub_vocab_top a:hover {
text-decoration:none;
}

#cat_banner_main_content {
position:relative;	
}

#cat_banner_top {
	
}

#cat_banner_bottom a {
font-style:normal;
font-size:19px;
font-weight:bold;
}

#cat_banner_bottom a:hover {
text-decoration:underline;
color:#FFF;
}

#cat_banner_bottom {
background:url("../images/txt_rpt.png") repeat-x scroll 0 0 transparent;
color:#FFFFFF;
font-style:italic;
height:50px;
left:0;
margin-top:-73px;
overflow:hidden;
padding:10px;
position:absolute;
width:534px;
}

.view-taxonomypages-special-area .views-row {
float:left;	
padding:5px;
width:180px;
text-align:center;
height:170px;
font-size:12px;
}

#special_area_main_top img {
border:2px solid;
}

.view-taxonomypages-special-area .views-hide  {
	
}

.view-taxonomypages-special-area-front .views-row {
float:left;	
padding:5px;
width:180px;
text-align:center;
height:170px;
font-size:12px;
}

#six_featured_articles {
margin-top:45px;
}

#six_featured_articles .view-taxonomypages-special-area {
background:none repeat scroll 0 0 #F1F1F1;
padding-bottom:5px;
padding-left:2px;
padding-top:15px;
}

#six_featured_articles .view-taxonomypages-special-area-front {
background:none repeat scroll 0 0 #F1F1F1;
padding-bottom:5px;
padding-left:2px;
padding-top:15px;
}

#special_area_single {
border-bottom:1px groove;
padding-bottom:20px;
padding-top:20px;	
}

#special_top {
color:#777777;
font-size:22px;
line-height:31px;
}

#special_bottom {
margin-top:12px;	
}

#special_bottom_left {
float:left;	
}

#special_bottom_right {
float:left;
padding-left:15px;
width:360px;
}

#special_top_wrapper {
background-color:#F1F1F1;
padding:0 0 10px;
margin-top:3px;
}

#term_ids_span .general {
background-color:#cdcdcd;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
padding:3px 5px;
text-transform:capitalize;
}

#term_ids_span a {
text-decoration:none;
}
#term_ids_span a:hover {
text-decoration:none;
}

#weather_flash {
float:left;
padding-left:30px;
padding-top:14px;
width:190px;
}

#search-box {
float:left;
height:10px;
width:308px;	
}





#block-views-Views_For_Top_Of_Day-block_1 {
background:url('../images/toppf.png');
background-repeat:no-repeat;
width:300px;
height:430px;
}

.view-Views-For-Top-Of-Day {
padding-top:121px;
}

#webformblock_newsletter {
background:url('../images/newsletter.png');	
background-repeat:no-repeat;
width:300;
height:150px;
margin-bottom:15px;
}

#webformblock_newsletter a {
	display:none;
}

#webformblock_newsletter #node-39 h2.title {
	display:none;
}

#webformblock_newsletter #edit-submitted-email-wrapper input {
background:none repeat scroll 0 0 transparent;
border:medium none;
width:165px;
}

#webformblock_newsletter .form-submit {
background:none repeat scroll 0 0 transparent;
border:medium none;
cursor:pointer;
display:inline-block;
height:35px;
text-indent:-9999px;
width:35px;
}

#webformblock_newsletter #webform-client-form-39 {
padding-left:25px;
padding-top:48px;
width:270px;
}

#webformblock_newsletter #webform-component-email {
display:inline-block;		
}

#webformblock_newsletter .node {
margin:0 !important;	
margin-top:0 !important;
}

#webformblock_newsletter .node .content {
margin:0 !important;	
margin-top:0 !important;
}

#webformblock_newsletter .node .content .tdst {
display:none;
}

#webformblock_newsletter label {
display:none;	
}

#webformblock_search_block {
background:url("../images/search.png") no-repeat scroll 0 0 transparent;
height:120px;
width:300px;
margin-bottom:15px;
}

#webformblock_search_block #search-block-form {
left:19px;
position:relative;
top:74px;
}

#webformblock_search_block #search-block-form label {
display:none;
}

#webformblock_search_block #search-block-form .form-text {
	border:none;
	background:none;
	width:170px;
}

#webformblock_search_block #search-block-form .form-submit {
background:none no-repeat scroll 0 0 transparent;
border:medium none;
cursor:help;
height:35px;
margin-left:8px;
text-indent:-9999px;
width:30px;
}

#topofday_main {
background:none repeat scroll 0 0 #F1F1F1;
margin-bottom:3px;
margin-left:10px;
margin-right:10px;
padding-bottom:0;
padding-left:4px;
padding-top:3px;
}

#topofday_left {
float:left;	
}

#topofday_right {
float:left;
padding-left:10px;
width:145px;	
}

#topofday_right_top {
height:33px;
overflow:hidden;	
}

#topofday_right_bottom {
font-size:11px;
font-style:italic;
text-align:justify;
display:none;
}

#topofday_left img {
	border:4px solid #000000;
}

#addthis_feature {
float:right;
width:160px;	
}

#like_fb_api {
float:left;
position:relative;
top:-2px;
width:400px;
}

#addthis_feature a {
	font-family:verdana;
text-decoration:none !important;	
}

#plain_news_article_description {
border-bottom:1px solid;
border-top:1px solid;
text-align:justify;

margin-left:2px;
padding:5px 10px 10px;	
font-size:16px;
font-family:verdana;
margin-bottom:15px;	
min-height:324px;

}

#plain-news-main-image {
	
}

#more_images_area {
width:210px;	
background-color:#f1f1f1;
}

#news_images_area {
float:left;
padding:10px 15px 10px 10px;

}

.field-field-more-plain-news-images .field-item {
float:left;	
padding:5px;
}

#news_images_area #more_images_area h3 {
background:none repeat scroll 0 0 #373737;
color:#F1F1F1;
margin:5px 0 0;
padding:6px;
}

#main_wrapper_wrapper_bg {
background:url("../images/c-lear1_explo3.jpg") no-repeat scroll 0 0 transparent;
height:944px;
margin-left:-518px;
overflow:hidden;
position:fixed;
top:0;
width:552px;
z-index:-15;
}

.current-voc-3 #main {
	padding: 10px 20px 20px 20px;
	overflow: visible;
	background:#FFF;
	background:none;
	background-color:#FFF;
}

.eopage {
background: url("../images/fill_bottom.png") repeat-x scroll 0 100% transparent; 
height: 120px;	
}





#user-register label {
color:#979797;
font-size:20px;
padding-bottom:5px;
}

#user-register .description {
padding-top:5px;
}

#user-register #edit-name {
border:1px solid #CCCCCC;
color:#6F6F6F;
font-size:16px;
height:20px;
padding:10px;
width:334px;
}

#user-register #edit-mail {
border:1px solid #CCCCCC;
color:#6F6F6F;
font-size:16px;
height:20px;
padding:10px;
width:334px;	
}

#user-register .form-submit {
background:none repeat scroll 0 0 #FFFFFF;
border:2px solid #888888;
color:#888888;
cursor:pointer;
padding:3px 6px;
}




#user-login label {
color:#979797;
font-size:20px;
padding-bottom:5px;
}

#user-login .description {
padding-top:5px;
}

#user-login #edit-name {
border:1px solid #CCCCCC;
color:#6F6F6F;
font-size:16px;
height:20px;
padding:10px;
width:334px;
}

#user-login #edit-pass {
border:1px solid #CCCCCC;
color:#6F6F6F;
font-size:16px;
height:20px;
padding:10px;
width:334px;	
}

#user-login .form-submit {
background:none repeat scroll 0 0 #FFFFFF;
border:2px solid #888888;
color:#888888;
cursor:pointer;
padding:3px 6px;	
}


#user-pass label {
color:#979797;
font-size:20px;
padding-bottom:5px;
}

#user-pass .description {
padding-top:5px;
}

#user-pass #edit-name {
border:1px solid #CCCCCC;
color:#6F6F6F;
font-size:16px;
height:20px;
padding:10px;
width:334px;
}

#user-pass .form-submit {
background:none repeat scroll 0 0 #FFFFFF;
border:2px solid #888888;
color:#888888;
cursor:pointer;
padding:3px 6px;	
}

h1.video_article_title {
background:none repeat scroll 0 0 #373737;
color:#F1F1F1;
font-size:22px !important;
font-weight:bold;
padding:5px !important;	
}

h1.news_article_title {
background:none repeat scroll 0 0 #373737;
color:#F1F1F1;
font-size:180%;
font-weight:bold;
padding:5px !important;	
margin-bottom:5px;
}

h1.image_article_title {
background:none repeat scroll 0 0 #373737;
color:#F1F1F1;
font-size:180%;
font-weight:bold;
padding:5px !important;	
margin-top:15px;
}

.comment_forbidden span a {
background:none repeat scroll 0 0 #FFFFFF;
border:2px solid #888888;
color:#888888;
cursor:pointer;
padding:2px 7px;

}

.comment_forbidden span a:hover {
text-decoration:none;
}

#user-register-image {
width:574px;
height:155px;
background:url('../images/userlogin_image.png');
background-repeat:no-repeat;
}

#user-password-image {
width:574px;
height:155px;
background:url('../images/password_image.png');
background-repeat:no-repeat;
}

.test_ui-dialog {
z-index:10;	
}

.media_ui-dialog {
z-index:4;	
}

#TB_ajaxContent {
background:url('../images/userlogin_image.png');
background-repeat:no-repeat;
background-position:top;
padding-top:155px;
}

#TB_title {
background-color:#919191;
color:#FFFFFF;
height:27px;
}

#TB_window a:link {
color:#FFFFFF;
}

#secondary_top_menu {
float:left;	
color:#FFF;
}

#secondary_top_menu ul.menu  {
margin:0;	
padding-left:15px;
}

#secondary_top_menu ul.menu li {
display:inline;
}

#secondary_top_menu ul.menu li a {
color:#FFF;
font-size:11px;
}

#secondary_top_menu ul.menu li a:hover {
text-decoration:none;
}


#welcome_logout {
float:right;
padding:0 15px;
text-align:right;	
color:#FFFFFF;
font-size: 12px;
}

#welcome_logout .welcome_link1 {
padding:0 5px;
color:#FFFFFF;
}

#welcome_logout .welcome_link2 {
padding:0 5px;	
color:#FFFFFF;
}

#welcome_logout .welcome_link3 {
padding:0;	
color:#FFFFFF;
}

#welcome_logout a:hover {
text-decoration:none;
}


#webform-client-form-65 input {
border:1px solid #CCCCCC;
color:#D2D2D2;
font-size:16px;
height:20px;
padding:10px;
width:360px;	
}

#webform-client-form-65 textarea {
width:360px;	
border:1px solid #CCCCCC;
color:#D2D2D2;
font-size:16px;
padding:10px;
}

#webform-client-form-65 label {
color:#979797;
font-size:20px;
padding-bottom:5px;	
}

#webform-client-form-65 .form-submit {
background:none repeat scroll 0 0 #FFFFFF;
border:2px solid #888888;
color:#888888;
cursor:pointer;
font-size:14px;
height:27px;
padding-bottom:22px;
padding-top:3px;
width:85px;
}





#webform-client-form-68 input {
border:1px solid #CCCCCC;
color:#D2D2D2;
font-size:16px;
height:20px;
padding:10px;
width:360px;	
}

#webform-client-form-68 input.form-checkbox {
color:#D2D2D2;
height:20px;
position:relative;
top:5px;
width:20px;	
}

#webform-client-form-68 textarea {
width:360px;	
border:1px solid #CCCCCC;
color:#D2D2D2;
font-size:16px;
padding:10px;
}

#webform-client-form-68 label {
color:#979797;
font-size:20px;
padding-bottom:5px;	
}

#webform-client-form-68 .form-submit {
background:none repeat scroll 0 0 #FFFFFF;
border:2px solid #888888;
color:#888888;
cursor:pointer;
font-size:14px;
height:26px;
padding-top:1px;
width:188px;
}

#webform-client-form-68 #webform-component-nesletter .form-item label {
display:none;	
}

#webform-client-form-68 #webform-component-nesletter .form-item .form-checkboxes .form-item label {
display:block;	
font-size:15px;
}

#webform-client-form-68 #webform-component-_ .form-item label {
display:none;	
}

#webform-client-form-68 #webform-component-_ .form-item .form-checkboxes .form-item label {
display:block;	
font-size:15px;
}

#webform-client-form-68 #webform-component-oroi {
left:7px;
position:relative;
top:-10px;	
}

.item-list .pager {
background-color:#CCCCCC;
clear:both;
text-align:center;
}

.item-list ul li {
background:none repeat scroll 0 0 #F1F1F1;
border-bottom:medium none !important;
list-style:disc outside none;
margin:0;
}

.item-list .pager li {
background-image:none;
display:inline;
list-style-type:none;
padding:0 1px !important;
color:#444444 !important;
}

.item-list .pager li a {
color:#aaa !important;
}

.item-list .pager li a:hover {
text-decoration:none;
color:#999;
}

#block-views-mediafrontvideos-mediaplayer_1 {
margin-bottom:0 !important;	
}

.submitted a {
	
}

.playlist_for_media_ui-dialog  {
overflow:hidden;
padding:0.2em;
position:absolute;
width:290px !important;
}

.playlist_for_media_mediaplaylist  {
float:left !important;
}

.playlist_for_media_mediaplaylist, .playlist_for_media_mediascroll, .playlist_for_media_mediascrollwrapper, .playlist_for_media_mediapager  {
width:290px !important;
}


.playlist_for_media_medialistmask, .playlist_for_media_medialist {
width:270px !important;
}

widget-content .playlist_for_media_ui-state-active {
background:none repeat scroll 0 0 #FF0000;
border:1px solid #26B3F7;
color:#FFFFFF;
font-weight:normal;
width:270px !important;
height:85px !important;
}


.playlist_for_media_mediateaser {
width:263px !important;
background:#ff0;
}

.playlist_for_media_mediateaser .playlist_for_media_mediaimage {
clear:none;
float:left;
height:60px;
margin-bottom:1px !important;
width:80px;
}

.playlist_for_media_ui-state-active, .playlist_for_media_ui-widget-content .playlist_for_media_ui-state-active {
background:#f00;
border:1px solid #26B3F7;
color:#FFFFFF;
font-weight:normal;
width:263px !important;
}

.playlist_for_media_mediateaser .playlist_for_media_mediatitle {
clear:none !important;
float:left;
font-size:15px;
height:56px !important;
line-height:18px;
overflow:hidden;
padding-left:10px;
padding-top:5px;
width:145px !important;
font-family:verdana;
}

.playlist_for_media_mediaimage {
width:100px !important;
height:90px !important;
}

.playlist_for_media_mediaimage img {
width:100px !important;
height:90px !important;
margin:0 !important;
}

.media_ui-dialog  {
height:278px !important;	
}

#subcat_teaser {
	padding-bottom:15px;
}

#image_article_description table {

}

/* ----------------------------------------- CATEGORY PAGES THEMING ----------------------------------------- */

.current-term-2-voc-1 {
background-color:#35588F;	
}

.current-term-1-voc-1 {
background-color:#6F3050;		
}

.current-term-8-voc-1 {
background-color:#4CB0D4;	
}

.current-term-9-voc-1 {
background-color:#52C1B8;		
}

.current-term-11-voc-1 {
background-color:#4D9B3F;	
}

.current-term-19-voc-1 {
background-color:#E9912E;		
}

.current-term-20-voc-1 {
background-color:#D55C54;	
}

.current-term-21-voc-1 {
background-color:#998ABD;		
}

.current-term-25-voc-1 {
background-color:#A9CF4D;		
}

.current-term-24-voc-1 {
background-color:#EF95E5;		
}




#term_ids_span #Τεχνολογία {
background-color:#35588F;
}

#term_ids_span #Αγορά {
background-color:#6F3050;
}

#term_ids_span #Υγεία {
background-color:#4CB0D4;
}

#term_ids_span #Ταξίδια {
background-color:#52C1B8;
}

#term_ids_span #Έξοδος {
background-color:#4D9B3F;
}

#term_ids_span #Διατροφή {
background-color:#E9912E;
}

#term_ids_span #Σχέσεις {
background-color:#D55C54;
}

#term_ids_span #Showbiz {
background-color:#998ABD;
}

#term_ids_span #Media {
background-color:#EF95E5;
}

#term_ids_span #Ρεπορτάζ {
background-color:#A9CF4D;
}





#navlist .menu-259 a:hover {
background-color:#35588F !important;	
}

#navlist .menu-260 a:hover {
background-color:#6F3050 !important;	
}

#navlist .menu-308 a:hover {
background-color:#4CB0D4 !important;	
}

#navlist .menu-309 a:hover {
background-color:#52C1B8 !important;	
}

#navlist .menu-310 a:hover {
background-color:#4D9B3F !important;	
}

#navlist .menu-369 a:hover {
background-color:#E9912E !important;	
}

#navlist .menu-370 a:hover {
background-color:#D55C54 !important;	
}

#navlist .menu-371 a:hover {
background-color:#998ABD !important;	
}

#navlist .menu-377 a:hover {
background-color:#A9CF4D !important;	
}

#navlist .menu-376 a:hover {
background-color:#EF95E5 !important;	
}





#navlist .menu-259 a.active {
background-color:#35588F !important;	
}

#navlist .menu-260 a.active {
background-color:#6F3050 !important;	
}

#navlist .menu-308 a.active {
background-color:#4CB0D4 !important;	
}

#navlist .menu-309 a.active {
background-color:#52C1B8 !important;	
}

#navlist .menu-310 a.active {
background-color:#4D9B3F !important;	
}

#navlist .menu-369 a.active {
background-color:#E9912E !important;	
}

#navlist .menu-370 a.active {
background-color:#D55C54 !important;	
}

#navlist .menu-371 a.active {
background-color:#998ABD !important;	
}

#navlist .menu-377 a.active {
background-color:#A9CF4D !important;	
}

#navlist .menu-376 a.active {
background-color:#EF95E5 !important;	
}


.tag-25 {
background-color:#A9CF4D;
}

.tag-24 {
background-color:#EF95E5;
}

.tag-21 {
background-color:#998ABD;
}

.tag-11 {
background-color:#4D9B3F;
}

.tag-9 {
background-color:#52C1B8;
}

.tag-1 {
background-color:#6F3050;
}

.tag-2 {
background-color:#35588F;
}

.tag-19 {
background-color:#E9912E;
}

.tag-8 {
background-color:#4CB0D4;
}

.tag-20 {
background-color:#D55C54;
}

/* ----------------------------------------- CATEGORY PAGES THEMING END ----------------------------------------- */



.search-results .search-info {
visibility:hidden;
}

#top-elements .html-advertisement p {
margin:0;	
}