/*
Theme Name: darkbasic
Theme URI: http://demo.lunaz.com
Description: Simple blue, dark gray and black theme with 1 sidebar, a fluid layout, and no artsy stuff. This theme supports widgets and header images.
Author: luna
Author URI: http://www.lunaz.com
Version: 1.4
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue,black,silver,dark,two-columns,right-sidebar,sticky-post,custom-header
*/

/*global elements*/
* {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	background-color: #333;
	color: #c0c0c0;
}

a {
	color: #638CFF;
	text-decoration: none;
}

a:visited {
	color: #6477A9;
}

a:hover {
	background-color: #666;
	color: #c0c0c0;
	text-decoration: none;
}

abbr,acronym {
	border-bottom: 1px dotted #c0c0c0;
}

address {
	margin-top: .5em;
	margin-bottom: .5em;
}

big {
	font-size: larger;
}

blockquote {
	width: 65%;
	background-color: #292929;
	border-left: 4px solid #c0c0c0;
	padding: 1.5em;
	margin: 1.5em;
}

bold,strong {
	font-weight: bold;
}

cite,em,i {
	font-style: italic;
}

code,kbd,pre,tt,var {
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: monaco, "courier new", monospace;
}

del,s,strike {
	text-decoration: line-through;
}

dt {
	font-weight: bold;
}

dd {
	padding-bottom: 1em;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
	font-family: georgia, sans-serif;
	line-height: 1.5em;
	margin: 1em 0 1em 0;
}

hr {
	border: 1px solid #c0c0c0;
	height: 0;
	width: 50%;
}

img {
	margin: .5em 0 .5em 0;
}

ins {
	background-color: #323b54;
	text-decoration: none;
}

p {
	margin-bottom: 1em;
}

small {
	font-size: smaller;
}

sub {
	vertical-align: sub;
	font-size: smaller;
	line-height: normal;
}

sup {
	vertical-align: super;
	font-size: smaller;
	line-height: normal;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
	border-spacing: 0;
}

thead th,tr th {
	padding: .5em;
	background-color: #000;
	font-weight: normal;
}

tr td {
	padding: .5em;
	background-color: #292929;
}

u {
	text-decoration: underline;
}

/*alternate rows*/
div#content table tr.alternate td {
	background-color: #333;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/*image alignment classes*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.alignnone,
.attachment img {
	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. */
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: .5em;
}

.alignright {
	float: right;
	margin-left: .5em;
}

.wp-caption {
	background-color: #666;
	border: 1px solid #666;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}

.wp-caption img {
	display: inline;
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 85%;
	margin: 0;
	padding: 0 4px 5px;
}

.wp-smiley {
	display: inline;
	margin: 0;
}

.avatar {
	float: right;
}

/*gallery shortcode*/
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #666;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

.attachment-thumbnail {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #666 !important;
}

.gallery-caption {
	font-size: 85%;
}

.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #c0c0c0;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #c0c0c0;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #c0c0c0;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/*end gallery*/

/*gets rid of gray hover thing under images, display block works too but messes up the alignment for text wrapping.*/
.post p a:hover,
p.attachment a:hover {
	background: none;
}

/*header*/
#header img{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

#lunazheader {
	clear: both;
	width: 100%;
	text-align: left;
	background-color: #000;
	border-bottom: 1px solid #c0c0c0;
}

#lunazheader a {
	display: block;
	color: #58627f;
	font-size: 400%;
	font-family: georgia, "times new roman", serif;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .2em;
}

#lunazheader a:hover {
	background-color: #000;
}

span.tagline {
	margin-top: .5em;
	margin-right: .5em;
	float: right;
	font-style: italic;
	font-family: georgia, sans-serif;
	font-size: 25%;
	font-weight: normal;
	letter-spacing: 0;
	color: #fff;
}

/*content*/
#content {
	display: inline;
	float: left;
	margin: 0 5% 0 5%;
	padding-top: 1em;
	width: 65%;
	font-family: verdana, helvetica, sans-serif;
	line-height: 155%;
}

#content h3.the_title {
	padding: 0;
	text-align: center;
}

div.post {
	padding-bottom: 1em;
}

