/********************************************************************************                                                  
                          USING SF-BLUEPRINT-CSS

-Never make changes to the original Blueprint CSS files.  Overwrite them in this custom.css file.
-Not all of the css classes are listed in this file. Since Blueprint has great default classes, only overwrites and additions are listed.

For more information on BluePrint CSS, visit: http://code.google.com/p/blueprintcss/

Good luck!
********************************************************************************/


/********************************************************************************
	         Body
********************************************************************************/

body {
   background: #FFFFFF;
   background-color: #FFFFFF;
   background-position: 0px 0px;
   background-repeat: no-repeat;
}

#main {
   padding-top: 10px;
}

hr {
   background: #242424; 
   color: #242424; 
}

/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {
   font-size: 12px; 
   font-family: Helvetica Neue, Verdana, Geneva, Lucida Grande, Arial, sans-serif;
   font-weight: normal;
   text-decoration: none;
   color: #4D4D4D; 
}

h1,h2,h3,h4,h5,h6 { 
  color: #4D4D4D; 
}

h3 {
   font-weight:bold;
}

h4 {
   font-size: 12px;
   font-weight:bold;
}

li {
   list-style-position:inside
}

/* SlipFire created typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.byline{ font-size: 1em; line-height: 1em;}

.timestamp{ font-size: 1em; line-height: 1.2em;}

.commentnum{ font-size: 1em; line-height: 1.2em;}

.incategory{ font-size: 1em; line-height: 1.2em;}



/********************************************************************************
               Text Elements and Lists
********************************************************************************/

a { color: #000000;  text-decoration: none; }

/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a, .nolink, .tabbertab a, .icon, a img, #footer a {
   border: none !important;
   text-decoration:none !important;
}


a:focus, a:hover { color: #FF9722; text-decoration: none; }

h1 a, h2 a, .incategory a { color: #ffffff }

/* Removes unwanted hover decoration
***************************************/
a.nohover:hover  { background: none;}

.sidebar-cat ul {
  list-style: none;
  margin-left: 0.4em;
}

/* li { list-style: square inside url(images/bullet.gif);} */

.fancybullet li {
      list-style: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}



/********************************************************************************
                Images
********************************************************************************/

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

p img {
  float: none;
}



/********************************************************************************
                Borders
********************************************************************************/

.border-left{
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #242424;
}

.border-right{
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #242424;
}

.border-top{
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #242424;
}

.border-bottom{
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #242424;
}

div.border{
  border: 1px solid #242424;
}


/********************************************************************************
                Misc
********************************************************************************/

/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/

.box2 { 
  padding: .5em; 
  margin-bottom: .5em; 
  background: #eee; 
  border: 1px solid #ddd;   
}


/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}



/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
  height: 3px;
  margin: 0 0 1.4em 0;
}

.thin{
  height: 1px;
  margin: 0 0 0 0;
}



/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
   margin: 0px auto 0px;
   padding: 0px 0px 0px 0px;
   background: #FFFFFF;
   border-width: 1px 0 1px 0;
   border-bottom: 1px solid #242424;
   text-transform: uppercase;
   text-align: center;
   font-size: 14px; 
}
	
#navbar li {
   display: inline;
   list-style-type: none;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}
		
#navbar ul {
   margin: 0px;
   padding: 0px;
}
	
#navbar ul li a {
   color: #000000; 
   padding: 0px 8px 0px 8px;
   margin: 0px;
   text-decoration: none;
   border-bottom: none;
}

#navbar ul li a:hover, a:active {
   color: #FF9722; text-decoration: none;
}

#current_page_item a {
   text-decoration: underline;
}



/********************************************************************************
                Home Page Navigation
********************************************************************************/

#homenav {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    height: 350px;
    width: 750px;
}

#homenav a {
    position: absolute;
}

#homenav a img {
    border-style: none;
}

#hnimage {
    top: 0px;
    left: 0px;
}

#hnbar {
    top: 300px;
    left: 0px;
}

