/*
Theme Name: AquaSana
Theme URI: http://www.AquaSana.com/
Description: This theme is developed for AquaSana for his site.
Version: 1.0
Author: Tanzil Al Gazmir
Author URI: http://www.tanzilo.com/
Tags: blue, custom header, fixed width, two columns, widgets

	AquaSanaTheme v1.0
	http://www.tanzilo.com

	This theme was designed and built by both AquaSana and Tanzilo.

	The CSS, XHTML and design is released under copyright property law.

*/



/* Begin Typography & Colors */

/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.orangerule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FB8004;
}

.hilight {
	background-color: #FFFF00;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

body {
	background-image: url(images/bg.jpg);
	background-color: #8AC9D2;
	background-repeat: repeat-x;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1D9AB0;
	font-weight: bold;
}
.outerborder {
	border: 1px solid #FFFFFF;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #246271;
}
a:hover {
	text-decoration: none;
	color: #6BB4BB;
}
a:active {
	text-decoration: underline;
	color: #6BB4BB;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #FB8004;
}
h2 {
	font-size: 18px;
	color: #18717F;
}
h3 {
	font-size: 16px;
	color: #1EA0B8;
}
.header-image
{
	width:985px;
}
.latest-articles
{
	color:#FB8004; font-weight:bold;
}
.post
{
	text-align:left;
}
.page
{
	text-align:left;
}
.post-archives
{
	padding:0px 0px 0px 0px;
}
.post-archives-list
{
	margin:0px; padding:0px 0px 0px 25px;
}
.post-archives LI
{
}
.title-left
{
	text-align:left;
}
.title-left A
{
	color:#FB8004; text-decoration:none; font-size:22px;
	font-family:'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.title-left A:hover
{
	text-decoration:underline;
}
.post-left
{
	text-align:left;
}
.post-left A
{
	color:#3477A2;
}
.post-left A:hover
{
	color:#DD8500;
}
.post-meta-left
{
	text-align:left;
}
.post-meta-left A
{
	color:#3477A2;
}
.post-meta-left A:hover
{
	color:#DD8500;
}
.latest-articles-list
{
	padding:0px; margin:0px 0px 0px 20px;
}
.latest-articles-list A
{
	display:block; padding:0px 0px 7px 0px;
}
#sidebar
{
	padding:40px 0px 0px 0px;
}
#sidebar UL
{
	margin:0px; padding:0px;
}
#sidebar LI
{
	list-style:none; padding:5px 0px 5px 10px;
}
#sidebar .widget-title
{
	color:#FB8004; font-weight:bold;
}
#sidebar .new-widget
{
	padding:0px 0px 20px 5px;
}
#optin-code
{
/*
	width:150px;
*/
}
.subscribe-rss
{
	display:block; margin:0px 0px 0px 10px; color:#FB8004;
}
.comment-list OL
{
	margin:0px; padding:0px;
}
.comment-list LI
{
	list-style:none; padding:10px; background:#F1F5EC;
	font-size:12px;
}
.comment-list A
{
	font-size:10px;
}
.comment-list .alt
{
	background:#FFFFFF;
}
.avatar
{
	float:right;
}
.footer
{
	height:50px; padding:10px 0px 0px 0px;
	background:#1C6F7F url(images/navbar.jpg) left top repeat-x;
}
A.footer-link
{
	color:#FFFFFF; font-size:11px; text-decoration:none;
	font-weight:bold;
}
A.footer-link:hover
{
	color:#6BB4BB;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #2b2b2b;
	text-align: center;
	background-color: #2b2b2b;
	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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
