/*
Theme Name: The MAve Hotel
Author: Tambourine.com
Version: 1.0
*/

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family: "Helvetica", Arial, sans-serif;
	font-size:14px;
	color: #fff;
	background: #000;
}
@font-face {
    font-family: 'Helvetica Light';
    src: url('fonts/helveticalight-webfont.eot'); /* IE */  
	src: local('../fonts/helveticalight-webfont.ttf'), url('fonts/helveticalight-webfont.ttf') format("truetype");
}
@font-face {
    font-family: 'Novecento';
    src: url('fonts/Novecentowide-Normal-webfont.eot'); /* IE */  
	src: local('../fonts/Novecentowide-Normal-webfont.ttf'), url('fonts/Novecentowide-Normal-webfont.ttf') format("truetype");
}
@font-face {
    font-family: 'Novecento Bold';
    src: url('fonts/Novecentowide-DemiBold-webfont.eot'); /* IE */  
	src: local('fonts/Novecentowide-DemiBold-webfont.ttf'), url('fonts/Novecentowide-DemiBold-webfont.ttf') format("truetype");
}
ul {
	list-style: none;
	list-style-type: none;
}
a { 
	text-decoration: underline;
	color: #40c1d1;
	outline: none;
}

.wrapper {
	width:982px;
	margin: 0 auto;
}
.clear { clear: both; }

#header {
	background: url(images/header.jpg) no-repeat;
	height: 214px;
	position: relative;
	margin-bottom: 60px;
}
#header .logo {
	position: absolute;
	right: 0;
	top:40px;
}
#header #top {
	background: url(images/white-transparency.png);
	position: absolute;
	z-index: 99;
	right:246px;
	top:40px;
	height: 123px;
	width: 170px;
}
#header #top ul {
	padding: 10px 15px 0;
	height: 115px;
}
#header #top ul li a {
	display: block;
	padding: 8px 0;
	text-align: right;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #FFF;
	font-family: "Novecento",Arial,sans-serif;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
#header #top ul li a:hover {
	color: #00c9de;
}

#content {
	width: 655px;
	margin:0 50px 0 30px;
	float: left;
}
#content .post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #454545;
}
#content h1 {
	font-size: 30px;
	font-family: "Helvetica Light", arial;
	margin-bottom: 15px;
	font-weight: normal;
}
#content h1 span {
	color: #40C1D1;
}
#content h2, #content h2 a {
	font-size: 30px;
	font-family: "Helvetica Light", arial;
	margin-bottom: 15px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #fff;
}
#content .entry-meta {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 10px;
}
#content .entry-meta a {
	font-style:normal;
}
#content .attachment-homepage-thumbnail {
	margin:5px 0 10px;
}
#content p {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 22px;
}
#content .post li {
	list-style: square;
	margin: 0 0 10px 16px;
	line-height: 20px;
}
#content img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
#content img.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
#content img.aligncenter {
	text-align: center;
	margin: 0 0 15px 0;
}

#sidebar {
	width: 245px;
	float: left;
}
#sidebar .widget-container {
	padding: 15px;
	background: url(images/white-transparency.png);
	margin-bottom: 30px;
}
#sidebar .widget-container h3 {
	font-family:'Novecento', 'Helvetica', Arial;
	font-size:18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #333;
	font-weight: normal; 
}
#sidebar .widget-container li {
	margin:0 0 5px 16px;
	list-style: square;
	color: #40C1D1;
}
#sidebar .widget-container li a {
	text-decoration: none;
	color: #000;
}
#sidebar .widget-container a:hover {
	color: #40C1D1;
}
#sidebar .widget-container.widget_text {
	padding: 0!important;
	background: none!important;
}
#sidebar .widget-container.widget_text h3 {
	color: #fff;
}
#sidebar .widget-container.widget_text p {
	padding: 12px;
	line-height: 18px;
}
#sidebar .tagcloud a {
	color: #000;
	text-decoration: none;
}
#sidebar .tagcloud a:hover {
	color: #40C1D1;
}

#comments h3 {
	color:#454545;
	font-size: 26px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#commentform p label {
	float: left;
	width: 90px;
}
#commentform #submit {
	background: #454545;
	display: block;
	color: #FFF;
	font-family: "Novecento", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 15px;;
	font-weight: normal;
	margin: 0 0 15px 90px;
	display: inline-block;
	border: 0;
	cursor: pointer;
}
#commentform #submit:hover, .commentlist li .reply a:hover {
	background: #40C1D1;
}
.commentlist {
	margin-bottom: 30px;
	padding:0 40px 30px;
	border-bottom: 1px solid #454545;
} 
.commentlist li {
	line-height: 18px;
	margin-top: 15px;
	padding-top: 15px;
	border-top:1px dotted #333;
}
.commentlist li .reply a {
	background: #454545;
	display: block;
	color: #FFF;
	font-family: "Novecento", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	padding: 6px 12px;;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	border: 0;
	cursor: pointer;
}
#respond {
	margin-top:20px; 
}
.form-allowed-tags {
	display: none;
}