* {
	margin: 0;
	padding: 0;
}
body {
	font-family:sylfaen, arial;
	width: 100%;
}
a {
	color: #06C;
	outline: none;
}
a:hover {
	color: #1f49a0;
}
p {
	margin: 0;
	padding:0;
}
img {border: none;}

ul, li, ol {list-style-type:none; margin:0; padding:0;}

.clear {
	clear: both;

	font-size:0;
}



/* Mtavari gverdi (main.tpl)
-----------------------------------------------------------------------------*/
.gWrap {
	width: 980px;
	margin: 0 auto;
}
.leftside {
	width:700px;
	float:left;
	display:table;
	text-align:left;
	margin-top:20px;
}
.rightside {
	width:250px;
	float:left;
	margin:20px 0 0 30px;
	display:table;
	text-align:left;
}



.sheader {
	background:#000 url(../images/hbg.jpg) top left no-repeat;
	border-bottom:1px solid #333;
	display:table;
	padding:12px 0;
	width:100%;
	position:relative;
}
.sheader .gerb {
	float:left;
	margin:16px 0 0 23px;
	display:none;
}
.sheader .halalogo {
	float:left;
	font-size:80px;
	font-family:verdana;
	font-weight:bold;
	margin-left:23px;
	margin-top:-3px;
}
.sheader .slogan {
	float:right;
	margin:37px 30px 0 0;
	font-style:italic;
	color:#fabc01;
	font-size:20px;
}
.sheader .halalogo a {
	text-decoration:none;
	letter-spacing:2px;
}
.sheader .halalogo a .hala {
	color:#fff;
	margin-right:3px;
}
.sheader .halalogo a .madrid {
	color:#0967c8;	
}
.sheader .halalogo a .wow {
	color:#fff;	
	display:none;
}


#mainMenu {
/*	background:#555 url('../images/nav.png') repeat-x;*/
	background:#000;
	height:50px;
	color:#fff;
}
#mainMenu ul {
	list-style-type:none;
	padding-left:30px;
	padding-top:13px;
}
#mainMenu ul li {
	float:left;
	margin-right:50px;
}
#mainMenu ul li a {
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
#mainMenu ul li a:hover {
	color:#666;
}


.login {
	background:#fff;
}
.login h1 {
	background:#000;
	color:#fabc01;
	display:block;
	padding:10px;
	font-size:24px;
	border-bottom:1px solid #dcdcdc;
}
.login ul {
	border:1px solid #dcdcdc;
	border-top:0;
	border-bottom:0;
}
.login .out {
	border:1px solid #dcdcdc;
	padding:10px;
}
.login ul li  {
	display:block;
	font-size:13px;
	border-bottom:1px solid #dcdcdc;
}
.login ul li a {
	display:block;
	padding:6px 10px;
	color:#000;
	text-decoration:none;
}
.login ul li a:hover {
	background:#000;
	color:#fff;
}


.menu {
	margin:20px 0;	
}
.menu h1 {
	background:#000 url(../images/rside.jpg) top right no-repeat;
	background-position:220px 1px;
	color:#fff;
	display:block;
	padding:10px;
	font-size:16px;
	border-bottom:1px solid #ccc;
}
.menu ul {
	border:1px solid #dcdcdc;
	border-top:0;
	border-bottom:0;
	margin-bottom:20px;
}
.menu ul li {
	display:block;
	font-size:13px;
	border-bottom:1px solid #dcdcdc;
}
.menu ul li a {
	display:block;
	padding:6px 10px;
	color:#000;
	text-decoration:none;
}
.menu ul li a:hover {
	background:#eee;
	color:#000;	
}

.vote  {
	margin-left:10px;
}
.vote .vbut {
	float:left;
	height:30px;
	padding-bottom:4px;
	width:90px;
	margin-bottom:20px;
	margin-right:7px;
}
.vote .title {
	font-size:16px;
	color:#000;
	margin:10px 0;
}
.vote .list {
	font-size:13px;
	color:#666;
	margin-left:-10px;
	margin-bottom:10px;
}
.vote .results {
	font-size:13px;
	color:#000;
	margin-bottom:20px;
}
.vote .results span {
	color:#e1233b;
}



.archive  {
	margin-left:10px;
	margin-bottom:20px;
}
.archive .title {
	font-size:16px;
	color:#000;
	margin:10px 0;
}
.archive b {
	font-weight:normal;
}
.archive a {
	font-size:13px;
	display:block;
	margin:5px 0 8px 0;
}


