/**
  Theme Name: Vintage Posters
  Theme URI: http://vintagepostersonly.com/
  Version: 2.0
  Author: Benji Greig
  Author URI: http://bengreig.com/
  Tags: black, posters, fixed width
  
  Description: The design by <a href="http://www.abitlikethis.com/">Tobie @ A bit like this</a>, template and implimentation by <a href="http://output.bengreig.com">Benji Greig</a>.
*/

	
/* CSS Reset v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}

body {
	line-height:1;
}

ol,ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}


	
/* Start CSS Proper */
.clearboth {
	clear:both;
}

body {
	font-family:vintagebody,"Arial Narrow", "Helvetica Neue Condensed", Helvetica, Arial, Sans-serif;
	font-weight:700;
	font-size:12px;
	color:#9a9a9a;
	background-color:#000;
}

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

a:hover {
	color:#fac73a;
}

.pageNav a:hover {
	color:#fff;
}

.white,#header .contactdetails a:link,#header .contactdetails a:visited {
	color:white;
}

#container {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

.inline {
	display:inline;
}

#header {
	margin-top:15px;
}

#header a:link,#header a:visited {
	text-transform:uppercase;
}

#header .contactdetails a:hover {
	color:#fac73a;
}

#header h1 {
	display:block;
	width:1024px;
	height:85px;
	background-image:url(images/header_h1_background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#header h1 span {
	display:none;
}

#header h2 {
	text-align:center;
	font-size:14px;
	line-height:15px;
	padding-top:18px;
	padding-bottom:20px;
}

#header strong {
	color:#fbd37e;
}

#header .contactdetails {
	text-transform:uppercase;
	padding:0 0 15px 6px;
}

#header ul {
	float:right;
	display:block;
	margin-right:6px;
}

#header ul li {
	float:left;
	display:block;
	padding-left:10px;
}

#header #categoryNav {
	position:relative;
	color:#fbd37e;
	text-align:center;
	font-size:21px;
	text-transform:uppercase;
	padding-bottom:15px;
	z-index:5;
}

#header #categoryNav select {
	vertical-align:top;
	line-height:21px;
}


	
/* Content Grid Layout */
#content.grid {
	position:relative;
	padding-left:4px;
	padding-right:0;
	padding-top:15px;
}

.thumbnails {
	position:relative;
}

#content.grid .thumbnails a:link,#content.grid .thumbnails a:visited,#content.grid .thumbnails a:hover,#content.grid .thumbnails a:active {
	display:block;
	float:left;
	padding:0 4px 4px 0;
	margin:0;
}

#content.grid .thumbnails a img {
	width:64px;
	height:85px;
	padding:0;
	margin:0;
}

#content.grid div.pagebar {
	clear:both;
	display:block;
	text-transform:uppercase;
}

#content.grid div.pagebar .this-page {
}


	
/* Default tooltip class name: .tooltip */
.tooltip {
	display:none;
	position:absolute;
	z-index:2000000000000;
	padding: 10px 28px;
	text-align: left;
	line-height: 12px;
	color: white;
	text-transform: uppercase;
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
}


	
/* Start Overlay */
#overlay,div.overlayloading {
	position:absolute;
	display:none;
	left:-4px;
	top:-95px;
	width:100%;
	/*height:650px;*/
	height: 787px;
	padding-bottom:95px;
	padding-right:4px;
	background-color:#000;
	background-color:rgba(0,0,0,0.9);
	z-index:1000;
}

div.overlayloading {
	background-image:url(images/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	left:0;
	top:0;
	padding:0 0 11px;
}

#overlay .push {
	display:block;
	height:0;
}


	
/*Close overlay mask */
#overlay .closeoverlay {
	display:block;
	position:absolute;
	width:100%;
}

#overlay #upper.closeoverlay {
	left:0;
	top:0;
	height:269px;
}

#overlay #lower.closeoverlay {
	left:0;
	/*bottom:0;
	height:385px;*/
	bottom:205px;
	height:315px;
}


	
/**/
div.preview {
/* required settings */
	position:relative;
	overflow:hidden;
	width:410px;
	height:680px;
	float:left;
	z-index:5;
}

div.preview div.items {

	
/* this cannot be too large */
	width:20000em;
	position:absolute;
}

