/*

Theme Name: Tropicala
Description: Simple, modern, lightweight
Version: 1.5
Author: Goro Harumi
Author URI: http://goroharumi.com
Tags: orange, white, two-columns, fixed-width, right-sidebar

This template is being distributed via Wordpress.org under GPLv3 license. Enjoy!

To replace the banner image, just swap out masthead.png with your own image, sized 723px x 147px. 
The dropshadows are in the background CSS, not the image.

v1.1 - changed license to GPLv3
v1.2 - added comments and removed some blank elements from stylesheet
v1.3 - added license.txt (Apparently some people don't read this stylesheet), added link back to the theme's page at Wordpress.org
v1.4 - Some minor tweaks to CSS for newer wp.net preview examples
v1.5 - Updated my link

*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

html {
  font:1.2em Helvetica,Arial, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
}

body {
  background-color: #13151F;
  background:url(./images/bg_tile.gif) repeat;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #1F2533;
  font-stretch:normal;
  margin: 0;
  padding:0;
}

p, h2, h3, h4, h5, h6 {
  font-size:1em;
  margin: 0  0  10px 0;
  padding:0;
}

hr {
  border:0;
  border-bottom:1px solid #EAEAEA;
  margin:20px 0 0 0;
  height:1px;
}

img {
  border:0;
}

dl {
  color:#6b6b6b;
  margin:10px 0 0 0;
}

dt {
  font-weight:bold;
}

dd {
  font-style:italic;
  margin:5px 0 10px 0;
}

fieldset {
  border:1px solid #DDD;
  padding:10px 20px 0 0;
}

form h2 {
  margin-bottom:10px;
}

legend {
  font-size:1.2em;
  color:#6b6b6b;
  padding:0 10px 0 0;
}

label {
  font-weight:bold;
}

textarea {
  width:450px;
  height:200px;
  border:1px solid #CCC;
  margin:10px 0 0 0;
}

div#wrapper {
 width: 900px;
  margin: 0px auto;
  text-align: left;
  background: url(./images/top_background.png) repeat-x 0px 0px;
  background-color:#FFF;

}

div#masthead {
  width:900px;
  background:url(./images/main_bg.png) repeat-y;
  position:relative;
}

/* Blog Title */
h1 {
  font:3.2em Arial, Helvetica; san-serif;
  color:#45577F;
text-transform:uppercase;

}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:20px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#45577F;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:20px;
  color:#888;
}

/* Pages Navigation */
.logo {
  padding: 20px 0px 0px 0px;
  height: 125px;
  text-align:center;
  vertical-align:middle;
  background:url(http://www.hibiscusoak.com/images/header_bk.jpg) repeat-x;
  border-bottom:#13151F solid 8px; 
}
.logo img {
  width: 178px;
  height: 113px;
}
#nav {
  margin: 0;
  padding: 0px;
  list-style: none;
  height: 42px;
  background: url(./images/nav_bk.png) repeat-x 0px 0px;
  width:900px;
}
body#home #nav {
  margin: 0;
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
  height: 42px;
}
#nav li a {
  margin: 0;
  padding: 0;
  display: block;
  height: 42px;
  background: url(http://www.hibiscusoak.com/images/navigation.png) no-repeat 0px 0px;
}
#nav li a span {
  display: none;
}
#nav li.home a {
  width: 93px;
}
#nav li.menus a {
  width: 118px;
  background-position: -93px 0px;
}
#nav li.kitchen a {
  width: 173px;
  background-position: -212px 0px;
}
#nav li.events a {
  width: 123px;
  background-position: -390px 0px;
}
#nav li.news a {
  width: 128px;
  background-position: -512px 0px;
}
#nav li.reservations a {
  width: 145px;
  background-position: -640px 0px;
}
#nav li.contact a {
  width: 115px;
  background-position: -785px 0px;
}
#nav li.home a:hover {
  width: 93px;
  background-position: 0px -42px;
}
#nav li.menus a:hover {
  width: 118px;
  background-position: -93px -42px;
}
#nav li.kitchen a:hover {
  width: 173px;
  background-position: -212px -42px;
}
#nav li.events a:hover {
  width: 123px;
  background-position: -390px -42px;
}
#nav li.news a:hover {
  width: 128px;
  background-position: -512px -42px;
}
#nav li.reservations a:hover {
  width: 145px;
  background-position: -640px -42px;
}
#nav li.contact a:hover {
  width: 115px;
  background-position: -785px -42px;
}

