/*
Theme Name: Folio Elements
Theme URI: http://www.press75.com/
Description: The Folio Elements WordPress theme by Jason Schuller and Press75.com. Detailed usage instructions for this theme can be found at <a href="http://www.press75.com/folio-elements-setup-usage/">http://www.press75.com/folio-elements-setup-usage/</a>.
Version: 1.2
Author: Jason Schuller
Author URI: http://www.thesevenfive.com/

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.thesevenfive.com

The CSS, XHTML and design are all Copyright 2009 Circa75 Media, LLC: Modded to death by Chris @314media.com
*/


#bottom {
width: 1140px;
height: 150px;
margin: 25px 0 0 0;
line-height: 1em;
float: right;
z-index:100;
}


/* begin the basics */
html, body {
scrollbar-base-color:#070707;
font-size: 12px; /* Resets 1em to 10px */
font-family: Arial, Helvetica, sans-serif;background: url(images/bg.jpg) top center no-repeat;
color: #868686;
margin: 0;
padding: 0;
}

h1, h2, h3 {
font-weight: normal;
}

h1 {
font-size: 4em;
text-align: center;
color: #030303;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.3em;
margin: 0;
padding: 0;
}

a:link, a:visited {
color: #EBEBEB;
text-decoration: none;
}

a:hover {
color: #868686;
}

a {
outline: none;
}

img {
border: none;
}

#wrapper {
width: 1140px;
margin: 0px auto;
overflow: show;
}
/* end the basics */

/* begin site header */
#header {
width: 1140px;
height: 40px;
padding: 175px 0 0 0;
line-height: 1em;
float: center;
}

#header p {
margin: 0;
padding: 0;
}

#tagline {
float: left;
color: #EBEBEB;
margin: 10px 0 0 85px;
}

#author {
color: #868686;
font-size: 10px;
}

#author a:link, #author a:visited {
color: #868686;
}

#author a:hover {
color: #EBEBEB;
}

#pages {
float: left;
font-size: 1.3em;
list-style: none;
margin: 10px 35px 0px 55px;
padding: 0;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;


}

#pages li {
float: center;
display: inline;
margin: 25px 0 0 75px;
}
/* end site header */

#facebox h2 {
    margin: 0;
    padding: 0;
}
.facebox h3 {
margin: 0;
padding: 0;
}

.facebox p {
margin: 0 0 10px 0;
}

.facebox h3 {
color: #EBEBEB;
}

/* begin content slider */
#content .carousel  {
position: relative;
background-color: #000000; 
}

#content .main {
margin: 0;
}

#content .carousel a.prev {
display: block;
position: absolute;
width: 100px;
height: 575px;
background: url("images/previous.png") no-repeat 0 0;
top: 95px;
left: 0;
z-index: 10000;
}

* + html #content .carousel a.prev  {
top: 5px;
}



#content .carousel a.next {
display: block;
position: absolute;
width: 90px;
height: 575px;
background: url("images/next.png") no-repeat 0 0;
top: 95px;
right: 0;
z-index: 10000;
float: right;
}

#content .carousel .rotate {
float: left;
margin: 0 0 0 0;
position: relative;
visibility: hidden;
left: -5000px;
}

#content .carousel ul {
margin: 0;
}

#content .carousel li img {
width: 360px;
height: 400px;
}

#content .carousel li {
width: 360px;
height: 600px;
margin: 0 10px 0 10px;
background-color: #000000;
}

#content .widget img {
cursor: pointer;
}

.intro {
margin: 0;
padding: 0 5px 10px 0;
}

.intro p {
margin: 0;
}

.intro h3 {
margin: 20px 0 1px 0;
font-size: 15px;
}

.entry {
padding: 5px 0;
}

.entry img {
padding: 2px 0 10px 15px;
}

.video {
width: auto;
text-align: center;
margin: 8px 0 -10px 0;
padding: 0;
}
/* end content slider */

#mainstuff {
width: 770px;
margin-left: 200px;
background-color: #000000; 
padding-left: 10px;
padding-top: 10px;
}

#cal {
padding-left: 40px;
width: 250px;
float: left;
}

#datelist {
width: 470px;
float: right;
height: 180px;
overflow:hidden;
overflow-y:scroll;
}

#events {
padding-top: 200px;
}

#flash {
position: relative; /*or absolute*/
z-index: 0;
}