/*
Theme Name: Khanzhin's blog
Theme URI:
Description: Theme for my blog
Version: 1.0
Author: MAX
Author URI: http://maxsite.org/
*/

.header
{
	vertical-align: bottom;
	border-top-style: none;
	font-family: 'Lucida Sans Unicode' , Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: steelblue;
	text-align: left;
	border-bottom-style: none;
	padding-bottom: 20px;
	padding-top: 20px;
	left: 10px;
	width:100%;
	float:left;
}

body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: lavender;
}

h1
{
	font-size: 40px;
	color: white;
	font-family: 'Lucida Sans Unicode' , Verdana;
}

h1 a
{
	font-size: 40px;
	color: white;
	font-family: 'Lucida Sans Unicode' , Verdana;
}

h2
{
	font-size: 15px;
	color: gainsboro;
	font-family: 'Lucida Sans Unicode' , Verdana;
	font-style: italic;
	text-align: center;
}

#container
{
	position: static;
	display: block;
	float: none;
	width: 1000px;
	margin: 0 auto;
	font-family: 'Lucida Sans Unicode' , Verdana;
}

#content
{
	background-color: white;
	margin: 0px 200px;
	font-family: Verdana;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	}

#wrapper
{
	background-color: white;
	float:left;width:100%
}

.navigation
{
	float: left;
	width: 200px;
	margin-left: -204px;
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
	padding-right: 1px;
	padding-left: 1px;
	background-color: steelblue;
	font-size: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

.extra
{
	float: left;
	width: 190px;
	margin-left: -1000px;
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
	padding-right: 1px;
	padding-left: 1px;
	background-color: steelblue;
	color: gainsboro;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

ul.is_link
{
	color: gainsboro;
	font-size: 10px;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
}

ul.is_link a 
{
	color: gainsboro;
}

div.maintop {}
div.maincontent {}
div.mainbottom {}

div.maintop p
{
	font-size: 12px;
}

.NoteHeader
{
	font-weight: bold;
	font-size: 18px;
	color: dimgray;
	font-family: Verdana, 'Lucida Calligraphy';
	text-decoration: none;
}

a
{
	color: steelblue;
}

h2.box
{
	font-size: 12pt;
	margin: 0px 0px 5px;
	background-color: #336699;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#search
{
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 3px;
	margin: 0px;
	padding-top: 0px;
	background-color: #336699;
	text-align: right;
	}
	
	#comment {width: 700px;}
	
	h1.cat {font-size: 12pt; margin-bottom: 5px;color: #336699;}
p.cat {font-size: 9pt; font-style: italic;}
ul.cat {list-style-type: circle;}


