/*







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"&gt;. 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 { border-bottom: 3px solid #D33521;   /* 10.23.09 New Tricks changed from #CC0000  */ height: 250px; padding-top: 0px; padding-bottom: 20px;   /* 10.23.09 New Tricks changed from 0px */ margin-bottom: 20px;   /* 10.23.09 New Tricks added */ margin-top: 0px;    /* 10.23.09 New Tricks added */ background: url(http://www.50on50.us/wp-content/uploads/2009/10/Micheal-Schulder-50on50-Header.png) top left no-repeat; position: relative; top: -35px; margin-bottom: -20px; }

.custom #archive_info p { display:none;}

.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #111111;   /* 10.22.09 New Tricks changed from CCC  */ border: 1.3em solid #111111;   /* Outside border */ }



/* Header from Widget Me plugin */







.custom #sidebar_header { width: 468px; float: right; margin-top: -82px; padding-right: 11px; }



.menu a { text-transform: uppercase; letter-spacing: 2px; margin: 0px 0px 0px 10px; } /* 10.23.09 New Tricks added padding  */



/* 10.23.09 New Tricks added section for sidebar color  */







.custom #content_box { background-color:#efefef; }

 10.23.09 New Tricks changed from c6c6c6 */ 

/*.custom #content_box {background:none;}   10.25.09 New Tricks - Removes border before sidebar */







.custom #content {

 background-color:#efefef;

}



.custom #content li { padding-bottom:10px; }   /* 10.25.09 Add space between list items  */



/* 10.23.09 New Tricks/sea added section for sidebar bold font  */







