/*
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 {
    background: #ff5b00 url('images/bg-body.gif') repeat-x;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}
#content li {
    margin-bottom:1em;
}

/* Category Nav Menu */



ul#cat_tabs { list-style: none; border-width: 0 0 1px 1px; border-top: none; }
  ul#cat_tabs li { margin-bottom: -0.1em; background: #efefef;  border-left: 0; float: left; border-top: none; }
  ul#cat_tabs li.current_page_item, ul#cat_tabs li.current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; border-top: none; }
	ul#cat_tabs li a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; padding:0.545em 0.818em; }
	ul#cat_tabs li a:hover { color: #111; text-decoration: underline; }

      ul#cat_tabs li ul {position:absolute; display:none; list-style:none;}
	  ul#cat_tabs li:hover ul {display:block;}
	  ul#cat_tabs li ul li {float:none;}

ul#cat_tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

ul#cat_tabs p#cat-intro {
	float:left;
	display: block;
	margin: 0 5px;
/*	border-top: 0.1em solid #999; */
	background-color: none;
	letter-spacing:2px;
	text-transform:uppercase;
	padding-top:0.545em }

.menu {
	z-index:10;
	margin-bottom: -0.1em;
}

/* search box in navigation*/
.custom .search{
width:16em;
margin-left:73em;
/* margin-bottom:-1em; */
border:0px solid #8C8C8C;
background-color: #EFEFEF;
z-index: 150;
}

#nav {
	margin-bottom: -0.1em;
}

.custom .nav_container {
	width: 100%;

}
.custom div.nav_container #s {
font-size:1.3em;
padding:0.308em;
width:15.385em;
}
ul.menu li.rss {
   float:left;
}

.custom .rss a {
   color: #111111;
   text-transform: uppercase;
   padding-left: 40px;
   background: url('../lib/images/icon-rss.gif') 18% 50% no-repeat;
}
.custom .rss a:hover {
   color: #111111;
   text-decoration: underline;
   background: url('../lib/images/icon-rss.gif') 18% 50% no-repeat;
}

li#random_image-2 {
   margin-bottom:5px; height: 100%; 
}
li#find-me-on, .findmeon-bookmarks, ul.networks {
   text-align: center;
}
li#find-me-on {
   margin-bottom: 10px;
}
ul.networks {
   margin: 0 auto;
   width: 170px;
   float: none !important;
}
#sidebar_1 { border: none }
#sidebar_2 { border-style: solid; border-color: #ddd; border-width: 0 0 0 0.1em; }

//1-widget header
#mainhead {background: #000000; border: 0.6em solid #0066CC; color: #DBEDF9; font-size: 12px;  overflow: hidden; padding: 1.5em;}
#mainhead a {color: #0066CC; border-bottom: 1px dashed #3399FF; text-decoration: none;}
#mainhead a:hover {background: #DBEDF9; color: #3D3C3C;}
 /* controls all blue headings */
#mainhead span.cat, #foot h3 {color: #23A2D7; font-size: 20px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase;}
#mainhead h5 {font-size: 23px;}
#mainhead ul li ul {margin-left: 10px;}
#mainhead ul.sidebar_list {padding: 1.8em 30px 0 0;}
#mainhead li.widget .widget_box {background: none; border: 0;}
#mainhead .textwidget p {line-height: 22px; margin-bottom: 11px;}
#mainhead .textwidget .avatar {margin-top: 3px;}
#mainhead .col {float: left; list-style: none; width: 50%;}


li.cat-post-item { display: block; float:left; width:30%; margin-right: 1em; font-size: 1.1em; }

#mainhead a, .cat-post-item a.post-title { display: block; font-size: 1.1em; line-height: 1.375em; color: #C70A29; text-decoration: none; margin-bottom:0.5em; border: none; }

#mainhead a.teaser_link {font-size:0.9em;}

//no image overflow
.custom .teaser_box {
  overflow: hidden;
}
/*
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/
*/

/* Category Nav Menu */



