/*
Theme Name: God-name
Theme URI: http://god-name.ru/
Description: Тема для сайта god-name.ru
Author: goanin
Version: 1.0
License: GNU General Public License
Tags: black, two-columns, fixed-width, threaded-comments, editor-style, custom-menu
*/

@charset "utf-8";
/* CSS Document */

/* Удаляем избыточный отступ внутрь для Firefox */
.button::-moz-focus-inner{
	border: 0;
	padding: 0;
}

/* обтекание картинки */
    img.centered {
    outline: 0px solid #ddd;
    padding: 5px;
    display: inline;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 3px 3px 3px 3px;
    background-color: #ACACAC;
    }

    img.alignright {
    padding: 5px;
    margin: 6px 0 2px 7px;
    -moz-border-radius: 3px 3px 3px 3px;
    background-color: #ACACAC;
    display: inline;
    }

    img.alignleft {
    outline: 0px solid #ddd;
    padding: 5px;
    -moz-border-radius: 3px 3px 3px 3px;
    margin: 6px 7px 1px 0;
    background-color: #ACACAC;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }
/* обтекание картинки */

body{
        line-height:1.4;
	font-size:62.5%;
        background:url(images/fon_2000.jpg) repeat-y;
	background-position:top center;
}

#wrappers{
	background:url(images/svet_222.png) no-repeat scroll 0 0 transparent;
	background-position:center 0px;
	position:relative;
	overflow:visible;
}

.clear{
	clear:both;
}

#main{
	display:block;
	position:relative;
	width:924px;
	margin:0 auto;
}

#header{
	display:block;
	position:relative;
	margin-top: 20px;
	border: 0px solid red; <-------- border ------------>
}

#menu{
	display:block;
	position:relative;
	float:right;
	list-style:none;
	margin-top:15px;
	margin-bottom:10px;
	border: 0px solid yellow; <-------- border ------------>
}

#menu li{
	display:inline;
	border-right:solid 0px #333333;
	padding:5px;
}

#menu li:last{
	border-right: none;
}

#menu li a{
	font-size:1.4em;
	text-decoration:none;
	color:#333333;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	margin-right: 7px;
}

#menu li a:hover{
	color:#fff;
  	height:50px;
  	overflow:visible;
	width: 100%;
}

#header_img{
	display:block;
	position:relative;
	width:924px;
	margin:0px;
        margin-left:0px;
	-webkit-box-shadow: #333333 0px 2px 3px;
	-moz-box-shadow: #333333 0px 2px 3px;
	box-shadow: #333333 0px 2px 3px;
	border-radius: 17px 17px 0 0;
}

#header_cont{
	border-left:1px solid #757575;
	border-right:1px solid #757575;
}

#body {
	display:block;
	position: relative;
	margin-top: -1px;
	/*padding:10px;*/
	background: url(images/f0f0f0-60.png);
	-webkit-border-radius: 0 0 8 px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	overflow:visible;
	border: 1px solid #414141; <-------- border ------------>
	-webkit-box-shadow: #333333 0px 2px 3px;
	-moz-box-shadow: #333333 0px 2px 3px;
	box-shadow: #333333 0px 2px 3px;
}

#page {
	background: url(images/bg24_1.png);
	position:relative;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	width: 950px;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 10px 10px 4px 4px;
	background: rgba(0,0,0,0.04);
	box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}

#content{
	display:block;
	position:relative;
	float:left;
	width:635px;
	/*padding:10px;*/
	color:none;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	border-right:1px solid #757575;
	padding: 10px 0px 20px 0px;
	margin: 0px 10px -20px;
	border: 0px solid blue; <-------- border ------------>
}

#content p{
	margin:5px 0px;
}

.content{
	display: block;
	position:relative;
	background:none;
        border: 0px solid green; <-------- border ------------>
        margin-bottom: 10px;
	margin: 0 0 5px 0;
     	padding: 4px;
}

#content_block{
	display:block;
	position:relative;
	float:left;
	width:640px;
	margin-bottom: 20px;
	/*margin-left:40px;*/
        border: 0px solid green; <-------- border ------------>
}

#sidebar{
	display:block;
	position:relative;
	width:260px;
	float:right;
	color:none;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px 0px -200px;
        padding-bottom:300px;
	border: 0px solid pink; <-------- border ------------>
}

.fl_l{
	float:left;
}

#footer{
	display:block;
	position:relative;
	height: 95px;
	border:solid 0px yellow;
	padding:50px;
}

#footer p{
	width:470px;
	color:#333333;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	border:solid 0px green;
	top: 90px;
	left: 25%;
	position:absolute;
}

.title{
	border-bottom:solid 0px #45849b;
	padding-top: 5px;
	padding-bottom: 10px;
	background: url("images/for_date.png") no-repeat;
}

.title a{
	margin-left: 95px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line – height: 10px;
	color: #141414;
	text-decoration:none;
	text-shadow: none; color:#33758c;
}


