/* @override 
	http://agro.biodiver.se/wp-content/themes/thesis/custom/custom.css?102008-181040
	http://agro.biodiver.se/wp-content/themes/thesis/custom/custom.css?121608-191224
	http://agro.biodiver.se/wp-content/themes/thesis_16/custom/custom.css?021810-184924
	http://agro.biodiver.se/wp-content/themes/thesis_16/custom/custom.css?022110-115719
	http://agro.biodiver.se/wp-content/themes/thesis_16/custom/custom.css?022110-121755
	http://agro.biodiver.se/wp-content/themes/thesis_16/custom/custom.css?022110-142311
	http://agro.biodiver.se/wp-content/themes/thesis_16/custom/custom.css?022110-142943
	http://agro.biodiver.se/wp-content/themes/thesis_16/custom/custom.css?022110-171546
	http://agro.biodiver.se/wp-content/themes/thesis_16/custom/custom.css?022110-173546
	http://agro.biodiver.se/wp-content/themes/thesis_16/custom/custom.css?022110-174705
	http://agro.biodiver.se/wp-content/themes/thesis_16/custom/custom.css?022310-194924
	http://agro.biodiver.se/wp-content/themes/thesis_16/custom/custom.css?022410-171442
	http://agro.biodiver.se/wp-content/themes/thesis_17/custom/custom.css?071710-162210
	http://agro.biodiver.se/wp-content/themes/thesis_17/custom/custom.css?071710-170819
	http://agro.biodiver.se/wp-content/themes/thesis_17/custom/custom.css?071710-173412
*/

/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* .custom ul#tabs { */

/* 	margin-top: 10em; */

/* 	padding-bottom: 1em; */

/* } */

/*  */

/*  */

/* .custom #content_box { */

/* 	padding-top: 1em; */

/* 	clear: both; */

/* } */

/*  */

/* .custom #header { */

/* 	margin-top: -15em; */

/* 	clear: none; */

/* } */

.custom.noborder #content_box {
	background: none;
}

.custom #feature_box {
	background-color: #fe9fff;
}

.custom #feature_box h2 {
	display: none;
}

.custom #feature_box .byline {
	display: none;
}

.custom #feature_box .entry-meta {
	display: none;
}

.custom #feature_box h3 {
	font: small-caps 120% "Lucida Grande", Lucida, Verdana, sans-serif;
		padding-bottom: .5em;
	padding-top: .5em;

}


.custom #feature_box li {
	list-style-type: disc;
	list-style-position: outside;
}



.custom .textwidget {
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
}

.custom .Featured {
	padding: 1em;
	margin-left: 30px;
	background-color: #ffffa0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.2em;
	margin-bottom: 1em;
}



.custom .Featured h3 {
		font: small-caps 120% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	padding-bottom: .5em;
	padding-top: .5em;
}

.custom .Fresh_Nibbles h3 {
	font: small-caps 120% "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.custom .Fresh_Nibbles {
		background-color: #ffffa0;
		font: 120% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	padding-bottom: .5em;
	padding-top: 1em;
	margin-top: 2em;
	margin-left: 30px;
	margin-bottom: 2em;
	padding-left: 1em;
}

.custom .Fresh_Nibbles li {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 0.2em
}

.custom .Featured blockquote {
	margin: 0.5em;
	border: none;
}

.custom .widget_text {
	border: 0px solid black;
	padding: .5em;
	margin-top: 1em;
}

.custom li.widget ul li {
	margin-bottom: 0px;
}

.custom	.format_text ul {
	list-style: disc;
}

.custom .to_comments {
	color: #fff;
	clear: both;
}

.custom	.to_comments span {
	color: #111;
}

.custom	.to_comments span.bracket {
	color: #111;
}

.custom	.to_comments a, .to_comments a:visited {
	color: #666;
	text-decoration: none;
}

.custom	.to_comments a:hover {
	background-color: #d8ff00;
	color: #111;
	text-decoration: none;
}

.alert {
	background-color: #d8ff00;
	padding: 1em;
}

.custom #tabs a:hover {
	background-color: #d8ff00;
	text-decoration: none;
}

.custom .menu .rss a, .menu .rss a:hover {
background:none;
}

.custom pre { background: #eee; border: 0px solid #ddd; overflow: auto; clear: both; }

/*---:[ slug styles ]:---*/

body.custom.fullwidth #content {
	width: 100%;
}

body.custom.fullwidth #content_box {
	background: none;
}

.custom #s {
	float: right;
	height: 30px;
	width: 210px;
	text-transform: capitalize;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 1em;
	padding-top: 1em;
}

.custom .widget_global_translator thesis_widget_subscriptions {
	margin-bottom: 0px;
}

.custom .thesis_widget_subscriptions {
	margin-bottom: 0px;
}

.custom .widget_categories {
	margin-bottom: 0px;
}

.custom .widget_archive {
	margin-bottom: 1em;
}

.custom #text-203509411 {
	background-color: #e5f6fc;
}

/* .custom .category-nibbles { */
/* 	display: none; */
/* } */

.custom ol li {
	font-style: inherit;
	font-size: .8em;
}

li#query-posts-2.widget.posts {
	list-style: none;
}

/*Tabbed Widget Version 2.0*/

.tabbedwidget {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 120%;
margin-top: 0;
padding: 5px;
padding-top: 0px;
padding-left: 30px;
}

.tabnav {
margin-bottom: 10px;
}

.tabnav li {
display: inline;
list-style: none;
padding-right: 5px;
}

.tabnav li a {
background: #e5f6fc;
border: 1px solid #0262A5;
padding: 4px 6px;
}

.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
background: #cfff9f;
border: 1px solid #0262A5;
}

.tabdiv {
margin-top: 2px;
background: #cfff9f;
border: 1px solid #0262A5;
padding: 7px;
}

.tabdiv li {
list-style: none;
margin-bottom: 0.2em;
}

.ui-tabs-hide {
display: none;
}

/* Specific to BlogRoll page */



#post-542 div.format_text h2 {
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#post-542 div.format_text ul.xoxo.blogroll li {
	list-style-type: none;
}	
