/*   
Theme Name: Viewfinder Design Theme 2012
Theme URI: https://viewfinderdesign.co.uk
Description: Updated site theme based on HTML5 Reset Theme.
Author: Lee Penney
Author URI: http://thedigeratipeninsula.org.uk
Version: 1
*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

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

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0; margin: 1em auto;}
th {font-weight: bold; vertical-align: bottom; text-align: left;}
td {font-weight: normal; vertical-align: top;}
th, td { padding: 5px 10px; }

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% 'Open Sans', sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* we like off-black for text */
body, select, input, textarea {color: #333;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

#page-wrap {width: 960px; margin: 20px auto; }

.post {}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}

.navgation { margin: 20px 0; }
.next-posts {}
.prev-posts {}

#searchform { 
	overflow: auto;
	width: 100%;
	margin: 20px 0 0 0;
}

#s { 
	width: 105px;
	margin: 0 5px 0 0; 
}
#searchsubmt {}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}

/* VFD Styles */

body {
	font-family: 'Open Sans', Helmet, Freesans, sans-serif;
	line-height: 125%;
}

a, a:visited {
	color: #DF1111;
}

a:hover, .current-menu-item a {
	color: #fff;
	background: #DF1111;
	text-decoration: none;
}

a i.icon {
	text-decoration: none;
}

i {
	margin-right: 5px;
}

p {
	line-height: 125%;
	margin: 1em 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'BreeSerifRegular', serif;
	width: 100%;
	display: block;
	line-height: 110%;
}

h1, h2 {
	font-size: 250%;
	margin: 30px 0;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 150%;
	margin: 30px 0 1em 0;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: left;
	margin: 0 0 10px 10px;
}

#header {
	width: 960px;
	height: 35px;
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

#header span {
	text-indent: -9999px;
	background: url('img/logo.gif');
	height: 35px;
	width: 230px;
	position: absolute;
	top: 0;
	right: 0;
}

#header span a {
	outline: none;
	display: block;
	height: 35px;
	width: 230px;
}

#header span a {
	background: none;
}

.menu {
	padding: 10px 0 0 0;
}

.menu li {
	display: inline;
	margin-right: 15px;
	text-transform: lowercase;
	padding: 3px;
}

.menu li a {
	text-decoration: none;
	padding: 2px 5px;
}

#main-content {
	float: left;
	width: 740px;
	margin: 20px 20px 0 0;
	padding: 0 20px 0 0;
}

.home article h2 {
	font-size: 250%;
	color: #000;
	margin: 0 0 20px 0;
}

.home article .entry h2 {
	font-size: 200%;
	margin: 30px 0;
}

.home article h2 a, .home article h2 a:hover, .home article h2 a:visited {
	color: #000;
	text-decoration: none;
}

.home article h2 a:hover {
	text-decoration: underline;
	background: transparent;
}

.home article .entry h3 {
	font-size: 150%;
	margin: 30px 0 1em 0;
}

article {
	margin: 0 0 40px 0;
}

article footer {
	margin: 20px 0 0 0;
}

.postmetadata {
	font-size: 80%;
	color: #999;
}

.single article ul, .single article ol {
	margin: 1em 2em;
	list-style-type: square;
}

.single article ol {
	list-style-type: decimal-leading-zero;
}

.single article li {
	margin-bottom: 1em;
}

.category-downloads article h2, .category-tips  h2.catheading {
	font-size: 120%;
	margin: 30px 0 0 0;
}

.category-downloads article p {
	margin: 5px 0 0 0;
	font-size: 80%;
}

.features-list, .reviews-list {
	font-weight: bold;
	font-size: 110%;
}

.features-list li, .reviews-list li {
	margin: 0 0 15px 0;
}

#name, #email, #msg {
	width: 740px;
	border: 1px solid #ccc;
	background: #F7F7F7;
}

.category-templates h3 {
	margin: 0 0 5px 0;
}

.category-templates p {
	margin: 0 0 1em 0;
}

.category-templates article {
	margin: 50px 0 0 0;
}

.category-templates .attachment-theme-screenshot {
	float: left;
	margin: 0 25px 0 0;
	padding: 5px;
	border: 1px solid silver;
	height: 90px;
	width: 200px;
}

.gallery {
	padding: 0;
	margin: 10px 10px 10px 0;
	float: left;
	height: 130px;
	text-align: center;
	font-size: 80%;
}

.gallery  img {
	border: 1px solid silver;
}

#sidebar {
	float: left;
	width: 180px;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 80%;
}

#sidebar h4 {
	font-family: 'Average Sans', Helmet, Freesans, sans-serif;
	text-transform: uppercase;
	font-size: 80%;
	margin: 30px 0 0 0;
	padding: 0;
}

#sidebar p {
	margin: 0 0 1em 0;
}

#searchform input {
	float: left;
}

#sidebar div.title {
  display: none;
}

#sidebar ul {
	margin-bottom: 1em;
}

#footer {
	clear: both;
	width: 960px;
	text-align: center;
	margin: 30px 0 20px 0;
	border-top: 1px solid #ccc;
	color: #999;
	font-size: 90%;
}

@font-face {
    font-family: 'BreeSerifRegular';
    src: url('_/fonts/bree-serif/BreeSerif-Regular-webfont.eot');
    src: url('_/fonts/bree-serif/BreeSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('_/fonts/bree-serif/BreeSerif-Regular-webfont.svg#BreeSerifRegular') format('svg'),
        url('_/fonts/bree-serif/BreeSerif-Regular-webfont.woff') format('woff'),
        url('_/fonts/bree-serif/BreeSerif-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-variant: normal;
}
