 /*
Theme Name: Inwater theme
Description: Inwaterflowers theme.
Tags: threaded-comments, fixed-width, toupe
Version: 1.0
Author: inmeres
Author URI: http://www.inmeres.com
*/

/* yahoo css reset  -  start*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, label { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul, li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* yahoo css reset  -  end*/
#ie6 {
	height:0px;
	background-color:#222;
	position:relative;
	top:0px;
	left:0px;
	width: 100%;
	font-size:12px;
	line-height:22px;
	color:#CCCCCC;
	overflow:hidden;
}

* html #ie6 {
	height:25px;
}
#ie6 a:link, #ie6 a:active, #ie6 a:visited {
	color:#fff;
	text-decoration:none;
}
#ie6 a:hover {
	color:#555;
	text-decoration:underline;
}
#warning {
	float:left;
	margin-left:10px;
}
#browser_links {
	float:right;
	margin-right: 10px;
}
/*type*/

h1, h2, h3, h4, h5, h6, a#reveal {
	color: #D6DE23;
	font-weight:normal;
	margin-top: 10px;
}
h1 {
	font-size:18pt;
	line-height: 22pt;
}
h2 {
	font-size:16pt;
	line-height: 20pt;
}
h3 {
	font-size:14pt;
	line-height: 18pt;
}
h4 {
	font-size:12pt;
	line-height: 16pt;
}
h5 {
	font-size:10pt;
	line-height: 14pt;
}
h6 {
	font-size:8pt;
	line-height: 12pt;
}
p {
	margin-top:10px;
}
a:link, a:active, a:visited {
	color: #D6DE23;
	text-decoration: none;
}
a:hover {
	color: #000;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
strong em, em strong {
	font-weight:bold;
	font-style:italic;
}
blockquote {
	color:#555;
	font-size:14pt;
	line-height:20pt;
	margin:20px;
	padding:20px;
	text-align:center;
	font-style:italic;
}
#content ul li {
	list-style-position:inside;
	list-style-type:disc;
	list-style-image:none;
	margin-top: 5px;
}
#content ol li {
	list-style-position:inside;
	list-style-type: decimal;
	list-style-image:none;
	margin-top: 5px;
}

#content ol li, #content ul li {
	margin-left:10px;
}
.wp-caption-text {
	font-size:8pt;
	line-height:11pt;
	padding-right: 10px;
}
/*type end*/
/*form start*/
form {
 text-align:left;
}
input, textarea {
	background-color:#FFFFFF;
	border:none;
	margin:2px;
	padding:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: normal;
	line-height: 14pt;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea {
	width:98%;
	margin:10px 0 0 0;
}
input {
	width:97%;
}
label {
	color:#D6DE23;
}
#searchsubmit {
	width:61px;
	height:17px;
	float:right;
}
#s {
	width:255px;
}
#content form ol li {
	list-style: none;
}
#ll {
	display:none;
}
#cformsform, .cf_info {
	float: right;
	width:50%;
	margin: 0 0 0 50px;
}
.cf_li_err {
	background-color: #FFCEC4;
	border:2px solid  #990000;
	color:#222222;
	padding:20px;
	width:300px;
}.cf_li_err label { color: #990000;}
.success {
	background-color:#DDFFDC;
	border:2px solid #00CC00;
	color:#222222;
	padding:20px;
	width:300px;
}
.cf-sb {
	margin-left:70%;
}
/*form end*/


/*table start*/

table {
	border-collapse:collapse;
	width:99%;
	border:0 none;

}

th, td {
	padding-left: 5px;

}

col {
	border-left: 1px solid #fff;
}

thead {
	border-bottom:1px solid #000;
	font-weight:bold;

}
th {
	text-align:left;

}
.odd {
	background-color:#D6DE23;

}
tr:hover {

}
thead tr:hover {
	background-color:transparent;
	color: inherit;

}
/*table end*/
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 20px;
	}

img.alignright {
	margin: 25px 0 20px 50px;
	display: inline;
	}

img.alignleft {
	margin:25px 50px 20px 0;
	display: inline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* End Images */
body {
	height:100%;
	font-family: "Helvetica Neue UltraLight", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	height:  100%;
	width: 100%;
	background:#A9998F url(images/body_bg.png) 50% 0 no-repeat;
}
body.classy, body.classy #footer_links {
	background-color: #333;
	color:#CCCCCC;
}
#preload {
	width:0;
	height:0;
}
#flashdiv {
	position:absolute;
	top:0;
	left:0;
	height:  100%;
	width: 100%;
}

