/* ============================ common ============================== */

html {
	height: 100%;
}

body {
	color:#333333;
	font: normal 13px Georgia; height: 100%;
	background: url(../img/bg-tile.jpg) #9f9f8d repeat top center;
}

a { color: #333333; text-decoration: none; }
a:hover, a:active, a:focus, a.active { color: #3d4c55; }

img { display: block; }
a img { border: none; }
a span { cursor: pointer; }
em { font-style: italic; }
strong { font-weight: bold; }

.aural{
	position: absolute;
	font-size: 0;
	left: -2007px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
	text-align:right;
}

.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	clear: both;
	height: 0px;
}

p {
	letter-spacing: 0;
	margin-bottom: 13px;
}

/* ========================== common end ============================ */

/* ============================ layout ============================== */

.holder {
	width: 715px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 150px;
}

#wrap {
	width: 100%; 
	position: relative;
	padding-bottom: 15px;
}

#glow {
	position: absolute;
	left: 0; top: 0;
	background: url(../img/glow.png) no-repeat;
	width: 821px; height: 373px; z-index: -1;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#logo {
	background: url(../img/Mash-House.gif) no-repeat;
	width: 320px; height: 49px; display: block;
	margin: 0 auto; position: relative; top: 25px;
	padding-bottom: 25px;
}

#logo a {
}

#logo a span {
	width: 420px; height: 49px;
	display: block; text-indent: -2008%;
}

#nav {
	font-size: 19px;
	margin-top: 30px;
	text-transform: uppercase;
}
#nav li {
	float: left;
}
#nav li a {
	margin-right: 10px;
	margin-left: 10px;
}

#banner {
	width: 700px; height: 236px;
	border: 10px solid #ffffff;
	margin: 15px 0 13px 0;
}

/* ========================== header end ============================ */

/* ============================ content ============================= */

h2 {
	font-size: 19px;
	margin-left: 18px;
	text-transform: uppercase;
}

.content-padded {
	padding: 10px 0px;	
}

.content-box {
	background: #ffffff;
	margin-bottom: 13px;
	width: 720px;
}

.content-box hr {
	height: 1px;
	border: 0px;
	margin: 0px 20px 0px 20px;
	background-color: #cecece;
}



/*
.content-box #sub-pages {
	text-transform: uppercase;
	font-size: 19px;
	padding-top: 18px;
}

.content-box #sub-pages li {
	float: left;
	display: inline;
}
.content-box #sub-pages li a {
	padding: 3px;
	border-right: 1px solid #3d4c55;
	padding-right: 15px;
	padding-left: 15px;
}

.content-box #sub-pages li a:hover {
	background: #3d4c55;
	color: #ffffff;
}
.content-box #sub-pages .first_item a {
	padding-left: 0;
	margin-left: 15px;
}
.content-box #sub-pages #last a {
	border: 0;
}
*/


.content-box #sub-pages {
	float: right;
	width: 140px;
	margin: 25px 15px;
	text-transform: uppercase;
}
.content-box #sub-pages li a {
	display: block;
	padding: 3px;
	border-bottom: 1px solid #3d4c55;
}












.content-box h3 {
	font-size: 26px;
	color: #3d4c55;
	padding: 18px 18px 0 18px;
}

.content-box h4 {
	font-size: 18px;
	color: #3d4c55;
	padding: 18px 18px 0 18px;
	text-decoration: underline;
}

.content-box p {
	padding: 18px 18px 8px 18px;
	color: #666666;
	font-size: 13px;
	line-height: 150%;
	margin: 0;
}
.content-box .more-btn {
	background: url(../img/more-btn.gif) no-repeat 0 0;
	width: 46px; height: 22px; text-indent: -2008%;
	float: right;
	margin: 0 13px 10px;
}

.post-banner-image {
	margin-top: 10px;
	margin-left: 18px;
}