body#home #nav li.home a {
  background-position: 0px -84px;
}
body#menus #nav li.menus a {
  background-position: -93px -84px;
}
body#kitchen #nav li.kitchen a {
  background-position: -212px -84px;
}
body#events #nav li.events a {
  background-position: -390px -84px;
}
body#news #nav li.news a {
  background-position: -512px -84px;
}
body#reservations #nav li.reservations a {
  background-position: -640px -84px;
}
body#contact #nav li.contact a {
  background-position: -785px -84px;
}



a {
  outline:0;
  color: #006699;
  text-decoration: none;
  font-weight:bold;
  font-size:10px;
  text-transform:uppercase;

}

/* Page bk */
div#content {
  background-color:#fff;
  width:830px;
  padding: 40px 20px 50px 20px;

}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
  padding:0 30px 20px 30px;
  margin:0;
  width:550px;
  float:left;
}

/* Hey, don't use h1 in the articles-- it's already in the header.
   This is just here because it looks totally funky in the preview at wordpress.net... */
   
div.entry h1 {
  font-size:2.4em;
  font-weight:bold;
  text-transform:uppercase;
  color:#45577F;
  margin:0;
  padding:0;

}

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6 {
  color:#45577F;
  margin:0 0 20px 0;
}

div.entry h2 {
  font-size:1.8em;
}

div.entry h3 {
  font-size:1.4em;
}

div.entry table {
  border-collapse:collapse;
  margin:0;
}

div.entry table th,
div.entry table td {
  padding:0;
  border:1px solid #EAEAEA;
  text-align:center;
}

/* Main header on single pages */
h2.header {
  color:#45577F;
  font-size:22px;
  padding:8px 0 16px 0;
  margin:0 0 25px 0;
  line-height: 21px;
  text-transform:uppercase;
  background:url(http://www.hibiscusoak.com/images/h1_stripe.gif) repeat-x bottom;

}

div#main h2.header a {
  font-size: 22px;
  color: #45577F;
  text-decoration:none;
  margin:0;
 padding:0;
}

h2.header span {
  background:#FFF;
  bottom:-5px;
  margin:0 0 0 0px;
  padding:0;
text-align:left;
position:relative;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin:10px 0 15px 0;
  color:#1F2533;
}


div#main p {
  color:#6b6b6b;
  line-height:2;
  margin:0px 0 0 0;
}

div#main a {
  color:#507FA3;
margin:0;
padding:0px;
}

.article {
  margin:0px 0 30px 0;
padding:0px;
}

.article blockquote {
  margin:0 15px 0 0;
  padding:1px 15px 0 0;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

div.article code {
  font-size:1.2em;
}

div.article pre {
  width:500px;
  line-height:1.5;
  font-size:1.2em;
  margin:20px 0 0 0;
  overflow:hidden;
}

.article ul, .article ol {
  color:#6b6b6b;
  margin-left:0px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 center no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0 0 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}



/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:0px 20px 20px 0;
  width:200px;
  float:left;
}

div#secondary ul#sidebar {
  margin:5px 0 20px 0;
  color:#507fa3;
  padding:20px;
  border-bottom:1px solid #e7e7e7;
background-color:#efefef;
}

div#secondary ul#sidebar li {
  margin:5px 0;
  font-size:1em;
  line-height:1.5em;
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:uppercase;
  color:#507fa3;
  margin:20px 0 8px 5px;
  font-size:1.1em;
  line-height:1;
}

div#secondary a {
  color:#666;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#666;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;

  width:156px;
  padding:5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

#footer {
  background:url(./images/footer_stripe.gif) repeat-x;
  padding: 25px 0px 20px 0px;
  margin:55px 50px 50px 50px;

  font-size:11px;
  color:#666;
  height:115px;
}
#footer .footerheader {
	width:120px;
	padding: 0 40px 0 0px;
	margin: 0 10px 8px 0;
	color:#666666;
	font-weight:bold;
	font-size:9px;
	border-bottom:solid #ccc 1px;
	letter-spacing:2px;
}
#footer .item {
	width:160px;
	float:left;
	padding: 0 40px 0 0px;
	line-height:14px;
}
#footer .footerhoursheader {
	width:155px;
	padding: 0 40px 0 0px;
	margin: 0 10px 8px 0;
	color:#666666;
	font-weight:bold;
	font-size:9px;
	border-bottom:solid #ccc 1px;
	letter-spacing:2px;
}

#footer .itemhours {
	width:200px;
	float:left;
	padding: 0 40px 0 0px;
	line-height:14px;
}


/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#F3F3F3;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */


