/*
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/
*/

body.custom { margin: 0px; padding: 0; background: #ececec url(images/bg.gif) repeat-y center; }
.custom #container { width: 780px; padding-top: 15px; }

	.custom	ul#tabs { font-size: 1.0em; border: none; float: right; width: 350px; font-family: Arial;}
	.custom ul#tabs li {  border: none; background: none;  }
	.custom ul#tabs li a { letter-spacing: normal; font-weight: bold; }
	.custom ul#tabs li a:before { content:" .: "; color:#FF7800; } 
	.custom ul#tabs li a:link { color: #999999; font-weight: bold; }
	.custom ul#tabs li a:visited { color: #999999; font-weight: bold; }
	.custom ul#tabs li a:hover { color: #FF7800; font-weight: bold; text-decoration: none; }

	.custom .headeremailtel { float: right; font-size: 1.1em; padding: 0 0 4px 0; }
		.custom .headeremailtel a:link { color: #000000; }
		.custom .headeremailtel a:visited { color: #000000; }
		.custom .headeremailtel a:hover { color: #000000; text-decoration: underline; }				

	.custom #header { border-bottom: 0; padding: 0;  }
		.custom #header #logo { font-size: 2em; font-weight: normal; font-family: Arial; color: #FF7800; text-transform: uppercase; float: left; margin-top: -23px; padding-left: 5px; }
		.custom #header #logo a:link { color: #FF7800; text-decoration: none; }
		.custom #header #logo a:visited { color: #FF7800; text-decoration: none; }
		.custom #header #logo a:hover { color: #FF7800; text-decoration: underline; }				

	.custom  #banner { width: 780px; margin: 8px 0 0 0; height: 250px; }
	.custom  #tagline { width: 750px; padding: 0px 25px 25px 25px; height: 20px; margin-top: -30px; text-align: right;  font-size: 14px; font-weight: bold; text-transform: uppercase; color: #FFFFFF; }


	.custom #content_box { background: none; }
	
		.custom #content { width: 550px; }
		
			.custom a:link {color: #FF7800; text-decoration:none;}
			.custom a:visited {color: #FF7800; text-decoration:none;}
			.custom a:hover {color: #FF7800; text-decoration:underline;}						
				
			.custom .post_box { margin: 0;}
			.custom span.edit_post { float: right; }
			.custom .postmeta { font-size: 80%; padding: 2px 0 10px 0; }
			.custom .postmeta .singlecat { background: url(images/category.gif) top left no-repeat; padding: 0px 0px 0px 15px; }
			.custom	.entry-content img { padding: 4px; border: 1px solid #DFDFDF; }
			.custom	.entry-content p { margin-bottom: 20px}
			.custom	.entry-content p+ul { margin-top: -12px; padding-bottom: 5px;}
			.custom	.entry-content strong { color: #4F5DAB; }
			.custom	.entry-content ul { padding-bottom:20px; }
			.custom	.entry-content ul ul { padding:0 0 0 7px; margin: 0 0 0 7px; list-style-type: circle; }
			.custom .wp-pagenavi { padding-left: 10px; padding-bottom: 10px; }
			
			.custom .postTabs li { margin-left: 0; padding-left: 0; }
	
			.headline_area { margin-bottom: 0; }
			.custom h1 { color: #000000; margin: 0px; padding: 0px 0px 5px 0px; }
			.custom .headline_area h1 { font-weight: bold;  font-size: 1.8em; line-height: 1.2em; }
			.custom #archive_info { border-bottom: 1px dotted #666666; border-top: 1px dotted #666666; padding: 5px 0 3px 0; margin-top: 25px; }
			.custom .topdesc { padding: 10px 0 10px 0; font-size: 1.4em; line-height: 1.4em; }
			.custom #archive_info h1 { font-size: 1.4em; }
			.custom .archivetitle { color: #666666; padding: 0px 0px 20px 0px; }
			.custom .format_text h2 { margin: 0px; }
			.custom .format_text ul { list-style-type: disc; }
			.custom h2 { font-weight: bold; font-size: 1.3em; color: #FF7800; margin: 0px; padding: 0px 0px 5px 0px; }
			.custom .headline_area h2 { font-size: 1.5em; line-height: 1.2em; }
			.custom h2 a:link { text-decoration: none; color: #FF7800; }
			.custom h2 a:visited { text-decoration: none; color: #FF7800; }
			.custom h2 a:hover { text-decoration: underline; color: #FF7800; }
			.custom h3 { font-size: 1em; color: #333333; margin: 0 0 5px 0; padding: 15px 0px 5px 0px; font-weight: bold; color: #191970; }
			.custom h4 { font-size: 1.1em; color: #000000; margin: 5px 0px 8px 0px; padding: 15px 0px 4px 0px; font-weight: bold; }	
			.custom .linklove { display: none; !important }

		.custom #sidebars { width: 200px; }
	
			.custom #search { padding: 0; }
			.custom #search input { padding:0.308em; }
			.custom #search input:focus { background:#FFFFFF none repeat scroll 0 0; border-color:#777777 #CCCCCC #CCCCCC #777777; }
	
			.custom #sidebar_1 { line-height: 150%; font-size: 80%; padding: 0px; border: none; }
			.custom #sidebar_1 ul { margin-left: 0px; padding-left: 0px; list-style: none;}
			.custom #sidebar_1 ul ul { margin-left: 15px; list-style: disc; }
			.custom #sidebar_1 ul.sidebar_list { padding-top: 0; }
			.custom #sidebar_1 ul li.widget { margin-bottom: 0; te }			
			.custom #sidebar_1 h3 { font-variant: normal; text-transform: uppercase; letter-spacing:2px; }
	
			.custom #sidebar_1 form.search_form input.text_input { width: 180px; }
			.custom #sidebar_1 form#ccoptin input#ea { width: 180px; }		

	.custom #footer {}
		.custom #footer a:link {color: #FF7800; text-decoration:none; border: none; }
		.custom #footer a:visited {color: #FF7800; text-decoration:none; border: none; }
		.custom #footer a:hover {color: #FF7800; text-decoration:underline; border: none; }	

/* Landing Page = #post-667  */
	.custom #post-667.post_box { padding-top: 8px; }
	.custom #post-667 .headline_area { display: none; }
	.custom #post-667 .postmeta { padding: 0; }
	.custom #post-667 .dropcap-first { padding: 0; margin: 0; }
	.custom #post-667 .landingintro { padding-bottom: 10px; }
	.custom #post-667 .landingintro p  { margin-bottom: 20px; }
	.custom	#post-667  p+ul { margin-top: -15px; padding-bottom: 15px;}
	.custom #post-667 .landingintrotitle { border-top: 1px dotted #666666; border-bottom: 1px dotted #666666; padding-top: 4px; padding-bottom: 0; margin-bottom: 10px; }
	.custom #post-667 .landingentrytitle { width: 320px; border-top: 1px dotted #666666; border-bottom: 1px dotted #666666; padding-top: 4px; padding-bottom: 0; margin-bottom: 10px; }
	.custom #post-667 .landingentrytitle h2 { font-size: 15px; text-align: left; }
	.custom #post-667 .landingentrytitle h2 a:link { text-decoration: none; color: #FF7800;  }
	.custom #post-667 .landingentrytitle h2 a:visited { text-decoration: none; color: #FF7800; }
	.custom #post-667 .landingentrytitle h2 a:hover { text-decoration: underline; color: #FF7800; }
	.custom #post-667 .entry img { padding: 4px; border: 1px solid #DFDFDF; margin-right: 7px; }
	.custom #post-667 .akst_link { visibility: hidden; }

/* Alignment - To be used within a post */
	.custom .postimageleft, .left { margin: 0px 10px 10px 0px; float: left; }
	.custom .postimageright, .right { margin: 0px 0px 10px 10px; float: right; }
	.custom .postimagecenter { margin: 0px 0px 10px 0px; text-align: center; }
	.custom .alignright { float: right; }
	.custom .alignleft { float: left; }
	.custom .aligncenter { text-align: center; }
	.custom .alignjustify { text-align: justify; }
	
/* Tables */

	td { padding: 2px;}	
	
/* Share This */

	#akst_form, #akst_email { font: normal 10px Verdana, Arial, Helvetica, sans-serif; }
	
/* Sidebar Tabs */ 

	.tabs-block{ clear:both; display:block; margin:0; padding-bottom: 5px; width: 200px; }
	.tabs-block ul.tabs li a{ color:#111; padding:.5em .7em}
	.tabbed{background:transparent;border:none;margin:0;overflow:hidden;padding:0;width:200px;}
	.tabbed ul.tabs { background:transparent;display:block;font-family: Arial,Helvetica,sans-serif;left:0;letter-spacing:1px;list-style-type:none;margin:0;overflow:hidden;padding:0;position:relative;text-transform:uppercase;top:0;width:100%;z-index:999 }
	.tabbed ul.tabs li { display:inline;float:left;margin:0 .3em 0 0;padding:0 }
	.tabbed ul.tabs li a { background:#efefef url(images/tab.gif) repeat-x top;border:1px solid #ddd;display:block;margin-right:-.4em;padding:5px 1em;text-decoration:none;-moz-border-radius-topleft:.3em;-moz-border-radius-topright:.3em;-webkit-border-top-left-radius:.3em;-webkit-border-top-right-radius:.3em }
	.tabbed ul.tabs li a:hover{ text-decoration:underline }
	.tabbed ul.tabs li a.tab-current{ background:#fff;border-bottom:1px solid #fff }
	.tabs-block .tabbed div,#home .tabbed .c{clear:left;background:#fff url(images/tabs_bg.gif) no-repeat center 3em;border:1px solid #ddd;display:block;left:0;margin:0;overflow:hidden;padding:5px 0;position:relative;top:-1px;width:175px;z-index:0}
	div.t2,div.t3,div.t4,div.t5,div.t6,div.t7,div.t8,div.t9,div.t10,
	div.c2,div.c3,div.c4,div.c5,div.c6,div.c7,div.c8,div.c9,div.c10 { display:none }
	.tabs-block .tabbed div.t1,#home .tabbed div.c1{display:block}
	.tabs-block .tabbed div{padding:1em;width:175px}
	.tabbed div p { font-size:1.2em; margin-bottom:.5em; }
	.tabbed div ul{overflow:hidden}
	.tabbed div ul li{clear:left;font-size:1.1em;margin-bottom:.5em}
	.tabbed div ul li a{border:none;display:inline;line-height:1.3em;margin:0;padding:0;text-decoration:none;width:90%}
	.tabbed div ul li a:hover{text-decoration:underline}
	.tabbed div .tab-header { padding-bottom: 8px; }
	.tabbed div ul.what-tab  { list-style-position:inside;list-style-type:disc;}
	.tabbed div ul.when-tab  { list-style-position:inside;list-style-type:disc;}	
	.tabbed div ul.where-tab { list-style-position:inside;list-style-type:disc; } 
	.tabbed div ul.reacties li img,div.textwidget ul li img[align="right"]{background:#fff;border:1px solid #ddd;margin-left:5px;padding:2px;-moz-border-radius:.3em;-webkit-border-radius:.3em}
	.tabbed div ul.tags a{text-decoration:none}
	.tabbed div ul.tags a:hover{text-decoration:underline}