/*
Theme Name: Harrys Ocean Bar & Grill
Theme URI: http://1capbank.com
Description: custom wordpress theme for Harrys Ocean Bar & Grill
Version: 1.0
Author: kohactive
Author URI: http://kohactive.com

Tags: custom, kohactive, harrys ocean bar and grill, 
	
	Harry's Ocean Bar & Grill v1.0
	designed and developed by kohactive
	
	copyright kohactive and Harry's Ocean Bar & Grill. All Rights Reserved.

*/



/* 
	I: RESET STYLESHEET
	This is a reset stylesheet to reduce 
	browser inconsistencies 
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	margin:0; padding:0;
}
ol li, ul li {
	margin:0; padding:0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix {
	clear:both;
}
.right { float:right;}
.left {float:left; }


/* 
	II: GLOBAL ELEMENTS
	
*/
body {
	background: #9a2e21 url(images/bg-gradient.gif) top left repeat-x;
	font-family: Lucida Sans, Helvetica, Arial, sans-serif;
}
#container {
	width: 980px;
	margin:0 auto;
}
#inner-container {
	background: url(images/frame-bg.png) repeat-y;
}
#header {
	background: url(images/header-bg.gif) no-repeat;
	height: 80px;
	padding:10px;
	position:relative;
	z-index:50;
	margin-top: 30px;
}
#head-info{
	position: relative;
	float:right;
	padding-right: 15px;
	
	height: 50px;
	width: 300px;
	z-index: 120;
}
span#contact-info { color: #fff; font-size: 12px; }
#logo_container {
	float:left;
	margin-left:20px;
	padding-top:5px;
	position:relative;
	z-index:50;
}
#content_container {
	width:900px;
	margin:0 auto;
	padding:20px;
	position:relative;
	top:-35px;
	display:block;
}

body#alt #content_container {
	background: #fff url(images/content-bg.gif) top left repeat-y;
	min-height:300px;
}

body #content-footer
{
	background: url(images/content-footer.gif)  no-repeat;
	height:15px;
	width:940px;
	margin:0 auto;
	margin-left: -20px;
	margin-bottom: -20px;
	position:relative;
	
	
}
body#gallery #content_container {
	background-image:none;
	background: #fff;
	height:auto;
	position:relative;
}
#left_column {
	width:580px;
	margin-right:30px;

}

#full_column {
	width: 940px;
	height:auto;
}
#sidebar_column {
	position:absolute;
	top:0;
	right:0;
	width:280px;
	margin:30px 20px 0px 0px;
}

#eventItem{
	border-bottom:1px solid #d8d8d8;
	padding-bottom: 15px;

}

#sidebar_image{
	position: relative;
	right: 0;
	width: 280px;
}

#homepageItems{
	
	width: 960px;
	display:block;
	margin-top:-25px;
	margin-left: -20px;
}

#homepageItems img{
	margin-right: 15px;
}

/* 
	III: TYPOGRAPHY
	
*/
h1, h1 a, h1 a:active {
	color: #9c2f22;
	font-size:31px;
	font-weight:400;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #d8d8d8;
}
h1.sidebar_header {
	font-size:21px;
	color:#333;
}
h2, h2 a, h2 a:active {
	color:#333;
	font-size:23px;
	font-weight:400;
	margin-bottom:8px;
	text-decoration:none;
}
h2.menu-header {
	background: url(images/pdficon.png) no-repeat;
	background-position: center left;
	padding-left:30px;
}
p, p a, p a:active, span, span a, span a:active{
	font-size:14px;
	color:#333;
	line-height:21px;
	margin-bottom:20px;
}
p a, span a, li a {
	color: #9c2f22;
}
span.footer-copy {
	color: #3f0b05;
	font-size:10px;
	text-transform:uppercase;
	display:block;
}




.large{
	font-size: 36px;
}

.small{
	font-size: 18px;
}

#left_column h2{
	margin-top: 20px;
	margin-bottom: 20px;
}

#eventRight{
	margin-left: 100px;
	margin-top: -100px;
	padding: 10px;
}

#eventDate{
	margin-top: 20px;
}


/* 
	IV: HEADER, LOGO AND NAV
	
*/
h1#logo {
	width:236px;
	border:none;
	z-index:10;
}
ul#nav_left, ul#nav_right {
	list-style:none;
	padding-top:40px;
	margin-top:20px;
	z-index:50;
}
ul#nav_right { padding-top: 0px; }
ul#nav_left li, ul#nav_right li {
	display:inline;
	background: url(images/divider.gif) center right no-repeat;
	padding:15px;
}
ul#nav_left li a, ul#nav_right li a {
	color: #912b1f;
	font-size:14px;
	text-transform: uppercase;
	font-weight:700;
	text-decoration:none;
}
ul#nav_left li a:hover, ul#nav_right li a:hover {
	color:#333;
}
ul#nav_left {
	float:left;
}
ul#nav_right {
	float:right;
	margin-right:8px;
}
ul#nav_left li#firstnav {
	padding-left:15px;
}
ul#nav_left li#lastnav {
	background:none;
	padding-right:0px;
}
ul#nav_right li#leftfirst {
	padding-left:0px;
}
ul#nav_right li#lastnav {
	background:none;
}

/* banner for homepage and alternative pages */
#banner {
	position:relative;
	padding:0px 20px;
	top: -50px;
	z-index:0;
}
#flash {
	width:940px;
	height:309px;
}

