/*
Theme Name: HomeLives.co.uk
Theme URI: http://homelives.co.uk/
Description: Customt template created by Realising Designs.
Version: 1.0
Author: Realising Designs
Author URI: http://www.realisingdesigns.com/
Tags: fixed width, two columns, widgets

*/

.clear {
	clear: both;
}

body {
	background-color: #000;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 62.5%; /* Resets 1em to 10px */	
}

small {
	font-size: 11px;
	line-height: 150%;
}

h1, h2, h3 {
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h2.pagetitle {
	font-size: 16px;
}

p,ul {
	font-size: 13px;
}

a:link, a:visited {
	color: #3788d3;	
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
}

/* Container */

#header {
	height: 143px;	
}
#header h1 a {
	font-size: 1em;
	background-image: url(images/HomeLivesLogo.png);
	width: 396px;
	height: 72px;
	display: block;
}
#header h1 span {
	display: none;
}

/* Navigation */
#mainNav {
	margin: 0;
	padding: 0;
}
#mainNav li {
	float: left;
	margin: 0;
	padding: 0;
}
#mainNav li a span {
	display: none;	
}

#subNav {
	margin: 0 0 15px 0;
	padding: 5px;
	background-color: #000;
	color: #FFF;
	line-height: 100%;
}
#subNav ul {
	margin: 0;
	padding: 0;
}
#subNav li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
}
#subNav li a {
	background-color: #222;
	border: 1px solid #333;
	padding: 10px;
	display: block;
	float: left;
	color: #FFF;
}
#subNav li a:hover, #subNav li a.on {
	background-color: #3788d3;	
	color: #FFF;
}

/* Begin Structure */

#mainContent {
	background-color: #FFF;
	border: 1px solid #4a4a4a;
	background-image: url(images/con-bgr-main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 15px;
}
body.main #mainContent {
	background-image: url(images/con-bgr.jpg);
}

#page {
	width: 900px;
	margin: 0 auto;
}

.narrowcolumn {
	float: right;
	padding: 10px 0 10px 0;
	margin: 0 0 0 15px;
	width: 573px;
}

#sidebar {
	padding: 20px 10px 10px 10px;
	float: right;
	width: 260px;
	background-color: #414141;
	background-image: url(images/focusBgr.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	color: #ECECEC;
	text-align: left;
}
#sidebar a:hover {
	color: #FFF;
}	

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar h2 {
	background-color: #000;
	padding: 5px;
	color: #FFF;
}

#follow {
	float: left;
	width: 200px;
	background-color: #000;
	padding: 5px 10px;
}

#footer {
	background-color: #000;
	width: 460px;
	float: right;
	padding: 5px 10px;
}
#footer p, #follow p {
	color: #999;	
	font-size: 11px;
}
#follow p {
	margin-bottom: 3px;
}
#footer a, #follow a {
	color: #999;	
}

/* Main Navigation */

#link-weddings, #link-weddings:visited {
	width: 98px;
	height: 45px;
	background-image: url(images/link-weddings-0.jpg);
	display: block;
}
#link-weddings:hover, #link-weddings:active {
	background-image: url(images/link-weddings-1.jpg);
}

/* Index only */

#focusBox {
	background-color: #414141;
	background-image: url(images/focusBgr.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0 0 15px 0;
}
#focusBox img {
	float: left;
}
#focusBox .inner {
	margin: 0 0 0 400px;
	padding: 10px 0;
	color: #CCC;
}
#focusBox h1 {
	background-image: url(images/h1-weddings.gif);
	width: 217px;
	height: 94px;
}
#focusBox h1 span {
	display: none;
}
#focusBox a:hover {
	color: #FFF;
}

/* Articles */
h2.pagetitle {
	margin: 0 0 15px 0;
}
h2 span {
	display: none;
}
#text-latest-articles a {
	background-color: none;
	background-image: url(images/text-latest-articles.png);
	width: 198px;
	height: 32px;
	display: block;
}
#text-have-your-say a {
	background-image: url(images/text-have-your-say.png);
	width: 201px;
	height: 32px;
	display: block;
}
#text-areas {
	background-image: url(images/text-areas.png);
	width: 59px;
	height: 21px;
	margin: 0 20px 0 0;
	float: left;
}
#text-wedding-info {
	background-image: url(images/text-wedding-info-money-saving-tips.png);
	width: 347px;
	height: 34px;
	margin: 0 20px 0 0;
}
#text-wedding-business {
	background-image: url(images/text-wedding-business.png);
	width: 424px;
	height: 33px;
	margin: 20px 20px 0 0;
}

/* Post */

.post {
	margin: 0 0 20px;
	text-align: justify;
	padding: 10px;
	background-color: #FFF;
	border: 1px dotted #CCC;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	color: #999;
	font-size: 11px;
	background-image: url(images/001_36.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px 0 5px 32px;
	margin: 10px 0 0 0;
}

.postTitle {
	float: left;
	margin: 0 180px 10px 0;
}
.post .date {
	text-align: right;
	font-size: 16px;
	color: #DDD;
	float: right;
	width: 180px;
}
.entry {
	border-top: 3px solid #ECECEC;
}

/*
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
*/
.commentlist li, #commentform input, #commentform textarea {
	font-size: 13px;
	}
.commentlist li ul li {
	font-size: 13px;
}

.commentlist li {
	font-weight: bold;
	background-color: #FAFAFA;
	border-bottom: 1px dotted #EEE;
	background-image: url(images/comments-bgr.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.commentlist li .comment-body {
	padding-left: 60px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	padding-right: 60px;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.comment-meta a {
	font-weight: normal;
	color: #999;
	font-size: 11px;
}
/*
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
*/

p img {
	padding: 0;
	max-width: 100%;
	}

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 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/*

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
*/
.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


#sidebar form {
	margin: 0;
	}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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;
	-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: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Comments */
#comments {
	background-image: url(images/001_50.png);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 24px;
	padding-left: 30px;
	margin-bottom: 0;
}

#sidebar.main {
	padding-top: 0;	
}
#sidebar.main a:hover {
	color: #000;
}	

p.signup {
	background-image: url(images/001_57.png);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 24px;
	padding-left: 30px;
}
ul.summary li {
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #EEE;
	padding-bottom: 2px;
}
ul.comments li {
	background-image: url(images/0170_bubble.png);
}
ul.posts li {
	background-image: url(images/0171_new_page.png);
}

/* MU ONLY */

.mu_register {
	width: 900px;
	margin: 0 0 0 0;
	border: 1px solid #4a4a4a;
	padding: 100px 50px 100px 38px;
	background-color: #000;
	color: #FFF;
	font-size: 13px;
}
