/*  
Theme Name: caroto.gr
Theme URI: http://www.caroto.gr
Description: Υπάρχουν καρότα και… καρότα
Version: 1.0
Author: Noumenia
Author URI: http://www.noumenia.gr
*/

/******************************************
*   HTML Elements                         
******************************************/
* {
	margin: 0;
	padding: 0;
	}

body,html {
	min-height: 101%;
	}
	
body {
	padding: 13px 0 25px 0;
	color: #333333;
	background-color: #333333;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height: 1.5em;
	}
	
p {
	margin: 15px 0;
	}


hr {
	display: block;
	height: 1px;
	background-color: #333333;
	border: 0;
	}

small {
	padding: 3px 0px;
	font-size: 0.9em;
	}

/******************************************
*   Hyperlinks                         
******************************************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	color: #333333;
	text-decoration: underline; 
	}

a:hover	{ 
	color: #00791f;
	text-decoration: none; 
	}

.blogtitle a {
	text-decoration: none;
	}

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #ca5100; 
	text-decoration: none;
	}

.title:hover { 
	color: #00791f; 
	text-decoration: underline;
	} 
	
/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited {
	color: #666666;
	text-decoration: none;
	}

h3 a:hover {
	color: #00791f;
	text-decoration: underline;
	}

h4 a:link, h4 a:active, h4 a:visited {
	color: #666666;
	text-decoration: none;
	}

h4 a:hover {
	color: #00791f;
	text-decoration: none;
	}

/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited {
	display: block;
	padding: 4px 4px 4px 20px;
	border-bottom: 1px dotted #999999;
	background-color: #ffffff;
	}
		
.subnav li a:hover, .subnav li a:active {
	color: #00791f;
	text-decoration: none!important;
	background: #F4F4EC;
	}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {
	text-decoration: none;
	}

#sidelist a:hover {
	text-decoration: underline;
	}

#sidelist .children li a, #sidelist .children li a:visited {
	padding: 2px 2px 2px 30px;
	color: #666666;
	border: 0;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{
	color: #000000;
	text-decoration: none!important;
	background: #F4F4EC;
	}

#glossaryboxel, #glossaryboxen {
	margin-top: 10px;
	font-family: sans-serif;
	font-size: 1.1em;
	color: #ca5100;
	background-color: #f4f4ec;
	}

.glossary li {
	float: left;
	list-style: none;
	}

.glossary a {
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	list-style: none;
	text-decoration: none;
	background-color: #f4f4ec;
	}

.glossary a:hover {
	color: #00791f;
	text-decoration: none;
	background-color: #d3d3bf;
	}

.glossary .current-cat a {
	background-color: #d3d3bf;
	}

/* Links in unordered lists */
.bullets li a {
	text-decoration: none!important;
	}

.bullets li a:hover {
	text-decoration: underline!important;
	}

/* How tags appear */
.tags a {
	text-decoration: none;
	}

.tags a:hover {
	color: #00791f;
	text-decoration: underline;
	}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {
	text-decoration: none;
	}

.commentmetadata a:hover {
	text-decoration: underline;
	}

/* Links in the footer */
#footer a {
	text-decoration: none;
	}

#footer a:hover	{
	text-decoration: underline;
	}

/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
img {
	padding: 1px;
	border: 1px solid #999999;
	}

/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	margin: 4px 15px 5px 0;
	}

.alignright {
	float: right;
	}

.wp-caption {
	margin-top:5px;
	margin-right: 15px;
	margin-bottom:0px;
	background-color: #ffffff;
	text-align: center;
	}

.wp-caption img {
	padding: 2px;
	border: 1px solid #999999;
	}

.wp-caption img:hover{
	border: 1px solid #333333;
	}

.wp-caption p.wp-caption-text {
	color: #666666;
	font-size: 10px;
	line-height: 12px;
	padding: 7px 4px 2px 5px!important;
	margin: 0!important;
	}

