@charset "utf-8";
/*
Theme Name: The Raven
Description: The 2010 default theme for The Raven.
Author: Imbue Creative
Author URI: http://imbuecreative.com/
Version: 1.0
*********************************************
****************The Raven********************
*********************************************
*/
/**************VVgeneralVV******************/
body {
	padding: 0;
	margin: 0;
	font-family: "Times Roman", "Times New Roman", Times, FreeSerif, "Nimbus Roman No9 L", serif;
	color: #333;
	font-size: 16px;
	background: #000 url(images/bg-body.jpg) no-repeat top center;
}
div, h1, h2, h3, h4, fieldset, img {
	padding: 0;
	margin: 0;
	border: 0;
}
a, a:link, a:focus, a:hover, a:active {
	outline: none;
}
/*************link style*************/
a {
	text-decoration: none;
	color: #BE0000;
}
a:hover {
	text-decoration: underline;
}
h2 {
	color: #2B2A2A;
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
	margin: 15px 0;
}
/*************link style*************/


/******************general classes***********/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html.clearfix {
	height:1%;
}
.zarro-float {
	float: none;
	height: 0px;
	overflow: hidden;
	width: 100%;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.normal {
	font-style: normal;
	font-weight: normal
}
.img-swap {
	background: transparent no-repeat top left;
	display: block;
	overflow:hidden;
	text-indent:800px;
	white-space:nowrap;
}
/*************end general classes************/
/*****************custom classes*************/
.img-float-left {
	float: left;
	margin: 0 10px 10px 0;
}
.red {
	color: #BE0000;
}
.red-separator {
	width: 225px;
	height: 4px;
	background-color: #B50400;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#couponbox {
	float: left;
	width: 160px;
	color: #BE0000;
	font-style: italic;
	font-size: 12px;
	margin-right: 15px;
}
/****************new fixes*******************/
h2.wid_tit {
	display:none;
}
.has-sidebar {
	float: left;
	width: 595px;
	height: auto;
}
.widget_text {
	width: 225px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.side-box .widget_text {
	width: 225px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border:none;
}
.widget_text h1{
	font-size: 18px;
	font-style: italic;
	color: #BE0000;
	margin-bottom: 5px;
}
.widget_text h2{
	font-size: 14px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #F60;
	margin-bottom: 3px;
	padding-bottom: 0px;
}
.textwidget {
	line-height: 16px;
}
.textwidget h1{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 1em;
	padding-top: 10px;
}
.textwidget h2{
	font-size: 14px;
	font-weight: normal;
	color: #666;
	line-height: 1em;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textwidget h3{
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	line-height: 1em;
	font-style: normal;
}
.textwidget h4{
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	line-height: 1em;
	font-style: normal;
}
.textwidget .readmore{
	font-weight: bold;
	text-align: right;
	display: block;
	width: 222px;
	padding-right: 10px;
}
.textwidget img {
	padding: 5px;
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-left: 0px;
}	
/*************end costum classes*************/
/************^^^^general^^^^^****************/
#container {
	width: 950px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
/*===============header=====================*/
/*logo-swap*/
#logo {
	width: 193px;
	height: 151px;
	position: absolute;
	top: 12px;
	left: -24px;
	z-index: 2;
}
#logo a {
	background: transparent url('/wp-content/themes/raven/images/logo.png') no-repeat;
	display: block;
	width: 193px;
	height: 151px;
	margin:0;
	padding:0;
	overflow:hidden;
	text-indent:800px;
	white-space:nowrap;
}
/*logo-swap*/

#top-nav {
}
#top-nav ul {
	display: inline-block;
	width: auto;
	height: auto;
	float: right;
	margin: 39px 0 0 0;
	padding: 0;
	list-style-type: none;
}
li.current_page_item a {
	color: #FFF !important;
}
#top-nav ul li, #top-nav ul li a {
	display: inline;
	color: #B8AEAD;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 0;
	float: left;
	width: auto;
	height: 20px;
	margin: 0;
}
#top-nav ul li {
	background: transparent url(images/pipe-top-nav.png) no-repeat left 6px;
	padding-left: 11px;
	margin-left: 7px;
}
#top-nav ul li a:hover {
	text-decoration: none !important;
	color: #FFF;
}
#top-nav ul li:first-child {
	background: none !important;
}
#main-nav {
}
#main-nav ul {
	display: inline-block;
	width: auto;
	height: auto;
	float: right;
	clear: both;
	margin: 49px 0 12px 0;
	text-align: right;
	padding: 0;
	list-style-type: none;
}
#main-nav ul li {
	display: inline;
	text-transform: lowercase;
}
#main-nav ul li a {
	color: #F4FF84;
	font-size: 17px;
	margin-left: 24px;
}
#main-nav ul li a:hover {
	text-decoration: none !important;
	color: #FFF;
}
#featured-content {
	position: relative;
	z-index: 1;
	width: 950px;
	height: 238px;
	clear: both;
}
#featured-content p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: transparent url(images/transpixel.png);
	margin: 0;
	color: #FFF;
	font-size: 20px;
	padding: 18px 16px 18px 16px;
	width: 918px;
}
/*===========end header=====================*/
/*===============content====================*/
#content {
	overflow: hidden;
	background-color: #FFF;
}
#main-content {
	padding: 30px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main-content img {
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main-content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
#main-content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #BE0000;
	font-size: 24px;
	margin-bottom: 2px;
	padding-top: 0px;
	margin-top: 0px;
	text-transform: capitalize;
}
.title_h1 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-style: italic !important;
	color: #BE0000 !important;
	font-size: 24px !important;
	margin-bottom: 2px !important;
	padding-top: 0px !important;
	margin-top: 0px !important;
}
#main-content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #F60;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
}
#main-content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #BE0000;
	font-size: 18px;
}
#main-content h4 small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #F60;
	font-size: 14px;
	font-weight: bold;
}
#main-content .boldorange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #F60;
	font-size: 14px;
	font-weight: bold;
}
#main-content h5 {
	font-family: "Times Roman", "Times New Roman", Times, FreeSerif, "Nimbus Roman No9 L", serif;
	color: #333;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	display: block;
	width: 95%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#main-content h2:first-child {
	margin-top: 0px;
}
#main-content p {
	line-height: 24px;
}
#page-end {
	clear: both;
	padding-left: 15px;
	margin-top: 15px;
}
#page-end p {
	margin: 0;
	color: #000;
	font-family: Georgia, "Century Schoolbook", "Century Schoolbook L", serif;
	font-size: 14px;
	margin: 0 0 12px 0;
}
#page-end p:first-child {
	color: #FF2412;
	font-style: italic;
}
#page-end img {
	margin-right: 5px;
}
#right-content {
	float: right;
	width: 240px;
	height: auto;
	font-size: 14px;
	margin: 30px 11px 0 0;
}
#right-content .side-box {
	border: 1px solid #DCDCDC;
	border-top: 0;
	border-bottom: 0;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 20px;
}
#right-content .side-box p, #right-content .side-box h2 {
	width: 225px;
	margin-right: auto;
	margin-left: auto;
}

