/*
 Theme Name: Simplicity Beckons - DB version
 Theme URI: http://www.designbeckons.com/simplicitybeckons
 Description: A minimalist theme for a creative business or individual.
 Author: Design Beckons
 Version: 0.1
 Tags: design beckons, minimalist, simple
 */
/*
 html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
 html5doctor.com/html-5-reset-stylesheet/
 */
html, 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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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

nav 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;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

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

/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

input, select {
    vertical-align: middle;
}

/* END RESET CSS */
/* fonts.css from the YUI Library: developer.yahoo.com/yui/
 Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages
 
 There are three custom edits:
 * remove arial, helvetica from explicit font stack
 * we normalize monospace styles ourselves
 * table font-size is reset in the HTML5 reset above so there is no need to repeat
 */
body {
    font: 13px / 1.231 sans-serif;
    *font-size:small;
}

/* hack retained to preserve specificity */
select, input, textarea, button {
    font: 99% sans-serif;
}

/* normalize monospace sizing
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

/*
 * minimal base styles
 */
body, select, input, textarea {
    /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
    color: #444;
    /* set your base font here, to apply evenly */
    font-family: Arial, sans-serif;
}

/* Headers (h1,h2,etc) have no default font-size or margin,
 you'll want to define those yourself. */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.3em;
}

/* always force a scrollbar in non-IE */
html {
    overflow-y: scroll;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
    outline: none;
}

a, a:active, a:visited {
    color: #607890;
}

a:hover {
    color: #036;
}

ul, ol {
    margin-left: 0em;
}

ol {
    list-style-type: decimal;
}

/* Remove margins for navigation lists */
nav ul, nav li {
    margin: 0;
}

small {
    font-size: 85%;
}

strong, th {
    font-weight: bold;
}

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

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

pre {
    padding: 15px;
    /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
    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 */
}

textarea {
    overflow: auto;
}

/* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend {
    margin-left: -7px;
}

/* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
 by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type =
"radio"] {
    vertical-align: text-bottom;
}

input[type =
"checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type =
"checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

/* hand cursor on clickable input elements */
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;
}

/* colors for form validity */
input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
    -webkit-box-shadow: 0px 0px 5px red;
    box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
    background-color: #f0dddd;
}

/* These selection declarations have to be separate.
 No text-shadow: twitter.com/miketaylr/status/12228805301
 Also: hot pink. */::-moz-selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}

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

/* make buttons play nice in IE:
 www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
    width: auto;
    overflow: visible;
}

/* bicubic resizing for non-native sized IMG:
 code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/*
 * Non-semantic helper classes
 */
/* for image replacement */
.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

/* Hide for both screenreaders and browsers
 css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
    display: none;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders
 www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
    zoom: 1;
}

/* Sticky Footer */
html, body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
}

#main {
    overflow: visible;
    padding-bottom: -50px;
}

/* must be same height as the footer */
#footer {
    position: relative;
    margin-top: -50px; /* negative value of footer height */
    height: 50px;
    clear: both;
}

/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
    /
}

/* Primary Styles
 * Author: Design Beckons
 * 
 
 */

	
	@font-face {
		font-family: 'VegurRegular';
		src: url('fonts/vegur-r_0.602-webfont.eot');
		src: local('☺'), url('fonts/vegur-r_0.602-webfont.woff') format('woff'), url('fonts/vegur-r_0.602-webfont.ttf') format('truetype'), url('fonts/vegur-r_0.602-webfont.svg#webfontm7nZOhhv') format('svg');
		font-weight: 200;
		font-style: normal;
	}

@font-face {
	font-family: 'VegurLight';
	src: url('fonts/vegur-l_0602-webfont.eot');
	src: local('☺'), url('fonts/vegur-l_0602-webfont.woff') format('woff'), url('fonts/vegur-l_0602-webfont.ttf') format('truetype'), url('fonts/vegur-l_0602-webfont.svg#webfontDni3svLf') format('svg');
	font-weight: 400;
	font-style: normal;
}







body { 
    width: 100%;
    height: 100%;
      font-family: "Corbel", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 105%;
   
}

html, body {
    margin-top: 5px;
    min-height: 100%;
}

section, footer {
    margin: 0 auto;
    width: 960px;
}

header, .container {
    margin: 0 auto;
    width: 960px;
    padding-bottom: 10px;
}

header {
    padding: 10px;
    width: 940px;
}

section {
    float: left;
    width: 640px;
}

#middle section {
    margin: 20px auto 30px auto;
    width: 960px;
    display: block;
    float: none;
}

#middle section.large-callout {
    padding: 0 10px;
    width: 940px;
}

section article, section header {
    float: left;
    width: 630px;
    padding: 0;
}

.container section {
    padding-left: 10px;
}

nav {
    line-height: 1em;
	font-family: "VegurLight";
}

p {
    overflow: visible;
    line-height: 1.5em;
    font-family: "Corbel", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
    font-size: 0.95em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
	font-family: 'VegurLight';
    line-height: auto;
}

