/*
Theme Name: jLounge
Description: Custom theme developed by Blackwave Creative.
Author: Blackwave Creative
Author URI: http://blackwave.net/
Version: 1.0
*/

/*---RESET---*/
* {padding: 0; margin: 0;}

/* -----BODY STUFF----- */
body {
	background:#431415 url(images/background.jpg) no-repeat center top;
	height:auto; 
	width:auto; 
	font-family: 'Trebuchet MS','Arial', Sans-Serif; 
	color:#eee; 
}

/* -----A TAG STUFF----- */
a {text-decoration:none; color:#e88c1b;}
a:hover {text-decoration:underline;}

/*--P TAG STUFF--*/
p {font-size: 12px; line-height: 1.7em; margin-bottom: 8px;}

/* -----H TAG STUFF----- */
h1,h2,h3, h4, h5, h6 {color: #e88c1b;}
h1,h1 a,h1 a:hover,h1 a:visited,
h2,h2 a,h2 a:hover,h2 a:visited,
h3,h3 a,h3 a:hover,h3 a:visited,
h4,h4 a,h4 a:hover,h4 a:visited,
h5,h5 a,h5 a:hover,h5 a:visited,
h6,h6 a,h6 a:hover,h6 a:visited {text-decoration:none; padding-bottom: 3px; font-weight: normal; letter-spacing: .7px;}

/* -----PAGE STUFF----- */
body.category #main {width:100%;}
body.category #sidebar {display: none;}

#wrapper {margin: 0 auto; width:960px;}
#content {padding: 30px;   width:900px; background: #000;}
#main, body.category-news #main {width:560px; float: left; line-height: 1.7em;}
#mainFull {width:100%; float: left; line-height: 1.7em;}
#sidebar,body.category-news #sidebar {float: right; width: 290px; display: inherit;}




/*---------HEADER STUFF-----------*/
#headerText {
	position: absolute; 
	left: 0px; 
	bottom: 0;
	padding: 30px; 
	font-size: 14px; 
	width: 900px; 
	background: #000;
}
#headerContainer {
	width: 100%;
	background-image: url(images/shadow_tile.png);
	background-repeat: repeat-x;
	background-position: 0 -163px; 
}
#header {
	background-repeat: no-repeat;
	width:960px; 
	position: relative; 
	padding: 20px 0 0; 
	margin:0 auto 15px
}
#header.homePage {
	background-position: 0 205px;
	height:615px;
}
#header.PagePage {
	background-position: 0 205px;
	height:350px;
	border-bottom: 1px solid #000;
}
#logo a {
	background: url(images/logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 156px;
	width: 159px;
}
#navigation {
	position: absolute;
	width: 770px;
	top:140px;
	right: 0;	
}
#bookYourTable {
	height: 39px; 
	width: 165px; 
	float: right; 
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
#bookYourTable a {display: block; height: 100%; width: 100%; background: url(images/book_table.jpg) no-repeat top left;}
#bookYourTable a:hover {background: url(images/book_table.jpg) no-repeat bottom left;}

/*--------FOOTER STUFF--------*/
#footerContainer {
	width: 100%; 
	background-image: url(images/shadow_tile.png);
	background-repeat: repeat-x;
	background-position: 0 20px; 
}
#footer {padding:30px 0 100px; margin:40px auto 0; clear:both; width:960px; border-top:1px solid #572a23;}

#footerAddress {padding: 0 0 10px; text-align: center; font-size: 18px;}

#footerSocial {margin-left: 30px;}
#footerSocial .socialLink {float: left; margin-right: 10px;}
#footerSocial a {width:49px ; height: 49px; display: block; background-image: url(images/social.png); background-repeat: no-repeat;}
#footerSocial #facebook a {background-position: 0 0;}
#footerSocial #twitter a {background-position: -49px 0;}
#footerSocial #rss a {background-position: -98px 0;}

#footerNavigation {padding: 5px 0; font-size: 12px;}
#footerNavigation ul {list-style: none;}
#footerNavigation li {display: inline; text-transform: lowercase; margin-right: 20px;}
#footerRes a {color: #f6b183;}

#footer #copyright {font-size: 12px; float: left; color: #bbb;}