/******************************************
*   General Structure                         
******************************************/

#page {
	width: 880px;
	margin: 0 auto;
	padding: 10px 25px 35px 25px;
	font-size: 1em;
	background-color: #ffffff;
	border: 3px double #333333;
	/*
	background-image: url("images/dots.png");
	background-position: top right;
	background-repeat: no-repeat;
	*/
	}

#branding {
	display: block;
	width: 880px;
	height: 125px;
	color: #666666;
	background-image: url("images/bg_branding.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	}

#branding a.home {
	display: block;
	float: left;
	width: 555px;
	height: 120px;
	}

#branding .right {
	margin-top: 7px;
	margin-right: 5px;
	}

#branding .right a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	color: #ca5100;
	text-decoration: none;
	background-color: #e2dbd7;
	border: 1px solid #ca5100;
	}

#branding .right a:hover {
	color: #00791f;
	text-decoration: underline;
	border: 1px solid #00791f;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

#sidebar {
	float: right;
	width: 250px;
	}

#leftcol {
	width: 287px;
	border-right: 1px solid #b6b6b6;
	padding-right: 18px;
	/* text-align: justify; */
	}

#leftcol, #rightcol {
	float: left;
	margin-top: 10px;
	}	
	
#rightcol {
	width: 277px;
	margin-top: -2px;
	padding-left: 18px;
	/* text-align: justify; */
	}

.navigation {
	margin-bottom: 10px;
	}

.navigation .navlink  {
	font-size: 0.8em;
	}

/******************************************
*   Sidebar                         
******************************************/

.subnav li {
	list-style: none;
	}

#sidelist li {
	list-style: none;
	}
	
.bullets li {
	margin: 0 0 5px 15px;
	list-style: square;
	}
	
#sidelist .bullets li {
	list-style: square;
	margin-bottom: 5px;
	margin-left: 22px;
	}

#sidelist .children {
	}

#sidelist .children li {
	list-style: none;
	border-bottom: 1px dotted #999999;
	}

#sidelist .feed li {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url("images/rss.gif") no-repeat;
	}

#sidelist .advert {
	display: block;
	padding-top: 10px;
	text-align: center;
	}

#sidelist .archive {
	display: block;
	padding-top: 15px;
	margin-bottom: -10px;
	border: none;
	}

/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #ca5100;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	clear: both;
	color: #ca5100;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #666666;
	margin: 20px 0;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:4px;
	font-weight:bold;
	color:#ca5100;
	}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#ca5100;
	}

#sidebar h3, #sidebar h2, .bottombar h3 {
	margin: 20px 0 15px 0;
	padding: 5px 0 5px 2px;
	font-size: 0.9em;
	color: #ca5100;
	border-top: 3px double #999999;
	border-bottom: 1px solid #999999;
	}

.bottombar h3 {
	margin-top: 0;
	padding-top: 0;
	border: none;
	}

h3#respond {
	margin-top: 25px;
	padding-top: 10px;
	font-size: 1.1em;
	border-top: 1px solid #666666;
	}

h3#comments {
	margin-top: 32px;
	}

h4 {
	margin: 0 0 10px 0;
	padding: 5px 5px;
	font-size: 1.2em;
	background-color: #F4F4EC;
	border-top: 1px solid #E6E3D3;	
	border-bottom: 1px solid #E6E3D3;	
	}

#sidebar h3 a {
	font-size: 1.0em;
	}

#sidebar h3 a:hover {
	color: #00791f;
	}

h4 .post-time {
	float: right;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;	
	}

	
/******************************************
*   Content                        
******************************************/

#content {
	float: left;
	width: 605px;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999999;
	}

/* Featured Articles formatting "leftcol" */
.feature {
	background: url("images/bg_featured.jpg") repeat-x #F4F4EC;
	padding: 15px;
	border: 1px solid #ccc;
	}

.feature p, #rightcol p {
	margin: 0;
	}

