/*
Theme Name: Wedding-bells
Theme URI: 
Description: Theme for wedding & marriage related blogs. Equipped with photoblog functionality, custom widgets and theme options.
Version: 1.0.1
Author: Lauri Liimatta
Author URI: http://lauriliimatta.com
Tags: light, blue, white, two-columns, custom-header, threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/* end of css reset */

html, body {
	height: 100%;
}
body {
	background-color: #f2f7fe;
	font-size: 63%;
	font-family: Arial, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Calibri', Calibri, "Calibri", Arial, serif;
}
a {
	color: #D2691E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	height: 100%;
	margin: 0 auto;
	width: 960px;
}
#shadow {
	box-shadow: 0 0 1em #e3eaf4;
	-moz-box-shadow: 0 0 1em #e3eaf4;
	-webkit-box-shadow: 0 0 1em #e3eaf4;
	width: 960px;
	float: left;
	margin-bottom: 40px;	
}
#toparea {
	width: 960px;
	float: left;
}
#header {
	width: 960px;
	float: left;
}
#header .title-description {
	margin: 40px 0px 0px 40px;
	padding: 30px;
	background: rgb(255, 255, 255); /* Fallback */
	background: rgba(255, 255, 255, 0.8);
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#header h1 {
	font-size: 3em;
	color: #458B00;
	margin-bottom: 9px;
}
#header h2 {
	font-size: 1.2em;
	color: #008B00;
	font-style: italic;
}
#menulist {
    background-color: #E0FFFF; /* fallback color */
    background-image: url('images/menubg.jpg') repeat-x; /* fallback image */
    background-image: -moz-linear-gradient(100% 100% 90deg, #eaf1f9, #f4f9ff);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f9ff), to(#eaf1f9));
	width: 960px;
        font-size: 6.5pt;
	min-height: 40px;
	float: left;
	border-top: 1px solid #E0FFFF;
	border-bottom: 1px solid #E0FFFF;
}
#page-wrap {
	background: #f7fafe url('images/contentbg.jpg') repeat-y;
	width: 960px;
	height: 100%;
	float: left;
	border-top: 1px solid #d2e1f1;
	border-bottom: 1px solid #e4ecf9;
}
#content {
	float: left;
	width: 639px;
	height: 100%;
	color: #008B00;
	border-right: 1px solid #f3f3ff;
}
#content.full {
	width: 960px;
	height: 100%;
	float: left;
}
#sidebar {
	width: 320px;
	float: left;
}
#footer {
	width: 960px;
	float: left;
	color: #008B00;
	text-align: left;
	padding: 20px 0px;
}
#footer p {
	font-size: 1.2em;
	margin: 0px 30px;
}

/* menu styles */
#nav {
	list-style: none;
	float: left;
	margin: 0px 0px 0px 8px;
}
#nav li {
	position: relative;
	display: block;
	float: left;
}
#nav li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #008B00;
	font-weight: bold;
	font-size: 1.4em;
	padding: 17px 26px;
}
#nav li a:hover {
	color: #8B1A1A;
	text-decoration: none;
	background-color: rgb(243, 247, 253);
	background-color: rgba(255, 255, 255, 0.4);
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 17px 25px;
}
#nav ul {
	position:absolute;
	top: 49px;
	left:0;
}
#nav ul li {
	border: 1px solid #dae7f4;
	margin-top: -1px;
}
#nav ul li a {
	width: 140px;
	background: #E0FFFF;
	border: 0;
	padding: 17px 26px;
}
#nav ul li a:hover {
	background: #FFEFDB;
	border: 0;
	padding: 17px 26px;
}
#nav ul li ul {
	top: 0;
	left: 192px;
}