#hntab1 {
    top: 300px;
    left: 545px;
}

#hntab2 {
    top:300px;
    left: 365px;
}

#hntab3 {
    top: 300px;
    left: 185px;
}

#hntab4 {
    top: 300px;
    left: 5px;
}




/********************************************************************************
                Show Page Navigation
********************************************************************************/

#shownav {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    height: 120px;
    width: 750px;
}

#shownav a {
    position: absolute;
}

#shownav a img {
    border-style: none;
}

#snimage {
    top: 0px;
    left: 0px;
}

#snbar {
    top: 70px;
    left: 0px;
}

#sntab1 {
    top: 70px;
    left: 545px;
}

#sntab2 {
    top:70px;
    left: 365px;
}

#sntab3 {
    top: 70px;
    left: 185px;
}

#sntab4 {
    top: 70px;
    left: 5px;
}

/********************************************************************************
                Sidebar
********************************************************************************/

#sidebar h2{
   font-size: 1em;
   font-weight: bold;
   margin-bottom: .2em;
}

#sidebar a {border-bottom: none;}


/********************************************************************************
                Footer
********************************************************************************/

#footer {
   text-align: left;
   font-weight: normal;
   border-top: 1px solid #242424;
}


#shPrev a, #shNext a {
   border-bottom: 0;
}


/********************************************************************************
                About the Collective: Main
********************************************************************************/


td#collective1 { 
	width: 65%;
	vertical-align: top 
}


td#collective2 { 
	width: 35%;
	vertical-align: top;
   	border-left: 1px solid #242424;
}


/********************************************************************************
                About the Collective: Bios
********************************************************************************/


td#bio1 { 
	width: 75%;
	vertical-align: top;
	text-align: right;
}


td#bio2 { 
	width: 25%;
	vertical-align: top;
	text-align: left;
   	border-left: 1px solid #242424;
}


/********************************************************************************
                Support
********************************************************************************/

td#support1 { 
	width: 60%;
	vertical-align: top;
	text-align: right;
}


td#support2 { 
	width: 40%;
	vertical-align: top;
	text-align: left;
   	border-left: 1px solid #242424;
}



/********************************************************************************
                Home Page Loops
********************************************************************************/

td#loop1header { 
	width: 25%;
	vertical-align: top;
	text-align: center;
}

td#loop2header { 
	width: 50%;
	vertical-align: top;
	text-align: center;
}

td#loop3header { 
	width: 25%;
	vertical-align: top;
	text-align: center;
}

td#loop1 { 
	vertical-align: top;
	text-align: center;
}

td#loop2 { 
	vertical-align: top;
	text-align: center;
}

td#loop3 { 
	vertical-align: top;
	text-align: center;
}



/********************************************************************************
                Event Page Loops
********************************************************************************/

td#eventloop1header { 
	vertical-align: top;
	text-align: right;
}


td#eventloop1 { 
	vertical-align: top;
	text-align: left;
}


td.nav-previous { 
	text-align: left;
}


td.nav-next { 
	text-align: right;
}


/********************************************************************************
                Production Notices
********************************************************************************/
td#prodhead1 { 
	width: 65%;
	vertical-align: top;
	text-align: right;
}

td#prodhead2 { 
	width: 35%;
	vertical-align: top;
	text-align: left;
}

td#prod1 { 
	width: 30%;
	vertical-align: top;
	text-align: right;
}

td#prod2 { 
	width: 25%;
	vertical-align: top;
	text-align: center;
   	border-left: 1px solid #242424;
}

td#prod3 { 
	width: 45%;
	vertical-align: top;
	text-align: left;
   	border-left: 1px solid #242424;
}


/********************************************************************************
                Sidebar
********************************************************************************/

td#sbleft { 
	vertical-align: top;
	text-align: left;
}

td#sbcenter { 
	vertical-align: top;
	text-align: center;
}

td#sbright { 
	vertical-align: top;
	text-align: right;
}