@charset "utf-8";
/*
Theme Name: Utopia Aquatic
Theme URI: http://utopiaaquatic.com/
Description: Utopia Aquatic's theme based on <a href="http://matthewjamestaylor.com/blog/perfect-3-column.htm">The Perfect 3 Column Liquid Layout</a>.
Version: 1.0
Author: Lorenzo Caum
Author URI: http://utopiaaquatic.com/
Tags: utopia aquatic
*/

body {
	text-align:center;
	background-color: #FFFFFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
/* fixed center */
#fixed-center {
	margin:0 auto;
	width:950px;
	text-align:left;
}
/* header */  
#header-navi {
	padding: 5px 10px 0px 0px;
	margin: 0;
	font-size: small;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	text-align: right;
}
.header-navi-pipe {
	padding: 0 15px 0 15px;
	color: #999999;
	font-weight: lighter;
}
#header-logo {
	text-align: left;
	background-color: #FFFFFF;
	border: none;
}
#header-logo img {
	padding: 0 0 0 10px;
	border: none;
	text-align: left;
}
/* main navigation */  
#main-navi {
	padding: 15px 0px 10px 10px;
	margin: 0;
	font-size: medium;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	text-align: center;
}
.main-navi-pipe {
	padding: 0 30px 0 30px;
	color: #999999;
	font-weight: lighter;
}
/* footer  */ 
#footer-copyright {
	padding:0px 0px 0px 10px;
	margin: 0;
	font-size: small;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	text-align: left;
}
#footer-navi {
	padding: 0px 10px 5px 0px;
	margin: 0;
	font-size: small;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	text-align: right;
}
.footer-navi-pipe {
	padding: 0 15px 0 15px;
	color: #999999;
	font-weight: lighter;
}
#footer-enzo12 {
	padding: 15px 10px 5px 0px;
	margin: 0;
	font-size: x-small;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	text-align: right;
}
.footer-enzo12-navi {
	color : #000000;
	font-weight: bold;
	border-bottom: none;
}
.footer-enzo12-navi img {
	margin: 0px 0px -3px 0px;
}
/* navigation links */
.navi-links a:link {
	color : #3F3F3F;
	font-weight: bold;
	border-bottom: none;
}
.navi-links a:visited {
	color : #3F3F3F;
	text-decoration: none;
	border-bottom: none;
}
.navi-links a:hover {
	color : #FFFFFF;
	background: #3F3F3F;
	text-decoration: none;
	font-weight: bolder;
	border-bottom: none;
}
.navi-links a:active {
	color : #3F3F3F;
	text-decoration: none;
	border-bottom: none;
}
/* column container */
	.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}
/* common column settings */
	.colright, .colmid, .colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 15px 0;
	overflow:hidden;
}
/* 3 column settings */
	.threecol {
}
.threecol .colmid {
	right:25%;
}
.threecol .colleft {
	right:50%;
}
.threecol .col1 {
	width:52%;
	left:97%;
}
.threecol .col2 {
	width:19%;
	left:24%;
}
.threecol .col3 {
	width:24%;
	left:80%;
}
/* left column */ 
.left-column {
	font-size: small;
	color: #999999;
	padding: 0 0 5px 0;
}
/* right column */ 
.right-column {
	font-size: small;
	color: #666666;
	padding: 0 0 5px 0;
}
/* headings */
h1 {
	font-size: x-large;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color: #000000;
	margin: 0px 100px 5px 0;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
}
h2 {
	font-size: large;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color: #666666;
	margin: 15px 5px 5px 0;
}
h3 {
	font-size: medium;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color: #999999;
	font-weight: bolder;
	margin: 25px 0 5px 0;
}
h4 {
	font-size: small;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color: #000000;
	margin: 5px 0 5px 0;
}
p {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 1.4em;
}
/* links */
a:link {
	color: #328801;
	outline: none;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #328801;
}
a:hover {
	text-decoration: underline;
	color: #2721B5;
}
a:active {
	text-decoration: none;
	color: #328801;
}
/* images */ 
img {
	outline: none;
	border: none;
	text-decoration: none;
}
img a:link {
	border: none;
}
img a:visited {
	border: none;
}
img a:hover {
	border: none;
}
img a:active {
	border: none;
}
/* lists */ 
ul, ol {
	margin:auto -2em 0 0;
	padding:0;
	position:relative;
	left:-2em;
	overflow:hidden;
}
li {
	margin-top:0.25em;
	margin-bottom:0.25em;
	line-height: 1.4em;
}
ul ul, ul ol, ol ol, ol ul {
	margin-left:1em;
	padding-left:0;
}
ul li, ol li {
	margin-left:4.5em;
}
li li {
	margin-left:1em;
}
/* add this*/
.addthis_toolbox {
	padding: 20px 0px 0px 300px;
}
/* facebook like button */
.facebook-like {
	padding: 0px 0px 15px 115px;
}
div.breadcrumb {margin: 0px 0px 0px 0px;}
/* truly-named wgi */
.truly-named {
	font-family: Edwardian Script ITC !important;
	font-size: x-large !important;
	padding: 0px 7px 0px 0px !important;
}
/* search box */
textarea {
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: small;
}
input#gcsearch {
	border: 1px dashed #CCCCCC;
	padding: 5px;
}
/* uservoice */ 
a#uservoice-feedback-tab, a#uservoice-feedback-tab:link {
	background-image:url(/data/images/uservoice-feedback-white.png) !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: 0 !important;
}
a#uservoice-feedback-tab:hover {
	background-image:url(/data/images/uservoice-feedback-white.png) !important;
	border: 0 !important;
}
/* follow us */
a#socialize-tab {
	background-image:url(/data/images/socialize-white.png) !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: 0 !important;
}
a#socialize-tab:hover {
	background-image:url(/data/images/socialize-white.png) !important;
	border: 0 !important;
}
/* blockquote */ 
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: lighter;
	width: 450px;
	background: url(/data/images/close-quote.gif) no-repeat right bottom;
	margin: 0px 75px 0 0px;
	padding-right: 25px;
}
blockquote:first-letter {
	background: url(/data/images/open-quote.gif) no-repeat left top;
	padding-left: 50px;
	font: italic 1.4em Arial, Helvetica, sans-serif;
}/* introduction */
.introduction {
	padding: 5px 0 5px 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: xx-large;
	font-style: italic;
	text-align:center;
	color:#000000; 
}
/* .home-hello */ 
.home-hello {
	font-size: large
}
/* .subtelty*/ 
.subtelty {
	background-color: #FFB9EC
}
/* .highlight*/ 
.highlight {
	background-color: #FBF905
}
/* store introduction */ 
.store-overview {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: x-large;
	padding: 5px 5px 5px 5px
}
/* .store-tropical-water-lilies */ 
.store-tropical-water-lilies {
	font-size: larger
}
/* .store-main-photo */ 
.store-main-photo {
	padding: 5px 5px 5px 5px
}
#widget_ad_5008 div.container{
	color: #333333 !important;}

