/* @override http://local.apostle-art.co.uk/css/style.css */

/* CSS Document for www.apostle-art.co.uk */
/* Copyright 2008 James Addicott */
/* www.jamesaddicott.com */

/* --- Reset Basic Styles --- */

body, p, h1, h2, h3, a, img, table, td, tr, address, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}

/* --- Page Layout --- */

body {
	background-color: #707d85;
}

#page {
	width: 970px;
	margin: 20px auto;
}

#header {
	background: #1c1f21 url(/images/bg-header.gif) top center no-repeat;
}

#content {
	background: #1c1f21 url(/images/bg-content.gif) top center repeat-y;
	clear: both;
	padding: 0 5px;	
}

.about #content, .commission #content, .contact #content {
	background: #1c1f21 url(/images/bg-content.gif) top center repeat-y;	
}

#one {
	display: inline;
	width: 600px;
	float: left;
	margin: 0 0 0 25px;
	padding-bottom: 25px;
}


#two {
	display: inline;
	width: 280px;
	float: right;
	margin: 0 25px 0 0;
	padding-bottom: 25px;
}

.contact #one {
	width: 400px;
}

.contact #two {
	width: 400px;
	padding-top: 20px;
}


#full {
}

hr.clear {
	visibility: hidden;
	height: 1px;
	color: #111;
	border: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#footer {
	background: #1c1f21 url(/images/bg-footer.gif) bottom center no-repeat;*/
	clear: both;
	padding-bottom: 5px;
	/*padding: 50px 30px 10px 30px;	*/
}


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

body { 
	font-size: 62.5%;
}

p, label, address, h1, h2, h3, li, dt, dd, blockquote {
	color: #fff;	
}

p, label, address {
	font-family: "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
}

p	{
	margin: 1.12em 0;
}

h1, h2, h3 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
}

h1	{ font-size: 2em; margin: 0.67em 0 }
h2	{ font-size: 1.5em; margin: 0.75em 0 }
h3	{ font-size: 1.17em; margin: 0.83em 0 }

blockquote {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
}

a:link, a:visited, a:hover, a:active {
	color: #fff;
}

.navigation a {
	font-family: "Lucida Sans", "Lucida Grande", Arial, sans-serif;	
	font-size: 1.2em;
}


/* --- Header --- */

#logo {
	display: inline;
	float: left;
	width: 300px;
	height: 60px;
	margin-top: 25px;
	margin-left: 30px;
}

#top-right {
	display: inline;
	float: right;
	width: 300px;
	height: 60px;
	margin-top: 25px;
	margin-right: 30px;
}

#navigation {
	display: inline;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 30px;
	width: 800px;
}


/* --- Navigation --- */

ul.navigation {
	list-style: none;
}

ul.navigation li {
	display: inline;
	float: left;
}

ul.navigation li a {
	display: block;
	margin: 0 1em;
	padding-bottom: 12px;
}

ul.navigation li a.first-item {
	margin-left: 0;
}

ul.navigation li a:link, 
ul.navigation li a:visited,
ul.navigation li a:hover,
ul.navigation li a:active {
	text-decoration: none;
}

ul.navigation li a:hover {
	/*background: transparent url(/images/hover.png) bottom center no-repeat;	*/
	color: #ccc;
}

.home ul.navigation li#nav-home a:link, 
.home ul.navigation li#nav-home a:visited,
.home ul.navigation li#nav-home a:hover,
.home ul.navigation li#nav-home a:active,

.about ul.navigation li#nav-about a:link, 
.about ul.navigation li#nav-about a:visited,
.about ul.navigation li#nav-about a:hover,
.about ul.navigation li#nav-about a:active,

.gallery ul.navigation li#nav-gallery a:link, 
.gallery ul.navigation li#nav-gallery a:visited,
.gallery ul.navigation li#nav-gallery a:hover,
.gallery ul.navigation li#nav-gallery a:active,

.commission ul.navigation li#nav-commission a:link, 
.commission ul.navigation li#nav-commission a:visited,
.commission ul.navigation li#nav-commission a:hover,
.commission ul.navigation li#nav-commission a:active,

