/*   
Theme Name: marshen.pl theme
Theme URI: none
Description: marshen.pl theme for wordpress
Author: marshen
Version: 0.9
.
All rights reserved.
.
*/

/* --------------- Layout ------------------- */

@font-face { font-family: Header; src: url('tmp_lay_files/ninifont-regular.otf'); }

html
{
	font-family: Segoe UI, Tahoma, Verdana, sans-serif;
	background: white url('tmp_lay_files/main_bg.png') repeat left top;
	margin: 0;
	padding: 0;
}
body
{
	margin: 0;
	padding: 0;
}

div.header
{
	height: 80px;
	width: 1000px;
	margin: 30px auto;
}
div.container
{
	background-attachment: fixed;
	background-position: 0px 0px;
	width: 1000px;
	margin: 0 auto;
}
div.body
{
	width: 670px;
	text-align: justify;
	padding-left: 1em;
}
div.right_col
{
	font-size: smaller;
	float: right;
	width: 260px;
	margin: 0px
}
div.footer
{
	color: gray;
	text-shadow: 0px 1px 0px white;
	font-size: smaller;
	clear:both;
	text-align: center;
	padding: 1em;
	margin: 0;
}

b.sitetitle
{
	font-size: 200%;
	padding: 14px 20px 10px 20px;
	font-family: Header, Segoe UI, Tahoma, Verdana, sans-serif;
	border-radius: 20px;
	box-shadow: 0px 2px 2px #444;
}
b.title
{
	color: white;
	background-color: #71C927;
	text-shadow: 0px -2px 0px #DEFFC1;
	text-shadow: 1px 2px 0px #345B12;
}
b.more
{
	font-family: Header, Segoe UI, Tahoma, Verdana, sans-serif;
	text-shadow: 0px -2px 0px #DEFFC1;
	text-shadow: 0px 1px 0px #345B12;
	border-radius: 10px;
	padding: 5px;
}

div.right
{
	text-align: right;
	margin: 10px 0;
}
.body h1
{
	font-family: Header, Segoe UI, Tahoma, Verdana, sans-serif;
	text-shadow: 0px 1px 0px white;
	line-height: 90%;
	margin-bottom: 0;
}
.body h2
{
	font-family: Header, Segoe UI, Tahoma, Verdana, sans-serif;
	text-shadow: 0px 1px 0px white;
	line-height: 90%;
	margin-bottom: 20px;
}

.right_col h1
{
	font-family: Header, Segoe UI, Tahoma, Verdana, sans-serif;
	text-shadow: 0px 1px 0px white;
	line-height: 90%;
	margin: 0 0 5px 0;
}
.right_col * + h1
{
	margin-top: 20px;
}

p
{
	margin: 2px 0;
	text-indent: 20px;
}
.post_info
{
	color: gray;
	text-shadow: 0px 1px 0px white;
	font-size: 0.7em;
	margin: 5px 0;
	text-align: right;
}

div.hr
{
	width: 300px;
	border-top: 1px solid gray;
	border-bottom: 1px solid white;
	border-width: 1px 0 1px 0;
	margin: 50px auto;
	box-shadow: 0px 1px 2px #ccc;
}
div.hr hr { display: none; }

blockquote
{
	background: url('lay_img/quote.png') no-repeat top left;
	padding: 1em;
	font-style: italic;
}

a.none:link, a.none:visited, a.none:hover, a.none:active
{
	text-decoration: none;
}

div.post_info a:link, div.post_info a:visited, div.post_info a:active
{
	color: green;
}
div.post_info a:hover
{
	color: black;
	text-shadow: 0px 1px 0px white;
}

a:link
{
	color: green;
}
a:visited
{
	color: #777;
}
a:hover
{
	color: black;
	text-shadow: 0px 1px 0px white;
}
a:active
{
	color: black;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
div.nextprev a:link, div.nextprev a:visited, div.nextprev a:hover, div.nextprev a:active
{
	color: black;
	text-shadow: 0px 1px 0px white;
	text-decoration: none;
}
div.right_col a:link, div.right_col a:visited, div.right_col a:active
{
	color: green;
}
div.right_col a:hover
{
	color: black;
	text-shadow: 0px 1px 0px white;
}

/*comments*/
div.comment_box
{
	margin: 5px;
}
div.comment_box div.comment_box
{
	margin-right: 0px;
	margin-left: 70px;
}
div.avatar
{
	float: left; 
	border: 1px solid #bbb; 
	width: 45px; 
	height: 45px; 
	padding: 3px;
}
div.comment
{
	border: 1px solid #bbb;
	margin-left: 60px; 
	padding: 8px;
}
div.comment_body
{
	padding: 15px;
}


ul, ol
{
	margin: 0 0 0 20px;
}

.right_col ul, .right_col ol
{
	margin-left: 0;
}

code
{
	font-family: Consolas, Courier New, monospace;
	text-shadow: 0px 1px 0px white;
}