div.preview div.items div.item {
	float:left;
	width:410px;
	height:640px;

	
/* background-color: blue;*/
	text-align:center;
	line-height:640px;
	position:relative;
}

div.preview div.items div.item div.darken {
	display:none;
	background-color:rgba(0,0,0,0.9);
	position:absolute;
}

div.preview div.items div.item img {
	display:inline!important;
	vertical-align:middle;
	cursor:pointer;
}


	
/* you may want to setup some decorations to active item */
div.items div.active {
}

div.items div.active img {
}

div.items div.spacer {
	width:68px;
}


	
/*Image Overlay*/
div.preview .imageInfo {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:410px;
	height:680px;
	line-height:22px;
	z-index:1000;
	background-color:rgba(0,0,0,0.3);
	text-align:left;
	z-index:5;
}

.imageInfo .imageframe {

	
/*Hide images in info contents*/
	display:none!important;
}

.imageInfo .wrapper {
	position:absolute;
	bottom:0;
	left:0;
	padding-left:28px;
	padding-right:28px;
	width:354px;
}

.imageInfo h1 {
	font-size:40px;
	line-height:35px;
	color:#fff;
	margin-bottom:20px;
}

.imageInfo h2 {
	font-size:18px;
	color:#e8b936;
	margin-bottom:24px;
}

.formspace {
	height:235px;
}


	
/*Overlay Email Form*/
#sendEmail {
	display:none;
	position:absolute;
	padding:0 340px;
	top:580px;
	width:334px;
	z-index:600000;
}

#sendEmail p {
	font-size:15px;
	color:#fff;
	margin-bottom:10px;
}

#sendEmail label {
	font-size:12px;
	color:#e8b936;
	text-transform:uppercase;
	width:48px;
	display:block;
	float:left;
	clear:left;
	line-height:19px;
	margin-bottom:10px;
}

#emailFrom,#emailName {
	line-height:19px;
	height:19px;
	width:200px;
	background:#b9b9b9;
	border:0;
	float:left;
	margin-bottom:10px;
}

#sendEmail textarea {
	clear:both;
	width:248px;
	height:45px;
	background:#b9b9b9;
	border:0;
	margin-bottom:10px;
}

