/*
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:
*/


/* begin the basics */
html, body {
font-size: 14px; /* Resets 1em to 10px */
font-family: 'Exo 2', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
background: #E5E5E5; /*#070707;*/
color: #111; /*#868686;*/
margin: 0;
padding: 0;
line-height: 140%;
}

h1 {
font-size: 40px;
text-align: center;
/*text-transform: small-caps;*/
font-family: Cinzel,Georgia,Palatino,'Times New Roman', serif;
}

h2,h3 {
/*text-transform: uppercase;*/
font-weight: normal;
 /*#E0731C #505189; #6E6F9E;*/
}

h2 {
font-size: 32px;
color: #1068A8;
}

h3 {
font-size: 20px;
color: #006CB9;
}

a:link, a:visited {
color: #006CB9; /*#EBEBEB;*/
text-decoration: none;
text-shadow: 1px 1px 2px #ccc;
}

a:hover {
color: #09c; /*#868686;*/
text-shadow: 1px 1px 3px white;
}

a {
outline: none;
}

#facebox ul {
list-style: square;
	
}

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;
}

#header p {
margin: 0;
padding: 0;
}

#tagline {
float: left;
color: #006CB9; /*#EBEBEB;*/
margin: 10px 0 0 149px;
}

#author {
color: #868686;
font-size: 14px;
padding-left: 5px;
}

#author a:link, #author a:visited {
color: #868686;
}

#author a:hover {
color: #EBEBEB;
}

#pages {
float: right;
list-style: none;
margin: 10px 149px 0 0;
padding: 0;
}

#pages li {
display: inline;
margin: 0 0 0 10px;
}
/* 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;
}

#content .main {
margin: 0;
}

#content .carousel a.prev {
display: block;
position: absolute;
width: 380px;
height: 575px;
background: url("images/previous.png") no-repeat 0 0;
top: 45px;
left: 0;
z-index: 10000;
}

* + html #content .carousel a.prev  {
top: 5px;
}

#content .carousel a.prev:hover {
background: url("images/previous.png") no-repeat 0 -786px;
}  

#content .carousel a.next {
display: block;
position: absolute;
width: 380px;
height: 575px;
background: url("images/next.png") no-repeat 0 0;
top: 45px;
right: 0;
z-index: 10000;
}

* + html #content .carousel a.next  {
top: 5px;
}

#content .carousel a.next:hover {
background: url("images/next.png") no-repeat 0 -786px;
}  

#content .carousel a:hover, #content .carousel a:active {
border: none;
outline: none;
}    

#content .carousel .rotate {
float: left;
margin: 132px 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 .caption {
border: 1px solid #006CB9;
/*background-color: #006CB9;*/
/*border-radius: 0 0 10px 0;*/
}


#content .carousel li {
width: 362px;
height: 500px;
margin: 0 8px;
}

#content .widget img {
cursor: pointer;
}

.intro {
margin: 0;
padding: 0 5px 10px 0;
}

.intro p {
margin: 0;
}

.intro h3 {
margin: 20px 0 5px 0;
font-size: 17px;
}

.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 */
