@charset "utf-8";
/*
Theme Name: Utopia Aquatic
Theme URI: http://utopiaaquatic.com/
Description: Utopia Aquatic's WordPress 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;
}
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;
}
/* 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: 20px 75px 0 15px;
	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;
	font-style: italic;
	color:#000000;
	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
}
/* disqus comments */
#dsq-comments {
	margin-left: 25px !important
}
/* utopiaaquatic */

small {
	font-size: small;
}
textarea {
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: small;
}
input#author, input#email, input#url, textarea#comment, input#gcsearch, input#s {
	border: 1px dashed #CCCCCC;
	padding: 5px;
}
input#author, input#email, input#url {
	margin: 0 5px 0 0;
}
.wrapper, .post, .entry, .browse {
	text-align: left;
	vertical-align: top;
}
.wrapper {
	float: left;
	width: 445px;
}
.content {
	float: left;
	width: 44px;
}
.post {
	padding: 0 0 5px 0;
	line-height: 1.3em;
}
.post h2 {
	padding: 0 0 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}
.post h2 a {
	text-decoration: none;
	color: #328801;
}
.post h2 a:hover {
	text-decoration: underline;
	color: #2721B5;
}
.post img {
	padding: 5px;
	border: 0;
	background: #fff;
}
.post img.alignleft {
	float: left;
	margin: 5px 5px 0 0;
}
.post img.alignright {
	float: right;
	margin: 5px 0 0 5px;
}
.post img.wp-smiley {
	padding: 0;
	border: 0;
	background: none;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	padding: 5px 0 0;
}
.entry h1 {
	font-size: x-large;
	line-height: 1.3em;
}
.entry h2 {
	font-size: large;
	line-height: 1.3em;
}
.entry h3 {
	font-size: medium;
}
.entry h4 {
	font-size: small;
}
.entry h5 {
	font-size: 11px;
}
.entry h6 {
	font-size: 10px;
}
.postinfo {
	padding: 0px 10px 5px 150px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
}
.postinfo a {
	color: #328801;
}
.postinfo a:hover {
	color: #2721B5;
}
.postdate {
	font-style:italic;
	color: #666666
}
.browse {
	border-top: 1px dashed #CCCCCC;
	width: 430px;
	padding: 15px 10px 5px 0;
	line-height: 1.3em;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
/* .createvity*/ 
.aint i {
	background-color: #FFB9EC
}
/* images */ 
img {
	outline: 0;
	border: 0;
	text-decoration: none;
}
img a:link {
	border: none;
}
img a:visited {
	border: none;
}
img a:hover {
	border: none;
}
img a:active {
	border: none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
.aligncenter {
	float:none;
	margin: 0;
	padding: 5px 0px 0px 0px;
}
.alignright {
	float: right;
	margin: 0;
	padding: 5px 0px 0px 5px;
}
.alignleft {
	float: left;
	margin: 0;
	padding: 5px 5px 0px 0px;
}
/* captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	color: 000000;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	padding: 5px 0px 5px 0px;
	margin: 0;
}
/* lists */ 
li.cat-item-1, li.cat-item-2, li.cat-item-3, li.cat-item-4, li.cat-item-5, li.cat-item-6, li.cat-item-7, li.cat-item-8, li.cat-item-9, li.cat-item-10, li.cat-item-11, li.cat-item-12, li.cat-item-13, li.cat-item-14, li.cat-item-15, li.cat-item-16, li.cat-item-17, li.cat-item-18 {
	margin-left: 50px;
	list-style: none;
}
ul.children {
	margin-left: 40px;
}
/* comments */

.post h3#comments, .post h3#respond {
	line-height: 1.3em;
	margin: 5px 0 0 0;
	color: #333333;
}
.post h3#respond {
	color: #333333;
}
ol.commentlist {
	margin: 0 0 5px;
	padding:0;
	list-style: none;
}
ol.commentlist li {
	padding: 5px 0;
}
ol.commentlist li .commentmetadata {
	font-size: small;
	color: #546477;
}
ol.commentlist li .commentmetadata a {
	color: #328801;
}
ol.commentlist li .commentmetadata a:hover {
	color: #2721B5;
}
form#commentform small {
	font-size: small;
}