article .author-description {
	margin-top: 20px;	
}

.attachment section {
	width: 940px;
}

.contact section {
	
}

h1.site-title {
    font-size: 3.5em;
    font-family: "Corbel", "Helvetica Neue", Helvetica, arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 1em;
	font-weight: bold;
	
}

section h1 {
    font-size: 2em;
}

#middle section.wide{
	width: 100%;
}
h2 {
    font-size: 1.8em;
    font-weight: 500;
}

section h2 {
    font-weight: 200;
}

h2.entry-title {
    line-height: 1em;
}
.plus10 .widget-title {
	margin-left: 10px;
}
h3 {
    font-size: 1.4em;
}

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

a:hover {
    color: #aaa;
}

p {
    margin: 10px 0;
}

label {
	width: 140px;
}

#middle .plus10 {
    width: 980px;
    padding-left: 20px;
}

.left-column .plus10 {
    width: 660px;
}

.blog-image .entry-meta {
    margin-bottom: 20px;
}

.blog-image img {
    clear: both;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.entry-meta, .entry-utility {
    font-size: 0.9em;
}



/* Menus */
.menu li {
    font-weight: 200;
    list-style: none;
    margin-right: 20px;
    font-size: 1.2em;
}

/* Header */
header hgroup {
    float: left;
}

header h1, header h2 {
    display: inline;
}

header h2 {
    font-size: 1em;
}

#access {
    float: right;
    margin-top: 2em;
}

#access .menu {
}

#access ul {
    margin-right: -20px;
}

#access li {
    float: left;
    margin-right:
}

/* Frontpage */
.large-callout h3, .large-callout h2, .large-callout h1, .large-callout h4 {
    font-size: 3em;
    line-height: 1.1em;
}

.large-callout p {
    width: 100%;
    margin-top: 5px;
}

.left-column {
    width: 700px;
    float: left;
}

.left-column h3.widget-title {
    font-size: 2.1em;
}

.left-column section, .left-column {
    padding-left: 0px;
}

.page-template-home-page-php .container section {
    display: inline;
}

.page-template section h1 {
	color: #fff;
}
.right-column .large-callout h3 {
    font-size: 1.35em;
}

.right-column, .right-column section {
    width: 240px;
    clear: right;
    float: right;
    margin-bottom: 20px;
}

.right-column ul {
    list-style: none;
    font-size: 1em;
}

#middle {
    margin-bottom: 20px;
}

/* Slideshow */
.content_holder {
    left: 10px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    width: 960px;
}

.content_frame {
    position: absolute;
    z-index: 10;
    display: inline;
    width: 920px;
}

.frame2 {
    margin-top: 80px;
}


.content_frame p { 
    background: rgba(255, 255, 255, 0.5);
    display: inline;
    font-family: "VegurLight";
    font-size: 2.6em;
    font-weight: 200;
   
    color: #333;
    padding: 2px 4px;

}

.left-column .content_frame p {
	font-size: 2em;
}
/* Sidebars */
.xoxo {
    width: 220px;
    margin: 0 10px;
    float: right;
    margin-bottom: 20px;
}

.xoxo .widget-container {
    clear: left;
    margin-bottom: 20px;
}

.xoxo li {
    list-style: none;
    margin-bottom: 5px;
}

.xoxo .xoxo {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 0;
    font-size: 0.9em;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar tbody {
    text-align: center;
}

#wp-calendar caption {
    margin: 5px 0;
}

.widget_nav_menu {
    margin-left: -10px;
    width: 240px;
    padding: 10px;
}

.widget_nav_menu a {
    font-weight: 700;
}

/* Blog Listing - Loop & Single Pages */
.hentry {
    margin-bottom: 40px;
}

.entry-content {
    clear: both;
}

#container .entry-title {
    display: block;
    margin-top: 0;
    font-size: 1.3em;
    line-height: 25px;
}

.hentry {
    border-top: 1px dotted #AAAAAA;
    padding: 20px 10px 0 10px;
    clear: both;
    width: 640px;
    margin-left: -10px;
}

.entry-content img, .attachment img, p img {
    display: block;
    margin: 20px auto;
    border: 5px #000 solid;
    left: -5px;
    position: relative;
}

.post object, .post embed {
    width: 100%;
}

.blog-image {
    background: #000;
    clear: both;
    padding: 10px;
    color: #ccc;
	margin-bottom: 40px;
}

.blog-image a {
    color: #eee;
}

.avatar-50, .avatar-45, .avatar-60 {
    float: left;
    padding-bottom: 12px;
    padding-right: 10px;
}

.meta, .top-meta {
    font-size: 0.9em;
    margin: 10px 0;
    color: #bbb;
}

.top-meta {
    margin: 0;
}

.prev, .next {
    margin: 20px 0;
}

.prev {
    float: left;
    margin-left: -25px;
}