#leftcol img, #rightcol img {
	padding: 1px;
	border: 1px solid #999999;
	}

#leftcol .feature {
	margin-bottom: 15px;
	}

/* Formating of the Leadstory stuff in the tabbed section */	
#leadpic {
	float: left;
	margin: 0 18px 8px 0;
	padding: 1px;
	border: 1px solid #999999;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #ca5100;
	letter-spacing: normal;
	}

a.title:hover {
	color: #00791f;
	}
		
#lead p {
	margin-bottom: 10px;
	}

.read-on {
	float: right;
	margin: -10px;
	padding: 0;
	}

.read-on a {
	text-decoration: none;
	}
	
.read-on a:hover {
	text-decoration: underline;
	}

/* Formating of "rightcol" which is the column in the homepage middle ;-) */
#rightcol img {
	float: left;
	margin: 3px 10px 4px 0;
	}

#leftcol img {
	float: left;
	margin: 3px 10px 4px 0;
	}
	
#rightcol .clearfloat {
	border-bottom: 1px solid #999999;
	padding: 12px 0;
	}	

/* Post Formatting */
.entry {
	padding-bottom: 0px;
	/* text-align: justify; */
	}

.imgtfe {
	margin-right: 8px;
	margin-bottom: 5px;
	}

.post blockquote {
	margin: 18px 35px;
	padding: 6px 14px;
	background-color: #F4F4EC;
	color: #666666;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	}	

.post ul li {
	margin-bottom: 5px;
	margin-left: 42px;
	list-style: square;
	}

.post ol li {
	margin-bottom: 5px;
	margin-left: 48px;
	}

.tags {
	clear: both;
	padding: 3px;
	padding-bottom: 0;
	border-top: 1px solid #dddddd;	
	}	

div.tags {
	margin-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #dddddd;
	}

div.socialjunk {
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
	}

div.socialjunk strong {
	float: left;
	margin-right: 10px;
	}

.postmetadata {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 0.9em;
	border-top: 1px solid #E6E3D3;	
	}	

/* Form Elements */
select {
	width: 100%;
	background-color: #f2f2f2;
	border: 1px solid #9c9c9c;
	}

#searchform {
	padding: 16px 5px 0 0;
	}

#searchtext {
	width: 165px;
	}

searchsubmit {
	}

.button {
	padding: 1px;
	background-color: #333333;
	color: #ffffff;
	border: none;
	}

.button:hover {
	background-color: #666666;
	color: #ffffff;
	text-decoration: none;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top: 5px;
	}

#commentform small {
	padding: 0;
	font-weight: bold;
	background-color: #ffffff;
	}

/* Comments*/
.commentlist {
	padding-left: 30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background-color: #F4F4EC;
	border: 1px solid #E6E3D3;
	}

.commentlist li li {
	margin-right: 0px;
	padding-right: 5px;
	list-style: none;
	}

.commentlist .commentmetadata {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.9em;
	background-color: #ffffff;
	border: 1px solid #E6E3D3;
	}

.commentlist .reply {
	text-align: right;
	font-size: 0.8em;
	}

.commentlist .thread-alt {
	background-color: #eaeae2;
	}

.commentlist p {
	margin-bottom: 0;
	padding-bottom: 0;
	}

.recentcomments a.title {
	font-size: 0.9em;
	}

/* Float Properties*/
.clearfloat:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	}
	
.clearfloat {
	display: inline-block;
	}	

.clearfloat {
	display: block;
	}

/******************************************
*   Footer                        
******************************************/

#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	text-align: center;
	color: #ffffff;
	}

#footer a {
	color: #ededed;
	text-decoration: none;
	}

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

#footer img {
	vertical-align: middle;
	border: none;
	}

/******************************************
*   Glossary terms                     
******************************************/
.cleardiv {
	clear: both;
	}

.terms {
	display: block;
	margin-top: 1em;
	}

.terms h3 a {
	font-size: 1.3em;
	color: #ca5100;
	}

