/*
Theme Name: Jung showroom theme
Theme URI: -
Description: -
Version: 1.0
Author: Einar Andersson
Author URI: -
*/


body {
	font:12px/14px Arial, sans-serif;
	margin:0;
	background:#fafafa;
	color:#444;
}



hr {
	border:none;
	background:#ddd;
	height:2px;
	margin:20px 0;
}

a { text-decoration:none; color:#666; }

a:hover { color:#DC8343; }

h1,h2,h3,h4 {
	margin:0 0 .8em 0;
	padding:0;
	line-height:1.2em;
	font-weight:normal;
}

h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:16px; }
h4 { font-size:14px; }

h2 a, h3 a { color:#333; }



a img { border:none; }

ul,li,ol {
	list-style:none;
	margin:0;
	padding:0;
}

label {
	color:#555;
	margin-bottom:4px;
	display:block;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom:10px;
}

.navigation.top {
	margin-top:0;
}

/*
######
######
*/

div#page {
	margin:auto;
	width:710px;
	margin-top:48px;
	text-align:left;
	padding:0 30px;
}

div#content {
	width:496px;
	float:left;

	margin:0 0 0 24px;
	padding:0;

}

div#content img {
	display:block;
}


/* 
 * sidebar
 */

div#sidebar {
	width:190px;
	float:left;
}

div#sidebar li {
	
	margin-bottom:6px;
}

div#sidebar li:last-child {
	margin-bottom:0;
}

div.section#info {
	font-size:10px;
	line-height:1.4em;
}

div.section h2 {
	font:19px/22px Georgia;
	font-style:italic;
	margin-bottom:8px;
}


div.section {
	line-height:1.2em;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}

div.section form {
	margin-bottom:16px;
	margin-top:0;
}

div.section input[type="text"], div.section input[type="password"] {
	margin-bottom:10px;
	width:160px;
}

.subscribe {
	font-size:10px;
	display:block;
	height:16px;
	padding:2px 0 0 20px;
	margin-bottom:4px;
}

.subscribe.rss {
	background:url('images/rss.png') no-repeat;
}

.subscribe.twitter {
	background:url('images/twitter.png') no-repeat;
}

div.section.search label {
	display:none;
}

div.section.search form {
	margin:0;
}

div.section.login {
	background:#eee;
	padding:16px 12px;
	border-bottom:0;
}

div.section.login p {
	font-size:10px;
	line-height:13px;
	margin:0 0 14px 0;
}

div.section.pages {
	border-top:1px solid #ddd;
	padding-top:20px;
}

div.section.categories {
	font-size:10px;
	line-height:1em;
}


/* 
 * header
 */

div#header {
	margin:0 0 20px 0;
	height:45px;
	padding-bottom:14px;
	border-bottom:6px solid #ddd;
}

div#header h1 {
	padding:0;
	
}

div#header h1 a {
	background:url('images/logo_blog.png');
	width:168px;
	height:45px;
	display:block;
	margin-left:-4px;
}

div#header h1 a span {
	display:none;
}


/* 
 * footer
 */

div#footer {
	border-top:1px solid #ddd;
	padding:10px 0;
	clear:both;
	text-align:center;
	font-size:10px;
}

/* 
 * entry
 */

div#content h3 {
	font-size:20px;
}


/*
body.archive div#content h2 {
	border-bottom:none;
	font-size:16px;
}
*/

div#content h2, body.archive div#content h3 {
	font:24px/32px Georgia;
	display:block;
	border-bottom:4px solid #666;
	padding-bottom:4px;
	margin-bottom:0;
}

div#content h2.pagetitle {
	font-size:16px;
	margin-bottom:10px;
	color:#888;
	border-bottom:none;
}

p.postmetadata {
	font-size:10px;
	margin:0 0 4px 0;
	padding:6px 0;
	border-bottom:1px solid #666;
}

p.postmetadata span {
	margin-right:14px;
}

div.post {
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
}

div.entry p {
	font:12px/19px Georgia;
}

div.entry a {
	text-decoration:underline;
	color:#91562F;
}

div.entry a:hover { color:#DC8343; }

/* 
 * comments
 */

textarea#comment {
	width:496px;
}

.commentlist {
	margin:0;
	padding:0;
}

li.comment {
	padding-top:1em;

	border-bottom:1px solid #e0e0e0;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

span.says {
	display:none;
}

cite.fn {
	font-weight:bold;
	font-style:normal;
}

div.commentmetadata {
	font-size:.8em;
}

cite.fn:after {
	content:":";
}

div#respond input[type="text"] {
	width:200px;
}

/* 
 * search
 */

body.search div#content li {
	margin-bottom:10px;
}

ul.searchresult {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
}

#login_msg {
	color:#800;
	font-size:10px;
	margin-bottom:10px;
}

.hidden_msg {
	display:none;
}