.sitenav {
	color:#666;
	border:0px;
	margin:0 0 20px 12px;
	display:table;
	width:500px;
}
.sitenav .pn-links {
	font-size:1.4em;
	margin-bottom:25px;
	display:block;
}
.sitenav .pn-links a {
	color:#000;
}
.sitenav .pn-links a:hover {
	color:#1f49a0;
}
.sitenav .pn-links em {
	padding:0 6px;
}
.sitenav .pagenumbers {
	font-size:1em;
	margin-bottom:25px;
	font-family:verdana;
}
.sitenav .pagenumbers a, .sitenav .pagenumbers a:visited, .sitenav .pagenumbers a:hover, .sitenav .pagenumbers a:active {
	text-decoration:none;
	color:#000;
	background:#fff;
	border:1px solid #ccc;
	padding:3px 6px;	
}
.sitenav .pagenumbers a:hover {
	background:#000;
	color:#FFFFFF;
	border-color:#333;
}
.sitenav .pagenumbers span {
	text-decoration:none;
	background:#1f49a0;
	padding:3px 6px;
	border:1px solid #1e2255;
	color:#fff;
}





.footer {
	padding:15px 0;
	border-top:1px solid #dcdcdc;
	display:table;
	width:100%;
}
.footer .copyright {
	float:left;
	font-size:12px;
	font-family:arial;
}
.footer .copyright a {
}
.footer .counters {
	float:right;
}




.profile {
	margin-bottom:20px;
}
.profile img {
	margin:5px 20px 0 0;
}
.profile .name {
	font-size:1.4em;
	margin-bottom:5px;
	font-family:verdana;
	font-weight:bold;
}
.profile .regdate {
	font-size:0.7em;
	margin-bottom:10px;
}
.profile .status {
	font-size:0.8em;
	margin-bottom:2px;
}
.profile .newsnumb {
	font-size:0.8em;
	margin-bottom:4px;
}
.profile .options {
	font-size:0.8em;
	margin-top:10px;
}



.editprofile {
	border:1px solid #1f49a0;
	margin-bottom:20px;
}
.editprofile .title {
	background:#1f49a0;
	padding:7px 5px;
	font-size:0.8em;
	color:#fff;
}
.editprofile .text {
	padding:10px;
	font-size:0.8em;
	color:#000;
}
.editprofile .text .inp {
	margin:7px 0 15px 0;
	width:660px;
	height:26px;
}
.editprofile .text table {
	font-size:1em;
}
.editprofile .text table input {
	margin:7px 20px 15px 0;
	width:206px;
	height:26px;
}
.editprofile .text .avatar {
	margin:7px 10px 4px 0;
	width:206px;
}
.editprofile .text .sign {
	margin:7px 0 15px 0;
	width:660px;
	height:60px;
}



.addn {
	margin-bottom:20px;
	font-size:0.8em;
	border:1px solid #dcdcdc;
	padding:10px;
}
.addn .title {
	font-size:2em;
	margin:0 0 15px 0;
}
.addn .text .newstitle {
	margin:7px 0 15px 0;
	width:680px;
	height:26px;
}
.addn span select {
	margin:7px 0 15px 0;
	width:680px;
	height:200px;
}
.addn .text .textarea {
	margin:7px 0 15px 0;
	width:680px;
	height:200px;
}
.addn .text .textareaf {
	margin:7px 0 15px 0;
	width:680px;
	height:400px;
}
.addn .text .but {
	padding:5px 7px;
}


.s-results {
	margin:-8px 0 20px 0;
	font-size:0.8em;
	color:#666;
}



.regme {
	border:1px solid #1f49a0;
	margin-bottom:20px;
}
.regme .title {
	background:#1f49a0;
	padding:7px 10px;
	font-size:0.8em;
	color:#fff;
}
.regme .text {
	padding:10px;
	font-size:0.8em;
	color:#000;
}
.regme .text .inp {
	margin:7px 0 15px 0;
	width:240px;
	height:24px;
}

.regme .text .f_textarea {
	margin:7px 0 15px 0;
	width:630px;
	height:200px;
}
.regme .text .but {
	padding:5px 7px;
}
.regme .text .pmlist {
	margin-top:10px;
}




