/*
Theme Name: Bryans Art
Theme URI: http://www.bryans-art.co.uk
Description: Theme for artist Bryan Sapwell's online gallery.
Version: 1.0
Author: Dan Sensecall
Author http://www.sensecall.co.uk
*/
/*
All rights reserved... Hands off!
*/


	
/***********************************************************

	.GENERAL PAGE STRUCTURE
	
***********************************************************/
body {
	background:url(img/bg.jpg) no-repeat bottom;
	border-top: 4px #35a4db solid;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

.container {
	margin:0 auto;
}

.header {
	height: 190px;
}

#content-right {
	padding-left: 24px; /* TO INDENT CONTENT */
}

#footer {
	height: 40px;
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #aaa;
}



	
/****** TEXT REPLACEMENT ******/
.swap span {
	display:none;
}

.swap {
	background-repeat:no-repeat;
}



	
/***********************************************************

	.TEXT
	
***********************************************************/
.content, .sidebar {
	font-size:16px;
	line-height: 1.3em;
}

body p, .post ul li, .post ol li {
	margin: 0 0 1em 0;
	line-height: 1.7em;
	letter-spacing: 0.01em;
	letter-spacing: .2px;
	word-spacing: .5px;
	font-size: 14px;
	font-weight: lighter;
	text-shadow: 0 1px 0 #fff;
}

a:link,a:visited,a:focus {
	color:#35a4db;
	text-decoration:none;
	font-size: inherit;
}

a:hover {
	text-decoration: underline;
	color: #0271a8;
}

a:active {
	position: relative;
	bottom: 2px;
	outline: none;
}

p em { font-style: italic; }

p strong { font-weight: bold; }

p.large { font-size: 1.5em }

p.small { font-size: 0.8em; }

ul, ol { margin: 0 0 20px 0; }

blockquote {
	padding: 8px;
	font-style: italic;
	line-height: normal;
	padding: 0 0 0 10px;
	border-left: 2px solid #35a4db;
	margin: 0 0 0 15px;
}

cite { font-weight: bold; }

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup { bottom: 1ex; }

sub { top: .5ex; }

p.postdate {
	color: #aaa;
	margin: -6px 0 10px -24px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
}

.post ul li {
	list-style: disc;
	margin: 0 0 0 20px;
}

.post ul li li { list-style: circle; }

.post ol li {
	list-style: decimal;
	margin: 0 0 0 20px;
}

img {
	border: 1px solid #CCC; 
	padding: 4px;
}

a:hover img {
	border: 1px solid #CCC; 
	padding: 4px;
	background: #35a4db;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
}


div.posts_nav_link {
	margin: 40px 0 0 -14px;
}

.posts_nav_link a {
	padding: 6px;
	background: #e5e5e5;
	color: #bbb;
	text-shadow: #eee 0 1px 0;
	font-size: 12px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px;
}

.posts_nav_link a:hover {
	background: #0271a8;
	color: #eee;
	text-shadow: none;
	text-decoration: none;
}

.posts_nav_link a:active {
	background: #016097;
	color: #e1e1e1;
	text-shadow: none;
	text-decoration: none;
	bottom: 0;
	top: 1px;
	padding: 7px 6px 5px 6px;
}

/***********************************************************

	.SIDEBAR
	
***********************************************************/
.sidebar {
	padding-left: 24px; /* TO INDENT CONTENT */
}

.sidebar-item {
	margin: 0 0 40px 0;
}

.about-snippet-sidebar img.alignleft {
	width: 5em;
	height: 5em;
	margin: 0 1em 1em 0;
}
.about-snippet-sidebar p {
	font-size: 13px;
}



/****** PAGE AND SINGLE STYLES ******/
.post {
	margin: 0 0 40px 0;
}

.landscape img {
	max-width: 250px;
	width: expression(this.width > 250 ? 250: true);
	float: left;
}

.portrait img {
	max-height: 250px;
	height: expression(this.width > 250 ? 250: true);
	float: left;
}

.featured-image img {
	margin: 10px;
}

.gallery-image {
	margin-bottom: 20px;
}

.wp-caption {
	padding: 10px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px;
}

.wp-caption img {
	margin: 5px;
}
p.wp-caption-text {
	font-size: 14px;
	padding-top: 10px;
	font-style: italic;
	color: #999;
	text-align: center;
	display: block;
}



	
/***********************************************************

	.HEADERS
	
***********************************************************/
h1 a {
	width:297px;
	height:69px;
	display:block;
	background-image:url(img/header-left.png);
	margin: 60px 0 0 0;
	float: left;
}