#alt_page{
	position: relative;
	padding: 0px 20px;
	top: -50px;
	z-index:0;
	
}

/*
	V.	CONTENT STYLES
*/
.menu-item {
	display:block;
	clear:both;
	margin-bottom:30px;
}

/* sidebar */
.sidebar_item {
	display:block;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #d8d8d8;
}


.sidebar_item_martini {
	display:block;
	margin-bottom:15px;
	padding-bottom:15px;

}


.martiniright{
	margin-top: 35px;
	margin-right: -22px;
	float:right;
}

/* contact page */
table#con tr td {
	vertical-align: top;
}
#maps {
	width:300px;
	height:275px;
	
}


#bottom-container {
	height:55px;
	background: url(images/bottom-bg2.gif) top left no-repeat;
	padding-bottom:20px;
	position:relative;
	top: -35px;
}
#footer {
	width:960px;
	margin:0 auto;
	margin-bottom:30px;
	padding:5px 20px;
	position:relative;
	top:-75px;
}
#footer ul#footer_nav {
	list-style:none;
}
#footer ul#footer_nav li {
	display:inline;
	padding-right:20px;
}
#footer ul#footer_nav li a {
	color:#3f0b05;
	font-size:12px;
	font-weight:700;
	text-transform: uppercase;
	text-decoration:none;
}
#footer ul#footer_nav li a:hover {
	text-decoration:underline;
}
#footer ul#footer_nav li#copy {
	text-align:right;
	float:right;
}



ul#nav_right, ul#nav_right li, ul#nav_right li a, ul#nav_left, ul#nav_left li, ul#nav_left li a {
	z-index:3;
}


/* calendar styles */
ul.ec3_events {
	margin:0; padding:0;
	margin:0; padding:0;
}

ul.ec3_events li {
	list-style-type:none;
	margin:0; padding:0;
}
ul.ec3_events li.ec3_list  {
	color:#333;
	font-size:17px;
	text-transform:uppercase;
	font-weight:600;
	margin:0; padding:0;
	background: url(images/calendar_16.png) top left no-repeat;
	padding-left:24px;
}
ul.ec3_events li.ec3_list ul li, ul.ec3_events li.ec3_list ul li a {
	font-size:12px;
	text-transform:normal;
	font-weight:normal;
	padding: 5px 0;
	text-transform: normal;
}
ul.ec3_events li.ec3_list_day {
	margin-bottom:15px;
}
/* list and such */
#left_column ul {
	list-style-type: disc;
	margin-left:15px;
	padding:5px;
}


/* contact form */
#contact_form{
	margin-top: 40px;

}
input[type="text"]{
	border:#cfcfcf 1px solid;
	width:295px;
	padding:4px;
	font-size:14px;
	font-weight:300;
	background: url(images/form_bg.jpg) left repeat-x;
	color: #505050;
	font-family:Lucida Sans, Helvetica, Arial, sans-serif;
	font-size:14px; 
	margin-bottom: 12px;
}

textarea {
	border:#cfcfcf 1px solid;
	width:550px;
	height:168px;
	background: url(images/input_bg.jpg) left repeat-x;
	color: #505050;
	font-family:Lucida Sans, Helvetica, Arial, sans-serif;
	font-size:14px; 
	margin-bottom: 12px;
}


#submitBtn {
	float:right;
	display:block;
	width: 105px;
	height:38px;
	background: url(images/submit_btn.jpg) left no-repeat;
	text-indent: -9999999px;
	border: none;
	cursor:pointer;
}

#clearBtn{
	float:right;
	margin-right: 20px;
	width: 100px;
	height: 25px;
	display:block;
	font-family: Lucida Sans, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #505050;
	border:none;
	background:none;
	cursor:pointer;
	padding-top:8px;
}

span.error {
	color: #e46c6e;  
}
img.reg_icon {
	margin-right:10px;
}
p#fwrd_success {
	padding: 5px 5px 5px 40px;
	margin:10px 0px;
	background: #9da6ef url(images/tick_32.png) left no-repeat;
	border: 1px solid blue;
	display:none;
	color:#000000;
}
p#fwrd_error {
	padding: 5px 5px 5px 40px;
	margin:10px 0px;
	background: #ffbaba url(images/stop_32.png) left no-repeat;
	display:none;
	border:1px solid #FF0000;
	color:#000000;
}


/* gallery */
.thumbnail {
	float: left;
	margin: 5px;
	padding: 3px;
	text-align: center;
	color: #3399ff;
	width: 164px;
	height: 200px;
}
.thumbnail a {
	color: #9c2f22;
	font-size:13px;
	text-decoration:none;
	line-height: 16px;
}
.thumbnail img{
	padding: 3px;
	margin: auto;
	display:block;
	background-color: #c0c0c0;
}
.thumbnail img:hover {
	background-color:#9c2f22;
}
a img {
	border:none;
}
#gallerycontainer{
	float:left;
	padding: 0px;
	text-align:center;
}
#container1 #title {
	padding:10px;
}
#gal_img {
	padding:10px;
}
#gal_nav {
	text-align:center;
}



/*  Calender Events Page */

#calendarFull{
	width: 920px;
	margin-top: -20px;
	margin-bottom: -20px;
	background: #fff;
	padding-bottom: 20px;
}

#calendarFull h1{
	width: 300px;
	padding-top: 20px;
}


li#copy a { font-size:10px; }
