/* Theme Name: Buckland Art
Theme URI: http://www.bulletcreative.com
Description: Main theme for Buckland Art
Version: 1.0
Author: Gorm Ashurst (Design) and Mike Hatcher (Development)
Author URI: http://www.bulletcreative.com */

/* ******************************************************************
GLOBAL RESET - ALL MEDIA TYPES
Removes default styling on all elements in all browsers, thus making
initial layout and styling consistent across all browsers
****************************************************************** */
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, sub, sup, samp, small, strike, strong, tt, var, b, u, i, center, 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-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
address, cite { font-style: normal; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; }


@media screen, projection, tv {
/* ******************************************************************
MAIN STRUCTURE & STYLING - screen, projection, tv
CSS below creates structure & styling of entire website  
****************************************************************** */

/* ~~~~~~~~~~~~ BODY ~~~~~~~~~~~~ */
body { color: #000; background: #fff; font: 72.5%/1.5 Helvetica, Arial, Verdana, sans-serif; margin: 0 auto; text-align: center; }

/* ~~~~~~~~~~~~ HIDDEN ELEMENTS ~~~~~~~~~~~~ */
#skip-links, 				/* Accessibility Links */
#logo a span,  				/* Site Name */
#logo em,  					/* Site Description */
#nav-main h2,				/* Main Accessibility Heading */ 
#footer h2 					/* Footer Accessibility Heading */
{ position: absolute; margin-left: -9000em; top: -9000em; }  

/* ~~~~~~~~~~~~ WRAPPERS ~~~~~~~~~~~~ */
#wrapper { margin: 0px auto; text-align: left; width: 100%; }

	/* ~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~ */
	#header { background: #fff; min-height: 150px; overflow: auto; }

		/* ~~~~~~~~~~~~ LOGO ~~~~~~~~~~~~ */
		#logo { float: right; width: 218px; height: 81px; margin: 33px 33px 0 0;  }
		#logo a { width: 218px; height: 81px; display: block; background: url(images/logo-buckland-art.png) no-repeat 0 0; }
	
		/* ~~~~~~~~~~~~ NAVIGATION MAIN ~~~~~~~~~~~~ */
		#nav-main { float: left; margin: 64px 0 0 22px; font-size: 90%; }
		#nav-main ol { float: left; font-size: 1.2em; margin: 0; }
		#nav-main li { float: left; margin: 0 2px 0 0; }
		#nav-main a { color: #fff; float: left; display: block; padding: 0 6px; }
		#nav-main .current_page_item a, 
		#nav-main a:hover { background: #c03; }

	/* ~~~~~~~~~~~~ WRAPPER CONTENT ~~~~~~~~~~~~ */
	#content-wrapper {
	overflow: auto;
	min-height: 400px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
	
}
	
		/* ~~~~~~~~~~~~ CONTENT ~~~~~~~~~~~~ */
		#content {  float: right; width: 602px; padding: 22px; min-height:400px; }
	
		/* ~~~~~~~~~~~~ SIDEBAR ~~~~~~~~~~~~ */
		#sidebar-old { background: red; float: right; width: 247px; margin: 0 22px 0 0; padding: 22px; }
		
		.copy, 
		#pages {
	
	float: left;
	width: 247px;
	padding: 22px;
	margin-top: 0;
	margin-right: 22px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.copy p {
	margin-bottom: 10px;	
}

a:visited,
a:link,
#pages a:visited,
#pages a:link,
.copy a:visited,
.copy a:link 
.info a:visited,
.info a:link
{
	color:red;
	text-decoration:none;
}
		
p.light { color: #999; }

	/* ~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~ */
	


#footer {
	color: #003;
	
	padding:10px;
position: fixed;
bottom: 0px;
} 
#footer p { color: #ccc; }


*html #footer {
position: absolute;
bottom: 0px;
}


/* ~~~~~~~~~~~~ BACKGROUND ~~~~~~~~~~~~ */
/*#background { position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; }
#background img { width: 100%; height: auto; -ms-interpolation-mode: bicubic; } */

/*~~~~~~~~~~~~ SSPTHUMBS ~~~~~~~~~~~~*/
#thumbs {
	width: 100%;
	height:100px;
	min-height:200px;
	margin-bottom: 30px;
}

#thumbs ul {
	padding:0px;
	margin-bottom: 30px;
}

#thumbs ul li {
	display: inline;
	list-style: none;
	float: left;
	width: 100px;
	height: 100px;
	padding:0px;
	border: thin solid white;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
}


/* Background */
#bg {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: -1;
		overflow: hidden;
		}

		 #bg img {
			min-width: 140%;/*1200px;*/
			width: 100%;
			height: auto;
			}
   
   .info {
	margin-top:20px;
	padding-top: 5px;
	border-top: thin solid #006;
	margin-bottom:20px;
	padding-bottom: 5px;
	border-bottom: thin solid #006;
	color:#006;
   }
   
#content h2, .hometitle,  .page h2, .post h2 a:visited,
.post h2 a:link,
  .post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: red;
	margin-bottom: 10px;
}

p {
	padding-bottom: 10px;
}

.widget {
	margin-bottom: 10px;
	list-style-type: none;	
}

#pages h2, .widget h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #006;
}


/* ~~~~~~~~~~~~ HOME ~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~ HOME: NEW SLIDESHOW ~~~~~~~~~~~~ */
	body.page-template-home-slideshow #content-wrapper {
		overflow: hidden;
		width: 100%;
		min-height: 0;
		margin: 0;
		padding: 0;
	}
	body.page-template-home-slideshow #footer {
		display: none;
	}
	
	.showcase { background: #000;  }
	body .flex-direction-nav .flex-next { right: 0; }
	body .metaslider .flexslider { margin-bottom: 0; }

	body .metaslider .caption-wrap {
		background: none repeat scroll 0% 0%;
		color: #fff;
		opacity: 0.9;
		margin: 0px;
		display: block;
		width: 100%;
		font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
		font-weight: normal; 
		font-size: 1.4em; 
		line-height: 1.2em; 
		text-transform: uppercase;  
		pointer-events: none;
	}
	body .metaslider .caption {
		border-left: 1px solid #fff;
		max-width: 480px;
		margin: 0 20px 100px 100px;
		padding: 5px 16px;
	}

	body .metaslider .caption-wrap strong { 
		display: block; 
		font-weight: 600; 
		}
	body .flex-direction-nav a {
		/*background: url("images/bg_direction_nav_light.png") no-repeat scroll 0px 0px transparent;*/
	}
	body .flex-control-nav {
		bottom: 20px;
		z-index: 3;
	}
	body .flex-control-paging li a {
		background: none repeat scroll 0% 0% rgba(204, 204, 204, 0.7);
		box-shadow: none;
		width: 7px;
		height: 7px;
	}
	body .flex-control-paging li a.flex-active {
		background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.9);
		box-shadow: none;
	}
	body .slides img { opacity: 0.9; }
	
	@media only screen and (min-width : 992px) { 
		body .metaslider .caption-wrap { font-size: 21px; line-height: 23px; }
	}
	

/* end of styles for screen, projection & tv media types */ }