/*
Theme Name: BlankSlate
Description: 3.0+ has been completely and massively overhauled. DO NOT UPGRADE current projects (anything below 3.0) to this version automatically. You will lose all customizations whether you're using a child theme or not. BEFORE USING AND ESPECIALLY UPGRADING IN GENERAL PLEASE READ: tidythemes.com/concept. The bare essentials of a WordPress theme (an HTML5 boilerplate), no visual CSS styles added. Perfect for those who would like to build their own theme from scratch or for clients if you're a developer or designer. This theme is clean, valid code, semi-minified, no programmer comments, SEO-friendly and 100% open source. One custom menu and one widgetized sidebar to get you started. If you don't know CSS and would like to learn we've prepared: tidythemes.com/want-to-learn-css and please visit us in the forum for further help: tidythemes.com/forum - Thank You and Enjoy
Author: TidyThemes
Author URI: http://tidythemes.com/
Version: 3.3
Tags: black, blue, white, light, one-column, flexible-width, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
	

a {color:red;
	text-decoration:none;}
	
a:hover {text-decoration:underline;}

.floatclear {
clear:both;
}


h1,h2,h3,h4,h5,p {
	margin:0;
	padding:0;
}

h2 {
	font-family: 'Risque', serif;
	font-size:1.2em;
	font-weight:400;
	color:red;
	padding-bottom:10px;
}
h3 {
	font-family: 'Risque', serif;
	font-size:1.1em;
	font-weight:400;
	color:#FFF;
	padding-bottom:5px;
}
h4 {
	font-family: 'Risque', serif;
	font-size:1.0em;
	font-weight:400;
	color:#FFF;
}
h5 {
	font-family: 'Risque', serif;
	font-size:.9em;
	font-weight:400;
	color:#FFF;
}
h6 {
	font-family: 'Risque', serif;
	font-size:.8em;
	font-weight:400;
	color:#FFF;
}

strong {
	font-weight:bold;
}


/* =Structure
-------------------------------------------------------------- */

table {margin-bottom:40px;}
	
	td {padding-right:20px;}

body{
	background-color: #000;
	color:#FFF;
	font-family: 'Carrois Gothic', sans-serif;
	font-style: normal;
	font-weight: 400;
	margin:0;
	padding:0;
	background: #000;
	line-height:1.45em;
}

#wrapper {
	width:940px;
	margin:0px auto;
	background: url('images/background.gif') no-repeat scroll top left;
}

#page {
	display: block;
	margin: 1em;
}

#content {
	width:520px;
	float:left;
	padding:10px 30px 10px 10px;
	margin-left:160px;

}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

header {
	margin-left:300px;
	width:615px;
	height:279px;
	background: url('images/tagline.gif') no-repeat scroll top left;

}

header .left {
	float:right;
}

#site-title, #site-description {
	display:none;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	height:40px;
	margin-top:10px;
	font-family: 'Risque', serif;
	display: block;

}
#access ul {
	background:url('images/nav-background.png') no-repeat top left;
	list-style: none;
	margin: 0;
	padding:10px 0px 0px 5px;
	float: left;
	display:block;
	width:724px;
	/*height:67px;*/
}
#access li {
	font-size:1.2em;
	float: left;
	padding-left:33px;
	/* [disabled]position: relative; */
}
#access a {
	/* [disabled]display: block; */
	/* [disabled]line-height: 2em; */
	/* [disabled]padding: 0 1em; */
		text-decoration: none;
		color:#000;

}

#access a:hover {
	color:#FF0000;
}
/*#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {

	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
}
#access ul ul a:hover {
	background: #cecece; 
}
#access ul li:hover > ul {
	display: block;
}
*/

/* =Content
-------------------------------------------------------------- */

#content h1{
	font-family: 'Risque', serif;
	font-size:1.8em;
	font-weight:400;
	margin-left:100px;
	margin-bottom:50px;
	color:white;
}

#content p {
	font-family: 'Carrois Gothic', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0.038em;
	word-spacing: 0.004em;
	line-height: 1.54;
	margin:0px 0px 20px 0px;
}


#page-w-sidebar {
	width:1000px;
}
.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}

.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}



/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
	width:205px;
	margin-top:20px;
	float:right;
}

#sidebar h3 {
	font-family: 'Risque', serif;
	font-size:1.3em;
	font-weight:400;
	color:#ff0000;
	margin-bottom:10px;
}

#sidebar h4 {
	font-family: 'Risque', serif;
	font-size:1.3em;
	font-weight:400;
	color:#FFF;
	margin-bottom:10px;
	margin-top:20px;
}

#sidebar p {
	font-family: 'Helvetica Neue',Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0.038em;
	word-spacing: 0.004em;
	line-height: 1.5;
}

#sidebar img {
	margin-bottom:20px;
}


/* =Widgets
-------------------------------------------------------------- */
.text-widget{
	margin-bottom:30px;
}
.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */
footer {
	margin:75px 0px 20px 300px;
}
#copyright {
	font: normal .5em/1.5em "Courier New", monspace;
}
#colophon {
	padding: 1em 0 0;
}
	