/*
Theme Name: Aquaria
Theme URI: http://gotchance.com/
Description: Aquaria is a two-column, widget-ready theme by <a href="http://gotchance.com/">Shrihari</a> & <a href="http://freecsstemplates.org">Free CSS Templates</a>.
Version: 1.0
Author: <a href="http://gotchance.com">Shrihari</a> & <a href="http://freecsstemplates.org">Free CSS Templates</a>.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #EAEAEA url(images/img011.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
      
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 15px;
	line-height: 1.6em;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	margin-left: 1em;
	padding-left: 1em;
	background: url(images/img09.gif) repeat-y;
	font-style: italic;
}
blockquote li li{
background: url(images/img09.gif) repeat-x;
border-top:1px dotted #AD7D00;
}

 a:link{
	color:#134582;
        text-decoration:none;

}

 a:hover, a:active {
	   text-decoration: none;
	   color: #AD7D00;
}
 a:visited {
	   color: #AD7D00;
           text-decoration: none;

}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Menu */

#menu {
	width: 760px;
	height: 105px;
	margin: 0 auto;
}

#menu ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 122px;
	height: 65px;
	padding: 40px 0 0 0;        
}

#menu a {
	display: block;
	width: 122px;
	height: 32px;
	padding: 13px 0 0 0;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
	text-transform:;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img003.jpg);
}

#menu .active {
	padding-top: 35px;
}

#menu .active a {
	height: 37px;
	padding-top: 16px;
	background-image: url(images/img004.jpg);
	color: #327EBE;
}

#menu .active a:hover {
	background-image: url(images/img004.jpg);
}

/* Header */

#header {
	width: 770px;
	height: 180px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 242px;
	height: 180px;
	background:#FFFFFF url() no-repeat;
        border:1px solid #AD7D00;
        margin:0px 0px 10px 0px;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 95px;
	background: url(images/img.jpg) no-repeat center center;
	font-size: 147%;
}

#logo h2 {
	letter-spacing: 2px;
	font-size: 85%;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

/* Banner */

#banner {
	float: right;
	width: 520px;
	height: 180px;
	background:url(images/stove.jpg) no-repeat;
        margin:0px 0px 10px 0px;
}

#banner a {
	float: right;
	padding: 120px 20px 0 0;
	text-decoration: none;
	text-align: right;
	font-size: 136%;
	font-style: italic;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

/* Content */

#content {
	float: right;
	width: 515px;
        border-top:10px solid;color:#Ad7D00;
        border-right:1px solid;color:#Ad7D00;
        border-left:1px solid;color:#Ad7D00;
        border-bottom:1px solid;color:#Ad7D00;
        background:#FFFFFF;        
}

.post .boxed{
      margin-bottom: 20px;
}
.post img {
	max-width: 100%;
	margin: 3px;
}

.post .title {
	padding: 0 20px;
       
}

.post .title a {
	color: #134582;
}

.post .story {
	padding: 0 20px;
        color:#134582;
}

.post .meta {
	padding: 5px 20px;
	background: url(images/img09.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	font-size: 77%;
}

.boxed .title {
	height: 0px;
	margin: 0;
	padding: 0px 0 0 20px;
	background: url(images/img0.jpg) no-repeat;
	letter-spacing: -1px;
	color: #134582;
        margin-bottom:5px;
        margin-top:10px;
}

.boxed .story {
	padding: 20px;
      
}

.boxed .meta {
	padding: 5px 10px;
	background: #AD7D00;
	color: #FFFFFF;
}

.boxed .meta a {
	color: #134582;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 245px;
        margin: 0px 5px 0px 0px;
        border-top:10px solid;color:#Ad7D00;
        border-right:1px solid;color:#Ad7D00;
        border-left:1px solid;color:#Ad7D00;
        border-bottom:1px solid;color:#Ad7D00;
        background:#FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
       
}

#sidebar li {
	margin-bottom: 15px;
        margin-left:10px;
}

#sidebar li ul {
	padding: 10px;
	
	border-top:none;
}

#sidebar li ul li ul {
	padding: 0 10px;
	border: 0;
	border-top:none;
}

#sidebar ul li  {
	margin: 0px;
	padding: 3px 0;
	background: url(images/img09.gif) repeat-x;
        border-bottom:1px solid #dadada;       
}

#sidebar li li.first {
	background: none;
}

#sidebar li h2 {
	height: 30px;
	margin: 0px;
	padding: 10px 0 0 15px;
	background: url(images/img10.jpg) no-repeat;
	letter-spacing: -1px;
	color: #FFFFFF;
}
#sidebar a{
          text-decoration: none;
          color:#134582;
          
}


#sidebar a:link {
	text-decoration: none;
        color:AD7D00;
}

#sidebar a:hover {
	text-decoration: underline;
        color:#AD7D00;
}

#sidebar ul li ul li {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left top;
	background-position: 0 12px;
       
}

/* Footer */

#footer {
	clear: both;
	height: 40px;
	padding: 15px 0;
	background: #AD7D00;
	border-top: 5px solid #134582;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #FFFFFF;
}

#footer a {
	text-decoration:none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#child{
margin-right:30px;
}
#child ul li
{
list-style: none;
padding-left: 10px;
border-top: 1px dotted #AD7D00;
background: url(images/img11.gif) no-repeat left    top;
background-position: 0 12px;
}
#child ul 
{
border-bottom:1px dotted #AD7D00;
}
#child a
{
 text-decoration: none;
 color:#134582;
}
#child a:link {
	text-decoration: none;
        color:AD7D00;
}

#child a:hover {
	text-decoration:none;
        color:#AD7D00;
}

#table  {
        border:1px solid #AD7D00;
        background-color:#AD7D00;
        color:#FFFFFF;
}
#table a      
       {
        text-decoration: none;
        color:#FFFFFF;
}
#table a:hover{
               text-decoration:underline;
               color:#134582;
}