.contact ul.navigation li#nav-contact a:link, 
.contact ul.navigation li#nav-contact a:visited,
.contact ul.navigation li#nav-contact a:hover,
.contact ul.navigation li#nav-contact a:active {
	/*background: transparent url(/images/selected.png) bottom center no-repeat;*/
	color: #9ec339;
}

/* --- Home Page --- */

.home #full {
	position: relative;
	margin: 0 25px;
}

.home #home-image {
	position: relative;
	margin-bottom: 20px;
	width: 910px;
	height: 560px;
	z-index: 1;
}

.home #images img {
	position: absolute;
	top: 0;
	left: 0;
}

.home #home-text {
	position: absolute;
	bottom: 28px;
	left: 25px;
	right: 25px;
	display: block;
	background: transparent url(/images/semi-trans-sq-black.png) top left repeat;
	padding: 25px;
	z-index: 20;
}

.home #home-text h1 {
	font-size: 1.8em;
	padding-top: 0;
	margin-top: 0;
}

.home #home-text #intro {
	width: 540px;
	display: inline;
	float: left;	
}

.home #home-text #testimonial {
	width: 240px;
	display: inline;
	float: right;
}


	
.home blockquote.testimonial {
	margin: 0;
	padding: 10px 30px 0 30px;
	background: transparent url(/images/open-quote.png) top left no-repeat;
}

.home p.author {
	margin: 0;
	padding: 20px 30px 0px 30px;
	background: transparent url(/images/close-quote.png) bottom right no-repeat;
	min-height: 25px;
	font-size: 1em;
}
	
	
/* --- About the Artist --- */

blockquote.gemma {
	padding: 2em 1em 2em 1em;
	margin-left: 1em;
	border-left: 3px solid #333;
	background: #222;
}	

span.photo {
	display: block;
	text-align: right;
}	

p.caption {
	text-align: right;
	padding-right: 5px;
}	
	

/* --- Gallery --- */

.gallery #simpleViewer {
	width: 900px;
	height: 500px;
	margin: 0 30px 30px 30px;
	
}


/* --- How to Commission --- */

#quote {
	margin-left: 2px;
}

.commission blockquote.gemma {
	margin-left: 0;
	text-align: left;
}


span.author {
	font-size: 0.8em;
}



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

.contact #contact td {
	padding: 0 0 6px 0;
	vertical-align: top;
}

.contact #contact .label {
	width: 35%;
}

.contact #contact textarea {
	width: 300px;
	height: 100px;	
}

.contact .mail, .contact .twitter, .contact .facebook {
	margin-bottom: 2em;
}

.contact .mail a {
	background: transparent url(/images/mail_large.png) left center no-repeat;
	padding: 20px 0px 20px 40px;
}
.contact .twitter a {
	background: transparent url(/images/twitter_large.png) left center no-repeat;
	padding: 20px 0px 20px 40px;
}
.contact .facebook a {
	background: transparent url(/images/facebook_large.png) left center no-repeat;
	padding: 20px 0px 20px 40px;
}


/* --- Footer --- */

#newblood {
	float: left;
}

#newblood a {
	border: 3px solid #cc2222;
	margin: 0;
	padding: 0;
	display: block;
}

#newblood a:hover {
	border: 3px solid #ff4444;
}


#newblood img {
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
}

#social {
	float: left;
	margin-left: 20px;
}

#social h3 {
	font-family: "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.4em 0;
}

#social p {
	margin: 0 0 1.6em 0;
}

#social .twitter a {
	background: transparent url(/images/twitter_large.png) left center no-repeat;
	padding: 20px 0px 20px 40px;
}
#social .facebook a {
	background: transparent url(/images/facebook_large.png) left center no-repeat;
	padding: 20px 0px 20px 40px;
}


#footer-inner {
	/*border-top: 1px solid #333;*/
	margin: 0 5px;
	padding: 10px 25px 10px 25px;	
}

span.lighter {
	color: #444;
}

#contact-details {
	display: inline;
	float: right;
}

#contact-details p { 
	
	margin: 0;
	padding: 0;
	line-height: 1em;
}

