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

/* --- COLOR GUIDE --- */
/* #4ebaff - blue  */
/* #ff5d3b - red   */
/* #f8f9fb - grey  */
/* #9fc54e - green */
/* #f78f1e - orange */

.custom h3.pages {display:block; border-bottom:1px solid #ddd; font-size:20px; color:#444;}
.custom .comments_closed p {display:none;}


/* --- HEADER --- */

.custom #header_area .page {background:#fff; padding:0;}
.custom #header {padding:0px; border:0; height:0; text-indent: -9999px; margin:0px 0px 0px 0px;}

/* No Logo in Header */
.custom #header #logo a {height:0;text-indent: -9999px;}

/* Hide Tagline */
.custom #header #tagline { text-indent: -9999px; height:0;}


/* --- NAVIGATION --- */

.custom ul#tabs {border:none; margin:26px 0 0 0px; font-size:11px;font-weight:bold; float:left; padding:0;width:789px;}
.custom ul#tabs li {border:none; background:none; float:right;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:none; display:block;}
     .custom ul#tabs li a {color:#3e3e3e; text-transform:lowercase; letter-spacing:1px;display:block; letter-spacing:0px;}
     .custom ul#tabs li a:hover {color:#2fc2ef; text-decoration:none;display:block;}
     .custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a:hover {cursor:default; color:#3e3e3e; display:block;}
	.custom ul#tabs li.rss { padding-right: 0; background:none; border:none; float:right;}
		.custom ul#tabs li.rss a { padding-right:16px; background:url('images/icon-rss.gif') 100% 50% no-repeat;}

/* Logo Embedded in Nav Instead of Header */
.custom #logo-img {float:left; margin:30px 0px 10px 0px;}


/* --- HOT LINKS --- */

.custom #hot_links {margin:0px; padding:8px 10px 5px 5px; float:right; width:324px; background:#f6f6f6; -moz-border-radius:0 0 .5em .5em; border:solid #ddd; border-width:0 1px 1px 1px;}

.custom form#cse-search-box {float:left; background:transparent;}
.custom form#cse-search-box textarea {font-size:12px; border:2px solid #ddd;}
.custom form#cse-search-box input {font-size:12px;border:2px solid #ddd;}

.custom ul#hot {list-style:none; font-weight:bold; margin:0px 0 0 0px;}
.custom ul#hot li {border:none; background:none; float:right; padding:0 25px; color:#999; font-size: 14px;}
.custom ul#hot li.current_page_item, .custom ul#tabs li.current-cat {background:none; display:block;}
     .custom ul#hot li a {color:#999999; display:block; text-decoration:underline;}
     .custom ul#hot li a:hover {color:#4ebaff; text-decoration:underline; display:block;}
     .custom ul#hot li.current_page_item a, .custom ul#hot li.current-cat a:hover {cursor:default; color: #3e3e3e;display:block;}





.custom #officeleft {float:left; width:490px; background:#fff; border-top:1px solid #ddd; border-left:1px solid #ddd; padding:8px 0; margin-bottom:20px;}
.custom #officeright {width:184px;float:left; background:#fff; border-top:1px solid #ddd; border-left:1px solid #ddd; padding:8px 0; margin-bottom:20px;}

.custom ul#office {border:none; margin:0px 0 0 20px; font-size:8pt;font-weight:normal; float:left; padding:0; width:100%;list-style-type:none;}
.custom ul#office li {border:none; background:none; list-style-type:none; font-size:16px;}
.custom ul#office li.current_page_item, .custom ul#office li.current-cat {background:none;}
.custom ul#office li a {color:#3e3e3e; text-transform:lowercase; letter-spacing:1px; letter-spacing:0px; padding:5px; -moz-border-radius:5px;}
.custom ul#office li a:hover {background:#9fc54e; color:#fff; text-decoration:none;}
.custom ul#office li.current_page_item a, .custom ul#office li.current-cat a:hover {cursor:default; color:#3e3e3e;}

.custom ul#office ul {list-style:none;margin-top:10px;}
.custom ul#office ul li {font-size:12px;display:inline;float:left; text-align:center;display:block; padding-right:20px;}






/* --- HOME PAGE --- */

.custom.home #page {padding:0;}
.custom.home .full_width .page {padding:0px; background:#fff; -moz-border-radius:0;}
.custom.home #content_box {padding:0; margin:0px; background:#fff; width:960px;}
.custom.home #column_wrap {width:960px; background:#fff;}
.custom.home #content {background:#fff; width: 960px; margin:0; padding:0;}
.custom.home #sidebar_1 {display:none; width:0;}
.custom.home #sidebars {display:none !important;}
.custom.home #sidebar_2 {display:none;width:0;}
.custom.home #breadcrumb {display:none;}

.custom #slideshow {list-style:none; color:#fff;}
.custom #slideshow span {display:none;}
.custom #wrapper {width:960px; margin:0px auto; display:none; padding:0;}
.custom #wrapper * {margin:0; padding:0;}
.custom #fullsize {position:relative; width:958px; height:300px; padding:0px; border:1px solid #ddd; background:#000;}
.custom #information {position:absolute; bottom:0; width:958px; height:0px; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70); padding:0;}
.custom #information h3 {padding:10px 10px 0px 10px; font-size:26px; font-weight:bold;}
.custom #information p {padding:0px 10px 20px 10px; font-size:16px;}
.custom #image {width:958px;}
.custom #image img {position:absolute; z-index:25; width:auto;}
.custom .imgnav {position:absolute; width:4%; height:306px; cursor:pointer; z-index:150;}
.custom #imgprev {left:0; background:url(images/left.gif) left center no-repeat;}
.custom #imgnext {right:0; background:url(images/right.gif) right center no-repeat;}

/* Note: In imglink, you need to add background #fff and change opacity and filter:alpha to 0 for the links to work in IE.  However, you will lose sight of the link image itself. */
.custom #imglink {position:absolute; height:306px; width:100%; z-index:100; filter:alpha(opacity=0); opacity:0; background:#f6f6f6;}
.custom .linkhover {background:url(images/link.gif) center center no-repeat;}
.custom #thumbnails {margin:2px 0 0px 0;}
/*.custom #slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222;}*/
/*.custom #slideleft:hover {background-color:#333;}*/
/*.custom #slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat;}*/
/*.custom #slideright:hover {background-color:#333;}*/
.custom #slidearea {float:right; position:relative; height:36px; width:272px; overflow:hidden;}
.custom #slider {position:absolute; left:0; height:36px;}
.custom #slider img {cursor:pointer; border:1px solid #ddd; padding:1px;}

.custom #section2 {width:958px; padding:15px 0 15px 0; margin:15px 0 0 0; height:100%; float:left; border:1px solid #ddd; -moz-border-radius:1em; background:#f6f6f6;}
.custom #section2 h3 {font-size:16pt !important; font-weight:bold; color:#3e3e3e;}
.custom #section2 h3 a {}
.custom #section2 h3 a:hover {color:#4ebaff; text-decoration:none;}
.custom #section2 a {color:#3e3e3e; font-weight:bold;}
.custom #section2 a:hover {color:#4ebaff; text-decoration:underline;}


.custom #s2a {width:277px; height:260px; margin:0 0 0 15px; background:#fff url(http://leveragen.com/images/metiix.jpg) right bottom no-repeat; float:left; -moz-border-radius:.5em; padding:10px; border:1px solid #ddd; font-size:16px;}
.custom #s2a ul {padding-top:.8em;}
.custom #s2a ul li {margin-left:1em; font-size:16px; }
.custom #s2a a {color:#2fc2ef;}
.custom #s2a p {margin:.5em 0em;}

.custom #s2b {width:277px; height:260px; margin:0 0 0 15px; background:#fff url(http://leveragen.com/images/digilibe.jpg) right bottom no-repeat; float:left; -moz-border-radius:.5em; padding:10px; border:1px solid #ddd; font-size:16px;}
.custom #s2b ul {padding-top:.8em;}
.custom #s2b ul li {margin-left:1em; font-size:16px; }
.custom #s2b a {color:#2fc2ef;}
.custom #s2b p {margin:.5em 0em;}

.custom #s2c {width:277px; height:260px; margin:0 15px 0 15px; background:#fff url(http://leveragen.com/images/twitter_logo.jpg) right bottom no-repeat; float:left; -moz-border-radius:.5em; padding:10px; border:1px solid #ddd;}
.custom #s2c a {font-size:16px; color:#2fc2ef;}


/* --- TWITTER ON HOME --- */
.custom h3#twitter_title {border:0;}
.custom #twitter_div {padding:1em 0em;}
.custom p#twitter_div {border:none; font-size:14px;}
.custom #twitter_div span {display:block; font-size:16px;}
.custom #twitter_div li {list-style:none; border:0; padding:0;background:transparent;}
.custom #twitter_div a {color:#2fc2ef;display:inline;background:transparent;}
.custom #twitter_div a:hover {text-decoration:underline; background:transparent;}
	    
.custom p#twitter_div_followme {font-size:14px; line-height:1.65em;padding:0;}
.custom p#twitter_div_followme a {text-decoration:none; font-weight:bold;}
.custom p#twitter_div_followme a:hover {text-decoration:underline;}
.custom p#twitter_div_followme img {float:right; margin:0px 0px 0 0;}
.custom span.twitter_div_follow {font-size:1.65em; color:#ccc;}


/* --- S2C TWITTER --- */



/* --- S2C LATEST BLOG POSTS ---
.custom #s2c {width:277px; height:260px; margin:0 15px 0 15px; background:#fff; float:left; -moz-border-radius:.5em; padding:10px; border:1px solid #ddd;}
.custom #s2c p {font-size:16px; color:#666;}
.custom #s2c a {font-size:16px; font-weight:normal; color:#3e3e3e;}
.custom #s2c a:hover {}
.custom #s2c h3 a {font-weight:bold; color:#3e3e3e; font-size:16pt;}
.custom #s2c h3 a:hover {color:#4ebaff; text-decoration:none;}
*/












/* --- PAGE STRUCTURE --- */

.custom #page {padding:0;}
.custom .full_width .page {background:#4ebaff; padding:0px 0px 40px 0px; -moz-border-radius:1em;}
     .custom #content_box {padding:0px; margin:0 0 0 20px; background:#fff; width:890px; -moz-border-radius:.5em .5em .5em .5em;}
          .custom #column_wrap {background:#fff; width:680px; -moz-border-radius:.5em 0 0 .5em;}
               .custom #content {background:#fff; /*width:560px;*/ width:680px; -moz-border-radius:.5em 0 0 .5em; min-height:500px;}


/* --- BREADCRUMB --- */

.custom #breadcrumb {color:#fff; margin:0; padding:10px 0px 19px 20px; position:relative; float:left; width:939px; background:#4ebaff; font-size:11px; font-family:arial; -moz-border-radius:1em 1em 0 0; text-transform:lowercase;}
.custom #breadcrumb a {color:#fff;}
.custom #breadcrumb a:hover {text-decoration:underline;}


/* --- CUSTOM TEMPLATE STYLE FOR SECONDARY PAGES [SIDEBAR_1 ONLY] --- */
.custom #column_wrap.cts {background:#4ebaff; width:890px;}
.custom #content.cts {background:#fff; width:720px; margin:0; padding:0;-moz-border-radius:.5em;} 



/* --- SIDEBAR 1 --- */

/* --- Note: you can control individual widgets by calling for them specifically 
       ex) .custom #sidebar_1 #pages {css properties here} --- */

/* hide widget titles in sidebar 1 */
.custom #sidebar_1 h3 {display:none;}

.custom #sidebar_1 {display:block; width:170px !important;margin:50px 0 0 0;}
.custom #sidebars {width:210px;}
.custom #sidebar_1.sidebar ul.sidebar_list {display:block;font-weight:bold;padding:0;font-size:12px; text-indent:10px;letter-spacing:0;}

/* add widget css here?  ccff00 */

.custom #sidebar_1.sidebar ul.sidebar_list li {display:block; line-height:40px;margin:0px; color:#4ebaff;text-align:right;padding:0 15px 0 0;}
.custom #sidebar_1.sidebar ul.sidebar_list li a {display:block; color:#fff;}
.custom #sidebar_1.sidebar ul.sidebar_list li a:hover {text-decoration:none;background:#4ebaff; color:#ccc;}
.custom #sidebar_1.sidebar ul.sidebar_list li.current_page_item {background:#fff; color:#999;}
.custom #sidebar_1.sidebar ul.sidebar_list li.current_page_item a {background:#fff; color:#999;}
.custom #sidebar_1.sidebar ul.sidebar_list li.current_page_item a:hover {text-decoration:none; background:#fff;}


/* --- SIDEBAR 2 --- */
.custom #sidebar_2 {display:block; width:210px !important;font-family:arial;padding:0px;margin-top:22px;font-size:11px;}
.custom #sidebar_2.sidebar ul.sidebar_list {display:block; background:#fff; padding:0px;margin:0; border:0;}
.custom #sidebar_2.sidebar ul.sidebar_list li {display:block; padding:0; margin:0;}
.custom #sidebar_2.sidebar ul.sidebar_list li a {display:block; background:#fff; color:#999; padding:0 0 0 2px;}
.custom #sidebar_2.sidebar ul.sidebar_list li a:hover {text-decoration:none; background:#f1f1f1; margin:0px 20px 0px 0;}
.custom #sidebar_2 h3 {font-weight:bold; color:#fff; background:#9fc54e; margin:10px 20px 0px 0; text-transform:lowercase; padding:10px 0 0 5px;font-size:16px;}


/* --- FOOTER --- */
.custom #footer_area .page {background:#fff;}
.custom #footer {color:#999999; margin:2em 0 2em 0; font-size:8pt; border:none; text-align:left;}

.custom #footer a:hover {color:#4ebaff; border:0; text-decoration:underline;font-weight:normal;}
.custom #footer a {border:0px; font-weight:normal; text-decoration:underline;}


/* --- NO SIDEBARS TEMPLATE --- */
.custom .no_sidebars #content {width:888px;margin:0; padding:0; background:#fff;-moz-border-radius:.5em;}
.custom .no_sidebars .post_box {margin:0 20px 0px 20px;}
.custom .no_sidebars #commentform textarea {padding:0; border:dotted #bbbbbb;border-width:1px 1px 0 1px;}
.custom .no_sidebars #commentform p.allowed {padding:0; border:1px dotted #bbbbbb;}


/* --- PAGE SPECIFIC CSS: TESTING [SIDEBAR_1 ONLY] --- */
.custom.testing #column_wrap {background:#4ebaff;width:890px;}
.custom.testing #content {background:#fff; width: 720px; margin:0 0 0 0; padding:0;-moz-border-radius:.5em;}
.custom.testing #sidebar_1 {display:block; width:170px !important;}
.custom.testing #sidebars {display:none !important;}
.custom.testing #sidebar_2 {display:block; width:0 !important;}

/*.custom.testing #page {padding:0;}*/
/*.custom.testing .full_width .page {background:#a9b92b; padding:20px 0px 40px 0px;}*/
/*.custom.testing #content_box {padding:0; margin:0 0 0 20px; background:#fff; width:590px;}*/


/* --- TEASERS --- */
.custom .teasers_box {border:none; padding:0; width:635px;}
.custom .teaser {float:left; width:100%; margin-bottom:25px;}
.custom .teaser_right {float:left; width:100%;}
.custom .teaser .format_teaser p {margin:0 0 0 0px;}
.custom .format_teaser entry-content {}
.custom .teaser a.teaser_link {margin:-12px 0 0 0px;}

.custom .teaser h2 {display:block;}
.custom .teaser h2 a {background:#3e3e3e;display:block;color:#fff;}
.custom .teaser h2 a:hover {}


/* --- BLOG FORMATTING --- */

/* Leave a Comment Message on Single Post */
.custom #respond {width:495px;}

.custom #comments {width:515px;margin:0 0 0 20px;}


.custom.sitemap #comments {display:none;}


/* --- CONTACT --- */
/*.custom.contact .no_sidebars .post_box {margin:0em 1.5em;}*/
.custom.contact .format_text {}
.custom.contact .cwrapper {background:#fff; margin:0; overflow:hidden;}
.custom.contact .post_box {border:0; padding:0;}
.custom.contact #content {margin:0; background:#fff; -moz-border-radius:1em;}
.custom.contact #content_box {background:#fff; -moz-border-radius:1em;}
.custom.contact #formwrapper {float:left; margin:0 25px 25px 0px; padding:1em; width:40%; background:#fff; border:2px solid #ddd; -moz-border-radius:.5em;}
.custom.contact #contacttext {float:left; font-size:16px; line-height:22px; width:51.5%; margin:0; padding:0;}
.custom.contact label {color:#4ebaff; clear:left; display:block; float:left; font-size:18px; margin:0 10px 0 0; padding-bottom:15px; text-align:right; text-transform: lowercase; width:26%;}
.custom.contact input {display:block; float:left; margin-bottom:15px; padding:3px; width:65%; background:#f6f6f6;}
.custom.contact .headline_area h1 {margin:1em 0 0 0em;}

.custom p.required {color:#4ebaff; font-weight:bold; float:right; margin-right:1.5em; margin-top:-.5em;}


.custom.contact textarea {width:65%; height:120px; margin:0 0 -.5em 0; background-color:#f6f6f6; padding:3px;}
.custom.contact .sendbutton {border: 1px solid #ddd; background: #4ebaff; color:#fff; font-weight:bold; width:70px; margin:0 0 0em 8em;}
.custom.contact .sendbutton:hover {border: 1px solid #ddd; background:#fff; color:#4ebaff;}

.custom .wpcf7-mail-sent-ok, .custom .wpcf7-validation-errors, .custom .wpcf7-spam-blocked, .custom .wpcf7-mail-sent-ng {border:2px solid #ddd; background:#ebebeb;}