.onas{
	border-bottom:solid 0px #45849b;
	padding-top: 5px;
	padding-bottom: 10px;
}

.onas a{
	margin-left: 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line – height: 10px;
	color: #141414;
	text-decoration:none;
	text-shadow: none; color:#33758c;
}

.category{
	display:block;
	position:relative;
	list-style-type:none;
	padding: 10px 0 10px 10px;
}

.category li{
	display:block;
        margin-left: 0px;
}

.category li a{
	/*display:block;*/
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#141414;
}

.category li a:hover{
	text-decoration: none;
	color:#fff;
}

.more-link{
	color:#f0f0f0;
	display:none;
}


a{
	color:#f9f9f9;
	text-decoration: none;
}

a:hover{
	color:#333;
}

.content p {
	line-height:21px;
	padding: 2px 0;
}

.children{
	padding-left:15px;
}

/* бегущая строка */
#continer{
	background: url("images/lenta-top.png") no-repeat scroll 0 0 transparent;
	padding-left: 30px; /* отступ текста */
	padding-top: 8px;
	width: 490px;
	height: 50px;
	margin-left: -29px;
	margin-top: 5px;
	display:block;
	float:left;
	border: 0px solid yellow; <-------- border ------------>
}

#scroller_container {
	position: relative;
	overflow: hiden;
	padding-top: 8px;
	width: 458px;
	height: 50px;
	margin-left: -15px;
	margin-top: -10px;
	display:block;
	float:left;
	border: 0px solid yellow; <-------- border ------------>
}

#scroller {
	white-space: nowrap;
	line-height: 60px;
	position: absolute;
	font-size: 11px;
	Font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	margin-top: -9px;
}

.tickercontainer { 
	border: 0px solid #ccc;
	background: none; 
	width: 458px; 
	height: 32px; 
	margin-top: 10px; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { 
	position: relative;
	left: 10px;
	top: 0px;
	width: 518px;
	overflow: hidden;
}
ul.newsticker { 
	position: relative;
	left: 520px;
	font: bold 11px Verdana, Arial;
	list-style-type: none;
	color: #2f2f2f; <---- темный текст ----->
	margin: 0;
	padding: 0;

}
ul.newsticker li {
	float: left; 
	margin-top: 7px;
	padding: 0;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #e3e3e3; <---- белый текст ----->
	font: bold 11px Verdana, Arial;
	margin: 0 50px 0 0;
	text-decoration: none;
} 

ul.newsticker span {
	margin: 0 10px 0 0;
} 

.shaders{
	display: block;
	float: left;
	height: 29px;
	width: 53px;
	z-index: 9;
	position: absolute;
	border: 0px solid yellow;
}

#shade_left{
        background: url('images/shade_left.png') no-repeat;
	margin-left: 5px;
}

#shade_right{
	background: url('images/shade_right.png') no-repeat;
	margin-left: 405px;
}
/* бегущая строка */

.wp-pagenavi  {
	font-family: Arial; /* IE fix */
	margin-bottom: 11px;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding: 5px 8px 5px 8px; 
	margin: 2px 0px 2px 0px;
	border-top: 0px solid black;
	background-color: none;	
	color: black;
}

.wp-pagenavi a:hover {
        border-top: 0px solid white;	
	background-color: none;
}

.wp-pagenavi span.pages {
	padding: 5px 8px 5px 8px;
	margin: 2px 0px 2px 0px;
	border-top: 0px solid black;
	background-color: none;
}

.wp-pagenavi span.current {
	padding: 5px 8px 5px 8px;
	margin: 2px 0px 2px 0px;
	font-weight: bold;
	border-top: 0px solid black;
	background-color: #d6d5d5;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wp-pagenavi span.extend {
	padding: 5px 0px 5px 0px;
	margin: 2px 0px 2px 0px;
	border-top: 0px solid black;
	background-color: none;
	font-weight: bold;
}

.wp-pagenavi span.next-prev {	
}

.more_1{
	background:none;
	font-size: 12px;
        font-family:Arial;
	border-top: 1px;
}

.more{
	background:none;
	margin-top: 10px;
	clear:both;
	/*text-align:right;*/
	padding: 3px 0px;
	font-size: 12px;
        font-family:Arial;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}

.more a{
	color:#333333;
        font-family:Arial;
	text-decoration: none;
	background: url(images/comments.png) no-repeat scroll 0 0 transparent;
	float: left;
	margin-right: 5px;
	padding-left: 22px;
	background-position: 0px;
}

.more .rightalign {
	float: right;
	margin-right: 5px;
	padding-left: 22px;
	background: url(images/page_white_magnify.png) no-repeat scroll 0 0 transparent;
	background-position: 0px;
}

#commentform label{
	width:100px;
	float: left;
	width: 100px;
}

.sub {
	font-size: 12px;
	margin-bottom: 10px;
}