/* post styles */
.post-wrap {
	background: #fff;
	padding: 0px 30px 30px 30px;
}
.post {
	padding: 20px 0px;
	border-bottom: 1px solid #e4ecf9;
}
.post h2 {
	font-size: 2.4em;
	line-height: 1.8em;
}
.post h2 a {
	color: #CD0000;
}
.post small {
	font-size: 1.2em;
	line-height: 1.5em;
	font-style: italic;
	display: block;
}
.post .entry {
	margin: 10px 0px 0px 0px;
}
.sticky { }
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	margin: 5px 0px 10px 0px;
}
.entry h1 {
	font-size: 2.2em;
}
.entry h2 {
	font-size: 2em;
}
.entry h3 {
	font-size: 1.8em;
}
.entry h4 {
	font-size: 1.6em;
}
.entry h5 {
	font-size: 1.4em;
}
.entry h6 {
	font-size: 1.3em;
}
p.tags {
	background: #fff;
	font-size: 1.3em;
	margin: 20px 0px 20px 0px;
}
.entry ul {
	list-style-type: disc;
	margin: 15px 0px;
}
.entry ul li {
	margin: 0px 0px 0px 15px;
	font-size: 1.4em;
	line-height: 1.6em;
}
.entry ul li ul li {
	font-size: 1.0em;
}
.entry ol {
	list-style-type: decimal;
	margin: 15px 0px;
}
.entry ol li {
	margin: 0px 0px 0px 20px;
	font-size: 1.4em;
	line-height: 1.6em;
}
.entry ol li ol li {
	margin: 0px 0px 0px 20px;
	font-size: 1.0em;
}
.entry a.more-link {
	font-weight: bold;
        background: #FFFFFF;
        float: right;
        margin: 30px 10px 10px 10px;
        border: 1px solid #C3B17F;
        border-radius: 4px;
        box-shadow: 0px 5px 5px #C3B17F;
        padding: 5px;
}
.entry p  { 
	padding-bottom: 13px; 
	font-size: 1.4em; 
	line-height: 1.6em; 
}
.entry img {
	padding: 7px;
	background: #fff;
	border: 1px solid #e4ecf9;
}
.entry img.alignleft {
	float: left;
	margin: 10px 15px 10px 0px;
}
.entry img.alignright {
	float: right;
	margin: 10px 0px 10px 15px;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto; 
}
.entry blockquote {
	border-top: 1px solid #e4ecf9;
	border-bottom: 1px solid #e4ecf9;
	padding: 15px 15px 0px 15px;
	margin: 10px 0px;
	font-style: italic;
	color: #6E6DAF;
}
.entry table {
	font-size: 1.3em;
	padding: 10px;
	margin: 15px 0px;
}
.entry table tr th,
.entry table td {
	padding: 10px;
}
.entry dl {
	margin: 10px 0px;
}
.entry dt {
	font-size: 1.4em;
	font-weight: bold;
}
.entry dd {
	font-size: 1.4em;
}
.postmetadata {
	font-size: 1.2em;
	margin: 5px 0px 0px 0px;
	padding: 18px 0px 0px 0px !important;
	border-top: 1px solid #e4ecf9;
}
.navigation {
	margin: 40px 0px 0px 0px;
	font-size: 1.2em;
	background: #fff;
}
.alignright { float:right;}
.alignleft { float:left; }
.aligncenter,img.aligncenter { display: block; margin: 10px auto; }
.navigation .alignright a,
.navigation .alignleft a {
	background: #f2f7fe;
	padding: 10px;
	display: block;
	border: 1px solid #e4ecf9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.clear { clear: both; }

/* photoblog */
.photoblog img {
	margin: 0;
}
img.attachment-photoblog-big-size {
	padding: 7px;
	border: 1px solid #e4ecf9;
	margin: 15px 0px;
	display: block;
}

/* archive */
#content h2.pagetitle {
	padding: 20px 0px 0px 0px;
	font-size: 2.4em;
	line-height: 1.6em;
}
.archive-post h3 {
	font-size: 1.8em;
	line-height: 1.6em;
}
.archive-post {
	border-bottom: 1px solid #e4ecf9;
}

/* sidebar */
#sidebar ul {
	list-style: none;
}
#sidebar ul.wrap { 
	margin: 25px 20px 0px 20px;
}
#sidebar ul li h2 {
	font-size: 2.1em;
	margin: 30px 0px 8px 0px;
	color: #CD0000;
        i2Style
        font:bold 20px Arial, Helvetica, sans-serif;
