/*
Theme Name: Kaiser

*/

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

@font-face { font-family: bazar; src: url(/wp-content/themes/kaiser/Bazar.ttf); } 

@import url(https://fonts.googleapis.com/css?family=Cabin);
html {
	margin: 0;
	padding: 0;
	overflow-y: scroll; /*old -> height: 101% */
	font-family: 'Cabin', sans serif;
	font-size: 14px;
	color: #daa520;
	background: #381c0a url(/wp-content/themes/kaiser/new.jpg);
	background-repeat: no-repeat;
    background-position: top;
    background-attachment:fixed;
	}
* {
	margin: 0;
	padding: 0;
	}
	
#page {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
#primary {

	margin: 0 auto;
	width: 1000px;
	display: block;
}
#content {
	margin: 15px 0 0 0;
	background: rgba(34, 34, 34, 0.9); 
	float: left;
	width: 970px;
	padding: 15px;
	font-family: 'Cabin', sans serif;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 1000px;
	margin: 0 auto;
	
}

/* 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
-------------------------------------------------------------- */

#branding img{
	margin: 10px;
	float: left;
	}
#branding {
	display: block;
	background: rgba(34, 34, 34, 0.9); 
	width: 100%;
	height: 150px;
	clear: both;
	
	}
#headimg {
	width: 1000px;
	margin: 0 auto;
	}

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

#access {
	
	
	
	margin: 0 auto;
	width: 1000px;
	

}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}
#access li {
	float: left;
	position: relative;
	
	margin: 5px 5px 5px 0;
	display: inline;
	
}
#access a {
	display: block;
	padding: 5px 15px 5px 15px;
	margin-top: 100px;
	
	text-decoration: none;

   
    
   
    text-shadow: 1px -1px 0px #555;
    


	
	color: #DAA520;
	font-size: 22px;
	
	font-variant: small-caps;
	font-family: bazar;
}
#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 {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #222;
	background-color: #DAA520;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DAA520), color-stop(100%, #efc82d));
    background-image: -webkit-linear-gradient(top, #DAA520, #efc82d);
    background-image: -moz-linear-gradient(top, #DAA520, #efc82d);
    background-image: -ms-linear-gradient(top, #DAA520, #efc82d);
    background-image: -o-linear-gradient(top, #DAA520, #efc82d);
    background-image: linear-gradient(top, #DAA520, #efc82d);
    border: 0px solid #DAA520;
    border-bottom: 0px solid #F19D17;
    border-radius: 3px;
	text-shadow: 1px -1px 0px #555;
	box-shadow: inset 0 0 5px #000000;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


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

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.entry-title {
	font-family: 'Cabin', sans serif;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 6px;
	}
	
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	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;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 0 0 0;


}
#site-generator {
	text-align: right;
	padding-top: 5px;
	font-size: 10px;
	color: #222;
	
	}
#site-generator a {
	color: #222;
	}