/*
Theme Name: Wedding Bells
Theme URI: 
Description: Theme for wedding & marriage related blogs
Version: 0.3.1
Author: Lauri Liimatta
Author URI: http://lauriliimatta.com
Tags: light, blue, white, two-columns, custom-header, threaded-comments

-
Wedding Bells Theme is released under the GNU General Public License, version 2 (GPL).

For more information about the GPL, please visit:
http://www.gnu.org/licenses/old-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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of reset */


html, body {
	height: 100%;
}
body {
	background-color: #a97927;
	background-image: url(images/saintsroombg.jpg);
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
}
a {
	color: #d39b15;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	height: 100%;
	margin: 0 auto;
	width: 980px;
}
#shadow {
	width: 980px;
	float: right;	}
#toparea {
	width: 980px;
	float: left;
	margin-top: 0px; 
}
#header { 
	width: 964px;
	height: 170px;
	margin-top: 20px;
	float:right;
 	background: url(images/saintsroomlogo.gif) no-repeat; 
	background-position: top center; 
}
#header .title-description {
    display:none;
	margin: 40px 0px 0px 40px;
	padding: 30px;
	background-color: 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: #fff;
	margin-bottom: 9px;
	display:none;
}
#header h2 {
	font-size: 1.6em;
	color: #55548f;
	font-style: italic;
	display:none; 
}

#enquire {float:right;  background: url(images/enq3.gif) no-repeat; height:77px; width:207px; margin-top:63px;}

#enquire2 {float:left;  background: url(images/enq2.gif) no-repeat; height:77px; width:207px; margin-top:63px;}


#menulist {
    background: url(images/navbg.gif) repeat-x; /* fallback image */
	width: 964px;
	height: 45px;
	float: right;
}

.bannerinnit {width:964px; height:180px; float: right; background: #fff url(images/banner1.jpg) no-repeat; clear:both; }

#page-wrap {
    width: 980px;
	height: 100%;
	background:  url(images/contentbg.gif) repeat-y;
	float: left;
	padding-bottom:20px;
}

#page-wrap2 {
	width: 980px;
	background: url(images/bannertitle.gif) no-repeat;
	height: 100%;
	float: right;
}

#page-wrap3 {
	width: 960px;
	height: 100%;
	float: right;
}

#content {
	float: left;
	width: 645px;
	height: 100%;
	color: #777;
}
#sidebar {
	width: 305px;
	margin-top: 22px;
	float: right;
}
#footer {
	width: 960px;
	float: right;
	color: #fff;
	text-align: left;
	padding: 20px 0px;
}

#footer a{color:#f4d896;}
#footer p {
	font-size: 1.2em;
	margin: 0px 30px;
}

/* menu styles */
#nav {
	list-style: none;
	float: left;
	margin: 0px 0px 0px 5px;
}
#nav li {
	position:relative;
	display:block;
	float:left;
	padding-left: 13px;
}


#nav li a {
background: url(images/flower.gif) no-repeat;
background-position: right center;
	float:left;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.8em;
	padding: 13px 28px 11px 0px;
	height:20px;
		text-shadow: 2px 2px 1px #9b7008;
			font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
text-transform: uppercase;

}
#nav li a:hover {
	padding: 13px 28px 11px 0px;
	color: #f4d896;
	background: url(images/flower.gif) no-repeat;
background-position: right center;

}
#nav ul {
padding-top:0px;
position: relative;
z-index: 2;
background: url(images/navbginnit.png);
	position:absolute;
	top: 43px;
	left:0;
}
#nav ul li {

	margin-top: -1px;
	float:left;
	border-bottom: 1px solid #c89c31;
}
#nav ul li a {
width:220px;
background: none;
letter-spacing: 0.1em;
font-size: 1.3em;
padding:9px 10px 0px 0px;	
}
#nav ul li a:hover {
padding:9px 10px 0px 0px;
color: #f4d896;
background: none;
	
}
#nav ul li ul {
	top: 0;
	left: 192px;
}

