/*  
Theme Name: TypeFaces
Theme URI: http://www.typefaces.com
Description: Custom theme for TypeFaces.com
Version: 1.0
Author: John O'Nolan
Author URI: http://www.lyricalmedia.com/
*/


/*------------------ Table of Contents -----------------------/
1.0  CSS Reset
2.0  Common
3.0  Navigation
4.0  Logo
5.0  Vote Heading
6.0 Homepage
7.0  Face Slider
8.0  Content Slider
8.1  Ratings
9.0  About Section
10.0  Updates Section
11.0 Footer


/*------------------------------------------ 1.0 CSS Reset ------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
}
:focus {
   outline: 0;
}
body {
   line-height: 20px;
}
ul {
   list-style: none;
}
table {
   border-collapse: separate;
   border-spacing: 0;
}
caption, th, td {
   text-align: left;
   font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: "";
}
blockquote, q {
   quotes: "" "";
}
	
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-max \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*------------------------------------------ 2.0 Common ------------------------------------------*/

html {background:url(img/bg-html.png) 9px 11px repeat fixed;}

body {
	font-size:13px;
	color:#262626;
	font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	background:url(img/bg-body.png) top left repeat-x;
}

h1 {
	font-size:26px;
	line-height:30px;
	font-weight:bold;
}

h2 {
	font-family:Helvetica, 'Helvetica Neue', Arial, Verdana, sans-serif;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
}

h3 {
	font-size:50px;
	line-height:50px;
	font-weight:bold;
}

h4 {
	font-size:20px;
	line-height:24px;
	font-weight:bold;
}

h5 {
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}

h6 {
	font-size:16px;
	line-height:22px;
	font-weight:bold;
}

p {margin-bottom:22px;}

strong, b {font-weight:bold;}
em, i {font-style:italic;}

a {color:#262626}
a:hover {}

small {font-size:11px;}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/*------------------------------------------ 3.0 Navigation ------------------------------------------*/

#nav {
	list-style:none;
	padding:10px 0;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
}

#nav li {
	display: inline;
	text-align: center;
}

#nav li a {
	margin:0 42px;
	text-decoration:none;
}

#nav li a:hover, #nav .current_page_item a {
	text-decoration:underline;
}


/*------------------------------------------ 4.0 Logo ------------------------------------------*/

#logo {
	display:block;
	width:520px;
	height:254px;
	padding-bottom:6px;
	margin:40px auto 0 auto;
}


/*------------------------------------------ 5.0 Vote Heading ------------------------------------------*/

#castvote {
	display:block;
	width:520px;
	height:22px;
	margin:40px auto 18px auto;
}


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

#buy  { width: 780px; margin: 50px auto; }

#buy .text  { float: left; width: 360px; text-align: right; }
#buy .text .sub-head  { font: italic 16px Georgia, Times, serif; color: #696969; }
#buy .text .entry  { margin: 21px 0 0 0; font: 14px/21px Georgia, Times, serif; }
#buy .text .entry p  { margin-bottom: 17px; }
#buy .button-badge  { position: relative; width: 300px; margin: 16px 0 0; float: right; }
#buy .button-badge input.btn {
	color: #fff;
	padding:12px 90px 10px;
	display:block!important;
	font: bold 24px 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	letter-spacing:-0.5px;
	text-align:center;
	text-transform:uppercase;
	background:#d31717;
	border:none!important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:#888 0 0 5px;-moz-box-shadow:#888 0 0 5px; -webkit-box-shadow:#888 0 0 5px;
	cursor: pointer;
}
#buy .button-badge input.btn:hover  { background: #a81a1a; }
#buy .button-badge .badge {
	width:67px;
	height:46px;
	padding:24px 3px 0 2px;
	font-size:28px;
	text-align:center;
	font: bold italic 17px Georgia, Times, serif;
	color:#fff;
	background:url(img/bg-number.png) top left no-repeat;
	position:absolute;
	top:-27px;
	left:-25px;
	-webkit-transform: rotate(-20deg); 
	-moz-transform: rotate(-20deg);
}

#buy .images  { float: right; width: 360px; }
#buy .images img  { padding: 10px; background:#fff;	border-radius:5px; box-shadow:#888 0 0 10px; -moz-border-radius:5px; -webkit-border-radius:5px;	-moz-box-shadow:#888 0 0 10px; -webkit-box-shadow:#888 0 0 10px; }
#buy .images .thumbs  { margin: 20px -20px 0 0; text-align: center; }
#buy .images .thumbs li  { display: inline; margin: 0 15px 0 0; }
#buy .images .thumbs li img  { padding:6px; opacity: 0.6; }
#buy .images .thumbs li.active img, #buy .images .thumbs li img:hover  { opacity: 1; }
#wallpaper  { width: 960px; margin: 0 auto; padding: 50px 0; background: url(img/border-wallpaper.png) repeat-x left top; }
#wallpaper .left-text  { float: left; text-align: right; width: 255px; }
#wallpaper h3  { margin: 0 0 10px 0; }
#wallpaper .wall-thumbs  { float: right; width: 700px; text-align: right; }
#wallpaper .wall-thumbs img  { margin: 0 0 5px 5px; }