ul#cat_tabs { list-style: none; border-width: 0 0 1px 1px; border-top: none; }
  ul#cat_tabs li { margin-bottom: -0.1em; background: #efefef;  border-left: 0; float: left; border-top: none; }
  ul#cat_tabs li.current_page_item, ul#cat_tabs li.current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; border-top: none; }
	ul#cat_tabs li a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; padding:0.545em 0.818em; }
	ul#cat_tabs li a:hover { color: #111; text-decoration: underline; }

      ul#cat_tabs li ul {position:absolute; display:none; list-style:none;}
	  ul#cat_tabs li:hover ul {display:block;}
	  ul#cat_tabs li ul li {float:none;}

ul#cat_tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

ul#cat_tabs p#cat-intro {
	float:left;
	display: block;
	margin: 0 5px;
/*	border-top: 0.1em solid #999; */
	background-color: none;
	letter-spacing:2px;
	text-transform:uppercase;
	padding-top:0.545em }

/* search box in navigation*/
.custom .search{
width:16em;
margin-left:73em;
/* margin-top:-3.5em; */
border:0px solid #8C8C8C;
background-color: #EFEFEF;
}

.custom .nav_container {
width: 100%; }
.custom div.nav_container #s {
font-size:1.3em;
padding:0.308em;
width:15.385em;
}
.custom .rss a {
   color: #111111;
   text-transform: uppercase;
   background: url('../lib/images/icon-rss.gif') 18% 50% no-repeat;
}
.custom .rss a:hover {
   color: #111111;
   text-decoration: underline;
   background: url('../lib/images/icon-rss.gif') 18% 50% no-repeat;
}

li#random_image-2 {
   margin-bottom:5px; height: 100%; 
}
li#find-me-on, .findmeon-bookmarks, ul.networks {
   text-align: center;
}
li#find-me-on {
   margin-bottom: 10px;
}
ul.networks {
   margin: 0 auto;
   width: 170px;
   float: none !important;
}
#sidebar_1 { border: none }
#sidebar_2 { border-style: solid; border-color: #ddd; border-width: 0 0 0 0.1em; }

//1-widget header
#mainhead {background: #000000; border: 0.6em solid #0066CC; color: #DBEDF9; font-size: 12px;  overflow: hidden; padding: 1.5em;}
#mainhead a {color: #0066CC; border-bottom: 1px dashed #3399FF; text-decoration: none;}
#mainhead a:hover {background: #DBEDF9; color: #3D3C3C;}
 /* controls all blue headings */
#mainhead span.cat, #foot h3 {color: #23A2D7; font-size: 20px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase;}
#mainhead h5 {font-size: 23px;}
#mainhead ul li ul {margin-left: 10px;}
#mainhead ul.sidebar_list {padding: 1.8em 30px 0 0;}
#mainhead li.widget .widget_box {background: none; border: 0;}
#mainhead .textwidget p {line-height: 22px; margin-bottom: 11px;}
#mainhead .textwidget .avatar {margin-top: 3px;}
#mainhead .col {float: left; list-style: none; width: 50%;}


li.cat-post-item { display: block; float:left; width:30%; margin-right: 1em;}

#mainhead a, .cat-post-item a.post-title { display: block; font-size: 1.1em; line-height: 1.375em; color: #C70A29; text-decoration: none; margin-bottom:0.5em; border: none; }

#mainhead a.teaser_link {font-size:0.9em;}

//no image overflow
.custom .teaser_box {
  overflow: hidden;
}
/*
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/
*/

/* Category Nav Menu */



ul#cat_tabs { list-style: none; border-width: 0 0 1px 1px; border-top: none; }
  ul#cat_tabs li { margin-bottom: -0.1em; background: #efefef;  border-left: 0; float: left; border-top: none; }
  ul#cat_tabs li.current_page_item, ul#cat_tabs li.current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; border-top: none; }
	ul#cat_tabs li a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; padding:0.545em 0.818em; }
	ul#cat_tabs li a:hover { color: #111; text-decoration: underline; }

      ul#cat_tabs li ul {position:absolute; display:none; list-style:none;}
	  ul#cat_tabs li:hover ul {display:block;}
	  ul#cat_tabs li ul li {float:none;}

ul#cat_tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

ul#cat_tabs p#cat-intro {
	float:left;
	display: block;
	margin: 0 5px;
/*	border-top: 0.1em solid #999; */
	background-color: none;
	letter-spacing:2px;
	text-transform:uppercase;
	padding-top:0.545em }

