/*
Theme Name: CSG disain
Theme URI: http://erko.risthein.ee/
Description: CAR.STAGE.GARAGE OÜ
Version: 1.0
Author: Erko Risthein
*/

html {
	background-color: black;
	color: white;
}

body {
	font: 19px "Segoe UI", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 140%;
	padding: 0;
	margin: 0;
	min-width: 500px;
}


/* RESET */

p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

:link, :visited {
	text-decoration: none;
	color: white;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
}


/* GENERAL */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted gray;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding: .5em 1em;
	font-style: italic;
	background: gray;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
	float: left
}

.right {
	float: right;
}

/* HEADER */

#header {
	background: #111;
	height: 115px;
	text-align: center;
	color: white;
}

#header h1, #header h2 {
	text-indent: -5000px;
}

#header h1 {
	background: url(img/logo.png) no-repeat center;
	height: 100px;
	padding: .2em;
}


/* WRAPPER */

#wrap {
	margin: 0 auto;
	width: 900px;
}


/* NAVIGATION */

#nav {
	list-style: none;
	padding: 10px 0 10px 0;
	text-align: center;
	background: #060606;
}

#nav li {
	text-align: center;
	border: 1px solid #333;
	display: inline;
	margin: 0 0.2em;
	background: url('img/heading_bg.png');
}

#nav a {
	padding: 0 1.5em 0 1.5em;
	margin: 0 .1em 0 .1em;
}

#nav :link, #nav :visited {
	border-bottom: 0;
}

.page-item-51 a { color:#F00; }

/* CONTENT */

#content {
	font-size: 80%;
	min-height: 100px;
}

#content :link, #content :visited {
	color: #00A7FF;
}

#content :link:hover, #content :visited:hover {
	color: #0F93D7;
	border-bottom: 1px solid #0F93D7;
}

#content p {
	margin-bottom: 1em;
}

#content ul, #content ol {
	margin: 0 0 1em 2em;
}

/* FOOTER */

#footer {
	display: block;
	font-size: 60%;
	padding: 2em;
	background: #111;
	color: #333;
	text-align: center;
	line-height: 200%;
}

#footer :link, #footer :visited {
	color: #333;
	font-weight: normal;
}

#footer :link:hover,  #footer :visited:hover {
	border-bottom: 1px solid #444;
}

#footer acronym, #footer abbr {
	border-bottom: none;
}

/* OTHER */

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.meta {
	font-size: .7em;
	font-style: normal;
	margin-bottom: 1em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
}

.meta, .meta a {
	color: #808080;
	letter-spacing: 0;
}

.post {
	padding: 2em;
}

.storytitle {
	font-size:24px;
	border-bottom: 1px dotted #333;
}

.storycontent {
	margin-top: 10px;
	
	border-bottom: 1px dotted #333;
}

#content .post .storytitle a {
	display: block;
	font-size: 24px;
	padding-bottom: .3em;
	color: white;
	border-bottom: 1px solid #333;
}

#posts_nav {
	padding: 2em;
}

/* COMMENTS */

#comments {
	padding: 2em 3em 2em 2em;
}

#comments h2 {
	padding-bottom: .3em;
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
}

#comments h2 :link, #comments h2 :visited, #comments h2 :link:hover, #comments h2 :visited:hover {
	border-bottom: 0;
}

#commentform input, #commentform textarea {
	background: #101010;
	border: 1px solid #222;
	padding: .5em;
	color: white;
}

#commentform input:focus, #commentform textarea:focus {
	background: #111;
	border: 1px solid #333;
}

#commentform textarea {
	width: 100%;
	font-family: "Segoe UI", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#commentlist {
	list-style-type: none;
	padding: 0;
}

#commentlist li {
	margin: 1em 0;
}

#commentlist cite {
	font-size: .8em;
}

.commenttext {
	padding: 2em 1em 1em 1em;
	background: #333;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