#page-container  { margin: 50px 0 60px; background: url(img/bg-pagecontainer.png) no-repeat center 130px; }
#page-content  { width: 580px; margin: 0 auto; padding: 40px 60px; background: #fff url(img/bg-pagecontent.jpg) no-repeat center 200px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:#888 0 0 5px;-moz-box-shadow:#888 0 0 5px; -webkit-box-shadow:#888 0 0 5px; }
#page-content h3  { text-transform: uppercase; text-align: center; border-bottom:2px solid #424242; padding-bottom:20px; }
#page-content .entry  { margin: 5px 0 0; }
#shopp #cart big, #shopp form small, #shopp form #shipping-country  { display: none!important; }
#shopp #cart table tr  { padding: 5px 0; border-bottom: 1px solid #f3f3f3; }
#shopp #cart table th  { text-transform: uppercase; font-size: 11px; }
#shopp #cart table tr.totals th,#shopp #cart table tr.totals td  { border-top: 1px solid #eee; }
#shopp #cart .remove { margin-top: 5px; }
#shopp #cart .xcheckout  { margin-top: 20px; }

/*------------------------------------------ 7.0 Face Slider ------------------------------------------*/

.facewrap {height:240px;position:relative;top:90px;right:5px;}

.faceslide img {
	width:200px;
	height:200px;
	padding:5px;
	margin:15px auto;
	background:#fff;
	border-radius:5px;
	box-shadow:#888 0 0 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:#888 0 0 10px;
	-webkit-box-shadow:#888 0 0 10px;
}

.slidenav {
	width:960px;
	margin:0 auto;
	position:relative;
}
#prev {position:absolute;top:-145px;left:320px;}
#next {position:absolute;top:-145px;right:320px;}


/*------------------------------------------ 8.0 Content Slider ------------------------------------------*/

.contentwrap {
	width:100%;
	height:475px;
	padding:0 0 6px 0;
	margin-bottom:60px;
	background:url(img/bg-slider.png) bottom center no-repeat;
}

.contentslide {
	width:360px;
	margin:0 auto;
}

.post {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:320px;
	height:400px;
	padding:20px;
	margin:0 auto;
	position:relative;
}

.number {
	width:67px;
	height:46px;
	padding:24px 3px 0 0;
	font-style:italic;
	font-size:28px;
	text-align:center;
	letter-spacing:-2px;
	color:#fff;
	background:url(img/bg-number.png) top left no-repeat;
	position:absolute;
	top:-27px;
	right:-25px;
}
	.number small {vertical-align:top;letter-spacing:-1px;}

.fontname {
	font-size:16px;
	font-style:italic;
	text-align:center;
	color:#696969;
	margin:0 0 4px 0;
}

.designer {
	padding-bottom:16px;
	margin-bottom:20px;
	border-bottom:#e1e1e1 1px solid;
	text-align:center;
}

.content p {
	font-size:15px;
	line-height:24px;
	color:#121212;
	margin-bottom:24px;
}

.container {
	width:960px;
	margin:0 auto;
	padding:20px 0 0 0;
	background:url(img/bg-container.png) top center repeat-y;
}


/*------------------------------------------ 8.1 Ratings ------------------------------------------*/

.ratingmulti table {
	width:325px;
	border:none;
	position:absolute;
	top:225px;
	left:15px;
}
.ratingmulti .mtrow {background:transparent url(img/bg-ratings.png) bottom left repeat;}
.ratingmulti tr .mtstars {float:right;}

.mtrow td {text-transform:uppercase;padding:8px 0 3px 0!important;}
.gdtblbottom div div, .voted {display:none;}
.gdtblbottom {padding:none!important;background:transparent!important;}
.ratingbutton {
	width:285px;
	margin:20px auto 0 auto!important;
	padding:12px!important;
	display:block!important;
	font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size:19px;
	letter-spacing:-0.5px;
	text-align:center;
	text-transform:uppercase;
	background:#d31717;/*!important;*/
	border:none!important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.ratingbutton a {color:#fff!important;}

.ratingbutton-grey {
	width:285px;
	margin:20px auto 0 auto!important;
	padding:12px!important;
	display:block!important;
	font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size:19px;
	letter-spacing:-0.5px;
	text-align:center;
	text-transform:uppercase;
	background:#cacaca!important;
	border:none!important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.ratingbutton-grey a {color:#fff!important;} 


/*------------------------------------------ 9.0 About Section ------------------------------------------*/

#aboutheading {
	width:180px;
	float:left;
	margin-right:40px;
	text-align:right;
}

#aboutcontent {
	width:220px;
	float:left;
}


/*------------------------------------------ 10.0 Updates Section ------------------------------------------*/

#updatesheading {
	width:195px;
	float:right;
	margin-left:30px;
}

#updatescontent {
	width:220px;
	float:right;
}

#updatescontent input[type="text"] {
	display:block;
	width:135px;
	padding:10px;
	margin-right:5px;
	border:none;
	color:#3e3e3e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	float:left;
}

#updatescontent input[type="submit"] {
	display:block;
	width:60px;
	padding:10px 0;
	border:none;
	color:#000;
	font-weight:bold;
	letter-spacing:-1px;
	background:#9fcfd1;
	float:left;
}


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

#footer {
	margin:20px 0 40px 0;
	color:#959595;
	text-align:center;
}

#footer img {margin-bottom:3px;}
#footer a {color:#959595;text-decoration:none;}
#footer a:hover {text-decoration:underline;}







/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
