/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* Custom styles */
@import "custom.css";

/*>>>>> PRE <<<<<*/
pre {
        font-family: Trebuchet, Verdana, Sans-serif;
	font-size: 12px;
}

/*>>>>> PRE END <<<<<*/

/*>>>>> NEW SUBHEADING <<<<<*/

.subhead1{
   font-size: 18px;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
     margin: 10px 0px 0px 0px;
}
.subhead2{
   font-size: 14px;
   font-weight: bold;
    font-family: arial, helvetica, sans-serif;
     margin: 10px 0px 0px 0px;
}
.subhead3{
   font-size: 14px;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
     margin: 10px 0px 0px 0px;
       color: #848484;
}
.subhead4{
   font-size: 16px;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
     margin:0px 0px 0px 0px;
     padding: 0px; padding-bottom: 0px; padding-left: 0px; 
}
/*>>>>> NEW SUBHEADINGS END <<<<<*/

/*>>>>> NEW phatlit magazine <<<<<*/

#print_logo {display:none;}

.litmag-body{
    font-size: 14px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
.litmag-toc{
    font-size: 12px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
.litmag-title{
	font-size: 24px;
	font-weight: bold;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#666666;
}
.litmag-footer{
        font-size: 10px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
/*>>>>> phatlit magazine END <<<<<*/

#searchbox {position:absolute; right:0; top:90px;
	color: #fff;
	background: url(styles/grey_yellow/searchbg.jpg) no-repeat left top;
	width:202px;
	height:20px;
	padding:8px;
}
#searchbox input {background:transparent; border:none; color:white; font-weight:bold; font-size:105%; font-family:Trebuchet,Verdana,Sans-serif; width:173px;}
#searchbox button {text-indent:-999em; width:19px; border:none; height:18px; background:transparent;}


/* Accordian Menus */

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;

}

.AccordianContent li {line-height:110%; padding:0 !important; margin:4px 0 !important;}

.AccordionTitle
{
  height:20px;
  cursor:pointer;
  font-weight:bold;
  -moz-user-select:none;
  clear:right;
  border-bottom:1px solid #ddd;
}

#Accordion3Content { z-index:9999; width:180px !important; height:300px !important; background-color:#eeeeee;}

.darrow {background:url(img/darrow.gif) no-repeat right center;}

.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none;
}

.AccordionContainer {
}

.AccordionContent {}


/*>>>>> NEW Boxes <<<<<*/

.box-outer {
  width: 425px;
  height:233px;
  background:#333;
  }
.box {
  position:relative;
  top:-3px;
  left: -5px;
  width:425px;
  height:230px;
  background:#ffff66;
  }
.box-text {
  margin: 1em 1em;
  padding: 1em 0em;
  font-size: 12px;
  font-family:"Arial Black", Helvetica, sans-serif;
  }

/*>>>>> Setup and Reset <<<<<*/

body  {
	font-family: Trebuchet, Verdana, Sans-serif;
        background: #ffffff url(http://phatitude.org/online/wp-content/themes/thestation/img/bkgd.jpg) repeat-x top left;
	font-size: 12px;
	line-height: 1.5;  /*unitless for proper inheritance*/
}

#featured.slider  {
	height: 300px;}

#slider .scroll { height: 320px;}
