/*
Theme Name: KROFFT.NET V4
Theme URI: http://xgdfalcon.com/
Description: 
Version: 4.0
Author: xgdfalcon@gmail.com
Tags: 
*/
html {
	background-image: url('images/image.jpg');
	font-family: Arial, Tahoma, Verdana;
}

a,a:hover,a:visited {
	text-decoration: none;
}

a, a:visited { color: #356aa0;}
a:hover {color: black; }

#topmenu a, #topmenu a:visited { color: white;}

.entry img {
	padding: 8px;
	float: right;
}

.entry p {
	padding: 5px;
  font-family: arial, helvetica, sans-serif;
  font-size: 90%;

}

blockquote {
	font: 14px/20px italic Times, serif;
	padding-left: 70px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 10px;
	background-color: #dadada;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 5px;
	background-image: url(images/openquote4.gif);
	background-position: middle left;
	background-repeat: no-repeat;
	text-indent: 23px;
	width: auto;
} 
   
ul.commentlist {
	padding: 10px;
	padding-bottom: 30px;
}

li.comment img {
	padding: 5px;	
}

li.comment {
	padding: 10px;
}

textarea#comment  {
	width: 90%;
}

textarea#comment p {
	padding: 5px;
}

div#container {
	height: auto;
	padding-left: 20px;
	border: 0px;
	width: 1024px;
}

img.thumb { 
	width: 75px;
	float:left;
	padding: 8px;
}

div#header {
	width: 1024px;
}

div#topmenu {
	height: 30px;
	width: 1024px;
	text-align: right;
	line-height: 28px;
}

div#logo {
	width: 1024px;
	height: 90px;
	background-image: url('images/logo.png');
}
	
div#menubar {
	width: 1024px;
	height: 35px;
	background-image: url('images/menubar.png') ;
	overflow: hidden;
}
	
div#home {
	width: 1024px;
}

div#leftside {
	width: 654px;
	min-height: 700px;
	float: left;
}

div#rightside {
	width: 370px;
	min-height: 700px;
	float:right;
}

div#bottom {
	width: 1024px;
	min-height: 300px;
}

div#footer {
	width: 1024px;
	min-height: 200px;
}

#footer a {
	color: blue;
}

img.alignright { float: right; }
img.alignleft { float: left; }
