/*
Theme Name: Genesis
Theme URI: http://www.genesisphoto.com/
Description: 
Version: 1.0
Author: FastLine Media
Author URI: http://fastlinemedia.com/
Tags: 
*/

/*---------------------- Reset ----------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    list-style:none;
	-webkit-font-smoothing: antialiased;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

/*---------------------- General ----------------------*/

body { 
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#525252;
	background:#ffffff;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight:normal;
	margin:15px 0;
}
h1 {
	font-size:28px;
}
h2 { 
	font-size:22px;
}
h3 {
	font-size:18px;
}
p {
	padding:8px 0;
}
a, a:link, a:active, a:visited { 
	color:#b3b3b3;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-0-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
}
a:hover { 
	color:#525252;
}
a img { 
	border:none; 
}

/*---------------------- Header ----------------------*/

header { 
	width:950px; 
	height:110px; 
	margin:auto;
	padding-top:5px;
	background:url('images/full-line.jpg') left bottom no-repeat;
}
header #logo { 
	width:233px; 
	height:100px; 
	margin:auto;
	background:url('images/logo.jpg'); 
}
header #logo a { 
	display:block; 
	float:left; 
	width:233px; 
	height:100px; 
}

/*---------------------- Nav ----------------------*/

nav { 
	width:950px; 
	margin:auto;
	position:relative;
	z-index:1000;
	background:url('images/full-line.jpg') left bottom no-repeat;
}

/* First Level */
nav ul { 
	position:relative;
	right:50%;
	float:right;
	clear:left;
	text-align:center;
}
nav ul li { 
	display:block; 
	float:left; 
	position:relative; 
	left:50%;
}
nav ul li a { 
	display:block; 
	float:left; 
	padding:12px 15px;
	font-size:13px; 
	text-transform:uppercase;
	text-decoration:none; 
	color:#525252 !important;
}
nav ul li a:hover {
	color: #989898 !important;
}
nav ul li.current-menu-item a {
	font-style: italic; 
	color: #989898 !important;
}

/* Second Level */
nav ul li ul {
	position:absolute; 
	left:-999em;
	right:auto;
	top:39px;
	float:none;
	background:#FFFFFF;
	border:1px solid #d5d5d5;
	border-top:none;
	-moz-box-shadow: 5px 5px 6px #999999;
	-webkit-box-shadow: 5px 5px 6px #999999;
	box-shadow: 5px 5px 6px #999999;
}
nav ul li:hover ul { 
	left:auto;
}
nav ul li ul li { 
	clear:left; 
	text-align:left; 
	left:auto;
}
nav ul li ul li a { 
	float:none; 
	padding:4px 15px; 
	width:175px;
}
nav ul li ul li a:hover {}

/*---------------------- Content Wrappers ----------------------*/

#contentWrapper { 
	width:950px; 
	margin:auto; 
}
#contentFull {
	padding:25px 0 0 0;
}
#contentLeft {
	float:left;
	width:645px;
	padding:25px 25px 0 0;
}
#contentRight {
	float:left;
	width:645px;
	padding:25px 0 0 25px;
}
.content {
	line-height:18px;
}
.content ul {
	margin:0 0 0 25px;
	list-style-type:disc;
}

/*---------------------- Sidebar General ----------------------*/

.sidebar {
	line-height:18px;
}
.sidebar h1, .sidebar h2, .sidebar h3 {
	line-height:normal;
}
.sidebar .widgettitle {
	padding:0 0 7px 0;
	background:url('images/widget-title-line.png') left bottom no-repeat;
}
.sidebar ul {
	padding:0 0 0 17px;
}
.sidebar ul li {
	list-style:disc;
	padding:3px 0;
}
.sidebar ul li a {
	text-decoration:none;
}
.sidebar a {
	color:#525252 !important;
}
.sidebar a:hover,
.sidebar ul li a:hover,
.sidebar ul li.current_page_item a {
	color:#bc3927 !important;
}

/*---------------------- Sidebar Left ----------------------*/

#sidebarLeft { 
	float:left; 
	width:255px;
	padding:25px 25px 25px 0;
}
#contentWrapper.sidebarLeft {
	background:url('images/sidebar-left-bg.png') top left repeat-y;
}
#sidebarLeftTopBg {
	background:url('images/sidebar-left-top.jpg') top left no-repeat;
}
#sidebarLeftBottomBg {
	background:url('images/sidebar-left-bottom.jpg') bottom left no-repeat;
}

/*---------------------- Sidebar Right ----------------------*/

#sidebarRight { 
	float:left; 
	width:280px;
}

/*---------------------- Footer ----------------------*/

footer { 
	width:950px; 
	font-size:10px; 
	text-align:center;
	padding:15px 0 25px 0;
	margin:80px auto 0 auto; 
	background:url('images/full-line.jpg') left top no-repeat;
}

/*---------------------- Posts General ----------------------*/

.postHeading {
	color:#b3b3b3;
}

/*---------------------- Homepage ----------------------*/