h2, .post .post-title {
	height: 32px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px -24px; /* TO OFFSET INDENT */
	color: #35a4db;
	font-size: 24px;
	font-weight: normal;
	font-family: "American Typewriter", Rockwell, Helvetica, Arial;
}

.sidebar h2 {
	color: #fff00;
}

h3 {
	font-size:16px;
	margin: 0;
	font-weight: light;
}

.post h1,
.post h2, 
.post h3,
.post h4 {
	color: #444;
	font-weight: 700;
	font-family: "Helvetica Neue", Arial, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	line-height: 1.4em;
}

.post h1 { font-size: 24px; }
.post h2 { font-size: 20px; }
.post h3 { font-size: 17px; }
.post h4 { font-size: 15px; }



/***********************************************************

	.CONTACT FORM
	
***********************************************************/
.wpcf7 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
}

.wpcf7 input, .wpcf7 textarea {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	color: #333;
	padding: 6px;
	margin: 4px 0 0 0;
	font-size: 14px;
	vertical-align: middle;
	letter-spacing: 0.04em;
	display: inline-block;
	width: 280px;
	border: 1px solid #ddd;
	background: #eee;
	background: rgba(255,255,255,0.5);
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
	background: #fff;
}

.wpcf7 #submit {
	margin: 20px 0 0 0;
	width: 99px;
	height: 45px;
	background: url(img/submit_sprite.png) no-repeat 0 -55px;
	border: none;
	color: #fff;
	text-shadow: 0 1px 0 #333;
	font-size: 16px;
}

.wpcf7 #submit:active {
	background-position: 0 0;
	color: #eee;
}

.wpcf7 p {
	margin: -0 0 20px 0;
}

.wpcf7 label {
	font-size:14px;
	font-weight: bold;
	margin: 0;
	line-height:1em;
	color:#444;
	width: 100px;
	margin: 0 0 5px 0;
}

.wpcf7 span.req {
	color:red;
	font-weight:bold;
	margin:0;
	padding:0;
}



/***********************************************************

	.CONTACT DETAILS
	
***********************************************************/
#contact-details {
	font-weight: bold;
}

#contact-details dt {
	clear: both;
	float: left;
	margin: 0 0 10px 0;
}

#contact-details dd {
	font-weight: normal;
	float: left;
	margin-left: 0.33em;
}

	
	
	
/***********************************************************

	.NAVIGATION
	
***********************************************************/
ul.nav-top {
	float: right;
	margin-top: -40px;
}
ul.inline li {
	display:inline;
}

ul.nav-top li a {
	font-size:14px;
	font-weight:bold;
	color:#bbb;
	padding:6px 14px;
	margin:0 0 0 20px;
	text-shadow:#ddd 1px 1px 1px;
}

ul.nav-top li a:hover {
	color:#595959;
	background-color:#f1f1f1;
	background-color: rgba(230,230,230,0.6);
	-moz-border-radius:10px 10px;
	-webkit-border-radius:10px;
	text-shadow: #fff 1px 1px 0px;
	text-decoration: none;
}

ul.nav-top li a:active {
	bottom: 0px;
	top: 1px;
	padding: 7px 14px 5px 14px;
	background: #e3e3e3;
	color: #333;
	text-shadow: none;
}

ul.nav-top li a.current-page {
	background-color: #35a4db;
	color:#fff;
	-moz-border-radius:10px 10px;
	-webkit-border-radius:10px;
	text-shadow:none;
}

ul.nav-top li a:hover.current-page {
	background-color: #35a4db;
	color:#fff;
	-moz-border-radius:10px 10px;
	-webkit-border-radius:10px;
	text-shadow:none;
	border: none;
}

ul.nav-bottom {
	float: right;
	width: 348px;
	text-align: right;
}

ul.nav-bottom li a {
	font-size:12px;
	margin:0 0 0 18px;
}

.alignleft {
	float: left;
	margin: 0 20px 15px 0;
	width: auto;
	display: block;
}

.recent-posts-thumb {
	margin: 0 10px -2px 0;
}

.alignright {
	float: right;
	margin: 0 0 14px 15px;
	width: auto;
}

.aligncenter {
	margin: 0 auto;
}



/***********************************************************

	.CLEARFIX
	
***********************************************************/
.clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clear {	zoom: 1; /* IE6 */ }
*:first-child+html .clear {	zoom: 1; /* IE7 */ }