/*-------MAIN NAVIGATION STUFF--------*/
.dropme {
	cursor: pointer; 
	display: inline; 
	float: right; 
	margin:12px 0 0 7px; 
	height: 17px; 
	width: 18px; 
	background-image: url(images/dropdown_btn.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	*float:left;
	*margin:12px 7px 0 0; 
}
#dropmenu {list-style:none; position:relative; z-index: 400; float: right;}
#dropmenu li {list-style:none;margin:0 27px 0 0; position:relative; float: left; line-height: 39px;}
#dropmenu li a {
	display: inline; 
	line-height: 39px; 
	text-transform: lowercase; 
	font-size: 18px; 
	text-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
#dropmenu li a:hover {text-decoration: none; color: #eee;}
#dropmenu li ul { 
	list-style:none; 
	display:none; 
	position:absolute; 
	width:160px; 
	z-index:300; 
	top:43px;
	left:0;
	background: #3D0F11;
	border: 1px solid #744140;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
#dropmenu li ul li {position:relative; padding:0 3px; border-top: 1px solid #FFD297;}
#dropmenu li ul li a {
	line-height: 20px; 
	font-size: 14px; 
	display: block; 
	padding: 8px 5px; 
	width: 144px;  
}
#dropmenu li ul li:first-child {
	border-top: none;
}
#dropmenu li ul li ul {position:absolute;top:-1px; left:200px;}
#dropmenu li:hover ul ul, 
#dropmenu li:hover ul ul ul, 
#dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, 
#dropmenu li li:hover ul, 
#dropmenu li li li:hover ul, 
#dropmenu li li li li:hover ul {display:block;}
#dropmenu li.current_page_item a, #dropmenu li.current-cat a {color:#eee;}