.terms h3 a:hover {
	color: #00791f;
	}

.terms a.terms_left {
	clear: left;
	float: left;
	width: 285px;
	margin-bottom: 2px;
	text-decoration: none;
	}

.terms a.terms_right {
	clear: right;
	float: right;
	width: 285px;
	margin-bottom: 2px;
	text-decoration: none;
	}

.terms a:hover {
	background-color: #f4f4ec;
	}

.glossary-banner {
	padding: 10px;
	text-align: center;
	background: url("images/bg_featured.jpg") repeat-x #F4F4EC;
	border: 1px solid #ccc;
	}

.glossary-banner img {
	margin-right: 15px;
	border: 0px;
	}

.glossary-banner a {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #ca5100;
	}

.glossary-banner a:hover {
	color: #00791f;
	}

/******************************************
*   Header Current Category                    
******************************************/
li.current-cat { 
	background: #000000; 
	}

.hiddencontent {
	display: none;
	}

/******************************************
*   Bottom bar                    
******************************************/
ul.bottombar {
	display: block;
	width: 880px;
	margin: 0 auto;
	margin-top: 7px;
	padding: 0px 25px 35px 25px;
	background-color: #e6e3d3;
	border: 3px double #333333;
	overflow: hidden;
	}

ul.bottombar>li {
	display: block;
	float: left;
	width: 205px;
	height: 150px;
	margin-top: 25px;
	margin-right: 10px;
	list-style: none;
	border-right: 1px solid #9f9f9f;
	overflow: hidden;
	}

ul.bottombar>li:last-child {
	margin-right: 0;
	border-right: none;
	}

ul.bottombar ul li {
	float: none;
	width: auto;
	list-style: square inside none;
	margin-left: 2px;
	}

/******************************************
*   Advert bar                    
******************************************/
ul.advertbar {
	display: block;
	width: 880px;
	margin: 0 auto;
	margin-top: 7px;
	padding: 0px 25px 0px 25px;
	background-color: #e6e3d3;
	border: 3px double #333333;
	overflow: hidden;
	}

ul.advertbar li {
	display: block;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 0px;
	list-style: none;
	}

ul.advertbar li img {
	border: 1px solid #9f9f9f;
	}








/* Main Navbar */

#nav {
	background: #666;
	font-size: 1em;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border: none;
	}

#nav li {
	float: left;
	list-style: none;
	border-right: 1px solid #fff;
	}

#nav a, #nav a:visited {
	display: block;
	font-weight: bold;
	color: #eee;
	padding: 6px 12px;
	}

#nav a:hover, #nav a:active {
	background: #333;
	text-decoration: none;
	}	

.current_page_item a, #home .on  {
	background: #333;
	}

#nav li.feed {
	float: right;
	border: none;
	}

#nav li.feed a {
	display: inline;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	padding: 0;
	border: none;
	overflow: hidden;
	}

#nav li.feed img {
	margin-top: 4px;
	border: none;
	}

/* Dropdown Menus for child pages */		

#nav li ul {/*first level dropdown*/
	position: absolute;
	z-index: 100;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #666;
	}
	
#nav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 172px;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #999;
	}

#nav li li a, #nav li li a:visited {
	color: #FFF;
	}

#nav li li a:hover, #nav li li a:active {
	background: #333;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover {
	background: none;
	}





















/*STYLES FOR USED PLUGINS */

/****** Images for flexible upload plugin *********/

.imageframe {  margin:5px 12px 5px 0; padding:4px; border:1px solid #999; }
.imgalignleft { float:left; margin:0 12px 5px 0; }
.imgalignright { float:right; margin:0 0 5px 12px; }
.imgaligncenter { display:block; margin:0 auto 5px auto; } 
.imagecaption {padding: 2px 2px 0 2px; text-align: left; font-size:10px!important; color:#666!important;}


















/* Styles for the "3-columns-page template" */

#pageleft {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0 20px 0 0;
	border-right: solid 1px #999;
	text-align: justify;
	}
	
#pagemiddle {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0px;
	text-align: justify;
	}
	