font-style:normal;
color:#ffffff;
background:#c50000;
border:0px solid #ea326f;
text-align: center;
text-shadow:0px 0px 0px #ffffff;
box-shadow:8px 0px 6px #345734;
-moz-box-shadow:8px 0px 6px #345734;
-webkit-box-shadow:8px 0px 6px #345734;
border-radius:90px 15px 90px 15px;
-moz-border-radius:90px 15px 90px 15px;
-webkit-border-radius:90px 15px 90px 15px;
}
#sidebar ul li.widget {
	margin-bottom: 25px;
}
#sidebar .textwidget p {
	color: #008B00;
	font-size: 1.3em;
	line-height: 1.6em;
	padding-bottom: 10px;
}
#sidebar ul li ul li {
	padding: 10px 0px;
	border-bottom: 1px solid #0;
	font-size: 1.3em;
}
#sidebar ul li ul li a {
	display: block;
	color: #008B00;
	text-decoration: none;
}
#sidebar ul li ul li a:hover {
	text-decoration: underline;
}
#sidebar .widget_tag_cloud a,
#sidebar h2 a {
	color: #2e2c6a;
}
#sidebar .widget_recent_comments ul li {
	display: block;
	padding: 10px 0px;
}
#sidebar .menu {
	background: none;
	width: 100%;
	height: 100%;
	float: none;
	border: 0;
}
#sidebar ul.menu,
#sidebar ul.sub-menu,
#sidebar ul.sub-menu ul.sub-menu {
	list-style: none;
	float: none;
}
#sidebar ul.menu li,
#sidebar ul.sub-menu li,
#sidebar ul.sub-menu li ul.sub-menu li {
 	float: none;
 	border: 0;
 	display: inherit;
}
#sidebar ul.sub-menu li {
	padding-left: 10px;
}
#sidebar ul.menu li a {
	font-size: 1.3em;
	display: block;
	color: #2e2c6a;
	text-decoration: none;
	padding: 10px 0px;
	border-bottom: 1px solid #e4ecf7;
}
#sidebar ul.menu li a:hover {
	text-decoration: underline;
}
#sidebar ul.sub-menu li a {
	font-size: 1.3em;
	display: block;
	color: #2e2c6a;
	text-decoration: none;
	padding: 10px 0px;
	border-bottom: 1px solid #e4ecf7;
	font-weight: normal;
}
#sidebar ul.sub-menu li a:hover {
	text-decoration: underline;
	border: 0;
	border-bottom: 1px solid #e4ecf7;
}
#sidebar .widget_calendar table {
	font-size: 1.3em;
}
#sidebar .widget_calendar table caption {
	font-weight: bold;
	padding: 5px 0px 15px 0px;
}
#sidebar .widget_calendar table tr th {
	padding: 10px;
	border: 1px solid #e4ecf7;
	color: #2e2c6a;
}
#sidebar .widget_calendar table tr td {
	padding: 10px;
	border: 1px solid #e4ecf7;
	text-align: center;
}
#sidebar .widget_calendar table tr td#next,
#sidebar .widget_calendar table tr td#prev,
#sidebar .widget_calendar table tr td.pad {
	padding: 10px;
	text-align: center;
}
#sidebar .widget_calendar table tr td.pad {
	background: #e4ecf7;
}
#sidebar .social {
	text-align: center;
	margin: 10px 0px;
	background: #fff;
	border: 1px solid #f3f3ff;
	padding: 15px 0px;
}
#sidebar .social a {
	margin: 0px 25px;
}
#sidebar .ad125 img {
	margin: 0px 10px 15px 0px;
}
#sidebar .widget_recent_photoblog_entries ul {
	clear: both;
}
#sidebar .widget_recent_photoblog_entries ul li {
	border: 0;
	margin: 5px 10px 10px 0px;
	padding: 0;
	float: left;
	width: 130px;
	height: 130px;
}
#sidebar .widget_recent_photoblog_entries ul li img {
	padding: 3px;
	background: #fff;
	border: 1px solid #f3f3ff;
}

/* seach box styles */
#searchform {
	margin: 10px 0px;
}
#sidebar #searchform #s {
	padding: 8px;
	border: 1px solid #8B2500;
	width: 180px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 0px;
}
#sidebar #searchsubmit {
	padding: 8px;
	color: #FFFFFF;
	background-color: #CD0000;
	border: 1px solid #8B2500;
	margin-left: -3px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 5px;
}

