
@charset "UTF-8";
/* CSS Document */
img, div, .pngfix, input { behavior: url("/iepngfix/iepngfix.htc") }
body {
	background-color: #99ccff;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	margin-top: 0px;
	margin-bottom: 0px;
	behavior: url("csshover3.htc");
}

#page {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	
	}
	
#title-bar {
	width: 570px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/title-bar.png);
	font-size: 36px;
	font-weight: bold;
	color: #333;
	height: 75px;
	background-repeat: no-repeat;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-top: 20px;
	margin-left: 20px;
	
}

.static-links {
	width:110px;
	height:445px;
	background-image: url(images/static-links.png);
	position: absolute;
	top: 0px;
	right: 0px;
}
.link-twitter {
	width:110px;
	height:89px;
}
.link-fb {
	width:110px;
	height:106px;
}
.link-rss {
	width:110px;
	height:89px;
}
.link-flickr {
	width:110px;
	height:74px;
}
.link-youtube {
	width:110px;
	height:87px;
}

#plaincontent {

min-height: 300px;

}


.clear {
	clear: both;
}

#top {
	float:left;
	width: 900px;
}

#logo {
	float:left;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;	
	width: 232px;
	height: 172px;
}

#searchbox-cont {
	float:right;
	width: 360px;
	height: 80px;
	margin-top: 0px;
	text-align: right;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#searchbox {
	float:right;
	width: 340px;
	height: 40px;
	text-align: right;
	vertical-align: middle;
	padding-top: 10px;
}
#search-products {
	float:right;
	width: 150px;
	height: 40px;
	text-align: right;
	vertical-align: middle;
	padding-top: 10px;
	margin-top: 10px;
}
#search-products-img {
	float:right;
	width: 100px;
	height: 35px;
	margin-top: 10px;
	vertical-align: middle;
	
}


/* ###########################
########   Nav   #############
############################*/

#nav {
	background-image: url('images/nav.png');
	background-repeat: repeat-x;
	height: 83px;
	float: right;
	width: 640px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #333;
	margin-top: 15px;
}
/*
#nav a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #333;
	text-decoration: none;
}
#nav a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #F00;
	text-decoration: none;
}
*/

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 630px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	
	
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	/*border-right: 1px solid #555; --Divider for each parent level links--*/
}
ul#topnav li a {
	display: list-item;
	color: #333;
	text-decoration: none;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	
}
ul#topnav li a:hover {
	color: #6699ff;	/*--background color of the selected nav button--*/
	/*background-color: #0CF;*/
}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: none;
	position: absolute;
	left: 0px;
	top:20px;
	display: none; /*--Hide by default--*/
	width: 100%;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;	/* background color of subnav on hover*/		/*background-color: #903;*/
	text-align: center;	
}

ul#topnav li:hover span {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
} /*--Show subnav on hover--*/
ul#topnav li span a { 
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {
	text-decoration: none;
	color: #6699ff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}


/* ###########################
#########  Posts   ###########
############################*/

#bamboo-separator {
	width:600px;
	height: 10px;
	float: left;
	background-image: url('images/bamboo-divider-2.jpg');
	background-repeat: repeat-x;
	margin-left: 15px;
}


/* ###########################
######### Content  ###########
############################*/

#content {
	width:900px;
	float: left;
}



/* ###########################
####   Main Content  #########
############################*/

#maincontentwrapper {
	width: 630px;
	float:left;
}

#maincontenttop {
	float:left;
	background-image: url('images/scroll-top.png');
	width: 630px;
	height: 118px;
}

#maincontent {
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	width: 580px;
	background-color: #D4B17D;
	background-image: url('images/scroll-body.png');
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 23px;
}

#indivCont {
	padding: 10px;
	width: 580px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

#maincontent a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #933;
	text-decoration: none;
}

#maincontent a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6699ff;
}

/* ###########################
####   Main Content  #########
##### Single Column   ########
############################*/

#single-maincontentwrapper {
	width: 900px;
	float:left;
}

#single-maincontenttop {
	float:left;
	background-image: url('images/single-scroll-top.png');
	width: 900px;
	height: 145px;
}

