/*
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: 12px; /* Resets 1em to 10px */
font-family: Arial, Helvetica, sans-serif;
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;
}

#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: 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: 320px;
height: 575px;
background: url("images/previous3.png") no-repeat 0 0;
left: 0;
z-index: 10000;
}

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

#content .carousel a.prev:hover {
background: url("images/previous3.png") no-repeat 0 -662px;
}  

#content .carousel a.next {
display: block;
position: absolute;
width: 320px;
height: 575px;
background: url("images/next3.png") no-repeat 0 0;
right: 0;
z-index: 10000;
}

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

#content .carousel a.next:hover {
background: url("images/next3.png") no-repeat 0 -662px;
}  

#content .carousel a:hover, #content .carousel a:active {
border: none;
outline: none;
}    

#content .carousel .rotate {
float: left;
margin: 127px 0 0 0;
position: relative;
visibility: hidden;
left: -5000px;
}

#content .carousel ul {
margin: 0;
}

#content .carousel li img {
width: 300px;
height: 178px;
}

#content .carousel li {
width: 300px;
height: 500px;
margin: 0 10px 0 10px;
}

#content .widget img {
cursor: pointer;
}




.portfolio-wrapper {
	width: 960px;
	float: left;
	background: #1a1a1a url(images/bg_div_deco.gif) no-repeat;
	margin-top: 20px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;

}
.portfolio-post {
	width: 480px;
	float: left;
	padding: 40px 30px;

}

.portfolio-post img {
	background: url(images/bg_tabs.gif) repeat-x bottom;
	padding: 5px;
	border: 1px solid #454545;
}
.intro {
margin: 0;
float: right;
padding:30px 30px 10px 0;
width:360px;
}


.intro p {
margin: 0;
padding: 10px 0px;
}

.intro h3 {
margin: 20px 0 5px 0;
font-size: 18px;
color: #00B5CC;
}

/* Slideshow style rules. */
#slideshow {
	width:480px;
	height:263px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

 /* Slideshow controls style rules. */

.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(images/control_right.jpg) no-repeat 0 0;
}

.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 */