.left-col1 {
	width: 430px; float: left;
	border-right: 1px solid #cecece;
	margin: 18px 0 18px 0;
}
.left-col1 .col {
	width: 181px; float: left;
	margin-left:18px;
	margin-right: 12px;
	margin-top: 10px;
}
.left-col1 .col .title {
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
}
.left-col1 .col p {
	padding: 0;
	padding-bottom: 8px;
	height:70px;
	overflow:hidden;
}
.left-col1 .col img {
	margin-bottom: 5px;
}
.left-col1 .col .meta {
	font-size: 10px;
}
.left-col1 .col .meta a {
	text-decoration: underline;
}

.right-col1 {
	width: 270px; float: right;
	margin: 18px 18px 18px 0;
}
.right-col1 p {
	padding: 10px 18px 10px 18px;
	line-height: 100%;
}
.right-col1 .quote {
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
	color: #3d4c55;
}
.right-col1 .download {
	margin-bottom: 17px;
	display: block;
	color: #3d4c55;
}
.right-col1 #thought {
	background: url(../img/thought-bg.gif) no-repeat;
	width: 252px;
	height: 137px;
	margin-left: 18px;
	margin-top: 5px;
}

.right-col1 #thought img {
	padding: 20px 10px;
}

.left-col2 {
	width: 430px;
	float: left;
	border-right: 1px solid #cecece;
	margin: 18px 0 18px 0;
}

div .postmetadata {
	float: right;
}

div .postmetadata a {
	text-decoration: underline;
	font-weight: bold;
}

.right-col2 {
	width: 270px; float: right;
	margin: 18px 18px 18px 0;
}
#mailing-form {
	margin-bottom: 10px;
	display: block;
}

#social {
	margin-left: 18px;
	margin-top: 5px;
}

#social a, #privacy a, #designed a {
	font-weight: bold;
	text-decoration: underline;	
}
#social li {
	text-indent: 30px; display: block;
	height: 23px; line-height: 22px;
	margin-bottom: 4px;
}
#offers {
	background: url(../img/offers.gif) no-repeat left;
}
#facebook {
	background: url(../img/facebook.gif) no-repeat left;
}
#news {
	background: url(../img/news.gif) no-repeat left;
}

#news-links {
	margin: 20px 0px 10px 0px;
	background-image: url('../img/news-links-bg.gif');	
}

#news-links h4 {
	height: 20px;
	position: relative;
	text-indent: -2008%;
}

#news-links ul, #news-links div#news-links-comments {
	margin: 0 0 0 5px;
}

#news-links ul li {
	padding: 3px 0px;
}

#news-links a {
	text-decoration: underline;
}

.split-div {
	float: left;
}

.split-div div.wrap {
	padding: 0px 35px;
}

.split-div img.news-links-heading {
	margin-bottom: 20px;	
}

#news-links #archives {
	width: 118px;
}

#news-links #archives h4 {
	background: url(../img/archive.gif) no-repeat scroll 0 0;
}

#news-links #categories {
	width: 165px;	
}

#news-links #categories h4 {
	background: url(../img/categories.gif) no-repeat scroll 0 0;
}

#news-links #links {
	width: 215px;	
}

#news-links #links h4 {
	background: url(../img/links.gif) no-repeat scroll 0 0;
}

#news-links #comments {
	color: #666;
	width: 220px;
	line-height: 20px;
}

#news-links #comments h4 {
	background: url(../img/comments.gif) no-repeat scroll 0 0;
}

#news-links #archives div {
	padding-left: 20px;
	padding-right: 0px;
}

#news-links #comments div {
	padding-right: 10px;
}

.avatar {
	margin-left: 5px;
	float: left;
	padding: 5px;	
}

.author-details {
	padding: 5px;
}

.author-details p {
	margin: 0px;
	padding: 0px;
}

.commentlist li {
	margin: 10px 0px;	
}

.comment-row {
	margin: 20px 0px 20px 20px;
	float: left;	
}

