/*
Theme Name: Asokay
Theme URI: http://andreasviklund.com/wordpress-themes/asokay/
Author: Andreas Viklund
Author URI: http://andreasviklund.com/
Description: A full-featured but still simple and easy-to-use blog/website theme, built from the <a href="http://wordpress.org/extend/themes/toolbox/">Toolbox</a> theme by Automattic and styled by <a href="http://andreasviklund.com/">Andreas Viklund</a>.
Version: 1.0.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, translation-ready,post-formats,two-columns,one-column
*/

/* Structure */

body {
	background-color: #1a1a1a;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.82em;
	line-height: 140%;
}
#page {
	display:block;
	background:#fff;
	width:940px;
	margin:20px auto;
	border:20px solid #fff;
}
#primary {
	float:left;
	margin:0 -260px 0 0;
	width:100%;
}
#content {
	margin:0 260px 0 0;
}
#main .widget-area {
	float:right;
	overflow:hidden;
	width:240px;
}
/* Tags */
a {
	color: #F30;
	text-decoration:none;
	font-weight:700;
}
a:hover {
	color:#333;
}
article {
	margin:0 0 20px 0;
	padding:15px 20px 15px;
	background:#f8f8f8;
	border:1px solid #ddd;
	display:block;
}
header {
	margin:0 0 10px;
}
nav {
	margin:0 0 20px 0;
}
.sticky {
	border:1px solid #aaa;
}
/* H1-H6 */
h1, h2, h3, h4, h5, h6 {
	clear:left;
	line-height:100%;
	margin:0 0 0px;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	color: #FFF;
	font-size: 1.6em;
	text-transform: uppercase;
}
h1.entry-title {
	width:500px;
	color: #F30;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}
/* Footer */
#colophon {
	clear:both;
	display:block;
	padding:1em 0 0;
	width:100%;
	text-transform:uppercase;
	font-size: 0.72em;
}
#colophon p {
	margin:0;
	padding:0;
}
#colophon a {
	font-weight:400;
}
/* 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, .section-heading {
	clip:rect(1px, 1px, 1px, 1px);
	position:absolute !important;
	display: none;
}
/* Alignment */
.alignleft {
	display:inline;
	float:left;
}
.alignright {
	display:inline;
	float:right;
}
.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
/* Header */
#site-title {
	font-size:2.8em;
	font-weight:700;
	margin:0;
	display: none;
}
#site-title a {
	font-weight:700;
}
#site-description {
	font-size:1.4em;
	font-weight:400;
	margin:10px 0 20px 0;
	display: none;
}
#headerimage {
	clear:left;
	background:#f8f8f8;
	border:1px solid #ddd;
	width:100%;
	height:250px;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
/* Menu */
#access {
	background:#f8f8f8;
	display:block;
	float:left;
	margin:0 auto 20px;
	width:100%;
	border:1px solid #ddd;
}
#access ul {
	list-style:none;
	margin:0;
	padding-left:0;
}
#access li {
	float:left;
	position:relative;
	border-right:1px solid #ddd;
}
#access a {
	display:block;
	line-height:3em;
	font-size:1em;
	text-transform:uppercase;
	font-weight:400;
	padding:0 1em;
	text-decoration:none;
	text-shadow:#fff 1px 1px 3px;
}
#access ul ul {
	display:none;
	float:left;
	left:0;
	position:absolute;
	top:3em;
	z-index:99999;
	border:1px solid #ddd;
}
#access ul ul li, #access ul ul ul li {
	border-right:0;
}
#access ul ul ul {
	left:100%;
	top:0;
	border:1px solid #ddd;
}
#access ul ul a {
	background:#eee;
	height:auto;
	line-height:1em;
	padding:.5em .5em .5em 1em;
	width:10em;
}
#access li:hover > a, #access ul ul :hover > a {
	background:#eee;
}
#access ul ul a:hover {
	background:#ddd;
}
#access ul li:hover > ul {
	display:block;
}
/* Content */
.entry-meta, .entry-meta-2 {
	clear:both;
	display:block;
	font-size:1em;
	text-transform:uppercase;
	color:#555;
	font-weight:400;
	text-align:right;
}
.entry-meta a, .entry-meta-2 a {
	font-weight:400;
}
.entry-meta-2 {
	margin:-30px 0 10px 465px;
	width:175px;
}
#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;
}
#content table {
	width:90%;
}
.paged #content #nav-above, .single #content #nav-above {
	display:block;
}
#nav-below {
	margin:1em 0 0;
}
.page-link {
	margin:1em 0 1em;
	clear:both;
}
.clear-content {
	clear:both;
}
/* Secondary */
#secondary {
	width:240px;
}
.widget-title {
	height: 28px;
	font-size: 1.2em;

}

#secondary .widget {
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#secondary h1 {
	font-size: 1em;
	padding-left: 30px;
	padding-top: 6px;
	background-image: url(images/widget_title_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#secondary ul {
	list-style:none;
	margin:0 0 15px 0;
	padding:0;
}
#secondary ul ul {
	margin:5px 0 5px 20px;
}
#secondary p {
	margin:0 0 15px 0;
}
#secondary ul li {
	margin:0 0 5px 0;
}
#secondary ul li a {
	font-weight:400;
}
#secondary table {
	width:100%;
}
#secondary .tagcloud a {
	font-weight:400;
	text-transform:uppercase;
}
/* 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:#f8f8f8;
	display:block;
	padding:1em;
}
/* Image Attachments */
.image-attachment div.entry-meta {
	float:left;
}
.image-attachment nav {
	float:right;
	margin:0 0 1em;
}
.image-attachment .entry-content {
	clear:both;
}
.image-attachment .entry-content .entry-attachment {
	background:#f8f8f8;
	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;
}
/* Aside Posts */
.format-gallery .gallery-thumb {
	float:left;
	margin-right:1em;
}
/* Images */
a img {
	border:none;
}
p img {
	margin-bottom:0.5em;
}
/* 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 {
	height:auto;
	max-width:100%;
}
img.alignleft {
	margin-right:1em;
}
img.alignright {
	margin-left:1em;
}
.gallery-caption, .wp-caption {
	padding:.5em;
	text-align:center;
}
.wp-caption img {
	margin:.25em;
}
.wp-caption .wp-caption-text {
	margin:.5em;
}
.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:#c03;
}
/* Comments */
#comments-title, #reply-title {
	margin-top:15px;
	font-size: 1em;
}
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;
}
ul.children {
	list-style:none;
}
.bypostauthor {
	padding:5px;
	background-color:#fff;
	border:1px solid #ccc;
}
/* Widgets */
.widget {
	display:block;
}
.widget-area .widget_search {
	overflow:hidden;
}
.widget-area .widget_search input {
	float:left;
}