/* Mokle Agcera (shortstory.tpl)
-----------------------------------------------------------------------------*/
.shorts {
	margin-bottom:30px;
	border:1px solid #dcdcdc;
	padding:15px;
}
/*.shorts .title {
	font-size:24px; 
	color:#000;
	display:block;
	background:#000;
	padding:10px 15px;
	margin:-15px -15px 5px -15px;
}*/
.shorts .title {
	font-size:24px; 
	color:#000;
	display:block;
	background:#fff;
	margin:-8px 0 5px 0;
}
.shorts .title a {
	color:#000;
}
.shorts .title a:hover {
	color:#1f49a0;
}
.shorts .author {
	font-size:12px; 
	color:#777;
}
.shorts .photo {
	text-align:center;
	margin:25px 0 15px 0;
}
.shorts .text {
	font-size:13px;
}
.shorts .more {
	font-size:13px;
	margin:10px 0;
}
.shorts .stats {
	font-size:12px;
	margin:20px -15px -15px -15px;
	padding:10px 15px;
	display:block;
	background:#ececec;
}






.com-title {
	font-size:1.4em;
	margin-bottom:20px;
}
.comment {
	font-size:0.8em;
	margin-bottom:20px;
}
.comment .info {	
	margin:0 0 7px 1px;
	position:relative;
	font-size:0.9em;
}
.comment .info .edit {
	position:absolute;
	right:1px;
	top:0;
}
.comment .info .edit a {
	color:#999;
}
.comment .text {
	background:#f8f5ed;
	border:1px dotted #d8ceb2;
	padding:10px;
	color:#000;
	min-height:110px;
}
.comment .text .photo {
	float:left;
	margin:0 10px 2px 0;
}























#login_form
{
   	position: absolute;
	width: 26%;
	left: 38%;
  	top: 20%;
  	background: #fff;
	border:solid #eee 5px;
	display: none;
  	z-index: 99;
    overflow: hidden;
}

#login_form #border
{
   border:1px solid #c4c4c4;
   padding:15px;
}

#text {
	margin: 0 325px 0 0;
}

.comments {
	float: right;
	background: #5F894E url(../images/comments.gif) 100% 100% no-repeat;
	padding: 5px 12px 7px;
	margin: -2px -1px -1px 0;
	line-height: 11px;
	position: relative;
	z-index: 10;
}
.comments a {
	color: #FFF;
	text-decoration: none;
}
.comments a:hover {
	text-decoration: underline;
}
.rating {
  padding-left: 20px;
	margin-bottom: 10px;
}
.labels {
  padding-left: 20px;
}
.bookmarkz img {
	margin: 0;
}

.pt {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 655px;
	background: url(../images/tl.gif) no-repeat;
}
.pt b {
	display: block;
	height: 4px;
	background: url(../images/tr.gif) 100% 0 no-repeat;
}
.pb {
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 655px;
	background: url(../images/bl.gif) no-repeat;
}
* html .pb {bottom: -11px;}
.pb b {
	display: block;
	height: 5px;
	background: url(../images/br.gif) 100% 0 no-repeat;
}

#content h3 {
	font-size: 15px;
	margin: 0 0 10px;
}
h3.pagetitle {
	margin: 5px 0 20px !important;
	font-weight: normal;
	text-align: center;
	font-size: 16px !important;
}

.commentlist {margin: 20px 0 40px 20px;}
.commentlist li {padding: 8px 8px 2px;}

#author, #email, #url, #comment {
	font: 12px Arial, Tahoma;
	padding: 2px;
	width: 190px;
	border: 1px solid #ACACAC;
}
#comment {
	width: 500px;
	height: 170px;
}
#submit {
	height: 20px;
	cursor: pointer;
	overflow: visible;
	font: 12px Arial, Tahoma;
}

.terms {
}
.terms h3 {
	margin: 0 0 15px 5px;
}
p.terms {
  font-size: 12px;
}
div.terms {
	background: #F3F3F3;
	border: 1px solid #ECECEC;
	padding: 5px 10px 5px;
  display: none;
	margin-bottom: 5px;
}
.terms a {
	text-decoration: none;
	border-bottom: 1px dashed #11742D;
}
.terms ol {
	margin: 0 0 0 20px;
}

.navigation {height: 30px;}
.alignleft {float: left;}
.alignright {float: right;}



/* Блоки
-----------------------------------------------------------------------------*/
#right {
	float: left;
	width: 300px;
	margin-left: -300px;
	padding: 0 0 20px;
	font-family: Arial, Tahoma;
	overflow: hidden;
}

