/*
Theme Name: Spread the Word
Theme URI: http://www.goodwin-travel.com/
Description:  Шаблон WordPress
Version: 1.0
Author: goodwin-travel
Tags: blue, fixed width, two columns, right sidebar, threaded comments, widget ready, adsense ready, pagenavi, social bookmarking, valid xhtml, valid css
*/

/* Reset */

#weatherInformer {
    height: 170px;
    margin: 0 auto;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
	margin: 0;
	padding: 0;
}
 .corners {
            position: relative;
            background-position: -20px -20px;
            padding: 1px 0 0 15px;
            margin: 90px 310px 70px 310px;
        }
        
        .tr, .bl, .br {
            position: absolute;
            overflow: hidden;
        }
        
        .corners, .tr, .bl, .br {
            background-image: url(http://milovanov.info/demo/corners/img/corners2.png);
            background-repeat: no-repeat;
        }
        
        .tr {
            background-position: 0 -20px;
            top: 0;
            right: -20px;
            bottom: 0px;
            width: 20px;
        }
        
        .bl {
            background-position: -20px 0px;
            bottom: -20px;
            left: 0;
            height: 20px;
            right: 0;
        }
        
        .br {
            background-position: 0px 0px;
            bottom: -20px;
            right: -20px;
            width: 20px;
            height: 20px;
        }











p { margin: 5px 0;}
ol, ul { list-style: none; }
a, body a {
	color: #000;
	text-decoration: none;
}



a:hover, body a:hover {
	color: #633519;
	text-decoration: underline;
}
img, a img { border: none; }
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 { font-size: 4em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.6em; }

/* Global */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: url(images/bg.jpg) center top #C0C0C0;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #666;
}
blockquote {
	margin: 5px 20px;
	padding: 0;
	color: #333;
	border: 1px dashed #999;
	background: #E8F6FC;
}
blockquote p {
	padding: 10px 20px;
	display: block;
}
code {
	display: block;
	margin: 5px 20px;
	padding: 10px 20px;
	font-size: 1.2em;
	color: #333;
	border: 1px dashed #999;
	background: #FEFAE1;

}
.endline { clear: both; }

/* Layout Map */
/*
	wrapper
		- bottom_frame
			- top_frame
				- header
				- container
					- content 
					- sidebar
				- footer
*/

/* Layout */
#wrapper {
	min-width: 974px; /* not working in IE6 */
	margin: 0 auto;
	padding: 0;
	background: url(images/container_bg.gif) repeat-y center top;
}
#bottom_frame {
	margin: 0 auto;
	padding: 0;
	background: url(images/bottom_frame.jpg) no-repeat center bottom;
}
#top_frame {
	margin: 0 auto;
	padding: 0;
	background: url(images/top_frame.jpg) no-repeat center top;
}
#header {
        width: 974px;
        height: 305px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#logo {
margin-right: 90px;
margin-top: 27px;
float: right;     
}
#logoTitle {
margin-top: 145px;
margin-left: 165px;
float: left;
}



#container {
	width: 974px;
	padding: 0 0 60px 0;
	margin: 0 auto;
}
#footer {
	width: 974px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	color: #fff;
	line-height: 16px;
	font-size: 1.1em;
	text-align: left;
}

/* Header */
#header h1 {
	font-size: 3em; /* Blog Title */
	text-align: left;
	padding: 0px 0px 0px 0px;
}
#header h1 a {
	text-decoration: none;
	color: #14274e;
}
#header h2 {
	color: #4682B4;
	text-align: left;
	font-size: 1.2em; /* Blog Description */
	margin-top: -4px;
	padding: 0 190px 0 155px;
}
/* menu */
#menu {
	width: 500px;
	height: 26px;
	position: absolute;
	left: 120px;
	top: 238px;
	overflow: hidden;
}
#menu ul {
	padding: 0 2px;
}
#menu ul li {
	/*width: 126px;*/
	width: auto;
	display: inline;
	margin: 0;
	padding: 0 0px;
	font-size: 1.4em; /* Menu Font Size */
	font-weight: bold;
	text-align: center;
	float: left;
}
#menu ul li a {
	width: auto;
	height: 26px;
	margin: 0;
	padding: 0 7px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	float: left;
	color: #fff;
}
#menu ul li a:hover {
	color: #ebf49f;
}
#menu ul ul {
	margin: 0;
	padding: 0;
}
#menu ul ul li {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#rss {
	width: 31px;
	height: 33px;
	position: absolute;
	left: 475px;
	top: 237px;
}

/* about */
#about {
	width: 100%;
	font-size: 1.2em;
	line-height: 17px;
	margin: 0;
	padding: 0;
	color: #000;
}



