/*
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 #content_box {background: #FFFFFF url('http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/background.gif') repeat-y top center;}

.custom #header { border-bottom:none;
height:100px;
padding-top:0;
padding-bottom:0;
background:url('http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/header.jpg')
center left no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

.SocialMediaLinks {font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

.SocialMediaLinks a {
	text-decoration:none;
}

/* -----   ----  Meridian CSS BEGIN   ---- ------ */
/* Typography Styles */

ul.bullet-1, ul.bullet-2, ul.bullet-3, ul.bullet-4, ul.bullet-5, ul.bullet-6, ul.bullet-7, ul.bullet-8 {padding-left: 15px !important;overflow: hidden;margin-left: 5px !important;}
ul.bullet-1 li,  ul.bullet-2 li, ul.bullet-3 li, ul.bullet-4 li, ul.bullet-5 li {list-style: none;padding-bottom: 3px !important;margin-bottom: 5px !important;padding-left: 10px !important;}
ul.bullet-6 li, ul.bullet-7 li, ul.bullet-8 li {list-style: none;padding-bottom: 3px !important;margin-bottom: 5px !important;padding-left: 22px !important;}

ul.bullet-1 li {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/bullet-1.png) 0 5px no-repeat !important;}
ul.bullet-2 li {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/bullet-2.png) 0 5px no-repeat !important;}
ul.bullet-3 li {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/bullet-3.png) 0 5px no-repeat !important;}
ul.bullet-4 li {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/bullet-4.png) 0 5px no-repeat !important;}
ul.bullet-5 li {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/bullet-5.png) 0 5px no-repeat !important;}
body.dark ul.bullet-1 li {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/bullet-1a.png) 0 5px no-repeat !important;}
body.dark ul.bullet-2 li {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/bullet-2a.png) 0 5px no-repeat !important;}
body.dark ul.bullet-3 li {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/bullet-3a.png) 0 5px no-repeat !important;}
body.dark ul.bullet-4 li {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/bullet-4a.png) 0 5px no-repeat !important;}
body.dark ul.bullet-5 li {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/bullet-5a.png) 0 5px no-repeat !important;}
ul.bullet-6 li {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/bullet-6.png) 0 2px no-repeat !important;}
ul.bullet-7 li {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/bullet-7.png) 0 2px no-repeat !important;}
ul.bullet-8 li {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/bullet-8.png) 0 3px no-repeat !important;}