/* ----TOOL TIP STYLE----- */
.itooltip {display:none; font-size: 12px; color: #fff; z-index: 10000000; position:absolute; background: #000; padding: 5px 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px; -moz-border-radius-topleft: 0;-webkit-border-radius-top-left: 0;border-radius-topleft: 0; border:1px solid #fff;}

/* -----SEARCH STUFF----- */
#searchform #s {width:200px; padding: 5px;}
#searchform #searchsubmit {cursor: pointer; padding:5px;} 
#searchform #searchsubmit:hover {text-decoration: none;}

/* -----POST AND ENTRY STUFF----- */
.listing .post {margin: 0 0 30px;}
#mainFull .listing .post {width: 430px; float: left; margin:0 10px 15px;}
.posttitle {padding: 0; margin: 0;}
.entry{line-height:1.7em; font-size: 16px; }
.entry ol {padding:0 0 0 30px;}
.entry ol li {list-style: decimal}
.entry ul {margin:0 0 15px; padding:0 0 0 10px;}
.entry li {list-style:inside; line-height: 1.5em; font-size: 12px;}

.category .post {width: 202px; float: left; margin: 0 11px 20px;}
.category-news .post {width: inherit; float: none; margin: 0 0 30px;}

#categories {list-style: none; margin: 0; padding: 5px 10px; font-size: 14px; background: #222; border: 1px solid #333;}
#categories li { display: inline; padding: 0 8px; border-right: 1px solid #5F6050;}
#categories li.current-cat a {font-weight: bold;}
#categories #categoryLink {padding: 0 8px 0 0;}

/*--- POST THUMBNAIL STUFF ---*/
div.post .thumb {border: 1px solid #222; display: block; height: 180px; width: 200px;}
div.post .thumb:hover {border: 1px solid #444;}
.category-news div.post .thumb {float: right; border: 1px solid #222; display: block; margin:0 0 20px 20px; height:100px; width: 130px;}


/*-------BLOG PAGE NAVIGATION STUFF----------*/
.navigation {float:left; font-size:14px; width: 100%;}
.navigation .pagenav a {display: block;}
.navigation .pagenav a:hover {text-decoration: none;}
.navigation #nextpage a, .navigation #backpage a  {background: red;}

/*-------MENU PAGE STUFF-------*/
.menuSection {}
.menuSection h3.sectionTitle {cursor: pointer; background: #320a0b; padding: 3px 10px 3px 8px; margin:0 0 8px 0;}
.menuSection .menuConent {width:560px; display: none; font-size: 12px; line-height: 1.7em; padding-bottom: 8px;}


/*-----SIDEBAR STUFF----*/
#sidebar ul li.widget {list-style: none; margin: 0 0 20px;}
#sidebar ul li.widget .widgetcontent {font-size: 12px;  line-height: 1.7em;}
#sidebar ul li.widget .widgetcontent ul li {list-style: inside;}
#sidebar ul li.widget .widgetcontent ul li ul li {padding: 0 0 0 15px; list-style: inside;}

/* -----COMMENT STUFF----- */
#commentsection {width:90%; font-size: 12px;}
.commentlist {width: 100%; list-style:none;}
h3.comments {margin:40px auto 20px;}
.commentlist li,#commentform input,#commentform textarea {font:.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.commentlist li {font-weight:bold;list-style:none; padding:15px 0; font-size:12px;}
.commentlist li img.avatar {float:left;border:1px solid #999;background:#bbb;margin-right:15px;padding:3px;}
.commentlist cite,.commentlist cite a {font-weight:bold;font-style:normal;}
.commentlist p {font-weight:normal;line-height:1.7em;text-transform:none;margin:10px 5px 10px 83px; font-size: 12px;}
.commentlist .pingback p {margin:10px 5px 10px;}
#commentform p {margin:5px 0;}
.commentmetadata {font-weight:normal;display:block; font-size:10px; color:#333; padding:3px 0 0; text-transform:uppercase;}
cite.fn {text-transform:uppercase;}
.commentlist {text-align:justify;padding:0 0 40px; }
.nocomments {text-align:center;}
#recentcomments li {line-height:1.5;}

/*---FORM STUFF---*/
form {font-size: 12px;}
.wpcf7-not-valid-tip {background: #000 !important;}
input, textarea {
	padding: 8px; 
	border: 2px solid #838076; 
	display: block; 
	width: 300px; 
	font-family: "trebuchet ms", "arial", serif;
	font-size: 12px;
}
input[type="submit"] {
	cursor: pointer; 
	border: 1px solid #74403f;
	background-image: url(images/button_bg.jpg);
	background-position: center left;
	background-repeat: repeat-x;
	color: #fff;
	display: block;
	width: 100px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	margin-top: 15px;
	padding: 0;
}
input[type="submit"]:hover {background-position: top left;}
input[type="submit"]:active {background-position: bottom left;}
input[type="hidden"] {display: none;}

#sidebar #searchform {padding: 0 0 10px;}
#sidebar input, #sidebar textarea {padding:3px}
#sidebar input[type="submit"]{cursor:pointer;}

/* -----UNIVERSAL STUFF----- */
code {font:1.1em 'Courier New', Courier, Fixed;}
acronym,abbr,span.caps {font-size:.9em;letter-spacing:.07em;cursor:help;}
p img {max-width:100%;}
img.centered {display:block;margin:0 auto;}
img.alignright {display:inline;margin:0 0 10px 10px;}
img.alignleft {display:inline;margin:0 10px 10px 0;}
.alignright {float:right;}
.alignleft {float:left;}
acronym.abbr {border-bottom:1px dashed #999;}
blockquote {padding-left:20px;margin:15px;}
blockquote cite {display:block;margin:5px 0 0;}
.center {text-align:center;}
hr {display:none;}
a img {border:none;}
img#wpstats {width:0;height:0;border:none;overflow:hidden;}
#hideme {visibility:hidden;}
.hidden {visibility: hidden; display: none;}
.rssSummary {padding-bottom:15px;}
.clear {clear: both;}
p.clear {height:1px; width:1px;}
.hide {display: none;} 

/* -----CALENDAR STUFF----- */
#wp-calendar {empty-cells:show;width:100%;margin:10px auto 0;}
#wp-calendar #prev a,#wp-calendar #next a {font-size:9pt;}
#wp-calendar #next a {padding-right:10px;text-align:right;}
#wp-calendar #prev a {padding-left:10px;text-align:left;}
#wp-calendar a {text-decoration:none;display:block;}
#wp-calendar caption {font:bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;text-align:center;width:100%;}
#wp-calendar th {font-style:normal;text-transform:capitalize;}
#wp-calendar td {text-align:center;padding:3px 0;}
#wp-calendar td.pad:hover {background-color:#fff;}