#posterSubmit {
	display:block;
	width:124px;
	height:28px;
	background-image:url(images/submit_button.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

#posterLoading {
	display:none;
	width:124px;
	height:28px;
	background-image:url(images/loading_horizontal.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

#sendEmail .message {
	display:none;
}


	
/* Form Validation Styles */
.formError {
	position:absolute;
	top:300px;
	left:300px;
	width:150px;
	padding-bottom:15px;
	display:block;
	z-index:850000;
}

.formError .formErrorContent {
	width:100%;
	background:#600;
	color:#fff;
	font-family:tahoma;
	font-size:10px;
	box-shadow:0 0 6px #000;
	-moz-box-shadow:0 0 6px #000;
	-webkit-box-shadow:0 0 6px #000;
	padding:4px 10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.formError .formErrorArrow {
	position:absolute;
	bottom:0;
	left:20px;
	width:15px;
	height:15px;
}

.formError .formErrorArrow div {
	box-shadow:0 0 6px #000;
	-moz-box-shadow:0 0 6px #000;
	-webkit-box-shadow:0 0 6px #000;
	font-size:0;
}

.formError .formErrorArrow .line10 {
	width:15px;
	height:1px;
	background:#600;
	margin:0 auto;
	font-size:0;
	display:block;
}

.formError .formErrorArrow .line9 {
	width:13px;
	height:1px;
	background:#600;
	margin:0 auto;
	display:block;
}

.formError .formErrorArrow .line8 {
	width:11px;
	height:1px;
	background:#600;
	margin:0 auto;
	display:block;
}

.formError .formErrorArrow .line7 {
	width:9px;
	height:1px;
	background:#600;
	margin:0 auto;
	display:block;
}

.formError .formErrorArrow .line6 {
	width:7px;
	height:1px;
	background:#600;
	margin:0 auto;
	display:block;
}

.formError .formErrorArrow .line5 {
	width:5px;
	height:1px;
	background:#600;
	margin:0 auto;
	display:block;
}

.formError .formErrorArrow .line4 {
	width:3px;
	height:1px;
	background:#600;
	margin:0 auto;
	display:block;
}

.formError .formErrorArrow .line3 {
	width:1px;
	height:1px;
	background:#600;
	margin:0 auto;
	display:block;
}

.imageInfo div.close {
	color:#7D641D;
	cursor:pointer;
	display:block;
	font-size:12px;
	padding-left:44px;
	line-height:13px;
	background:url(images/close.gif) no-repeat 28px 0px;
	vertical-align:middle;
	height:380px;
	left:0;
	position:absolute;
	text-align:left;
	text-transform:uppercase;
	bottom:293px;
	vertical-align:middle;
	width:410px;
	z-index:900000;
}


	
/*Thumbs*/
div.prevThumbs {

	
/* required settings */
	position:relative;
	overflow:hidden;
	width:210px;
	height:85px;
	float:left;
	margin-top:272px;
	margin-left:39px;
	z-index:5;
}

div.prevThumbs div.items {

	
/* this cannot be too large */
	width:20000em;
	position:absolute;
	margin-left:210px;
}

div.prevThumbs div.items div.item {
	float:left;
	padding:0 6px 6px 0;
}

div.prevThumbs div.items div.item img,div.prevThumbs div.items div.item span.num {
	width:64px;
	height:85px;
	cursor:pointer;
}

div.prevThumbs div.items div.item span.num {
	display:block;
	width:64px;
	height:85px;
	line-height:85px;
	font-size:16px;
}


	
/*End thumbs*/

	
/*Thumbs*/
div.nextThumbs {

	
/* required settings */
	position:relative;
	overflow:hidden;
	width:210px;
	height:85px;
	float:left;
	margin-top:272px;
	z-index:5;
}

div.nextThumbs div.items {

	
/* this cannot be too large */
	width:20000em;
	position:absolute;
	margin-left:-70px;
}

div.nextThumbs div.items div.item {
	float:left;
	padding:0 6px 6px 0;
}

div.nextThumbs div.items div.item img,div.nextThumbs div.items div.item span.num {
	width:64px;
	height:85px;
	cursor:pointer;
}

div.nextThumbs div.items div.item span.num {
	display:block;
	width:64px;
	height:85px;
	line-height:85px;
	font-size:16px;
}


	
/* you may want to setup some decorations to active item */
div.items div.active {
}

div.items div.active img {
}


	
/*End thumbs*/
div.items div.item span.num {
	background-color:gray;
	text-align:center;
	vertical-align:middle;
}

a.prev,a.next {
	display:block;
	width:64px;
	height:85px;
	float:left;
	margin-top:272px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(images/overlay_nextprev.gif);
}

#overlay a.disabled {
	opacity:0.3;
	filter:alpha(opacity=30);
}

#overlay a.hidden {
	visibility:hidden;
	background-image:none;
}

a.prev {
	background-position:left -85px;
}

a.next {
	background-position:right -85px;
}

a:active.prev {
	background-position:left top;
}

a:active.next {
	background-position:right top;
}


	
/**/

	
/* Content 2 Column Layout */
#content.twocolumns {
	position:relative;
	margin-bottom:20px;
	padding-left:8px;
}

#content.page {
	font-size:14px;
}

#content.twocolumns h3 {
	color:#ea5434;
	font-size:40px;
	line-height:60px;
	text-transform:uppercase;
}

div.rightcol {
	width:250px;
	float:right;
	clear:both;
}

#content.twocolumns p {
	margin-bottom:1em;
	font-weight:normal;
}

#content.twocolumns .details p {
	margin:0;
}

div#typeNav {
	color:white;
	font-size:16px;
	text-transform:uppercase;
}

div#typeNav ul {
	width:250px;
	list-style:none;
}

div#typeNav ul li {
	display:block;
	line-height:22px;
}

div#typeNav ul li a em {
	font-style:normal;
	color:#fff;
}

#content.twocolumns .post {
	width:760px;
	min-height:350px;
	margin-bottom:35px;
}

div.postwrap {
	float:left;
	display:table;
	height:350px;
	overflow:hidden;
}

div.poster {
	display:table-cell;
	vertical-align:middle;
}

div.postwrap .hidden {
	display:none;
}

.wrapdetails {
	position:relative;
	display:block;
	float:left;
	padding-left:17px;
	width:393px;
	height:350px;
}

#content.twocolumns div.details {
	position:absolute;
	bottom:0;
	left:17px;
	width:393px;
	padding-bottom:10px;
}

