/*
Design by slot
http://prestigechat.ru/
*/

*
{
border: 0;
margin: 0;
}

img
{
border: 0px;
}


a{
	color: #7d0d28;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color: #000000;
}

body{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #770a38 url(images/bg.jpg) repeat-x top;
}

#bg{
	background:url(images/bg_img.jpg) center top no-repeat ;
}

#maintop{
	background: url(images/top.png) 0px 0px no-repeat;
	width:784px;
	height: 9px;
}
#mainbot{
	background: url(images/bot.png) no-repeat;
	width:784px;
	height: 14px;
}

#main{
	width: 784px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#header{
	width: 784px;
	height: 439px;
	margin: 0px auto;
	background:#FFFFFF;
}

#logo{
	text-align: right;
	padding-top: 30px;
	padding-right: 50px;
	height: 348px;
	background: url(images/img_b.jpg) 7px 0px no-repeat;
}

#logo a {
	text-decoration: none;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}


#logo H2 a{
	font-size: 10px;
}

#buttons{
	width: 770px;
	height: 55px;
	margin-left: 7px ;
	background: url(images/menu.jpg) top repeat-x;
	text-align:center;
}

#buttons ul {
    padding-left: 50px;
    margin: 0px;
}

#buttons li {
	display: inline;		
}

#buttons a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	display: block;
	float: left;
	width: 130px;
	height: 43px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 16px;
	margin-right: 5px;
	text-align: center;
}

#buttons a:hover {
	text-decoration: underline;
	background: url(images/but_h.jpg) 0px 0px repeat-x;
}

#content{
	width: 784px;
	background: url(images/content_bg.jpg) 7px repeat-y #FFFFFF;
}

#content_top { background: url(images/content_top.gif) 7px top no-repeat;}

#content_bot { background: url(images/content_bot.gif) 7px bottom no-repeat;}

#left{
	width: 502px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 7px;
}

.text{
	padding: 15px;
}

#left H1{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color: #601616;
	padding-bottom: 10px;
}

.read{
	text-align:right;
	padding-right:20px;
}

#right{
float:right;
width: 261px;
background: url(images/right_bg.gif) left repeat-y;
margin-right: 7px
}

#right ul 
{
	list-style: none;
	padding-left:30px;
	margin: 0px;
	display:block;
	padding-bottom: 20px;
	padding-top: 20px;
}

#right ul li{
	padding-bottom: 2px;
}

#archives ul li {
	margin-bottom: 5px;
	padding-left: 15px;

}

#right h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color: #FFFFFF;
	text-align:center;
	padding-top: 12px;
	height: 36px;
	background: url(images/tit.gif) left top no-repeat;
	width: 261px;
	margin: 0px 0px 0px 0px;
}

#right li a {
	padding-left: 10px;
}

.tit_b {background: url(images/tit_bot.jpg) left top no-repeat}

.lo { padding: 20px 20px 15px 20px;
}

#right H4 {
	font-size: 14px;
}

#right p
{
padding: 10px;
padding-left: 20px;
}

#archives {
	

}

#footer{
	height: 44px;
	width: 770px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 23px;
	text-align: center;
	clear:both;
	margin: 0px auto;
	background:url(images/futer.jpg) bottom repeat-x #FFFFFF;
	border-left: 7px solid #FFFFFF;
	border-right: 7px solid #FFFFFF;
}

#footer a{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.padding{
	padding: 10px;
	color:#FF0000;
	font-weight: bold;
}
#content .inner_copy {border:0;color:#f00;float:left;width:50%!important;margin:-202px 0 0 0;overflow:hidden;line-height:0;padding:0;font-size:12px}










#wrapper{
	margin:0 auto;
	width:900px;
	position:relative;
}

/*Стилизация кнопки ВВЕРХ */
#back-top{	
	position:fixed;
	bottom:30px;
	left:50%;
	margin-left:500px
}

#back-top a{
	width:64px;
	display:block;
	text-align:center;
	font:11px/100% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#bbb;
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}

#back-top a:hover{color:#000;}

/* графическая стрелка ВВЕРХ */
#back-top span{
	width:64px;
	height:64px;
	display:block;
	margin-bottom:7px;
	background:#ddd url(up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}

#back-top a:hover span{background-color:#777}



    @media screen and (max-width:479px) {
    html *{
    max-width:100%;
    min-width: 0;
    }
    #topmenu .menu {
    background: #E8E8E8;
    }
    img {
    height: auto;
    }
    a.mod_latest_title {
    font-size: 140%;
    }
    .grid_4, .container_12 .grid_4 {
    width: 100%;
    }
    .container_12 .grid_12, .container_16 .grid_16{
    margin:0;
    }
    .mobileNoDisplay{
    display:none;
    }
    }


 @media screen and (max-width:479px) {
    html *{
    max-width:100%;
    min-width: 0;
    }
    #topmenu .menu {
    background: #E8E8E8;
    }
    img {
    height: auto;
    }
    a.mod_latest_title {
    font-size: 140%;
    }
    .grid_4, .container_12 .grid_4 {
    width: 100%;
    }
    .container_12 .grid_12, .container_16 .grid_16{
    margin:0;
    }
    .mobileNoDisplay{
    display:none;
    }
    }




body {cursor: url(http://chat-lovestory.ru/images/cur192.cur), progress !important;}
a {cursor: url(http://chat-lovestory.ru/images/cur438.cur), progress !important;}