#right .block {
	border: 1px solid #ECECEC;
	background: #F2F2F2 url(../images/gradient.gif) repeat-x;
	position: relative;
	padding: 15px;
}
#right .block.search {
	background: #F2F2F2 url(../images/gradient2.gif) repeat-x;
	margin: 0 0 35px;
}
.shadow {
	width: 300px;
	height: 32px;
	background: url(../images/shadow.gif) 0 1px no-repeat;
	margin: 0 0 5px;
}

.bt {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 300px;
	background: url(../images/tl2.gif) no-repeat;
}
.bt b {
	display: block;
	height: 4px;
	background: url(../images/tr2.gif) 100% 0 no-repeat;
}
.bb {
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 300px;
	background: url(../images/bl2.gif) no-repeat;
}
* html .bb {bottom: -13px}
.bb b {
	display: block;
	height: 4px;
	background: url(../images/br2.gif) 100% 0 no-repeat;
}

#rss {
	float: left;
	padding: 2px 4px 0 20px;
}
#sub-right {
	float: right;
	padding: 10px 18px 0 0;
	width: 118px;
}
#what-is {
	text-align: right;
	padding: 0 8px;
	color: #DE652B;
	background: url(../images/arrow.gif) 100% 5px no-repeat;
	font: 11px Arial, Tahoma;
	font-weight: bold;
}

#right ul {
	margin: 0;
	list-style: none;
}
#right li {
	background: url(../images/arrow2.gif) 0 10px no-repeat;
	padding: 3px 0 3px 11px;
	position: relative;
}
#right li li {
	padding: 6px 0 1px 11px;
	background-position: 0 13px;
}
#right li a {
	color: #3E3E3E;
}

/* tabs */
.tabs {
	height: 32px;
	line-height: 32px;
	margin: -15px -15px 7px !important;
}
.tabs li {
	float: left;
	background: #313131 !important;
	border: 1px solid #ECECEC;
	border-width: 0 0 1px 1px;
	padding: 0 !important;
}

.tabs li.tab-current {
	background: none !important;
	border: none;
}
.tabs a {
	display: block;
	padding: 0 22px !important;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
}
.tabs li.t1 a {
	padding: 0 22px !important;
}
.tabs.tabs2 a {
	padding: 0 24px 0 23px !important;
}
.tabs li.t1,
.tabs li.t4 {
	background: #313131 url(../images/tab-left.gif) no-repeat !important;
	margin: -1px 0 0 -1px;
	padding: 0 1px 1px 0 !important;
	border-left: 0 !important;
}
.tabs li.t3,
.tabs li.t6 {
	background: #313131 url(../images/tab-right.gif) 100% 0 no-repeat !important;
	margin: -1px -1px 0 0;
	padding: 0 0 1px 1px !important;
}
.tabs li.tab-current a {
	color: #2E2E2E !important;
}
.tabs li.t1.tab-current,
.tabs li.t4.tab-current {
	background: url(../images/tl2.gif) no-repeat !important;
	border-right: 0;
}
.tabs li.t2.tab-current,
.tabs li.t5.tab-current {
	border-left: 1px solid #ECECEC;
	padding: 0 0 1px !important;
}
.tabs li.t3.tab-current,
.tabs li.t6.tab-current {
	margin: -1px -1px 0 0;
	border-left: 1px solid #ECECEC;
	padding: 0 0 2px 1px !important;
	background: url(../images/tr2.gif) 100% 0 no-repeat !important;
}

div.t2,
div.t3,
div.t5,
div.t6  {
	display: none;
}
/* end tabs */

#search {
	padding: 3px 7px;
	height: 27px;
}
#search input {
	float: left;
	font: 12px Tahoma, Arial;
	color: #3E3E3E;
}
input.search {
	width: 145px;
	border: 1px solid #AFAFAF;
	padding: 6px 6px 7px;
}
.go {
	cursor: pointer;
	width: 80px;
	height: 29px;
	background: #DFDFDF url(../images/go.gif) no-repeat;
	border: none;
	margin: 0 0 0 12px;
	font-size: 14px !important;
}

.tags {
	text-align: center;
	margin: 15px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	font-size: 11px;
	text-align: center;
	color: #838383;
	border-top: 1px solid #EAEAEA;
	padding: 20px 0;
}
#bottom-menu {
	margin: 0 0 10px;
}
#bottom-menu li {
	display: inline;
	margin: 0 10px;
}
#footer a {
	color: #838383;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}




/* Верхнее  меню
-----------------------------------------------------------------------------*/

/* Ripped by aka Ripper :) */