.comment-row {
	margin: 20px 20px 20px 20px;
	float: left;	
}

.comment-row input {
	border: 1px solid #cecece;
}

#comment {
	width: 670px;
	border: 1px solid #cecece;
}

/* ========================== content end =========================== */

/* ============================ side-bar ============================ */

.left-col2 form, .right-col2 form {
	padding-left: 18px;
}

.row label {
	text-transform: uppercase;
	width: 48%; float: left;
}

.input-text {
	border: 1px solid #939393;
	padding: 2px; width: 200px;
	margin-top: 4px;
	margin-bottom: 10px;
	float: left;
}
.input-text input {
	border: 0;
	width: 163px;
}

.input-text2 {
	border: 1px solid #939393;
	padding: 2px; width: 200px;
	margin: 4px 8px 15px 0;
	float: left;
}
.input-text2 input {
	border: 0;
	width: 198px;
}

.msg {
	width: 306px; height: 88px;
	float: left; border: 1px solid #939393;
	margin-top: 4px;
}

.go-btn {
	background: url(../img/go-btn.gif) no-repeat;
	width: 40px; height: 22px; float: right;
	border: 0; margin-top: 4px; cursor: pointer;
}
#msg-go {
	margin-right: 18px;
	margin-top: 73px;
}

#mailing-form {
	padding-left: 20px;	
}

#mailing-form label {
	line-height: 20px;
	text-transform: uppercase;
}

#mailing-form div.contact-row {
	width: 180px;
	float: left;
}

#mailing-form div.contact-row p {
	clear: both;
	padding: 0px;
	margin-bottom: 11px;
}

#mailing-form div.spacer {
	width: 30px;
	float: left;
}

#mailing-form div.input-text {
	width: 170px;
}

#mailing-form div.input-text input {
	width: 168px;
}

#mailing-form div.verify-text input {
	width: 100px;
	border: 1px solid #939393;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 10px;
	float: left;
}

#mailing-form div.verify-text img {
	float: left;
	margin-right: 10px;
}

#mailing-form textarea {
	width: 170px;
 	padding: 2px;
	height: 100px;
	border: 1px solid #939393;
	font-family: Arial;
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 14px;
}

#search {
	margin-top: 10px;
	width: 230px;
}

#search .input-text {
	width: 170px;
}


#evoucher-box {
	margin-top: 10px;
}

#page-form {
	padding: 18px;
}
#page-form .row {
	margin-bottom: 10px;
}
#page-form .row label {
	padding-bottom: 4px;
	float: none;
}
#page-form .row .input-text {
	float: none;
}

#page-form .row .go-btn {
	float: none;
}

/* ========================== side-bar end ========================== */

/* ============================= footer ============================= */

#footer {
	background-color: #fff;
	padding-top: 13px;
	width: 720px;
	float: left;
	position: relative;
}

#designed {
	float: right;
	text-align: right;
	padding-right: 0px;
	font-size: 10px;
	margin-top: 35px;
}

#privacy {
	float: left;
	font-size: 11px;
	margin-top: 35px;
	margin-left: 20px;
}

#copy {
	margin: 20px 20px;
	float: right;
	font-size: 10px;
}

#sofa {
	background: url(../img/sofa.png) no-repeat;
	width: 1318px; height: 604px;
	position: absolute; left: -290px; bottom: 0;
	z-index: -1;
}

#floor {
	width: 100%; height: 153px;
	background: url(../img/floor.png) no-repeat;
	background-position: center; z-index: -2;
	position: absolute; left: 0; bottom: 0;
}

/* =========================== footer end =========================== */

#page-banner {
	height: 266px;
	width: 720px;
	background-color: #fff;	
	margin: 15px 0 13px 0;
}

#page-banner div {
	padding: 20px 10px 10px 10px;
	text-align: centre;
}

#page-banner img {
	height: 236px;
	width: 700px;		
}