/* comments */
#respond h3 {
	font-size: 1.6em;
	line-height: 1.8em;
	margin: 15px 0px 5px 0px;
	font-family: Helvetica, Arial, sans-serif;
}
h3#comments {
	font-size: 1.6em;
	line-height: 1.8em;
	background: #fff;
	margin: 30px 0px 10px 0px;
	font-family: Helvetica, Arial, sans-serif;
}
#commentform p.logged-in-as {
	font-size: 1.3em;
	margin-bottom: 12px !important;
	display: block;
}
#commentform label {
	font-size: 1.2em;
	float: left;
	margin: 0px 0px 5px 0px;
}
.required {
	float: left;
}
.comment-notes .required {
	float: none;
}
.comment-notes,
.form-allowed-tags {
	font-size: 1.2em;
	line-height: 15px;
	margin: 0px 0px 10px 0px;
}
.form-allowed-tags code {
	font-size: 1.2em;
}
#commentform input {
	padding: 7px;
	margin: 0px 8px 8px 0px;
	border: 1px solid #EE4000;
	width: 555px;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
}
#commentform textarea {
	width: 555px;
	padding: 8px;
	border: 1px solid #EE4000;
	margin: 0px 0px 8px 0px;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
}
#commentform #submit {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
	background: #CD0000;
	border: 1px solid #c7d0df;
	width: 150px;
	margin: 0px 0px 0px 0px;
	float: none;
}
p.nocomments {
	font-size: 1.3em;
	margin-top: 20px;
}
ol.commentlist { list-style:none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { padding: 15px 0px; }
ol.commentlist li.comment div.comment-author { margin: 5px 0px; }
ol.commentlist li.comment div.vcard { font-size: 1.4em; }
ol.commentlist li.comment div.vcard cite.fn { font-weight: bold; font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { color: #CD0000; text-decoration: none; }
ol.commentlist li.comment div.vcard cite.fn a.url:hover { text-decoration: underline; }
ol.commentlist li.comment div.vcard img.avatar { border: 1px solid #ccc; float: left; margin: 0px 8px 0px 0px; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says { display: none; }
ol.commentlist li.comment div.commentmetadata { margin-bottom: 7px; }
ol.commentlist li.comment div.comment-meta { font-size: 1.1em; margin: 5px 0px 15px 0px; }
ol.commentlist li.comment div.comment-meta a { color: #CD96CD; text-decoration: none; font-style: italic; }
ol.commentlist li.comment div.comment-meta a:hover { text-decoration: underline; }
ol.commentlist li.comment p { margin:0 0 15px 0px; }
ol.commentlist li.comment ul { list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:1.2em; }
ol.commentlist li.comment div.reply a { font-weight:bold; color: #EE7621; text-decoration: none; }
ol.commentlist li.comment div.reply a:hover { text-decoration: underline; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 .comment-body { margin: 0px 0px 0px 15px; }
ol.commentlist li.comment ul.children li.depth-2,
ol.commentlist li.comment ul.children li.depth-3,
ol.commentlist li.comment ul.children li.depth-4,
ol.commentlist li.comment ul.children li.depth-5 { border-top: 1px solid #e4ecf9; margin:0 0 .25em 1.5em; }
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background:#fff; }
ol.commentlist li.parent { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { background: #f7fafe; border-top: 1px solid #e4ecf9; border-bottom: 1px solid #e4ecf9; padding: 15px 10px; }
ol.commentlist li.thread-odd { padding: 15px 10px; }
.comment-body p {
	font-size: 1.3em;
	line-height: 17px;
}

/* mix */
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 5px;
   margin: 10px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 4px 4px 5px;
   margin: 0;
}
.gallery-caption {
	font-size: 1.2em;
	margin: 0 0 12px;
}
.breadcrumb {
font:bolder 12px  Arial;
padding-bottom: 2px;
padding:  4px 8px;
color: #8B668B!important;
background:#FFFFFF ;
border: 0 !important;
}
.breadcrumb a{
color: #CD8C95;!important;
}
.breadcrumb a:hover {
color: #8B3A62;
background:#CD8C95;!important;
}
/* ----////// Эффект прозрачности /////------- */
 
#banners a img {
 
opacity:0.1; -moz-opacity:0.1; filter:alpha(opacity=40);
 
}
 
#banners a:hover img {
 
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
.top-comment{height:100%;}
.top-comment table{min-height:100%;height:100%;border:none;}
.top-comment table td{padding:0 5px 15px 5px;border:none}
.top-comment .avatar-top img{-webkit-box-shadow:#666 0px 2px 3px;-moz-box-shadow:#666 0px 2px 3px;box-shadow:#666 0px 2px 3px;padding:3px;background:white;border-image:initial;border:1px solid #aaa;margin:0 0 3px 0;}
.top-comment .avatar-comment{font-size:12px;display:block;line-height:1em;margin-top:1px;width:50px}

.avatar {
float: right;
padding:2px;
sharpen-more-image: 100px;
background-image: -webkit-linear-gradient(#A020F0, rgba(0, 0, 0, 0.6), #BCEE68, rgba(0, 0, 0, 0.6));
background-image: -moz-linear-gradient(#A020F0, rgba(0, 0, 0, 0.6), #BCEE68, rgba(0, 0, 0, 0.6));
background-image: -o-linear-gradient(#A020F0, rgba(0, 0, 0, 0.6), #BCEE68, rgba(0, 0, 0, 0.6));
background-image: -ms-linear-gradient(#A020F0, rgba(0, 0, 0, 0.6), #BCEE68, rgba(0, 0, 0, 0.6));
background-image: linear-gradient(#A020F0, rgba(0, 0, 0, 0.6), #BCEE68, rgba(0, 0, 0, 0.6));
border-radius: 35px;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
-o-border-radius: 35px;
-ms-border-radius: 35px;
-khtml-border-radius: 35px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.02);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.02);
width:auto;
height:auto;
border: 4px; 
}
.author-box {
margin: 0 0 0 2px;
padding: 19px;
color: #7D26CD;
background-color: #FFE1FF;
border: 1px solid #FFE1FF;
}
.author-left-part {
float:right;
margin: 0 9px 0 0;
}
.author-right-part {
float:left;
width:370px;
font-size: 14.5px;
font-family: arial, sans-serif;;
margin: 0 0 0 8px;
text-align:justify;
}
.author-img {
border: 0px solid #DEB887;
padding:0;
}
.author-name {
font-weight:bold;
}
.author-name span {
font-size: 13px;
}
.clear {
clear:both;
}
#fon {
background: url(/wp-content/uploads/2014/08/podpiska-1.png) center center no-repeat;
background-size:  contain;
}