#content.twocolumns div.details h4 {
	color:#fff;
	font-size:40px;
	line-height:35px;
	margin-bottom:0;
}

#content.twocolumns div.details .imageframe {
	display:none;
}

#content.twocolumns div.details span.price,#content.twocolumns div.details h5 {
	color:#fac73a;
	display:block;
	font-size:18px;
	margin-bottom:0;
}

a.button {
	display:block;
	float:left;
	clear:both;
	background-color:#45563e;
	border:3px solid #fac73a;
	padding:4px 10px 0;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
}

a:hover.button {
	background-color:#45563e;
	border:3px solid #fac73a;
}

div.share {
	margin-top:80px;
}


	
/*Inline Enquiry form*/
.formBuilderLabelRequired,.formBuilderLabel,.cform label {
	font-size:12px;
	color:#e8b936;
	text-transform:uppercase;
	display:block;
}

#fieldformBuilderFieldName,#fieldformBuilderFieldEmail_Address,#fieldformBuilderFieldPhone,.cform .single {
	line-height:19px;
	height:19px;
	width:250px;
	background:#b9b9b9;
	border:0;
	margin-bottom:10px;
}

#fieldformBuilderFieldComments,.cform .area {
	line-height:19px;
	height:100px;
	width:250px;
	background:#b9b9b9;
	border:0;
	margin-bottom:10px;
}

.formBuilderRadio {
	float:left;
	display:block;
	margin-right:20px;
}

.cform .cf-box-group label {
	display:inline;
}

.formBuilderSubmit,.cform .cf-sb {
	clear:both;
	display:block;
	padding-top:20px;
}

.formBuilderSubmit input,.cform .sendbutton {
	font-family:vintagebody,"Arial Narrow", "Helvetica Neue Condensed", Helvetica, Arial, Sans-serif;
	font-weight:700;
	color:#fbd37e;
	background-color:#45563e;
	border:3px solid #fac73a;
	padding:3px 10px;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
}

.linklove {
	display:none;
}

#usermessagea {
	font-weight:normal;
	margin-bottom:1em;
}

.failure {
	color:#9e260f;
}

.success {
	color:#ffe08d;
}

#usermessagea ol {
	display:none;
}

.cf_li_text_err {
	font-weight:normal;
	font-size:10px;
	color:#9e260f;
	float:right;
}


	
/* Footer */
#footer {
	clear:both;
	padding-top:32px;
	text-align:center;
	padding-bottom:20px;
}

.fauxfooter {
	text-align:center;
	float: left;
	clear: both;
	width: 100%;
	height: 100px;
}

#footer .categoryLinks,
.fauxfooter .categoryLinks {
	padding-left:6px;
	padding-right:6px;
}

#footer .categoryLinks a,
#footer .categoryLinks a:link,
#footer .categoryLinks a:visited,
.fauxfooter .categoryLinks a,
.fauxfooter .categoryLinks a:link,
.fauxfooter .categoryLinks a:visited {
	color:#777;
	text-decoration:none;
}

#footer .categoryLinks a:hover,
.fauxfooter .categoryLinks a:hover {
	color:#fac73a;
}

#footer .copyright,
.fauxfooter .copyright {
	clear:both;
	padding-top:18px;
	text-transform:uppercase;
	font-size:10px;
}

#footer .copyright img,
.fauxfooter .copyright img {
	vertical-align:middle;
}

#footer .copyright a,
#footer .copyright a:link,
#footer .copyright a:visited,
.fauxfooter .copyright a,
.fauxfooter .copyright a:link,
.fauxfooter .copyright a:visited {
	color:#fff;
	text-decoration:none;
}

#footer .search,
.fauxfooter .search {
	width:231px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	margin-top:18px;
}

#footer .search #s,
.fauxfooter .search #s2 {
	float:left;
	border:0;
	font-size:14px;
	line-height:17px;
	height:17px;
	vertical-align:middle;
	width:148px;
}

#footer .search #search,
.fauxfooter .search #search2 {
	float:left;
	display:block;
	margin-left:6px;
	width:73px;
	height:17px;
	border:1px solid #fbd37e;
	background: black;
	background-image:url(images/footer_search_background.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

#footer .search #search span,
.fauxfooter .search #search2 span {
	display:none;
}