/* search box in navigation*/
.custom .search{
width:16em;
margin-left:73em;
/* margin-top:-3.5em; */
border:0px solid #8C8C8C;
background-color: #EFEFEF;
}

.custom .nav_container {
width: 100%; }
.custom div.nav_container #s {
font-size:1.3em;
padding:0.308em;
width:15.385em;
}
.custom .rss a {
   color: #111111;
   text-transform: uppercase;
   background: url('../lib/images/icon-rss.gif') 18% 50% no-repeat;
}
.custom .rss a:hover {
   color: #111111;
   text-decoration: underline;
   background: url('../lib/images/icon-rss.gif') 18% 50% no-repeat;
}

li#random_image-2 {
   margin-bottom:5px; height: 100%; 
}
li#find-me-on, .findmeon-bookmarks, ul.networks {
   text-align: center;
}
li#find-me-on {
   margin-bottom: 10px;
}
ul.networks {
   margin: 0 auto;
   width: 170px;
   float: none !important;
}
#sidebar_1 { border: none }
#sidebar_2 { border-style: solid; border-color: #ddd; border-width: 0 0 0 0.1em; }

//1-widget header
#mainhead {background: #000000; border: 0.6em solid #0066CC; color: #DBEDF9; font-size: 12px;  overflow: hidden; padding: 1.5em;}
#mainhead a {color: #0066CC; border-bottom: 1px dashed #3399FF; text-decoration: none;}
#mainhead a:hover {background: #DBEDF9; color: #3D3C3C;}
 /* controls all blue headings */
#mainhead span.cat, #foot h3 {color: #23A2D7; font-size: 20px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase;}
#mainhead h5 {font-size: 23px;}
#mainhead ul li ul {margin-left: 10px;}
#mainhead ul.sidebar_list {padding: 1.8em 30px 0 0;}
#mainhead li.widget .widget_box {background: none; border: 0;}
#mainhead .textwidget p {line-height: 22px; margin-bottom: 11px;}
#mainhead .textwidget .avatar {margin-top: 3px;}
#mainhead .col {float: left; list-style: none; width: 50%;}


li.cat-post-item { display: block; float:left; width:30%; margin-right: 1em;}

#mainhead a, .cat-post-item a.post-title { display: block; font-size: 1.1em; line-height: 1.375em; color: #C70A29; text-decoration: none; margin-bottom:0.5em; border: none; }

#mainhead a.teaser_link {font-size:0.9em;}

//no image overflow
.custom .teaser_box {
  overflow: hidden;
}
/*
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 #header { height:190px; background:transparent url(/wp-content/images/bigshoe.png) right no-repeat; padding-top:0; margin}
#logo { padding-top:.3em;}
#header #tagline {font-size:1.8em;}

/* Category Nav Menu */


ul#cat_tabs { list-style: none; border-width: 0 0 1px 1px; border-top: none; }
  ul#cat_tabs li { margin-bottom: -0.1em; background: #efefef;  border-left: 0; float: left; border-top: none; }
  ul#cat_tabs li.current_page_item, ul#cat_tabs li.current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; border-top: none; }
	ul#cat_tabs li a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; padding:0.545em 0.818em; }
	ul#cat_tabs li a:hover { color: #111; text-decoration: underline; }

      ul#cat_tabs li ul {position:absolute; display:none; list-style:none;}
	  ul#cat_tabs li:hover ul {display:block;}
	  ul#cat_tabs li ul li {float:none;}

ul#cat_tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

ul#cat_tabs p#cat-intro {
	float:left;
	display: block;
	margin: 0 5px;
/*	border-top: 0.1em solid #999; */
	background-color: none;
	letter-spacing:2px;
	text-transform:uppercase;
	padding-top:0.545em }

/* search box in navigation*/
.custom .search{
width:16em;
margin-left:73em;
/* margin-top:-3.5em; */
border:0px solid #8C8C8C;
background-color: #EFEFEF;
}