.plarge { color: #333333; font-weight: bold; font-family: Helvetica; font-size: 14px; text-align: center; }



/* Featured Post Formatting */







.custom #my-feature-box { background: #EFEFEF url(http://www.50on50.us/wp-content/uploads/2009/10/MS-50-black.png) top left no-repeat; }



/*font-family: Helvetica,Arial,sans-serif; color: #222222; background: #555555; padding: 22px 15px 22px 15px; }  */







/* 10-27 Sea changed bottom margin from 15 to 0 */  







.custom #my-feature-box h2 { font-size: 2.2em; margin: 0 0 0px 0; }



.custom #my-feature-box h2 a { color: #ffffff; font-weight:bolder; text-decoration: none; }



.custom #my-feature-box h2 a:hover { color: #ffffff; }



.custom #my-feature-box p { font-size: 1.4em; font-weight:bolder; color: #ffffff; line-height:1.571em; text-align: justify; }



/* 10-27 Sea changed top padding from 22 to 0 */  







.custom #my-feature-box .featurereadmore { padding: 0px 0 0 0; }



.custom #my-feature-box .featurereadmore a { font-size: 14px; text-decoration: none; }

 */ 









/* 10.23.09 New Tricks Added for Custom box above first post  */







.custom .mymmbox {

 width: 91em;

 height: 20em;

 border: 1px solid margin-left: 2em;

 margin-bottom: 2em;

}



/* Create Footer Border */







.custom #footer { border-top: 3px solid #D33521;   /* 10.22.09 New Tricks changed from CCC  */ }



/* Footer from Widget Me plugin */







.custom #content_footer { margin: 15px; text-align: center; }



/* Home Page Featured Content Slider */







.hfeed #feature_box { padding: 5px 0px; /*	background: #FFFFFF;    10.22.09 New Tricks changed from CCC  */ border: none; }



.sidebar h3 { color: #FFFFFF; background: #D33521;   /* 10.22.09 New Tricks changed from CCC  */ display: block; padding: 2px 5px; /* 10.22.09 New Tricks added the following  */ letter-spacing:1.6px; font-family:"Arial Black", "Arial Bold", Arial, sans-serif; font-size:1.0em; }



.sidebar h3 a { color: #FFFFFF; background: #D33521;   /* 10.22.09 New Tricks changed from CCC  */ display: block; padding: 0px 1px; text-align: left; }



.sidebar h3 img { float: right; padding: 0px; }



.sidebar ul { padding: 2px 5px; }



.side-holder { height: 1090px; overflow: auto; border: 0px solid #fff; }



.sidebar li { padding: 2px 2px;    /* 10.25.09 New Tricks indents sidebar list items  */ }



.custom li.widget { margin-bottom: .6em; }

.side{ list-style: none; text-decoration: none;}

.side li{ list-style: none; text-decoration: none; display:block; clear:both; margin-bottom: 18px;}

.side_image { float: left; border: 1px #DDD solid; padding: 3px; margin-right: 5px;}

.custom .textwidget  li {     /* 10.25.09 New Tricks added to display bullets in sidebar  */ list-style-image:url('http://www.50on50.us/wp-content/themes/thesis_16/lib/images/bullet.gif'); margin: 0px 0px 0px 10px }



.under_content h3 { color: #FFFFFF; background: #D33521;   /* 10.22.09 New Tricks changed from CCC  */ }

 display: block;

 padding: 2px;

 text-align: center;

 width: 500px;

 float: left;

}









.under_content ul, .sidebar_footer ul, .sidebar_header ul { list-style: none; }



.under_content_list .textwidget { padding: 5px 0px; width: 500px; float: left; }



.teaser .teaser_author { font-style: normal; }



.custom .format_teaser { text-align: justify; }  /* 10.25.09 New Tricks added to justify teaser text */



.post_box { border:1px; border-color: 222222; }



.custom #page {      /*  10.24.09 New Tricks Added */ /* rounded corners */ -moz-border-radius: 20px; -webkit-border-radius: 20px; }



.custom #container {      /*  10.24.09 New Tricks Added */ /* rounded corners */ -moz-border-radius: 20px; -webkit-border-radius: 20px; }



/*---------------------------------*/







/* WIDGETIZED FOOTER               */







/* Mike Nichols - October 17, 2009 */







/*---------------------------------*/















/* footer widget area setup */







#footer_setup { /* widgetized footer background (not footer background) */ background: #EEEEEE; /* widget padding */ padding: 16px; /* margin at bottom of widgets */ margin-bottom: 25px; /* do not change this! */ overflow: hidden; }



/* widget item setup */







#footer_setup .footer_items { /* contents alignment */ text-align: left; /* widget width */ width: 250px;               /* 10.24.09 New Tricks changed from 210px  */ /* space between widgets */ padding-right: 30px;       /* 10.24.09 New Tricks changed from 10px  */ /* text color */ color: #2361A1; /* do not change these! */ display: inline-block; float: left; height: 100%; }



/* widget item headers*/







#footer_setup .footer_items h3 { /* font size */ font-size: 1.8em;   /* 10.24.09 New Tricks changed from 1em  */ /* bold or not */ font-weight: bold; /* uppercase or not */ text-transform: uppercase; /* space out the letters*/ letter-spacing: 0px; /* font color*/ color: #000000; /* padding under header text */ padding-bottom: 5px;    /* 10.24.09 New Tricks changed from 3px  */ /* border under header text */ border-bottom: 3px solid #D33521;  /* 10.24 New Tricks changed from #ffdf00  */ /* distance between border and widget text */ margin-bottom: 5px; }



/* do not change these! */







#footer_setup .footer_items ul li { list-style: none; }



#footer_setup .footer_items ul { margin: 0px; padding: 2px 5px; }   /* 10.24.09 New Tricks changed from padding 0px */



#footer_setup .footer_items a { color: #222222; } /*   10.24.09 New Tricks added  */



.sidebar input[type="submit"] { 


/* 11.15.09 New Tricks Commented out







/* Home Page Featured Content Slider */







.hfeed #feature_box {

 padding: 15px 0px;

 background: #FFFFFF;

}

 */


