/*

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:87% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
}

body {
  background:#FFF url(./images/background2.jpg) repeat; /* Set background image here */
  color:#6b6b6b;
  font-size:1.2em;
}

p, h2, h3, h4, h5, h6 {
  font-size:1em; 
}

hr {
  border:0;
  border-bottom:1px solid #EAEAEA;
  margin:20px 0;
  height:1px;
}

img {
  border:0;
}

dl {
  color:#6b6b6b;
  margin:10px 0;
}

dt {
  font-weight:bold;
}

dd {
  font-style:italic;
  margin:5px 0 10px;
}

fieldset {
  border:1px solid #DDD;
  padding:10px 20px;
}

form h2 {
  margin-bottom:10px;
}

legend {
  font-size:1.2em;
  color:#6b6b6b;
  padding:0 10px;
}

label {
  font-weight:bold;
}

input{
	border:2px solid #FD7E04;
}

textarea {
	width:436px;
	height:200px;
	border:2px solid #FD7E04;
	font-size:18px;
}

textarea.s2f{
	height: 100px;
}

div#wrapper {
  width:950px;
  padding-top:
  0px;
  margin:25px auto 0;
  
}


/* Blog Title */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica;
  color:#ff7e00;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color: #fe7e03;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}

/* Pages Navigation */

#nav					{ color: #fb7e04; font-size:1.1em;}
#nav, #nav ul 			{ list-style: none;line-height: 1;font-size:1em;}
#nav a, #nav a:hover 	{ display: block;text-decoration: none;border:none;}
#nav li 				{ float: left;list-style:none;border-right:1px solid #a9a9a9;}
.page-item-20			{border-left:1px solid #a9a9a9;}
#nav a, #nav a:visited 	{ display:block;font-weight:bold; color: #fb7e04;padding:6px 12px;}
#nav a:hover, #nav a:active, .current_page_item a, #home .on { color: #fa7e04; text-decoration:none;}
#nav li ul 				{ position: absolute;left: -999em;height: auto;width: 174px;border-bottom: 1px solid #a9a9a9;}
#nav li li 				{ width: 172px; border-top: 1px solid #a9a9a9;border-right: 1px solid #a9a9a9;border-left: 1px solid #a9a9a9;background: #fb7e04; color: white;}
#nav li li a, #nav li li a:visited {font-weight:normal;font-size:0.9em;color: white;}
#nav li a:hover, #nav li.current_page_item a {background:#fd7e04; color: white;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}
a.main:hover			{ background:none;}



/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/
#clear				{ clear: both;}
#nav				{ float: left; margin-left: 12px; margin-top: 63px;}
#header				{ width: 950px; height: 182px; background-image: url(images/banner.png);}
#main				{ background-color: white; padding-bottom: 10px;}
#hassle				{ float: right; clear: right; background-image: url(images/withouthassle.jpg); width:450px; height: 101px ; margin: 55px 40px 0 0;}

#sidebar-home				{ float:right; width: 310px; }	
#tank						{ background: #fff url(images/tank1.gif) no-repeat; width: 290px ; height: 260px ; }		
#splash						{ background: #fff url( images/splash.gif ) no-repeat; width:290px ; height: 212px ;}
#home-content				{ width: 550px; float: left; padding:0 20px 20px;}
#prod-list1, #prod-list2    { float: left; margin-right: 30px;}
#footer						{ background-image: url(images/footer.png); width: 950px; height:45px; }
#footer-border				{border-top-color: #fc7e04; border-top-style: solid; border-top-width: 2px; margin-right: 20px; margin-left: 20px;}

#fnav, .fdesign			{ font-size:12px;margin-left:20px;margin-top:12px;}	
#fnav	a:hover, .fdesign a:hover { color: #fe7e03; }
#fnav	a, .fdesign a		{ size: 1em; color: #6b6b6b; text-decoration: none;}
#footer-txt	a:hover { color: #fe7e03; }
#contact-form			{ margin-left: 23px; float: left;}
#contact-form input {border:2px solid #FD7E04;font-size:18px;height:27px;width:436px;color:#6B6B6B;}
#splash2						{ background-image: url( images/splash.gif ); width:399px ; height: 291px ;margin-left: 75px;}
#prod-content			{ width: 450px; float: left; padding:0 20px 20px;}

/* 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;
}

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6 {
  color:#ff7e00;
  margin:20px 0 10px;
}

span.orange{
  color:#ff7e00;
}

div.entry h2 {
  font-size:1.8em;
}

div.entry h3 {
  font-size:1.4em;
  
}

div.entry table {
  border-collapse:collapse;
  margin:10px 0;
}

div.entry table th,
div.entry table td {
  padding:10px;
  border:1px solid #EAEAEA;
  text-align:center;
}

/* Main header on single pages */
h2.header {
  color:#ff7e00;
  font-size:24px;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 15px;
  border-bottom:1px solid #e7e7e7;
  position:relative;
}

div#main h2.header a {
  color:#ff7e00;
  text-decoration:none;
}

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin-left: 0;
  margin-bottom: 10px;
  margin-right: 0;
  margin-top: 15px;
  border-bottom-color: #fa7e04;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: #646464;
}

div#main p {
  color:#6b6b6b;
  line-height:20px;
  margin:10px 0;
}

div#main a {
  color:#fb7e04;
  font-weight: bolder;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  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;
  overflow:hidden;
}

.article ul, .article ol {
  color:#6b6b6b;
  margin-left:15px;
}

.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;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:15px 20px 20px 0;
  width:200px;
  float:left;
}

div#secondary ul#sidebar {
  margin:15px 0 20px;
  color:#507fa3;
  padding-bottom:10px;
  border-bottom:1px solid #e7e7e7;
}

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;
  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

-----------------------------------------------------------------------------*/

ul#footer {
  height:0px;
  width:950px;
  margin:0 auto;
  background-color: white;
  text-align:center;
  font-size:1em;
  color:#686868;
  margin-top: 15px;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------

  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:#EBF9FC;
}

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 */

#send2friend{
	border:1px dashed orange;
	margin-left:23px;
	padding:0 10px;
	width:205px;
}

#send2friend h3{
	font-size: 100%;
	margin-bottom: 0;
	padding: 0;
}
#send2friend input, #send2friend textarea{
	width: 200px;
}
#send2friend p{
	margin: 3px 0 0;
}