.custom .nav_container {
width: 100%; }
.custom div.nav_container #s {
font-size:1.3em;
padding:0.308em;
width:15.385em;
}
.custom .rss a {
   color: #111111;
   text-transform: uppercase;
   background: url('../lib/images/icon-rss.gif') 18% 50% no-repeat;
}
.custom .rss a:hover {
   color: #111111;
   text-decoration: underline;
   background: url('../lib/images/icon-rss.gif') 18% 50% no-repeat;
}

li#random_image-2 {
   margin-bottom:5px; height: 100%; 
}
li#find-me-on, .findmeon-bookmarks, ul.networks {
   text-align: center;
}
li#find-me-on {
   margin-bottom: 10px;
}
ul.networks {
   margin: 0 auto;
   width: 170px;
   float: none !important;
}
#sidebar_1 { border: none }
#sidebar_2 { border-style: solid; border-color: #ddd; border-width: 0 0 0 0.1em; }

//1-widget header
#mainhead {background: #000000; border: 0.6em solid #0066CC; color: #DBEDF9; font-size: 12px;  overflow: hidden; padding: 1.5em;}
#mainhead a {color: #0066CC; border-bottom: 1px dashed #3399FF; text-decoration: none;}
#mainhead a:hover {background: #DBEDF9; color: #3D3C3C;}
 /* controls all blue headings */
#mainhead span.cat, #foot h3 {color: #23A2D7; font-size: 20px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase;}
#mainhead h5 {font-size: 23px;}
#mainhead ul li ul {margin-left: 10px;}
#mainhead ul.sidebar_list {padding: 1.8em 30px 0 0;}
#mainhead li.widget .widget_box {background: none; border: 0;}
#mainhead .textwidget p {line-height: 22px; margin-bottom: 11px;}
#mainhead .textwidget .avatar {margin-top: 3px;}
#mainhead .col {float: left; list-style: none; width: 50%;}


li.cat-post-item { display: block; float:left; width:30%; margin-right: 1em;}

#mainhead a, .cat-post-item a.post-title { display: block; font-size: 1.1em; line-height: 1.375em; color: #C70A29; text-decoration: none; margin-bottom:0.5em; border: none; }

#mainhead a.teaser_link {font-size:0.9em;}

//no image overflow
.custom .teaser_box {
  overflow: hidden;
}
.custom .teaser {
  overflow: hidden;
}
.custom .teaser format_teaser {
  overflow: hidden;
}

li.cat-item {font-size: 1.2em;}

.cat-intro {font-size: 1.2em;}

#tagtoo {margin-top: 105px; color:#6E6E6E; text-transform: uppercase; letter-spacing: 2px; line-height: 1em; font-size: 1.3em; }

.cat-desc {margin-left: 1em; margin-right: 1em;}



.seriesbox {
border: solid #ccc;
padding: 0px 10px;
font-size: 0.93em;
}

.fromseries {
font-weight: bold;
}

.serieslist-ul {}

/* For table formatting as per Veerle */
.nicetable body {
	font: normal 11px auto;
	color: #C70A29;
	background: #FFFFCC;
}

.nicetable h1 {
	font: normal 11px auto Candara, Verdana, sans-serif;
	color: #FFFFFF;
}

.mytable a {
	color: #c75f3e;
}

#mytable {
	width: 460px;
	padding: 0;
	margin: 0;
}

.nicetable caption {
	padding: 0 0 5px 0;
	width: 460px;	 
	font: italic 11px;
	text-align: right;
}

.nicetable th {
	font: bold 11px;
	color: #C70A29;
	border-right: 1px solid #d7682e;
	border-bottom: 1px solid #d7682e;
	border-top: 1px solid #d7682e;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #d7682e;
}

.nicetable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #d7682e;
	background: none;
}

.nicetable td {
	border-right: 1px solid #d7682e;
	border-bottom: 1px solid #d7682e;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #C70A29;
}


.nicetable td.alt {
	background: #f0f0f0;
	color: #797268;
}

.nicetable th.spec {
	border-left: 1px solid #d7682e;
	border-top: 0;
	background: #fff  no-repeat;
	font: bold 10px;
}

.nicetable th.specalt {
	border-left: 1px solid #d7682e;
	border-top: 0;
	background: #f0f0f0;
	font: bold 10px;
	color: #797268;
}
.nicetable th.white {
	border-left: 1px solid #FFFFFF;
	border-top: 0;
}