/*
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:url(../videoflick/images/fond.jpg) top center no-repeat #040001;
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 !important;
padding:0 !important;
}
#headwrap {
  width:1110px !important;
  padding:0 15px;
  background: url(../videoflick/images/dash-dark.png) bottom left repeat-x;
}
#logo {
  margin:0 0 0 360px;
}
#topad {
  position:absolute;
  top:-50px;
  right:0;
  width:240px !important;
  z-index: 20000 !important;
}
* + html #topad {
  top:-170px;
}
#footer {
  width:1110px !important;
  float:none !important;
  margin:auto !important;
  padding:30px 15px 50px 15px !important;
}
#tagline {
width: 348px !important;

}
/* end the basics */


.facebox h3 {
margin: 0;
padding: 0;
}

.facebox p {
margin: 0 0 10px 0;
}

.facebox h3 {
color: #EBEBEB;
}

/* begin content slider */
#content {
  margin:80px 0 0 0;
}
#content .carousel  {
position: relative;
}

#content .main {
margin: 0;
}

#content .carousel a.prev {
display: block;
position: absolute;
width: 380px;
height: 700px;
background: url("images/previous.png") no-repeat 0 0;
top: 0px;
left: 0;
z-index: 10000;
}

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

#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: 700px;
background: url("images/next.png") no-repeat 0 0;
top: 0px;
right: 0;
z-index: 10000;
}

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

#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: 20px 0 0 0;
position: relative;
visibility: hidden;
left: -5000px;
}

#content .carousel ul {
margin: 0;
}

#content .carousel li img {
width: 360px;
height: 471px;
}

#content .carousel li {
width: 360px;
height: 580px;
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 */