pre {padding: 10px;background: #f6f6f6;border-top: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}

blockquote {display: block;font-style: italic;font-size: 120%;line-height: 150%;width: auto;padding: 10px 20px 10px 20px;margin: 15px 0;background: #f6f6f6;border-top: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
blockquote.blue, blockquote.red, blockquote.green, blockquote.purple, blockquote.orange, blockquote.brown, blockquote.grey {display: block;font-style: italic;font-size: 120%;line-height: 150%;width: auto;padding: 0px 20px;margin: 15px 0;border: 0;background: none;}
blockquote.blue{color: #0D507A;}
blockquote.red{color: #D12E2E;}
blockquote.green{color: #74A824;}
blockquote.purple{color: #9E0E87;}
blockquote.orange{color: #CC8300;}
blockquote.brown{color: #8B6846;}
blockquote.grey {color: #666;}
blockquote.quotes {display: block;background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/quote-start.png) 0 5px no-repeat;padding: 0px 20px 0 38px;margin: 20px 0;font-size: 120%;line-height: 150%;width: auto;color: #666;border: 0;}
blockquote.quotes p {padding: 0 38px 0 0;margin-top: 0;background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/quote-end.png) 100% 100% no-repeat;}

.important, .important-blue, .important-red, .important-green, .important-purple, .important-orange, .important-brown, .important-grey {padding: 15px;margin: 15px 0;}
span.important-title, span.important-title-blue, span.important-title-red, span.important-title-green, span.important-title-purple, span.important-title-orange, span.important-title-brown, span.important-title-grey {position: absolute;display: block;margin-top: -24px;background: #fff;padding: 0 8px;font-weight: bold;font-size: 120%;}
.important {border: 1px solid #333;}
.important-blue {border: 1px solid #0D507A;}
.important-red {border: 1px solid #D12E2E;}
.important-green {border: 1px solid #74A824;}
.important-purple {border: 1px solid #9E0E87;}
.important-orange {border: 1px solid #CC8300;}
.important-brown {border: 1px solid #8B6846;}
.important-grey {border: 1px solid #666;}
span.important-title {color: #333;}
span.important-title-blue {color: #0D507A;}
span.important-title-red {color: #D12E2E;}
span.important-title-green {color: #74A824;}
span.important-title-purple {color: #9E0E87;}
span.important-title-orange {color: #CC8300;}
span.important-title-brown {color: #8B6846;}
span.important-title-grey {color: #666;}

span.number, span.number-blue, span.number-red, span.number-green, span.number-purple, span.number-orange, span.number-brown, span.number-grey {display: block;font-size: 170%;float: left;margin: 2px 10px 0 15px;}
span.number {color: #333;}
span.number-blue {color: #0D507A;}
span.number-red {color: #D12E2E;}
span.number-green {color: #74A824;}
span.number-purple {color: #9E0E87;}
span.number-orange {color: #CC8300;}
span.number-brown {color: #8B6846;}
span.number-grey {color: #666;}

span.highlight {background: #FFFBD5;padding: 1px 2px;}
span.highlight-blue {color: #0D507A;}
span.highlight-red {color: #D12E2E;}
span.highlight-green {color: #74A824;}
span.highlight-purple {color: #9E0E87;}
span.highlight-orange {color: #CC8300;}
span.highlight-brown {color: #8B6846;}
span.highlight-grey {color: #666;}
span.highlight-bold {font-weight: bold;font-size: 120%;}

span.dropcap, span.dropcap-blue, span.dropcap-red, span.dropcap-green, span.dropcap-purple, span.dropcap-orange, span.dropcap-brown, span.dropcap-grey {display: block;font-size: 260%;float: left;margin: 0px 4px 0 0;line-height: 100%;}
span.dropcap {color: #333;}
span.dropcap-blue {color: #0D507A;}
span.dropcap-red {color: #D12E2E;}
span.dropcap-green {color: #74A824;}
span.dropcap-purple {color: #9E0E87;}
span.dropcap-orange {color: #CC8300;}
span.dropcap-brown {color: #8B6846;}
span.dropcap-grey {color: #666;}

span.inset-left {display: block;color: #000;padding: 15px;float: left;width: 20%;font-size: 110%;font-weight: bold;font-style: italic;}
span.inset-right {display: block;color: #000;padding: 15px;float: right;width: 20%;font-size: 110%;font-weight: bold;font-style: italic;}

span.attention, span.notice, span.alert, span.download, span.approved, span.media, span.note, span.cart, span.camera, span.doc {display: block;padding: 8px 10px 8px 36px;margin: 15px 0;}
span.attention {color: #B79000;border: 1px solid #E7BD72;background: #FFF3A3 url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/attention.png) 10px 50% no-repeat;}
span.attention a {color: #B79000 !important;font-weight: bold !important;font-style: italic !important;}
span.notice {color: #648434;border: 1px solid #9BCC54;background: #CDEFA6 url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/notice.png) 10px 50% no-repeat;}
span.notice a {color: #648434 !important;font-weight: bold !important;font-style: italic !important;}
span.alert {color: #CF3738;border: 1px solid #FFACAD;background: #FFD5D5 url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/alert.png) 10px 50% no-repeat;}
span.alert a {color: #CF3738 !important;font-weight: bold !important;font-style: italic !important;}
span.download {color: #1C6B8B;border: 1px solid #6ABCE2;background: #A8CDE3 url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/download.png) 10px 50% no-repeat;}
span.download a {color: #1C6B8B !important;font-weight: bold !important;font-style: italic !important;}
span.approved {color: #666;border: 1px solid #a8a8a8;background: #ccc url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/approved.png) 10px 50% no-repeat;}
span.approved a {color: #666 !important;font-weight: bold !important;font-style: italic !important;}
span.media {color: #C76E34;border: 1px solid #FFBB65;background: #FFE0B6 url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/media.png) 10px 50% no-repeat;}
span.media a {color: #C76E34 !important;font-weight: bold !important;font-style: italic !important;}
span.note {color: #B79000;border: 1px solid #E7BD72;background: #FFF3A3 url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/note.png) 10px 50% no-repeat;}
span.note a {color: #B79000 !important;font-weight: bold !important;font-style: italic !important;}
span.cart {color: #666;border: 1px solid #C5C5C5;background: #E6E6E6 url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/cart.png) 10px 50% no-repeat;}
span.cart a {color: #666 !important;font-weight: bold !important;font-style: italic !important;}
span.camera {color: #666;border: 1px solid #C5C5C5;background: #E6E6E6 url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/camera.png) 10px 50% no-repeat;}
span.camera a {color: #666 !important;font-weight: bold !important;font-style: italic !important;}
span.doc {color: #C76E34;border: 1px solid #FFBB65;background: #FFE0B6 url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/doc.png) 10px 50% no-repeat;}
span.doc a {color: #C76E34 !important;font-weight: bold !important;font-style: italic !important;}

div.number-block1, div.number-block2, div.number-block3 {padding-left: 50px;}
div.number-block1 {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/number-1.png) 0 0 no-repeat;}
div.number-block2 {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/number-2.png) 0 0 no-repeat;}
div.number-block3 {background: url(http://www.michalwurm.com/wp-content/themes/thesis-16/custom/images/typo/number-3.png) 0 0 no-repeat;}

span.subline {display: block;font-size: 90%;margin-bottom: 5px;padding: 0px;margin-top: -15px;font-weight: bold;text-transform:uppercase;}

/*   ----  Meridian CSS End   ----    */
/*   ----  TerranTribune CSS Begin   ----    */
blockquote.quotes {
	display: block;
	background: url(/wp-content/themes/thesis-16/custom/images/typo/quote-start.png) 0 5px no-repeat;
	padding: 0px 20px 0 38px;
	margin: 20px 0;
	font-size: 120%;
	line-height: 150%;
	width: auto;
	color: #666;
	border: 0;
}

blockquote.quotes p {
	padding: 0 38px 0 0;
	margin-top: 0;
	background: url(/wp-content/themes/thesis-16/custom/images/typo/quote-end.png) 100% 100% no-repeat;
}
/*   ----  TerranTribune CSS End   ----    */