#single-maincontent {
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	width: 872px;
	background-color: #D4B17D;
	background-image: url('images/single-map.png');
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 13px;
	margin-left: 15px;
	
}

#single-maincontent a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #933;
}

#single-maincontent a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6699ff;
}

#single-indivCont {
	padding: 10px;
	width: 850px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

/* ###########################
########   Side Bar  #########
############################*/

#sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	float: right;
	margin-left: 0px;
	line-height: 22px;
	text-decoration: none;
	width: 250px;
	clear: right;
}

#sidebartop {
	background-image:url('images/sidebar-top.png');
	
	background-repeat: repeat-x;
	background-position: top;
	height: 22px;
	width: 250px;
}

#sidebarcontent {
	width: 240px;
	background-color: #C99E66;
	/*background-color: #F39;*/
	/* for IE */
 /* filter:alpha(opacity=70);*/
  /* CSS3 standard */
 /* opacity:0.7;*/ 

	padding: 5px;
}

#sidebarbottom {
	background-image:url('images/sidebar-bottom.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 22px;
	width: 250px;
	margin-bottom: 20px;
}

#sidebar a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #933;
	font-weight: bold;
	text-decoration: none;
}

#sidebar h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #933;
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul li {
	list-style-image: url('images/bullet.png');
	}

#sidebar a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6699ff;
	font-weight: bold;
	text-decoration: none;
}
#sidebar h2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6699ff;
	font-weight: bold;
	text-decoration: none;
}

#individualside {
	width: 240px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-bottom: 10px;
}

#dynamicindividualside {
	width: 240px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 30px;
}

#morebutton {
	background-image: url('images/more.png');
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;	
}

#catalogbutton {
	background-image: url('images/sidebar-tropicalcatalog.jpg');
	height: 132px;
	width: 100px;	
}

#email-graphic {
	background-image: url('images/email-newsletter.png');
	height: 70px;
	width: 80px;
}


/* ###########################
########   Popup    ##########
############################*/

#popup {
	width:500px;
	height: 500px;
	background-color: #C93;
}


/* ###########################
########   Footer   ##########
############################*/

#footer {
	background-image:url('images/footer.png');
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	height: 210px;
	width: 900px;
	margin-bottom: 0px;
	
}

#footerinfo {
	width: 900px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	float: left;
	margin-bottom: 20px;
	margin-top: 30px;
	text-align: left;
	height: 120px;
}

#footerinfo a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #900;
}

#footerinfo a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #9CF;
}

#footbamtop {
	background-image: url(images/sidebar-top.png);
	background-repeat: repeat-x;
	height: 22px;
	width: 600px;
	float: left;
	margin-left: 18px;
}

#footmid {
	width: 590px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
	padding-left: 10px;
	margin-left: 18px;
}

#footbambot {
	background-image: url(images/sidebar-bottom.png);
	background-repeat: repeat-x;
	height: 22px;
	width: 600px;
	float: left;
	margin-left: 18px;
}

#emailsignupfooter {
	float: left;
	height: 50px;
	width: 400px;
	margin-top: 10px;
}

#copyright {
	width: 170px;
	text-align: right;
	margin-bottom: 0px;
	position: relative;
	float: left;
	margin-left: 300px;
	margin-top: 3px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}


/* ###########################
########   type styles   #####
############################*/

.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #930;
  	}
  
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #170E3B;
	}
	
.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #9C6;
	}
	
	.h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #9C6;
	}
	
.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
/* "next post" "previous post" on a single page */
#post {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	overflow: hidden;
	width: auto;
}
.postlinktitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
/* LOOK OF THE TITLE OF POST LINK THAT GOES TO A SINGLE PAGE */
.postlinktitle a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
}
	
img.alignright {
	float:right;
	margin:0 0 1em 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
img.aligncenter {
	display: block; 
	margin-left: auto; margin-right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
a img.alignright {
	float:right; 
	margin:0 0 1em 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
a img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	/* To fix IE 6 or less PNG issues */
img, div, span { behavior: url(http://www.tropicalfoods.com/wp-content/themes/tropical_foods/iepngfix.htc) }
	

