/*
Theme Name: Folio Elements
Theme URI: http://www.press75.com/
Description: The all new 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/docs/folio-elements/">http://www.press75.com/docs/folio-elements/</a>.
Version: 1.1
Author: Jason Schuller
Author URI: http://www.jasonschuller.com/

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.jasonschuller.com

The CSS, XHTML and design are all Copyright 2009 Circa75 Media, LLC:
*/


/* begin the basics */
html, body {
font-size: 12px; /* Resets 1em to 10px */
font-family: Arial, Helvetica, sans-serif;
background: #000000;
color: #868686;
margin: 0;
padding: 0;
}

h1, h2, h3 {
font-weight: normal;
}

h1 {
font-size: 4em;
text-align: center;
}

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;
background: url(images/bg.jpg) top center no-repeat;
overflow: hidden;
}
/* end the basics */

/* begin site header */
#header {
width: 1140px;
height: 35px;
padding: 5px 0 0 0;
line-height: 1em;
float: left;
margin-top: 175px;
}

#header p {
margin: 0;
padding: 0;
}

#tagline {
float: left;
color: #EBEBEB;
margin: 10px 0 0 149px;
}

#author {
color: #868686;
font-size: 10px;
}

#author a:link, #author a:visited {
color: #868686;
}

#author a:hover {
color: #EBEBEB;
}

#page-wrapper {
	width: 800px;
	border: 4px solid red;
	Height:  900px;
	color: #ffffff;
	}

#pages {
text-align: center; 
list-style: none;
/*margin: 10px 149px 0 0;*/
padding: 0;
text-transform: uppercase;

}

#pages li {
display: inline;
margin: 0 0 0 20px;
}
/* end site header */



.facebox h3 {
margin: 0;
padding: 0;
}

.facebox p {
margin: 0 0 10px 0;
}

.facebox h3 {
color: #EBEBEB;
}

.facebox a:link, a:visited {
color: #C832C8;
text-decoration: none;
}

.facebox a:hover {
color: #e957e3;
}


/* begin content slider */
#content .carousel  {
position: relative;
}

#content .main {
margin: 0;
}

#content .carousel a.prev {
display: block;
position: absolute;
width: 380px;
height: 500px;
background: url("images/previous.png") repeat-y;
top: 255px;
left: 0;
z-index: 10000;
}

* + html #content .carousel a.prev  {
top: 5px;
}

#content .carousel a.prev:hover {
background: url("images/previous.png") repeat-y;
}  

#content .carousel a.next {
display: block;
position: absolute;
width: 380px;
height: 500px;
background: url("images/next.png") repeat-y;
top: 255px;
right: 0;
z-index: 10000;
}

* + html #content .carousel a.next  {
top: 5px;
}

#content .carousel a.next:hover {
background: url("images/next.png") repeat-y;
}  

#content .carousel a:hover, #content .carousel a:active {
border: none;
outline: none;
}    

#content .carousel .rotate {
float: left;
margin: 55px 0 0 0;
position: relative;
visibility: hidden;
left: -5000px;
}

#content .carousel ul {
margin: 0;
}

#content .carousel li img {
width: 360px;
height: 238px;
}

#content .carousel li {
width: 360px;
height: 380px;
margin: 0 10px 0 10px;
}

#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 8px 0 10px;
}

.entry img {
padding: 2px 0 10px 15px;
}

.video {
width: auto;
text-align: center;
margin: 8px 0 -10px 0;
padding: 0;
}
/* end content slider */

#post-nav-title {
	padding: 0px 0px 15px 0px;
	font-size: .8em;
	text-align: center;
	color: #ffffff
	}

#post-nav {
	margin: 0px 0px 0px 280px;
	width: 600px;
	overflow: hidden;
	}

#post-nav ul {
	display: inline;
	}

#post-nav ul li{
	float: right;
	margin-right: 15px;
	width: 125px;
	color: #6b22d9;
	font-size: .9em;
	}

#post-nav ul a{
	color: #555555;
	}

#post-nav ul a:hover{
	color: #e957e3;
	}

#footer {
	margin: 20px auto 0px auto;
	font-size: .8em;
	text-align: center;
	color: #555555;
	}

#footer a{
	color: #777777;
	}

#footer a:hover{
	color: #e957e3;
	}