@import url(gallery.css);

* {
	margin: 0;
	padding: 0;
	}

#content {
	float: left;
	background: url(../img/content.gif) top right no-repeat;
	font-size: 120%;
	min-height: 250px;
	width: 730px;
	padding-left: 5px;
	}

#content h1,h2,h3,h4,h5,p,ul,ol,blockquote {
	margin: 15px 30px;
	}

#content h2 {
	font:150% Arial;
	color:#fff;
	background:url(../img/icons/bullet_star.png) 0 50% no-repeat;
	padding:0 0 0 19px;
	margin: 15px 20px 15px 0px;
	}

#content h2 a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #222;
	}

#content h2 a:hover {
	border-bottom: 2px solid #E13768;
	}

#content strong {
	color: #E13768;
	}

#content p {
	padding: 5px 0;
	line-height: 28px;
	font-size: 95%;
	}

a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	border-bottom: 1px solid #222;
	}

#content h3 {
	font: 130% Trebuchet MS;
	color: #fff;
	}

.loota {
	font-size: 13px;
	color: #ccc;
	border: 1px solid #2d2d2d;
	background: url(../img/sutii.png) 100% 0 no-repeat #313131;
	padding: 2px 15px;
	margin: 10px 10px 50px 25px;
	}

.loota strong {
	color: #999999 !important;
	}

.loota form {
	margin: 20px 30px 0px 30px;
	}

.loota form #comment {
	width: 100%;
	}

.loota ul li {
	padding-bottom: 2px;
	border-bottom: 1px dotted #222;
	}

.loota p {
	margin: 0;
	padding: 0;
	}

.loota p a {
	color: #666;
	}

blockquote {
	border-left: 2px solid #2f2f2f;
	background: #323232;
	}

p.user {
	border-bottom: 1px solid #2a2a2a;
	background: #303030;
	}

#content p img {
	background: #101010;
	padding: 1px;
	border: 3px solid #303030;
	}

li.shout {
	list-style-type: none;
	}


#sidebar {
	width: 260px;
	float: right;
	background: #333;
	margin: 1px 0 0 0;
	border-left: 1px solid #3a3a3a;
	padding: 0 0 40px 0;
	min-height: 250px;
	}

#sidebar a {
	color: #fff;
	}

#sidebar a:hover {
	text-decoration: none;
	border: none;
	}

#sidebar h2 {
	font: 140% Trebuchet MS;
	color: #fff;
	}

p.news {
	clear: right;
	border-bottom: 1px solid #3a3a3a;
	padding-bottom: 20px;
	}

p.news strong {
	font-size: 115%;
	display: block;
	margin-bottom: 3px;
	}

#sidebar input {
	margin: 0 0 0 30px;
	background: #222;
	border: 1px solid #DDD;
	font: 90% Verdana;
	color: #DDD;
	padding: 2px;
	width: 200px;
	}

p.news .more {
	display: block;
	text-align: right;
	}
