/*
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&gt;.
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.4em;
}

h3 {
font-size: 1.3em;
margin: 0;
padding: 0;
}

strong {
color: #ff8a00;
}

a {
outline: none;
}

img {
border: none;
}

#wrapper {
width: 1090px;
height: 600px;
position: relative;
margin: 0px auto;
background: url(images/bg.gif) top center no-repeat;
overflow: hidden;
}

.sing {
width: 620px;
margin: 0px auto;
background-color:#121212;
font-size: 10px; 
overflow: hidden;
}

.sing a:link {
color: #ffffff;
text-decoration: none;
}

.sing a:visited {color:#ffffff; }
.sing a:active {color:#ffffff;}


.sing a:hover {
color: #868686;
}


/* end the basics */

/* begin site header */
#header {
width: 990px;
height: 20px;
padding: 5px 0 0 0;
line-height: 1em;
float: center;

}

#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;
}

#pages {
float: right;
list-style: none;
margin-top:5px;
padding: 0;
}

#pages li {
display: inline;
margin: 0 0 0 10px;
font-weight: bold;
}

#pages li a:link, a:visited {
color: #ffffff;
text-decoration: none;
}

#pages li a:hover {
color: #868686;
}

/* end site header */

.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: relative;
width: 380px;
height: 575px;
background: url("images/previous.gif") no-repeat 0 0;
text-decoration: none;
opacity:0.7;filter:alpha(opacity=70);
top: 10px;
left: -15px;
z-index: 10;
}

* + html #content .carousel a.prev  {
top: 5px;

}

#content .carousel a.prev:hover {
background: url("images/previous.gif") no-repeat 0 -786px;
text-decoration: none;
opacity:0.5;filter:alpha(opacity=50);
}  

#content .carousel a.next {
display: block;
position:absolute;
text-decoration: none;
width: 380px;
height: 575px;
background: url("images/next.gif") no-repeat 0 0;
text-decoration: none;
opacity:0.7;filter:alpha(opacity=70);
top: 10px;
left: 720px;
z-index: 10;
}

* + html #content .carousel a.next  {
top: 5px;

}

#content .carousel a.next:hover {
opacity:0.5;filter:alpha(opacity=50);
background: url("images/next.gif") 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;
top: -570px;
position: relative;
visibility: hidden;
left: -5000px;
}

#content .carousel ul {
margin: 0;
}

#content .carousel li img {
width: 340px;
height: 222px;
}

#content .carousel li {
width: 340px;
height: 440px;
margin: 0 10px 0 10px;
margin-top: 0px;
}

#content .widget img {
cursor: pointer;
}

.intro {

text-align:justify;
padding: 0 5px 10px 0;
}

.intro p {
margin: 0;
}



.intro h2 a:link {color: #ebebeb;text-decoration: none;font-size: 13px;}

.intro h2 a:visited {color:#ebebeb;font-size: 13px; }

.intro h2 a:active {color:#ebebeb;font-size: 13px;}

.intro h2 a:hover {color: #868686;font-size: 13px;}



.intro a:link {

color: #FFFFFF;

text-decoration: none;

font-weight: bold;

}


.intro a:visited {color:#FFFFFF;font-weight: bold; }

.intro a:active {color:#FFFFFF;font-weight: bold;}


.intro a:hover {

color: #868686;

font-weight: bold;

}
.entry {
padding: 5px 8px 0 10px;
text-align:justify;
}

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

.video {
width: auto;
text-align: center;
margin: 8px 0 -10px 0;
padding: 0;
}

.footer h3 {

font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height: 1 em;
color: #868686;
}

.footer h3 a:link, a:visited {
color: #ebebeb;
text-decoration: none;
}

.footer h3 a:hover {
color: #868686;
}

/* end content slider */