.widgettitle {
	background: url("images/for_rubrik.png") no-repeat scroll 0 0 transparent;
	padding-left: 10px; /* отступ текста */
	padding-top: 8px;
	font-size: 16px;
	width: 340px;
	height: 40px;
	margin-left: -19px;
	margin-top: 5px;
	position: relative;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}


/* вывод даты */
.entryDate {
	font-family: Arial, Georgia,"Times New Roman";
	margin-left: 10px;
	margin-top: 2px;
	position: absolute;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
	text-align: left;
	z-index: 9;
}
.entryDate span {
	display: block;
	text-align: left;
}
.postMonth {
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 0px;
	position:relative;
	top: -28px;
	left: 29px;
}

.postDay { 
	font-size: 23px; 
}
.postYear {
	position:relative;
	font-size: 11px;
	width: 40px;
	top: -34px;
	left: 30px;
}

.findText {
	border: 0px solid white;
	width: 160px;
	height: 20px;
	-webkit-box-shadow:
	inset 0 0 8px  rgba(0,0,0,0.3),
	      0 0 16px rgba(0,0,0,0.3);
	-moz-box-shadow:
	inset 0 0 8px  rgba(0,0,0,0.3),
	      0 0 16px rgba(0,0,0,0.3);
	box-shadow:
	      inset 0 0 8px  rgba(0,0,0,0.3),
	            0 0 16px rgba(0,0,0,0.3);
	padding: 0px;
	background: rgba(255,255,255,0.7);
	margin: 0 0 0 0;
} 

.findButton {
	font-size: 14px;
	border-radius: 4px;
	margin-top: 0px;
	width: 65px;
	height: 20px;
	-webkit-box-shadow:
	inset 0 0 8px  rgba(0,0,0,0.3),
	      0 0 16px rgba(0,0,0,0.3);
	-moz-box-shadow:
	inset 0 0 8px  rgba(0,0,0,0.3),
	      0 0 16px rgba(0,0,0,0.3);
	box-shadow:
	      inset 0 0 8px  rgba(0,0,0,0.3),
	            0 0 16px rgba(0,0,0,0.3);
	padding: 0px;
	background: rgba(255,255,255,0.7);
	margin: 5px 0 10px 0;
}


/* вывод стрелки в футере */
.up {
	position:absolute;
	top:10px;
	right:15px;
}


#att {
	width:30px;
	height:30px;
	top:10px;
	right:50px;
	position:absolute;
	border: 0px solid pink;
}

#liv_int {
	position:absolute;
	border: 0px solid white;
	top: 140px;
	left: 45%;
	float: right;
}

#logo {
	background:url(images/logo.png);
	width:472px;
	height:90px;
	margin: 0 auto;	
	position: absolute;
	top: 5px;
	left: 26%;
	border: 0px solid white;
}

#respond {
	background:url(images/f0f0f0-30.png);
	border: 1px solid #dbdbdb;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0 20px 0;
}

.comment-body {
	background:url(images/f0f0f0-30.png);
	border: 1px solid #dbdbdb;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0 10px 0;
}

#comment {
	resize: vertical;
	width: 485px;
	background color:#f7f7f7;
}

.commentmetadata {
	float: right;
	position:relative;
	top: -25px;
	text-decoration: none;
}

.textarea your-message {
	resize: none;
}

#contact-wrapper {
	background:url(images/f0f0f0-30.png);
	border: 1px solid #dbdbdb;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0 10px 0;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper textarea {
	width:598px;
	resize: none;
}


/* модальное окно */
#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	opacity:0.2;
	display:none;
}

#boxes .window {
	background-color:#e3e3e3;
	position:fixed;
	left:0;
	top:0;
	width:410px;
	height:300px;
	display:none;
	z-index:9999;
	padding:30px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	line-height: 25px;
} 
 
#boxes #dialog {
	width:410px; 
	height:330px;
	padding:20px;
	line-height: 25px;
	background-color:#e3e3e3;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}  
/* модальное окно */


.category ul li {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #747474;
	padding: 2px;
	clear:left;
}

.category ul li:first-child {border-top: none;}
.category ul li:last-child {border-bottom: none;}


.cboxOverlay {
	background: none repeat scroll 0 0 #484848;
}


.cboxClose {
	font-size:1.4em;
	bottom: 0;
	color: #444444;
	display: block;
	position: absolute;
	right: 0;
}

#cboxTitle {
	font-size:1.4em;
}

#cboxCurrent {
	font-size:1.4em;
}

.ngg-thumbnail img {
     border: 2px solid #A9A9A9;
     padding: 2px;
}

cboxElement {
	border: 2px solid #A9A9A9;
	padding: 2px;
	width: 69px;
	height: 49px;
}

.silka {
	float: left;
	block: inline;
	margin-right: auto;
 	margin-left: auto;
}

img.recomend {
	border: 2px solid #A9A9A9;
	margin-top: 5px;
	padding: 1px;
}