#dustsheet {
	width:100%;
	height:100%;
	position:fixed;
	background-color:#EAEAEA;
	z-index:6;
}
.box {
	background: transparent url(images/trans_bar.png) -25px -190px no-repeat;
    width:200px;
	height: 100%;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	z-index:500;
	overflow:hidden;
}
#home_menu {
	position:absolute;
	bottom: 0px;
	padding: 20px;
}
#home_menu a {
	color:#FFFFFF;
	display:block;
	padding:5px;
	text-decoration:none;
	width:140px;
}
#but-slide {
	background: transparent url(images/menu_2.png) 0 0 no-repeat;
	width:28px;
	left:0;
	margin-left:200px;
	position:fixed;
	bottom:30px;
	height:137px;
	cursor:pointer;
	z-index:4;
	display:none;
}
#but-slide.show { display:block;
}
#site {
	width: 760px;
	margin: 50px auto ;
	position:relative;
	z-index:2;
}
.clear {
	clear:both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.navigation {
	padding: 10px 30px;
}
.next {
	float:right;
}
.previous {
	float:left;
}
.entry {
	overflow:hidden;
}
.classy .entry {
	color:#ccc;
}
#entryheight {
	float:left;
}
a#reveal {
	margin:3px 0 0 0;
}
.post {
	float:left;
	display:inline;
	position:relative;
	padding-bottom:50px;
	z-index: 2;
}
.pad {
	padding: 0 30px;
	clear:both;
}
.remove_pad {padding-bottom:0;}
.clear {
	clear:left;
}
.dark {
	background-color:#333333;
	color:#CCCCCC;
}
#footer {
	background:transparent url(images/orchid.png) no-repeat scroll 100% 0;
	clear:both;
	height:230px;
	padding:0;
	position:fixed;
	bottom: 0;
	left:0;
	width:100%;
}
#footer_gallery {
	margin: 0 auto;
	width: 715px;
}
#footer_links {
	border-top:1px solid #D6DE23;
	bottom:0;
	font-size:7pt;
	padding:5px 0;
	position:absolute;
	width:100%;
	z-index:2;
	background-color:#A9998F;
}
.gallery_popup_link_wrapper, .gallery_listing_popup_link_wrapper {
	overflow:hidden;
	width:700px;
}
.gallery_listing_popup_link_wrapper {
	width:297px;
	height:175px;
}
.gallery_listing_popup_link_wrapper a img, .gallery_listing_popup_link_wrapper img { width:297px}
#gallery_wrapper {
	float:left;
	margin-bottom: 30px;
}
.gallery_listing_wrapper {
	background: transparent url(images/gallery_listing_shaddow.png) 0 0 no-repeat;
	padding:30px;
	float:left;
}
a.list_title, span.list_title {
	background:transparent url(images/trans75k.png) repeat scroll 0 0;
	color:#fff;
	display:block;
	font-size:12pt;
	height:30px;
	line-height:26pt;
	margin:-60px 0 0 30px;
	padding-left:5px;
	position:absolute;
	width:292px;	
}
.entry_listing {
	position: absolute;
	bottom:0;
	left: 0;

}
a.list_title:hover, #home_menu a:hover {
	background:#000 url(images/trans75k.png) repeat scroll 0 0;
	color:#fff;
}

.gallery_listing_wrapper p {
	margin:0;
	overflow:hidden;
	width: 297px;
	height:175px;
}
.gallery_listing_wrapper p a img {
	margin:0;
	padding:0;
}

.alt, .postmetadata {
	color: #999999;
	background-color:#222;
	padding: 20px;
	border-left: 10px solid #D6DE23;
}
.even {
	background-color:#444;
	padding:10px;
}
#comments_div {
	margin-top:50px;
}
#comments_div .commentlist li {
	margin-top: 20px;
	list-style: none;
	float:left;
}
#replys, #respond {
	width:42%;
	float:left;
	margin:4%;
}

#site_intro{
	font-size: 10pt;
	color:white;
	padding:10px 0;
}

div#form {
	float:right;
	width:50%;
}

div#form div.field {
	margin-top:8px;
}

div#form input.send {
	float:right;
	margin:30px 0 0;
	width:30%;
}

div#form div.field_error {
	background-color:#FFCEC4;
	border:2px solid #990000;
	padding:20px;
	width:300px;
}

div#form div.field_error label {
	color:#990000;
}
.tm_logo {padding:20px 0 0 0;}