/* searchform */
#searchform {
	width: 178px;
	height: 26px;
	position: absolute;
	top: 247px;
	left: 676px;
	margin: 0;
	padding: 0;
}
.searchtext {
	width: 135px;
	display: block;
	float: left;
	color: #fff;
	border: 0;
	background: none;
}
#searchsubmit {
	border: 0;
	float: left;
	display: block;
	width: 28px;
	margin: 0px 0px 0 9px;
	height: 21px;
}

/* Content */
#content {
	width: 501px;
	padding: 0 0 0 0;
	display: inline;
	margin: 0px 20px 0 101px;
	float: left;
}
.post {
	width: 501px;
	padding: 15px 0 0 0px;
	margin: 0px 0 0px 0;
	position: relative;
}
.post h2 {
	width: 425px;
	color: #14274e;
	margin: 0px 0 0 0px;
	padding: 0px 0px 6px 0px;
	background: url(images/post_header_bg.jpg) no-repeat left bottom;
	font-size: 1.4em; /* Post Title */
}
.post h2 a {
	color: #14274e;
}
.post h2 a:hover {
	color: #8D4C24;
	text-decoration: none;
}
.postmetadata {
	padding: 5px 0px 0 0px;
	margin: 0 0 0 0;
	line-height: 16px;
	display: block;
	text-align: right;
	color: #666;
	font-size: 1.1em;
}
.postmetadata a {
	color: #666;
	text-decoration: underline;
}
.postmetadata a:hover {
	text-decoration: none;
}
.entry {
	width: 100%;
	overflow: hidden;
	padding: 0px 0 0 0px;
	color: #000;
	font-size: 1.6em;
	line-height: 20px;
}
.tags {
	font-size: 1.2em;
	color: #666;
	margin: 10px 0px 0 0px;
}
.tags a {
	color: #666;
	text-decoration: underline;
}
.tags a:hover {
	text-decoration: none;
}
.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #7e2d17;
}
.post_ads {
	padding: 0 0 58px 78px;
}

/* Sidebar */
#sidebar {
	width: 247px;
	padding: 0;
	margin: 0px 0 0 0;
	float: left;
}
#sidebar h3 {
	font-size: 1.6em; /* Sidebar Title */
	width: 247px;
	height: 44px;
	overflow: hidden;
	line-height: 43px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/sidebar_header.jpg) repeat-y left top;
	color: #633519;
}

#sidebar ul {
	width: 247px;
	overflow: hidden;
	margin: 0;
	padding: 13px 0 0 0;
}



#sidebar ul li {
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0px 0 0px 0px;
font-weight: bold;
}


#maanimo_currinfo_small ul {
margin: 0;
padding: 0;
width: auto;
}
#maanimo_currinfo_small ul li {
margin: 0 1px 1px 0;
padding: 2px 2px;
width: auto;
}

#sidebar ul li a {
	color:#424242;
}
#sidebar ul li a:hover {
	color: #8D4C24;
}
#sidebar ul ul {
	width: 170px;
	margin: 0px 0 0 0;
	padding: 5px 10px 0 49px;
	background: none;
}
#sidebar ul ul li {
	width: 156px;
	margin: 0 0 0 0px;
	line-height: 16px;
	font-size: 1.2em;
	background: url(images/sidebar_li.gif) no-repeat left 9px;
	padding: 3px 0 2px 14px;
}
#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}
#sidebar ul ul li li {
	width: 90%;
	margin: 0;
	padding: 3px 0 2px 14px;
	font-size: 1em;
}
#sidebar select {
	margin: 7px 0;
	width: 95%;
}
.sidebar_ads {
	width: 100%;
	padding: 0px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

/* Footer */
.credit {
	padding: 0px 130px 55px 105px;
}
.credit a {
	color: #fff;
	text-decoration: none;
}
.credit a:hover {
	text-decoration: none;
	color: #eff686;
}

/* PageNavi*/
.wp-pagenavi {
	padding: 5px 10px 5px 0px;
}
.wp-pagenavi a {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #06c;
	color: #06c;
	background-color: #fff;
}
.wp-pagenavi a:hover {
	border: 1px solid #000;
	color: #000;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 1.1em;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 1.1em;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #000;
	color: #fff;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 1.3em Verdana, Arial, Sans-Serif;
}
#wp-calendar td {
	padding: 3px 0;
	font-size: 1.2em;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	font-size: 1.2em;
	text-transform: capitalize;
}
/* Social Bookmarking */
.bookmark {
	margin: 18px 0 0 0px;
}
.bookmark ul {
	display: inline;
}
.bookmark ul li {
	background: none;
	display: inline;
}
.bookmark_line img {
	border: 0;
}

