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

body {
	width: 100%;
	overflow: hidden;
}
html {
	width: 100%;
	overflow: auto;
}
html, body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	color: #868686;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0F8D;
}

h1, h2, h3 {
font-weight: normal;
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

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

a:link, a:visited {
color: #FF0086;
text-decoration: none;
}

a:hover {
color: #FE6895;
}

a {
outline: none;
}

img {
border: none;
}
#clear {
	clear: both;
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* end the basics */

/* begin site header */
#header {
	line-height: 1em;
	padding: 0px;
}

#header p {
margin: 0;
padding: 0;
}
#logo {
	float: left;
	margin-left: 16px;
}

#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;
}
#pagesWrapper {
	float: right;
	margin-top: 22px;
	margin-right: 22px;
}

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

#pages li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 14px;
	color: #FF0F8D;
}
#pages li a {
	color: #272727;
	padding-bottom: 2px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0F8D;
	font-style: italic;
}
/* end site header */

#facebox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-transform: capitalize;
	color: #868686;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-style: italic;
}
.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: 0px;
	left: 0;
	z-index: 98;
}

* + 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: 0px;
	right: 0;
	z-index: 98;
}

* + 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 {
	position: relative;
	visibility: hidden;
	left: -5000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1140px;
}

#content .carousel ul {
margin: 0;
}

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

#content .carousel li {
	width: 360px;
	height: 420px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

#content .widget img {
cursor: pointer;
}

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

.intro p {
margin: 0;
}

.intro h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

.entry {
	font-size: 12px;
	line-height: 18px;
	padding: 15px;
}

.entry img {
padding: 0px;
}

.video {
width: auto;
text-align: center;
margin: 8px 0 -10px 0;
padding: 0;
}
#column {
	float: left;
}
/* end content slider */
.columnLeft {
	background-color: #666666;
}
.columnRight {
}
#footer {
	position: fixed;
	width: 100%;
	height: 114px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
}