#right-content a:link, #right-content a:visited {
	color: #F60;	
}

#right-content .side-box p {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#right-content .side-box .corners-top {
	width: 250px;
	height: 20px;
	background: transparent url(images/sidebar-widget-top.jpg) no-repeat top left;
	position: absolute;
	top: -5px;
	left: -6px;
	z-index: 1;
}
#right-content .side-box .corners-bottom {
	width: 250px;
	height: 21px;
	background: transparent url(images/sidebar-widget-bottom.jpg) no-repeat top left;
	position: absolute;
	bottom: -5px;
	left: -6px;
	z-index: 1;
}
#right-content .side-box div {
	position: relative;
	z-index: 2;
}
#right-content .side-box h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	line-height: 16px;
}
#right-content .side-box h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #BE0000;
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
}
#right-content {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #777777;
}
#right-content em {
	color: #BE0000;
}
#right-content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #BE0000;
	padding-top: 0px;
	font-size: 16px;
	text-align: center;
	text-transform: capitalize;
}
#right-content .side-box-noborder h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #BE0000;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: capitalize;
	text-align: left;
}
#oak-room {
	overflow: hidden;
}
#oak-room .img-swap {
	width: 230px !important;
	height: 22px;
	background: transparent url(images/img-oak-room.png) no-repeat top left;
	margin: 10px auto 0 auto;
}
#oak-room h2 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 14px auto 2px auto;
}
#oak-room .date {
	margin: 0 0 0 0 !important;
	color: #BE0000;
	text-align: center;
	font-weight: bold;
}
#newsletter {
}
#newsletter h2 {
	color: #AA0000;
	text-align: center;
	font-size: 20px;
}
#newsletter img {
	display: block;
	margin: 5px auto;
}
.noborder img {
	border:none;
}
br {
	line-height: 9px;
}
/*===========end content====================*/
/*===============footer=====================*/
#footer-menu {
}
#footer-menu ul {
	margin: 7px 0 25px 0;
	padding: 0;
	list-style-type: none;
}
#footer-menu ul li {
	display: inline;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, "Bitstream Vera Sans", "DejaVu Sans", sans-serif;
	margin: 0;
	padding: 0;
}
#footer-menu ul li a {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, "Bitstream Vera Sans", "DejaVu Sans", sans-serif;
}
#footer-menu ul li a span, #footer-menu ul li span {
	color: #F4F765;
	font-size: 12px;
}
#footer-menu ul li a span:first-child, #footer-menu ul li span:first-child {
	color: #FF2412;
}
#footeraddress {
	display: block;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #FFF;
	text-decoration: none;
}
#footeraddress a:link, #footeraddress a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}
#footeraddress a:hover {
	text-decoration: underline;
}
/*===========end footer=====================*/

.alignleft {
	float:left;
	margin:0 10px 10px 0;
}
.alignright {
	float:right;
	margin:0 10px 10px 0;
}
.clear {
	clear:both;
}
/*MailChimp*/
.mc_merge_var, #mc-indicates-required, .mc_signup_submit {
	padding-left: 25px !important;
	margin: 4px 0;
	text-align: left !important;
}
#mc_subheader {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*MailChimp*/

/*********/
.carouselBtn {
	display: none;
}


/*********/
#right-content .textwidget #menuitems li{
	list-style-image: url(/wp-content/themes/raven/images/link-icon_pdf.png);
}
.lcp_catlist ul{
	margin-left: 0px;
	padding-left: 0px;
}

.lcp_catlist li {
	list-style-type: none;
}
.lcp_catlist li h2 .nightlifeheader {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 0px;
}
.gce-widget-list ul{
	margin-left: 0px;
	padding-left: 0px;
}
.gce-widget-list li{
	list-style-type: none;
}
.gce-widget-list .gce-list-event{
	background-color: #FFF;
}
#socialinks {
	display: inline-block;
	padding: 0px;
	float: right;
	margin-top: 39px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 16px;
	width: 50px;
}

#socialinks img{
	display: block;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 16px;
	width: 16px;
}
.ngg-album-compact {
	margin-right: 15px;
	margin-bottom: 25px;
}
.ngg-albumoverview .ngg-album-compact h4 a .ngg-album-desc{
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
.gce-event-info .gce-tooltip-link a{
display:none !important;
}