#content ul,
#content ol {
	padding-left: 3em;
}

span.post-infos {
	display: block;
	clear: both;
	font-size: 85%;
	color: #666;
	padding-top: .5em;
	padding-bottom: 1em;
	text-align: center;
}

div.comments li {
	list-style: none;
}

div.comments > li {
	padding: 1em;
}

div.comment-body {
	padding: 1em;
	border-left: 3px solid #000;
	border-bottom: 1px solid #000;
}

div.comment-author.vcard {
	background-color: #292929;
}

.sticky,
.bypostauthor {
	color: #fff;
}

div.comment-meta.commentmetadata {
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 85%;
}

div.page-navs {
	clear: both;
	padding-top: 1em;
	padding-bottom: 2em;
}

span.prev-link {
	float: right;
}

span.next-link {
	float: left;
}

/*forms*/
/*generic forms including password post form*/
input,
textarea {
	background-color: #000;
	border: 1px solid #c0c0c0;
	color: #fff;
}

select {
	border: 1px solid #c0c0c0;
	background-color: #333;
	color: #c0c0c0;
	font-size: 100%;
}

select option {
	padding: 3px;
}

input[type=submit] {
	background-color: #323B54 !important;
}

h3#reply-title,
form#searchform {
	text-align: center;
}

form#searchform label {
	background-color: #000;
	color: #c0c0c0;
}

form#searchform input {
	margin: .5em;
	padding: 0;
	background-color: #333;
}

input#author,
input#email,
input#url,
textarea#comment {
	float: left;
	padding: .5em;
}

textarea#comment {
	margin-right: 1em;
}

p.comment-form-author > label,
p.comment-form-email > label,
p.comment-form-url > label,
p.form-allowed-tags {
	text-align: left;
	margin-left: 1em;
}

/*buttons*/
p.form-submit {
	clear: both;
	text-align: center;
}

form#searchform input#searchsubmit {
	margin: 0;
	background-color: #323B54;
}

input#submit {
	margin: 1em;
	padding: .5em;
	background-color: #323B54;
}
/*end forms*/

h2.error404 {
	color: red;
	text-align: center;
	background-color: #000;
}

div.page-links {
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
}

div.page-links a {
	padding: .5em;
	background-color: #292929;
}

/*sidebar*/
div#links {
	display: inline;
	float: left;
	clear: right;
	margin-right: 5%;
	padding: 1em;
	width: 15%;
	font-family: verdana, helvetica, sans-serif;
	border: 1px solid #c0c0c0;
	border-top: none;
	background-color: #000;
	text-align: left;
}

div#links h2 {
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1em;
	font-family: georgia, sans-serif;
	text-align: center;
}

div#links th,
div#links td {
	font-size: 75%;
}

div#links li {
	list-style: none;
}

div#links ul ul li {
	padding: 0;
}

div#links ul ul ul li {
	padding-left: 2em;
}

.li_bookmarks li {
	padding-left: 0 !important;
}

div#links ul a:hover,
div#links li a:hover,
div#links ul li a:hover,
div#links ul ul li a:hover,
div#links ul ul ul li a:hover {
	background-color: #333;
	text-decoration: none;
}

table#wp-calendar {
	margin-left: auto;
	margin-right: auto;
}

.widget_rss a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*footer*/
div#footer {
	clear: both;
}

div#likeme {
	margin-left: 5%;
	margin-bottom: 1em;
	text-align: left;
}

div.footer-powered {
	padding: 1em;
	text-align: right;
	border-top: 1px solid #c0c0c0;
	background-color: #292929;
	font-size: 85%;
	font-style: italic;
}

/* Print Style Sheet */
@media print {
body {
	background-color: #fff;
	color: #000;
	margin: 0;
}

form,
div#lunazheader,
div#links,
div#footer,
span.post-infos,
span.prev-link,
span.next-link,
h3#reply-title,
div.page-links,
a.more-link {
	display: none;
}

div#content {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}

.attachment-thumbnail {
	border: 0 !important;
}

a,address,blockquote,cite,dd,div,dt,li,td,th,p {
	font-family: "times new roman", serif !important;
}

tr,td {
	border: 1px solid #000;
}

}