#pageright {
	float: right;
	width: 265px;
	margin: 20px 0px 0px 0px;
	padding: 0 0 0 20px;
	border-left: solid 1px #999;
	text-align: justify;
	}

#pageleft .bullets li, #pagemiddle .bullets li, #pageright .bullets li {
	list-style: square;
	margin-bottom: 5px;
	margin-left: 22px;
	}

/* Styles for the "featured-page template" */

#featured-top {
	width: 880px;
	float: left;
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
	border-bottom: double 3px #999; 
	}

#featured-content {
	width: 600px;
	float: left;
	}
	
	
#featured-sidebar {
	width: 250px;
	float: right;
	}
	
#featured-sidebar h3 {
	border-bottom: 1px solid #999;
	padding: 5px 0 5px 2px;
	margin: 0 0 20px 0;
	}	
	
#featured-sidebar .sidebar_widget {
	margin: 0 0 20px 0;
	text-align: justify;
	}
	
#featured-leftcol {
	width: 600px;
	float: left;
	margin: 20px 20px 0 0;
	padding: 0 25px 0 0;
	border-right: 1px solid #999;
	}

#featured-leftcol h2, #featured-rightcol h2, #featured-content h2{
	color: #ca5100;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	border: none;
	}

#featured-leftcol img{
	float: left;
	margin: 0 20px 10px 0;
	padding: 1px;
	border: 1px solid #999;
	}

#featured-rightcol{
	width: 230px;
	float: right;
	margin-top: 20px;
	}

#featured-rightcol li {
	list-style: none;
	}

#featured-rightcol .bullets li {
	list-style: square;
	margin-bottom: 5px;
	margin-left: 22px;
	}

.featured_post blockquote {
	color: #666;
	background: #F4F4EC;
	padding: 6px 14px;
	margin: 18px 35px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	}	

.featured_post ul li {
	list-style: square;
	margin-bottom: 5px;
	margin-left: 42px;
	}

.featured_post ol li {
	margin-bottom: 5px;
	margin-left: 48px;
	}






























/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none!important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none!important;
    }
}

/* Skin */
#container-4 { /* the whole container with all elements of the tabbed section */
	width: 613px;
	height: 330px!important; /* defines a static height to the tabed section and avoids "jumping" - part 1 of 2 */
	margin: 20px 0 12px 0!important;
	overflow: hidden;
	}

.ui-tabs-image { 
	float: left;
	margin: 15px 12px 5px 0;
	}

.ui-tabs-panel { /* the main content-section of the tabbed area NOT the tabs themselfes */
	width: 580px!important;
	padding: 15px!important;
	border-top: 1px solid #ccc!important;
	border-left: 1px solid #ccc!important;
	border-right: 2px solid #999!important;
	border-bottom: 2px solid #999!important;
	background: url("images/bg_leadarticle.jpg") repeat-x #E6E3D3!important; /* declare background color for container to avoid distorted fonts in IE while fading */
	}

/* the "fragments" which are the single tab areas. each tab is defined by a fragment. 
you can add as many as you want following the scheme "#fragment-x" */
#fragment-1, #fragment-2, #fragment-3, #fragment-4, #fragment-5, #fragment-6, #fragment-7, #fragment-8, #fragment-9 {
	height: 270px!important; /* defines a static height to the tabed section and avoids "jumping" - part 2 of 2 */
	}

#fragment-4 {
	font-size: 0.9em;
	}

#fragment-4 strong {
	display: block!important;
	margin-top: -13px;
	padding-bottom: 3px!important;
	font: 1.8em Georgia, "Times New Roman", Times, serif!important;
	color: #ca5100;
	}

