 /*
 Theme Name: GrimTheme
 Theme URI:
 Description: Наша тема
 Version: v0.6.1 [BETA]
 Author: DiodorOFF
 Author URI: http://grimgamer.com/
 */
 
 
  /* BODY */
body {
	margin: 0px; 
	padding: 0px;
	font-size:62.5%;
	font-family: "Arial", Tahoma, Sans-Serif;
	background: white;
	color: #3b3b3b;
}

  /* HEADINGS */
h1 {
  font-size: 14pt;
}

h2 {
  color: #3b3b3b;
}

h3 {
  color: #3b3b3b;
}

h2.post_top {
  font-family: Arial;
  padding: 5px 0 0 2px;
  line-height:0;
  font-size: 1.6em;
  font-weight: bold
}

  /* LINKS */
a {
	color: #fc5819; 
	text-decoration: none;
}

  /*LIST*/
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

  /* WRAPPER */

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}

#header { 
	margin: 0px;
	width:800px;
	height: 80px;
	background-image: url('images/header_beta.gif');
	background-repeat: no-repeat; 
	float:left;
}

.header_link {
  margin: 0 80px 0 470px;
  float: right
}

.header_link img {
  outline-style: none;
  border: none;
}

  /* CONTENT */

#content { 
	float: left; 
	margin: 0px; 
	padding: 0px;
	width: 800px; 
}

  /* SIDEBAR */

#sidebar {
  width: 200px;
  float: left;
}

.categ {
  margin: 20px 0 0 10px;
  padding: 0 0 15px 0;
  background-image: url("images/category.gif");
  background-position: bottom left;
  background-repeat: no-repeat;
}

.categ li {
  list-style-type: none;
}

.categ li a {
  color: #3b3b3b; 
	width: 120px;
	text-decoration: none;
	line-height: 1.6;
	font-size: 1.2em;	
	padding: 0 0 0 10px;
	margin: 0 40px 0 20px;
	display:block;
}

div.categ li a:hover {
  color: #3b3b3b;
  background: #bedd41;
}

div.cat {
  margin: 0 0 0 10px;
  padding: 20px 0 15px 0;
  background-image: url("images/category.gif");
  background-position: bottom left;
  background-repeat: no-repeat;
}

div.cat li a {
  color: #3b3b3b; 
	width: 120px;
	text-decoration: none;
	line-height: 1.6;
	font-size: 1.2em;	
	padding: 0 0 0 10px;
	margin: 0 40px 0 20px;
	display:block;
}

div.cat li a:hover {
  color: #3b3b3b;
  background: #bedd41;
}

div.login {
  margin: 0 0 0 10px;
  padding: 20px 0 15px 0;
  background-image: url("images/category.gif");
  background-position: bottom left;
  background-repeat: no-repeat;
}

div.login p {
  margin: 0;
  padding: 0 0 4px 5px;
}
  
div.login li a {
  color: #3b3b3b; 
	width: 120px;
	text-decoration: none;
	line-height: 1.6;
	font-size: 1.2em;	
	padding: 0 0 0 10px;
	margin: 0 40px 0 20px;
	display:block;
}

div.login li a:hover {
  color: #3b3b3b;
  background: #bedd41;
}

#user_login {
  width: 135px;
}

#user_pass {
  width: 135px;
}

#wp-submit {
  margin: 3px 0 0 0;
}

  /* MAIN */

#main {
  width: 590px;
  float: right;
  padding: 0 10px 0 0;
}

div.day {
  padding: 0 3px 0 0;
}

div.post_top {
  padding: 0 0 0 3px;
}

p.post_top {
  padding: 0 0 0 10px;
  line-height:0.7;
  color: #b0b0b0;
  font-size: 1.1em;
  font-weight: bold;
  }
  
div.post_middle {
  font-family:Arial;
  font-size: 1.3em;
  text-align: justify;
}

div.wordtube {
  text-align: center;
  }

div.post_bottom {
  font-size: 1.1em;
  font-weight: bold;
}

p.comment {
  text-align:right;
  padding: 10px 20px 30px 0;
}

  /* COMMENTS */

.commentlist li {
  list-style-position: inside;
  list-style-type: none;
  list-style-image: none;
  padding: 3px 3px 3px 3px;
  margin: 5px 5px 5px 10px;
  display: block;
  width: 500px;
}
.comment-meta {
  color: #3b3b3b;
  padding: 0 5px 0 0px;
}

.comment p {
  font-size: 1.1em;
  font-weight: normal;
  padding: 0 5px 0 7px;
}

#comment {
  width: 500px;
}

#author, #url {
  width: 171px;
}

/* --------------------------------------------------------------- */
#searchform {
  margin: 5px;
}
#s {
  font-size: 8pt; 
  width: 100px;
}
#searchsubmit {
  font-size: 8pt;
}

/* FOOTER */

#footer {
  margin: 15px 0 0 0;
  float:left;
  width: 800px;
  height: 28px;
  background-image: url("images/footer.gif");
  background-repeat: no-repeat;
}

*html #wrapper {overflow: hidden;}