.next {
    float: right;
    margin-right: -25px;
}


#infscr-loading {
	bottom: 0;
	left: 40%;
	z-index: 1000;
	background: rgba(0,0,0,0.9);
	padding: 20px;
	color: #fff;

	position: fixed;
	z-index: 30;
	
}
/* Author */
.author-description {
    background: #000;
    color: #eee;
    padding: 10px;
    margin: 10px 5px 40px -10px;
}

.author-description h2 {
    line-height: 1em;
    color: #fff;
}

/* Attachments */
.attachment #container {
    width: 98%;
    margin-left: 10px;
    padding: 0;
    padding-right: 10px;
}

/* Comments */
#comments {
    display: block;
}

#comments h3 {
    display: block;
    border-top: 1px dotted #AAAAAA;
    clear: both;
    padding-top: 20px;
    margin-bottom: 10px;
}

.comment {
    margin: 20px 0;
    font-size: 0.9em;
    list-style: none;
    border-top: 1px dotted #ccc;
    padding: 20px 10px 10px 0;
}

.comment:first-child {
    border-top: none;
}

.thread-even {
    color: #777;
}

.depth-2 {
    margin-left: 10%;
    border-left: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding-left: 10px;
}

.depth-3 {
    margin-left: 20%;
    border-left: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding-left: 10px;
}

.depth-4 {
    margin-left: 30%;
    border-left: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding-left: 10px;
}


/* Gallery Listing */
.gallery {
    margin-left: -5px;
}

.gallery-item {
    float: left;
    margin: 5px;
}

/* Widgets */

/* Twitter Widget */
.twtr-widget .twtr-hd {
	padding: 0;
	margin-top: 10px;
}

.twtr-widget img{
	background: #333;
	padding: 2px;
}

.container .twtr-widget .twtr-tweet-wrap {
	padding: 6px 0;
}

/* Facebook Widget */

.fb_iframe_widget {
	position: relative;
	overflow: hidden;
	width: 240px;
}
.fb_iframe_widget iframe {
 left:-5px;
  overflow:hidden;
  position:relative;
  top:-1px;

}

/* Tiled Listing Widget */
.tiled-list li {
    float: left;
    width: 310px;
    overflow: hidden;
    list-style: none;
    margin-bottom: 10px;
}

.tiled-list li img {
    position: absolute;
    z-index: -1;
}

.tiled-list li h3 {
    position: absolute;
    z-index: 3;
    padding: 10px;
}

.tiled-list li h3 a {
    color: #000;
    line-height: 1.4em;
    background: rgba(255, 255, 255, 0.6);
    display: inline;
    padding: 3px;
}

li.thumb-image img {
    position: relative;
}

li.thumb-image img:hover {
    opacity: 0.8;

}


.tiled-list li:hover p {
    opacity: 0;

}

.tiled-list li:hover img {
	z-index: 1;
}

.tiled-list  p a {
    line-height: 1.2em;
    color: #fff;
}

.no-image.equal p a {
	color: #000;
}
.tiled-list li.no-image p {
	background: #eee;
	
	
	
}

li.no-image h3 a {
	    background: rgba(255, 255, 255, 0.8);
}

li.no-image:hover p {
	opacity: 1;
	background: #000;
	
}
li.no-image:hover p a {
	color: #000;
}

li.equal.no-image:hover p a {
	color: #fff;
}
li.no-image {
	width: 155px;
}

li.no-image.equal {
	width: 310px;
}


li.no-image.has-image p {
	opacity: 0;
}
.tiled-list  p {
    padding: 38% 4% 4% 4%;
    width: 92%;
    background: rgba(0, 0, 0, 0.8);
    line-height: 1.2em;
    font-size: 0.8em;
    margin: 0;
    color: #eee;
}

/* Forms */
#search {
    float: right;
    margin-right: -10px;
}

#searchform {
    margin-bottom: 20px;
}

#s {
    width: 220px;
    margin-left: -10px;
    padding: 4px 10px 5px 10px;
    font-size: 0.95em;
    background: #000;
    color: #eee;
    border: none;
}


/* Comment Form */

#commentform {
	width: 70%;
}
#commentform input, #commentform textarea {
	float: right;
}


.comment-author img {
    vertical-align: text-top;
    float: left;
    margin: 0 5px 10px 0;
}

.commentmetadata {
    float: left;
    font-size: 0.9em;
}

.comment-body {
    clear: both;
}

#commentform {
    margin-bottom: 40px;
}

#commentform p {
    font-size: 0.8em;
}

#comment {
    vertical-align: top;
    padding: 5px;

}

#commentform .form-allowed-tags{
	padding-top: 10px;
    font-size: 0.7em;
	clear: both;
}

.form-allowed-tag9 code {
	font-size: 0.78em;
}

/* Footer */
#footer {
    border-top: 20px solid black;
    padding-top: 10px;
    margin-top: 40px;
    font-size: 0.8em;
}

/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override.
 */
@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