.ui-tabs-panel .title { /* for the headlines in the tabbed section */
	display: block!important;
	padding-bottom: 7px!important;
	font: 1.8em Georgia, "Times New Roman", Times, serif!important;
	line-height: 100%!important;
	text-transform: none!important;
	letter-spacing: normal!important;
	}

.ui-tabs-nav { /* the whole area of the tabs navigation above the tabbed-content */
	margin: 0px!important;
	padding: 0px!important;
	list-style: none!important;
	}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	clear: both!important;
	display: block!important;
	content: " "!important;
	}

.ui-tabs-nav li {
	float: left!important;
	margin: 0 1px 0 0!important;
	min-width: 85px!important; /* be nice to Opera */
	}

#container-4 ul {
	width: 100%;
	min-height: 27px;
	}

#container-4 ul li {
	float: left;
	list-style: none;
	}

.ui-tabs-nav .ui-tabs, .ui-tabs {
	display: block!important;
	position: relative!important;
	top: 1px!important;
	z-index: 2!important;
	margin: 1px 0 0 0!important; /* position: relative makes opacity fail for disabled tab in IE */
	padding: 5px!important;
	background: #E6E3D3!important;
	color: #333!important;
	font-weight: bold!important;
	line-height: 1.2!important;
	text-align: center!important;
	text-decoration: none!important;
	border: 1px solid #ccc!important;
	white-space: nowrap!important; /* required in IE 6 */    
	outline: 0!important; /* prevent dotted border in Firefox */
	}

.ui-tabs-nav .ui-tabs:hover { /* hereŽs to define the hover effect of the tabs */
	background: #333!important;
	color: #fff!important;
	}

.ui-tabs-selected .ui-tabs { /* the effects of the currently selected tab */
	background-color: #fff!important;
	color: #333!important;
	border-bottom: 1px solid #fff!important;
	}

.ui-tabs-nav .ui-tabs-selected .ui-tabs, .ui-tabs-nav .ui-tabs a:hover, .ui-tabs-nav .ui-tabs a:active {
	background-position: 100% -150px!important;
	}

.ui-tabs-nav .ui-tabs, .ui-tabs-nav .ui-tabs-disabled .ui-tabs a:hover, .ui-tabs-nav .ui-tabs-disabled .ui-tabs a:active {
	background-position: 100% -100px!important;
	}

.ui-tabs-nav .ui-tabs-selected .ui-tabs a:link, 
.ui-tabs-nav .ui-tabs-selected .ui-tabs a:visited, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:link, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text!important;
	}

.ui-tabs-nav .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs a:active,
.ui-tabs-nav .ui-tabs-unselect .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs-unselect .ui-tabs a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer!important; 
	background-color: #333!important;
	color: #fff!important;
	}

.ui-tabs-disabled {
	opacity: .4!important;
	filter: alpha(opacity=40)!important;
	}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block!important;
	}

*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block!important;
	}






















@media print {
	body, html {
		background:#FFF;
		font:12pt Arial, Helvetica, sans-serif;
		color:#000;
		}

	a:link, a:visited {
	 	background: transparent;
		font-weight: bold;
		text-decoration: underline;
		color:#000;
		}	
	
	h1, h2, h3, h4 {
		font-family: Georgia, "Times New Roman", Times, serif
		}

	h1 {
		font-size:2em;
		}

	h2 {
		font-size:1.8em;
		}

	h3 {
		font-size:1.5em;
		}

	h4 {
		font-size:1.2em;
		}
				
	img {
		display:block;
		border:0;
		}

	#nav, #searchform, #branding, #commentform, #footer, #sidebar {
		display: none;
		}

	hr { 
		background:#000; 
		color:#000;
		width:100%; 
		height:1px; 
		margin:2em 0; 
	 	border:none; 
		}

	blockquote { 
	 	margin:1.5em 0; 
	 	padding:1em; 
	 	border:1px solid #ccc; 
	 	font-style:italic; 
	 	font-size:0.9em; 
		}

	.read-on {
		display: none;
		}
}