/* Comments */
.read_comments {
	float: right;
	height: 32px;
	padding: 0px 0px 0 40px;
}
.read_comments a {
	height: 32px;
	float: right;
	display: block;
	padding: 0;
	font-size: 1.2em;
}
h3#comments {
	width: 85%;
	padding: 0 0 0 0px;
}
h3#comments, #respond h3 {
	padding-top: 10px;
	font-size: 1.4em;
	color: #333;
}
#commentform {
	margin: 5px 0 0 0px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform #submit {
	height: 26px;
	text-align: center;
	margin: 0 0 5px auto;
	float: right;
	cursor: pointer;
}
#respond {
	width: 100%;
	padding: 0 0 0 0px;
	color: #333;
}
#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.commentlist {
	width: 100%;
	padding: 0 0 0 0px;

}
.commentlist li {
	margin: 15px 0 0px;
	padding: 5px 5px 10px 10px;
	font-weight: bold;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.2em;
	text-transform: none;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #333;
	padding: 2px;
	background: #fff;
}
.commentlist li a {
	color: #000;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}
.nocomments {
	text-align: center;
}
.commentmetadata {
	font-size: 1.2em;
	display: block;
	font-weight: normal;
}
.thread-alt {
	background-color: #dcbea4;
}

.thread-even {
	background-color: #e3cbb3;
}
.depth-1 {
	border: 1px solid #000;
}
.alt { 
	border-left: 1px solid #666; /* odd page */
	background-color: #C38D61; 
	padding: 10px;
}
.even {
	border-left: 1px solid #666; /* even page */
	background-color: #CEA37F;
}

/* Images */
p img {
	max-width: 100%; /* not working in IE6 */
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 12px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}
#maanimo_currinfo_small {
    margin: 0 auto;
}

#goroskopImg {
width: 247px;
heigth: 100px;

}



 .ignioInformer { /* Глобальные установки */
    width: 240px; /* Ширина информера */
    border: 1px solid silver; /* Если хочется сделать рамку вокруг информера... */
    margin: 10px 0px 10px 0px; /* Отступы снаружи от рамки с краёв: сверху, справа, снизу, слева */
    padding: 5px 10px 5px 10px; /* Отступы внутри от рамки с краёв: сверху, справа, снизу, слева */
    font-family: Tahoma, Verdana, Geneva, Helvetica; /* Шрифт основного текста */
    color: black; /* Цвет основного текста и цвет заголовка */
   
  }

  .ignioInformer * { /* Не обращаем внимания */
      padding: 0;
      margin: 0;
   }

  .ignioInformer a { /* Ссылки */
    color: red; /* Цвет ссылок */
    text-decoration: none; /* Не подчёркивать ссылки */
display:none;
   }

  .ignioInformerTitle { /* Заголовок */
    padding: 5px; /* Отступ над/под заголовком */
    text-align: center; /* Выровнять заголовок по центру */
    color: black; /*Если хочется цвет заголовка сделать отличным от цвета текста */
  }

  .ignioInformerTitle h2 {
    font-size: 14px; /* Размер текста заголовка */
    display: inline;
  }

  .ignioInformerSelects { /* Выбор знака Зодиака и даты */
    text-align: center; /* Выровнять по центру */
    padding: 10px 0 5px 0; /* Отступы: сверху, справа, снизу, слева */
    background: #faf5d5; /* Цвет фона */
  }

  .ignioInformerSelectSign { /* Выбор знака Зодиака */
    font-family: Arial; /* Шрифт */
    font-size: 12px; /* Размер шрифта */
    color: black; /* Цвет шрифта */
    font-weight: bold; /* Жирность: да */
    margin: 0 5px 0 0; /* Отступ между знаком Зодиака и датой */
    background: #b8def1; /* Цвет фона */
  }

  .ignioInformerSelectDate {
    font-family: Arial; /* Шрифт */
    font-size: 12px; /* Размер шрифта */
    color: black; /* Цвет шрифта */ 
    font-weight: normal; /* Жирность: нет */
    margin: 0 0 0 5px; /* Отступ между знаком Зодиака и датой */
    background: #b8def1; /* Цвет фона */
  }

  .ignioInformerText { /* Собственно текст */
    padding: 0px 5px 5px 5px; /* Отступы: сверху, справа, снизу, слева */
    background: #faf5d5; /* Цвет фона */
  }

  .ignioInformerText p {
    padding: 5px 0; /* Отступы между абзацами если вдруг текст состоит из нескольких абзацев */
    font-size: 12px; /* Размер шрифта текста */
    text-align: justify; /* Сделать разрядку текста */
  }

  .ignioInformerTail {  /* Подпись */
    padding: 5px; /* Отступы */ 
    font-size: 12px; /* Размер шрифта */
    text-align: center; /* Выровнять по центру */
  }