#homepageQuote {
	padding:15px 0;
}
#homepageSlideshow {
	position:relative;
	width:950px;
	height:450px;
}
#ssp_g_homepage_slideshow {
	position:absolute;
	width:950px;
	height:450px;
	background:url('images/homepage-shadow.png');
	z-index:900;
}
#featuredTopWrapper { 
	height: 59px;
	background-image: url('images/featured-top.png'); 
}
#featuredTop {
	width:950px;
	margin:auto;
	position:relative;
}
#featuredTopText { 
	text-align:center;
	padding:18px 0 0 0;
	text-shadow: 1px 1px 0px #fff; 
	color: #bc3927; 
	font-size: 18px; 
	font-style: italic;
}
#featuredTopArrow {
	width:38px;
	height:21px;
	background-image: url('images/featured-arrow.png'); 
	position: absolute; 
	top: 57px; 
	left: 460px;
}
#featuredBoxesWrapper {
	background:#FFFFFF url('images/featured-boxes.png') left top repeat-x;
}
#featuredBoxes {
	width:950px;
	margin:0 auto;
	padding:45px 0 0 0;
	border-top:none;
}
#featuredBoxes ul li {
	float:left;
	width:260px;
	height:210px;
	padding:0 0 15px 40px;
	font-size:12px;
	line-height:18px;
	position:relative;
}
#featuredBoxes ul li h2 {
	border-bottom:1px solid #e5e5e5;
	padding-bottom:7px;
	margin-bottom:10px;
	color:#b3b3b3;
}
#featuredBoxes ul li p.readmore {
	position:absolute;
	display:block;
	width:260px;
	bottom:0;
	right:0;
}

/*---------------------- Category Portfolio ----------------------*/

#categoryPortfolio .box {
	float:left;
	width:190px;
	height:250px;
    margin-bottom:35px;
	text-align:center;
}
#categoryPortfolio .thumb a img {
	border:3px solid #cccccc;
	-moz-box-shadow: 2px 2px 6px #999999;
	-webkit-box-shadow: 2px 2px 6px #999999;
	box-shadow: 2px 2px 6px #999999;
}
#categoryPortfolio .thumb a:hover img {
	border:3px solid #666666;
}
#categoryPortfolio .title h2 {
	margin:5px 15px;
	font-size:18px;
}
#categoryPortfolio .title a {
	text-decoration:none;
}
#categoryPortfolioFooter footer {
	margin:0 auto 0 auto !important; 
}

/*---------------------- Single Portfolio ----------------------*/

.singlePortfolio {

}
.singlePortfolio .title {
	position:relative;
	color:#b3b3b3;
}
.singlePortfolio .content {
	position:relative;
}
.singlePortfolio .slidepress-gallery {
	position:relative;
	z-index:900;
}
.singlePortfolio #backToPortfolio {
	position:absolute;
	right:0;
	top:0;
}

/*---------------------- About Us ----------------------*/

.about .postHeading {
	text-align:center;
}
.about #whyus {
	color:#bc3927;
}

/*---------------------- Products ----------------------*/

.products .product {
	padding:25px 0;
}
.products .productThumb {
	float:left;
	width:400px;
	border:1px solid #cccccc;
}
.products .productInfo {
	float:left;
	width:498px;
	padding:0 25px;
}

/*---------------------- Product ----------------------*/

.product #readMoreContent {
	display:none;
	overflow:hidden;
}

/*---------------------- Print Sizes ----------------------*/

#printSizesDisplay {
	background:#dac3a1;
	line-height:0 !important;
}

/*---------------------- Contact ----------------------*/

.contact label {
	float:left;
	width:150px;
	text-align:right;
	margin:0 10px 10px 0;
	padding:2px 0 0 0;
}
.contact textarea {
	margin:0 0 10px 0;
}

/*---------------------- Misc ----------------------*/

.clear {
	clear:both;
}
.noTopMargin {
	margin-top:0 !important;
}
.lineFull {
	height:1px;
	background:url('images/full-line.jpg') left top no-repeat;
}
.red {
	color:#bc3927;
}

/*---------------------- Pretty Photo ----------------------*/

.pp_overlay {
	position:fixed !important;
}
.pp_content {
	overflow:auto;
	padding:15px;
	position:relative;
}
.pp_content ul li {
	margin:0 0 0 25px;
	list-style-type:disc;
}
.pp_inline {
	line-height:18px !important;
}
.pp_close {
	position:absolute;
	z-index:1000;
	top:0;
	left:0px;
}












/*    Pricing plugin
-------------------------------------------------------------------------*/

#pricing-table h3 span {
  background: none repeat scroll 0 0 #4FBFDD;
  border: 5px solid #FFFFFF;
  border-radius: 120px 120px 120px 120px !important;
  box-shadow: 0 5px 20px #DDDDDD inset, 0 3px 0 #999999 inset;
  color: #777777;
  display: block;
  font: bold 30px/36px Georgia,Serif !important;
  height: 40px !important;
  margin: 10px auto -45px !important;
  width: 110px !important;
}

#pricing-table h3 {
  background-color: #EEEEEE;
  background-image: linear-gradient(#FFFFFF, #EEEEEE);
  font-size: 20px;
  font-weight: normal;
  margin: -20px -20px 20px !important;
  padding: 20px !important;
}

#pricing-table .signup {
  background-color: #309E3F;
  background-image: linear-gradient(#FF5F00, #DF0020) !important;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  display: inline-block;
  font: bold 14px Arial,Helvetica;
  margin: 20px 0 0 !important;
  padding: 2px 10px !important;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

#pricing-table li {
  border-top: 1px solid #DDDDDD;
  padding: 7px 0 !important;
}

#pricing-table {
  margin: 0 auto 50px !important;
  text-align: center;
  width: 100% !important;
}

#pricing-table .plan {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #333333;
  float: left;
  font: 12px 'Lucida Sans','trebuchet MS',Arial,Helvetica;
  padding: 20px;
  position: relative;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  width: 26% !important;
}