/*
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/
*/

/* html, body { font-size: 14px; } */

* { outline: none; }

.left { float: left; }
.right { float: right; }
.gutter { margin-right: 20px;}
.gutter_half { margin-right: 10px;}
.gutter_left { margin-left: 20px;}
.gutter_split { margin-left: 10px; margin-right: 10px;}

.col1 { width: 55px; }
.col2 { width: 130px; }
.col3 { width: 205px; }
.col4 { width: 280px; }
.col5 { width: 355px; }
.col6 { width: 430px; }
.col7 { width: 505px; }
.col8 { width: 580px; }
.col9 { width: 655px; }
.col10 { width: 730px; }
.col11 { width: 805px; }
.col12 { width: 880px; }
.col_set { overflow: auto; height: 100%;}
.pad_sides { padding-left: 40px; padding-right: 40px; }
.gutter_above { margin-top: 2em; }
.custom { font-size: 90%; } 

.grey { background: #ccc; }

.custom h1, .custom h2, .custom h3, .custom h4, .custom h5, .custom h6 { margin-bottom: 1em; }

.custom .socialMedia { overflow: auto; height: 100%; }
.custom .socialMedia li { float: right; display: block; margin-left: 5px;}
.custom .socialMedia a,.custom .socialMedia img { display: block; }

.custom #container { width: 960px; }
.custom #page { padding: 0; }
.custom #header { border: none; padding: 0 40px; }
.custom .logo { margin: 20px 0; }
.custom #header ul.utility_menu { padding: 5px 10px; margin-bottom: 10px; background: #008eb0; list-style: none; overflow: auto; height: 100%; font-size: 90%;}
.custom #header ul.utility_menu li { float: left; position: relative; }
.custom #header ul.utility_menu li a { display: block; padding: 5px 10px; color: #fff;}
.custom #header ul.utility_menu li a:link { color: #fff;}
.custom #header ul.utility_menu li a:hover { color: #fff; background: #58aabe;}

.custom #sidebar_1, .custom #sidebar_2 { border: none; clear: none; float: none; width: inherit; }
.custom #header ul.callout  { width: 330px;  list-style: none; font-size: 130%; float: left; }

.custom .menu { padding: 10px 40px; border: solid #ccc; border-width: 1px 0;}
.custom .menu li { }
.custom li.tab-1 a { border-left: 1px solid #ccc; }
.custom .menu a { padding: 5px 10px; background: none; border: none; border-right: 1px solid #ccc; letter-spacing: 0; text-transform: none; color: #999;}
.custom .menu li.current a { color: #000; }
.custom .menu a:hover { color: #666; }
.custom .media { overflow: auto; height: 100%; text-align: center; margin-right: -20px; }
.custom .media li { display: block; float: left; width: 205px; margin: 0 20px 20px 0;}
.custom .media li img { max-width: 205px; max-height: 205px; }
.custom #content_box { width: inherit; background: none; padding: 20px 40px; font-size: 90%; }
.custom #content { width: 655px; margin-right: 20px; float: left; }


.custom hr { height: 1px; border-top: 1px solid #ccc;}


.custom #content .format_text { font-size: 1.2em; }
/*.home-page #content .format_text { font-size: 1.4em; }*/
.custom #sidebars { width: 205px; float: left; }
.custom #sidebars ul.sidebar_list { padding: 0; }
.custom #sidebars ul.sidebar_list > li { margin-bottom: 20px; }
/*.custom.home-page #sidebars ul.sidebar_list > li { width: 205px; float: left; margin-right: 20px;}*/
/*.custom.home-page #sidebars ul.sidebar_list > li:last-child { margin-right: 0;}*/
/*.custom.home-page #sidebars { width: 430px; }*/
/*.custom.home-page #content { width: 430px; }*/
.custom #sidebars li li, .custom #sidebars .textwidget { font-size: 85%; }
.custom #sidebars h3 { color: #008eb0; padding-bottom: 5px; border-bottom: 1px solid #008eb0; margin-bottom: 1em;}
.custom #sidebars h3 a { color: #008eb0; }
.custom #sidebars a { color: #666; }
.custom .post_box { padding: 0; margin: 0; }
.custom .sidebar h3 { letter-spacing: 0; font-variant: normal; margin-bottom: 1em;}
.custom li.widget { margin: 0; }
.custom li.widget ul li { margin-bottom:0.75em; }

.custom #rss_feed { padding: 20px 40px; margin-top: 40px; border-top: 1px solid #ccc; }
.custom #rss_feed ul li { margin: 0; padding: 0; list-style: none; font-size: 120%; font-weight: bold; }
.custom #rss_feed ul li li { margin-left: 1.5em; list-style: disc; font-size: 90%; font-weight: normal; }
.custom #content table td { padding: 5px; }
.custom #featured { padding: 20px 40px; margin-top: 40px; border-top: 1px solid #ccc;}
.custom #sponsors { margin-top: 20px; margin-bottom: 40px; padding-top: 20px; border-top: 1px solid #ccc;}

.custom .headline_area { margin-bottom: 2em; }
.custom .format_text, .custom .format_text p, .custom td p { margin-bottom: 1em; }

.custom a.button { color: #fff !important; font-size: 150%; display: inline-block; -moz-border-radius :10px; background: transparent url('images/gloss.png') no-repeat scroll 50% -60px; }
.custom a.button span { display: block; padding: 10px 20px;}

.custom #sponsors ul, .custom #featured ul { list-style: none; margin-right: -20px; overflow: auto; height: 100%; }
.custom #sponsors ul li, .custom #featured ul li { display: block; float: left; margin-right: 20px;}
.custom #footer { padding: 20px 40px; background: #008eb0; border: none; margin-top: 20px;}
.custom #footer a:link, .custom #footer a:hover, .custom #footer a:visited, .custom #footer a:active { color:#fff; text-decoration: none; border-bottom: 1px solid #fff;}
.custom #sponsors ul li { width: 130px; }
.custom #featured ul li { width: 430px; }
.custom #featured img, .custom #sponsors img { margin-bottom: 10px; }