/* post styles */
.post-wrap {
	padding: 0px 30px 30px 30px;
}
.post {
	padding: 27px 0px;
}
.post h2 {   
	font-size: 2em;
	font-weight: 100;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 1.8em;
	text-transform: uppercase;
		text-shadow: 2px 2px 1px #9b7008;
}
.post h2 a {
	color: #d0960a;
			text-shadow: none;
}

.newh2 {   
	font-size: 2em;
	font-weight: 100;
	letter-spacing: 0.1em;
	color: #fff;
	padding-top:27px;
	line-height: 1.8em;
	text-transform: uppercase;
		text-shadow: 2px 2px 1px #9b7008;
}



.post2 {
	padding: 5px 0px;
}
.post2 h2 {   
	font-size: 2em;
	font-weight: 100;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	padding-top:20px;
	padding-bottom: 5px;
		text-shadow: 2px 2px 1px #9b7008;
}
.post2 h2 a {
	color: #d0960a;
			text-shadow: none;
}

.post3 h2 {   
	font-size: 2em;
	font-weight: 100;
	letter-spacing: 0.1em;
	color: #d0960a;
	text-transform: uppercase;
	padding-top:20px;
	padding-bottom: 5px;
}


.post small {
	font-size: 1.2em;
	line-height: 1.5em;
}


.post2 small, .post3 small {
	font-size: 1.1em;
	color:#aaa;
}


.post .entry {
	margin: 25px 0px 0px 0px;
}

.post2 .entry, .post3 entry {
	margin: 10px 0px 0px 0px;
}

.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: 2em;
	padding-bottom:5px;
}
.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 20px;
	font-size: 1.3em;
	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;
}
.entry p { 
	padding-bottom: 13px; 
	font-size: 1.3em; 
	line-height: 1.6em; 
}
.entry img {
}
.entry blockquote {
width:240px;
float:left;
text-align: center;
border-top:1px solid #433d3e; 
border-bottom:1px solid #433d3e; 
	padding: 15px 20px 0px 20px;
	margin: 5px 20px 5px 0px;
	background: #2d2a2b;
	font-size:0.9em;
	font-style: italic;
	color: #e1e1e1;
}
.entry table {
	font-size: 0.9em;
	padding: 5px;
	margin: 15px 0px;
	border:1px solid #f5dda3;
	background: #fff0cd;
}

#weddingsbox {font-size:1.2em; text-align: center; background: #302b2c; border-top: 1px solid #3f3a3b; line-height: 1.4;
	text-shadow: 1px 1px 1px #704904;
}
#weddingsbox td { text-align: left;  padding:10px;}
#weddingsbox td strong{ color:#e00d61;}
#weddingsbox tr {border-bottom: 1px solid #3f3a3b;}


.entry table tr th,
.entry table td {
	padding: 7px;
	font-size:1.4em;
	border-left: 1px solid #f5dda3;
}
.entry table tr {border-bottom: 1px solid #f5dda3;}
.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: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
	border-bottom: 1px solid #e4ecf9;
}
.navigation {
	margin: 40px 0px 0px 0px;
	font-size: 1.2em;
	background: #fff;
}
.alignright { float:right;}
.alignleft { float:left; }
.aligncenter { display: block; margin: 0 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; }

/* 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 */

#text-3,#text-4,#text-5,#text-6 {border-top:1px solid #f5dda3; 
border-bottom:1px solid #f5dda3; width:285px;  background: #fff0cd; color:#777777; }

#sidebar ul {
	list-style: none;
}
#sidebar ul li h2 {
padding:13px 0px 10px 0px;
text-align: center;
   font-weight: normal;
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	font-size: 1.9em;
	margin: 0px 0px 0px 0px;
	color: #d0960a;
}

