/*
Theme Name: Love & Fidelity
Theme URI: 
Description: 
Author: 
Version: 1.0
Tags: 
*/

.alignleft {
	margin: 0 20px 10px 0;
	float: left;
	display: inline;
}
.alignright {
	margin: 0 0 10px 20px;
	float: right;
	display: inline;
}

.wp-caption {
	padding: 10px;
	background-color: #eee;
	text-align: center;
}

input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


.hentry {
	margin: 0 0 48px 0;
}
.single .hentry {
	margin: 0 0 36px 0;
}

/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	clear: both;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	margin: 0 0 18px 0;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	padding: 0 0 24px 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {

}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* =Widget Areas
-------------------------------------------------------------- */

#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

/* =Hidden Content Toggle
-------------------------------------------------------------- */
.hidden-content-head {
	display: block;
	margin-bottom: 10px;
}
.hidden-content {
	margin-bottom: 20px;
}
/* New Single Blog Styles
-------------------------------------------------------------- */
div.page-container div.main-single {
width: 700px;
float: left;

margin-right:-15px;
border:2px solid #569bc6;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow:    inset 0 0 30px #adcadd;
   -webkit-box-shadow: inset 0 0 30px #adcadd;
   box-shadow:         inset 0 0 30px #adcadd;
}
.single-side{
	background-color:#0e5987;
	color:#fff;
	width:313px;
	margin-left:-20px;
	float:right;
}
.single-side a{
	color:#fff;
}
#bd-top-single {
height: 33px;
font-size: 0px;
background: url(images/bg-top-single.png) top left no-repeat;
}
.single-side ul li{
	list-style-type:none;
	list-style-position:outside;
	padding-top:0px;
}
.single-side ul li ul li{
	display:block;
	list-style-position:outside;
	text-transform:uppercase;
	padding:0px;
}
.single-side .cat-item a:link, .single-side .cat-item a:visited, .single-side .cat-item a:active{
	color:#fff;
}
.single-side h2.widget-title{
	font-size:20px;
	color:#82b1cd;
	text-transform:uppercase;
	line-height:29px;
	background-image: url(images/bg-single-arrow.png);
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}
.third{
display:block;
float:left;
width:33.33%;
}
span.prev a{
	display:block;
	background: url('images/prev-btn.png');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
	width:15px;
	height:27px;
	float:left;
	color:#82b1cd;
	font-size:18px;
	text-transform:uppercase;
	line-height:27px;
}
span.next a{
	display:block;

	background: url('images/btn-next.png');
	background-repeat:no-repeat;
	background-position:right;
	width:15px;
	height:27px;
	padding-right:60px;
	float:right;
	color:#82b1cd;
	font-size:18px;
	text-transform:uppercase;
	line-height:27px;
	text-align:right;
}
.bloglinks{
	width:625px;
	padding:10px 0px;
	clear:both;
	margin:0 auto;
}
.bloglink{
	margin-top:-5px;
}
.clear{
	clear:both;
}
.blogheading{
	width:100%;
	height:62px;
	background: url('images/bg-heading-pattern.jpg') repeat-x left;
	text-indent:30px;
	color:#fff;
	font-size:40px;
	text-shadow: 3px 3px 13px #333;
	font-family:Georgia, Times, 'Times New Roman'; 
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:lighter;
	line-height:62px;
}
div.single{
	width:625px;
	margin:0 auto;
}
div.single h2.single-title{
	font-size:22px;
	font-family: 'lucida sans', helvetica, arial, clean, sans-serif;
	color:#f68a33;
	margin-bottom:0px;
	margin-top:20px;
}
div.single p{
	font-family: 'lucida sans', helvetica, arial, clean, sans-serif;
}
.post-comments{
	
	font-family: 'lucida sans', helvetica, arial, clean, sans-serif;
	overflow:visible;
	position:relative;

	z-index:1;
}
.post-comments #comments{
	background-color:#1173b0;
	font-family: 'lucida sans', helvetica, arial, clean, sans-serif;
	width:640px;
	padding:20px 30px;
	font-family: 'lucida sans', helvetica, arial, clean, sans-serif;
	margin-bottom:20px;
	margin-top:-35px;
}
.post-comments #respond {
	border-top:none;
	color:#c3dceb;
	font-size:15px;
	font-family: 'lucida sans', helvetica, arial, clean, sans-serif;
}
.bubble{
	position:relative;
	background: url('images/bubble.png') no-repeat center center;
	width:156px;
	height:66px;
	font-size:1px;
	text-indent:-9999px;
	z-index:20000;
	margin-left:15px;
}
.post-comments #respond .required{
	font-weight:normal;
	color:#c3dceb;
}
.post-comments #reply-title{
	display:none;
}