body.custom {
 margin:0;
 padding:0;
}

.custom #content_box {background-color:#Fff;}
.custom #content {background-color:#fff;}
.custom #container {
    margin:0em;
    padding:0em;
}

img {/* border style for all images */
  border: 0;
  }

.custom #header_area {background:#c13100;}
	.custom #header_area .page {background:transparent;} 
		.custom #header {border-bottom:0;}

.custom #nav {
       background-color: #c13100; 
       margin:0em;
       padding:0em; 
}

.custom #header #logo {
  font-family:Verdana;   
  color: #fff;
  font-weight:bold;
  text-decoration: none;
  font-size:75px;
}

.custom #header #logo a {
   color: #fff;
   text-decoration: none;
}

.custom #header #logo a:visited {
   color: #fff;
   text-decoration: none;
}

.custom #header #logo a:hover {
   color: #f86f88;
   text-decoration: none;
}
.custom #header #logo a:active {
   color: #fff;
   text-decoration: none;
}

.custom #header #tagline {
   color: #ffffff;
   font-family: Verdana;
   font-weight: bold;
   padding-left: 35px;
   font-size: 25px;
   padding-right:100px;
}

/*mm box*/
.custom #custom_box h2 {
 color: #ffffff;
 font-weight:bold;
 letter-spacing:1px; 
 font-variant:normal;
 background-color:#2e7b9c;
 padding:2px; 
 font-size:12px;
 text-align:center;
} 

.custom h2 {
 color:#c13100;
 font-size:22px;
 font-weight:normal; 
}

.custom h2 a {
   color: #000000;
   text-decoration: underline;
   font-size: 15px;
}
.custom h2 a:visited {
   color: #000000;
   text-decoration: underline;
}
.custom h2 a:hover {
   color: #000000;
   text-decoration: none;
}
.custom h2 a:active {
   color: #000000;
   text-decoration: underline;
}
 
.custom h3 {
   color: #c13100;
   font-weight:normal;
}


/* Make all widget headings rood*/
.custom .widget h3 {
 color: #fff;
 font-weight:bold;
 letter-spacing:1px; 
 font-family: Verdana;
 background-color:#f86f88;
 font-size:13px; 
 padding:0.2em;
 text-align:center;
}

.custom #text-502352522 {
  border: 4px solid #c13100;
}

.custom #text-502352522 h3{
  background-color:#c13100;
}

.custom .widget a {
   text-decoration: none;
   font-weight:bold;
   color:#f86f88;
}
.custom .widget a:visited {
   text-decoration: none;
   color:#f86f88;
}
.custom .widget a:hover {
   text-decoration: underline;
   color:#f86f88;
}
.custom .widget a:active {
   text-decoration: underline;
   color:#f86f88;
}



/* Specify bottom padding on all widgets */
.custom li.widget {
 padding-bottom: 15px;
}

/* Specify bottom margin on all widgets */
.custom li.widget {
 margin: 0.2em;
}

.headline_area h1 {
 color:#c13100;
 font-size:22px;
 font-weight:normal; 
}

/* search box in navigation*/

.custom .search{
 width:21em;
 margin-left:77em;
 margin-top:-2em;
 border:1px solid #c13100;
}

.custom .nav_container {
 width: 78%; 
}

.custom div.nav_container #s {
 font-size:1.3em;
 padding:0.5;
 width:15.385em;
}



div#feature_box {background:#fff;}

*To CREATE WIDGETS  paste in custom.css file***/
.custom #widgetname ul.sidebar_list li.widget h3 {text-indent:0; padding-top:0.2em; color:#111; font-size:15px; font-family:georgia; background:none;}
.custom #widgetname ul.sidebar_list { margin:0em;}
.custom #widgetname ul.sidebar_list li.widget  {font-size:1em;}
.custom #widgetname { width:7em; float:right; }







*
/*
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. 
	.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/
*/































































































































































































































