.joinus {width:272px; border-top: 1px solid #f5dda3; border-bottom: 1px solid #f5dda3;  clear:both; padding:0; margin:0;  background:#fff0cd; padding:10px 0px 0px 10px; height:40px;}

.joinus h3{ font-weight: normal;
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	font-size: 1.7em;
	display:block; float:left;
	padding: 8px 10px 0px 7px;
color:#d0960a;}

.joinus img {margin-right:5px; }


.bloggy {width:232px; border-top: 1px solid #f5dda3; border-bottom: 1px solid #f5dda3;  clear:both; padding:0; margin:0;  background:#fff0cd url(images/blogimg.jpg) repeat-x; padding:115px 0px 10px 50px; height:20px; }

.bloggy h3{ font-weight: normal;
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	font-size: 1.4em;
	display:block; float:left;
	padding: 8px 10px 0px 7px;
color:#d0960a;}

.bloggy2 {text-align:center; width:272px; border-top: 1px solid #f5dda3; border-bottom: 1px solid #f5dda3;  clear:both; padding:0; margin:0;  background:#fff0cd url(images/brochur.jpg) repeat-x; padding:115px 0px 10px 10px; height:24px; }

.bloggy2 h3{ font-weight: normal;
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	font-size: 1.7em;
	display:block; float:left;
	padding: 8px 10px 15px 20px;
color:#d0960a;}


.contactus {width:282px; border-top: 1px solid #f5dda3; border-bottom: 1px solid #f5dda3;  clear:both; padding:0; margin:0;  background:#fff0cd; padding:15px 0px 0px 0px; }

.contactus h3{ font-weight: normal;
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	font-size: 1.9em;
text-align: center;	
color:#d0960a;}

.photos { padding:15px 5px 0px 17px;}
.photos img{width: 70px; padding:0px 13px 15px 0px;}


#sidebar table td {padding:5px; vertical-align:  middle;}

#sidebar ul li.widget {
	margin-bottom: 20px;
}
#sidebar .textwidget {
text-align: center;
	color: #777;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0px 15px 15px 15px;
}
#sidebar ul li ul a {
	font-size: 1.3em;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0px;
	border-bottom: 1px solid #e4ecf7;
}
#sidebar ul li ul a:hover {
	text-decoration: underline;
}
#sidebar .widget_tag_cloud a,
#sidebar h2 a {
	color: #fff;
}
#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: #fff;
	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: #fff;
	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: #fff;
}
#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;
}

/* seach box styles */
#searchform {
	margin: 10px 0px;
}
#sidebar #searchform #s {
	padding: 8px;
	border: 1px solid #c7d0df;
	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: 7px;
	color: #fff;
	background-color: #d3dcea;
	border: 1px solid #c7d0df;
	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;
}
h3#comments {
	font-size: 1.6em;
	line-height: 1.8em;
	background: #fff;
	margin: 30px 0px 10px 0px;
}
#commentform p.loggedin {
	font-size: 1.2em;
	margin-bottom: 12px;
}
#commentform input {
	padding: 7px;
	margin: 0px 8px 8px 0px;
	border: 1px solid #c7d0df;
	width: 190px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
}
#commentform textarea {
	width: 555px;
	padding: 8px;
	border: 1px solid #c7d0df;
	margin: 0px 0px 8px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
}
#commentform #submit {
	font-size: 1.1em;
	font-weight: bold;
	padding: 9px;
	margin: 0 !important;
	color: #fff;
	background-color: #d3dcea;
	border: 1px solid #c7d0df;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
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: #d39b15; 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 { margin: 5px 0px 15px 0px; }
ol.commentlist li.comment div.comment-meta a { color: #000; text-decoration: none; font-style: italic; }
ol.commentlist li.comment div.comment-meta a:hover { text-decoration: underline; }
ol.commentlist li.comment p { font-size:1.3em; line-height: 1.6em; margin:0 0 10px 0px; }
ol.commentlist li.comment ul { list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.yy { font-size:1.1em; }
ol.commentlist li.comment div.reply a { font-weight:bold; color: #d0960a; 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 { border-top: 1px solid #e4ecf9; margin:0 0 .25em 1.5em; }
ol.commentlist li.comment ul.children li.depth-3 { border-top: 1px solid #e4ecf9; margin:0 0 .25em 1.5em; }
ol.commentlist li.comment ul.children li.depth-4 { border-top: 1px solid #e4ecf9; margin:0 0 .25em 1.5em; }
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; }

/* mix */
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 5px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}
element {
}

.ngg-galleryoverview {text-align: center; margin:0 auto; text-justify:inherit; text-align-last: inherit }
.ngg-galleryoverview img {max-width: 170px;}


#thedmsHeaderDiv {display: none;}

a .thedmsShowInstruct {color:#000;}
