/*
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/
*



/

/* Added by Spider Web Werx for Multimedia Box Control */
  #sww_outerContainer
  {
    width: 399px;
    margin: auto;
    background-color: #F4FAD3;
  }
  #custom_box
  {
    background-color: #F4FAD3;
  }


  .sww_linkHold
  {
    float: left;
    height:125px;
    width: 125px;
    margin: 1px;
    border: 3px solid #F4FAD3;
  }

  .sww_linkHold_hover
  {
    float: left;
    height:125px;
    width: 125px;
    border: 3px solid #41150C;
    margin: 1px;
  }

  .sww_topic
  {
    height:50px;
    width: 180px;
    margin: 1px;
    border: 3px solid #F4FAD3;

  }

  .sww_topic_hover
  {
    height:50px;
    width: 180px;
    border: 3px solid #41150C;
    margin: 1px;
  }


 .custom #header_area{ display: none; }
 .custom #title_area { background: none; padding: 1em 0; border-bottom: none; }
.custom #header {
    /*border-bottom: 3px double #fff; clear: both;*/
    width: 100%;
    background-color: #F4FAD3;
    border-bottom: none;
    clear: both;
    background-image: url(images/banner.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 0px;
    height: 142px;
    margin-top: 0px;
}

 .custom #header #logo { display: none; }
 .custom #header #tagline { display: none; }
 .custom #content { margin: none; }
 .custom #container{
     width: 1000px;
     margin: 0 auto;
     background-color: #F4FAD3;
     border-left: 3px solid #DFB965;
     border-right: 3px solid #DFB965;
 }
 body { background: #41150C; color: #111; font-size: 62.5%; }
* { padding: 0; margin: 0; }

 #page {
    padding: 0;
}

#tabs{
    width: 100%;
    background-color: #D4E9D9;
    line-height: 1.2em;
    padding-bottom: 2px;
    border-width: 0px;
}

#tabs { list-style: none; border: 1px solid #DFB965; border-width: 0 0 1px 1px; }
ul#tabs li a { font-size: 1.1em; background-color: #D4E9D9;color: #5c400f;border-color: #DFB965;}
#tabs li { float: left;border-color: #DFB965; }
#tabs .current_page_item, #tabs .current-cat {border-color: #DFB965;padding-bottom: 0px;border-bottom:0px  }
#tabs a {border: 0px 0px 0px 0px; display: block; line-height: 1.2em; color: #111; text-transform: uppercase; letter-spacing: 2px; }
#tabs a:hover { border: none;color: #111;background-color:#B2D3BA; }
#tabs .current_page_item a, #tabs .current-cat a { border: none;cursor: text;border-color: #DFB965; }
#tabs .current_page_item a:hover, #tabs .current-cat a:hover {border: none; text-decoration: none;border-color: #DFB965; }
#tabs .rss { border: none;padding-right: 0; background: none; border: none; float: right; }
#tabs .rss a { border: none;padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }


/*This is the feature box style */
#feature_box { background: #F4FAD3; border-bottom: none; }
#sww_feature_box{
    /*width: 98%;*/
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 10px;
    font-family: Arial;
    font-size: 13px;
    text-align: left;
    border: 1px solid #DFB965;
    background-color: #EFF1A8;
    padding: 10px;
}

