/*
Theme Name: Aquaria-Dave
Theme URI: http://www.grantiermusic.com
Description: Aquaria is a two-column, widget-ready theme originally by <a href="http://gotchance.com/">Shrihari</a> & <a href="http://freecsstemplates.org">Free CSS Templates</a> now modified by <a href="http://grantiermusic.com/">Dave</a>
Version: 1.0.  
Author: <a href="http://grantiermusic.com/">Dave</a> .
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.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;
}

a:link {
	color: #0AAAFD;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF6700;
}

a:visited {
	color: #7F7772;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Menu */

#menu {
	width: 770px;
	height: 105px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 123px;
	height: 65px;
	padding: 40px 0 0 0;
}

#menu a {
	display: block;
	width: 122px;
	height: 34px;
	padding: 13px 0 0 0;
	background: url(images/img02p.jpg) no-repeat;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img03.jpg);
}

#menu .active {
	padding-top: 35px;
}

#menu .active a {
	height: 37px;
	padding-top: 16px;
	background-image: url(images/img04.jpg);
	color: #327EBE;
}

#menu .active a:hover {
	background-image: url(images/img04.jpg);
}

/* Header */

#header {
	width: 770px;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 250px;
	height: 160px;
	background: url(images/img05.jpg) no-repeat;
}

#logo h1, #logo h2 {
	text-align: center;
color: #FFFFFF;
}

#logo h1 {
	padding-top: 105px;
	background: url(images/home.gif) no-repeat center center;
	font-size: 137%;
	letter-spacing: 3px;
}

#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: 160px;
	background: url(images/img06.jpg) no-repeat;
}

#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: 760px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content */

#content {
	float: right;
	width: 510px;
}

.post {
	margin-bottom: 20px;
}
.post img {
	max-width: 100%;
	margin: 3px;
}

.post .title {
	padding: 0 20px;
}

.post .title a {
	color: #000;
}

.post .story {
	padding: 0 20px;
}

.post .meta {
	padding: 5px 20px;
	background: url(images/img09.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	font-size: 77%;
}

.boxed .title {
	height: 32px;
	margin: 0;
	padding: 8px 0 0 20px;
	background: url(images/img08.jpg) no-repeat;
	letter-spacing: -1px;
	color: #FF8800;
}

.boxed .story {
	padding: 20px;
	border: 1px solid #FF8D17;
}

.boxed .meta {
	padding: 5px 10px;
	background: #FF8D17;
	color: #FFFFFF;
}

.boxed .meta a {
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 10px;
	border: 1px solid #0AAAFD;
	border-top: none;
}

#sidebar li ul li ul {
	padding: 0 10px;
	border: 0;
	border-top: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	background: url(images/img09.gif) repeat-x;
}

#sidebar li li.first {
	background: none;
}

#sidebar li h2 {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 15px;
	background: url(images/img10.jpg) no-repeat;
	letter-spacing: -1px;
	color: #327EBE;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#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: #D1D1D1;
	border-top: 5px solid #999999;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #666;
}

#footer a {
	text-decoration: underline;
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
	color: #000;
}










.alignment
{
 float: left;
 border: 0;
 clear: none;

}


.top_logo_header
{
 	padding-left: 3; 
	padding-top: 10; 
	padding-bottom: 1;
	border-left: 
	solid 8px #A00000; 
	border-bottom: 
	solid 1px #A00000; 
	vertical-align: bottom;
  font: Normal 75%/1.33em  "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
}

.bottom_logo_header
{
  padding-left: 8; 
	padding-bottom: 10; 
	padding-top:0;
	border-left: solid 8px #A00000; 
	border-top: solid 1px #A00000; 
	vertical-align: top ;
}

.nav
{
  vertical-align: top;
 	line-height: 1.5 em;
}



.fancytext
{
  font-weight: 300  ;
  font-family: serif ;
  font-style: italic;
  font-size: 200% ;

}




.paragraph
{ 
  text-align: left;
  font-size: 8pt; 
  font-weight: light;
  font-family: "verdana","helvetica","arial";
  background: white;
  color : black ;
  padding-left: 6;
  padding-right: 16;
  border-top: solid 2px #006000 ;
  border-bottom: solid 2px #006000 ;
  border-right: solid 0 ;
  border-left: solid 0 ;
	width:500; 
  vertical-align: top;
}

.headerlogo
{ 
  width: 650 ; 
  text-align: left;
  color : red ;
  padding: 0; 
	padding-left: 5;
	padding-bottom: 0;
	padding-top: 0;
  margin: 0 0 0;
	margin-top: 0;
	margin-bottom: 0; 
  border-left: solid 5px #A00000 ;

}

.date
{
 text-align: left;
 font-size: 75% ;
 font-weight: light;
 font-family: "verdana","helvetica","arial";
 font-style: italic;
 color: #040804
}

.tabler
{
  border: 0;
  text-align: right;
  font-weight: light;
  font-style: normal;
  vertical-align: top;
}

.title    
{
  font-weight: bold;
  font-style: normal;
  vertical-align: top;
}

.performer
{
  font-weight: light;
  font-style: italic;
  vertical-align: top;
}

.Release
{
  font-weight: light;
  font-style: normal;
  vertical-align: top;
}

.product_description
{
  font-size: 8pt ;
  font-weight: light;
  font-family: "verdana","helvetica","arial";
  font-style: normal;
  vertical-align: top;
	text-align: left;
	line-height: 1.1em;
	padding-left: 10px;
}

.product_details
{
  font-size: 8pt ;
  font-weight: light;
  font-family: "verdana","helvetica","arial";
  font-style: normal;
  vertical-align: bottom;
	text-align: Left;
}

.product_more
{
  font-size: 12pt ;
  font-weight: bold;
  font-family: "verdana","helvetica","arial";
  font-style: normal;
  vertical-align: bottom;
	text-align: Left;
}

.price
{
  font-size: 8pt ;
  font-weight: light;
  font-family: "maiandra gd","verdana","helvetica","arial";
  font-style: normal;
	text-align: right;
	vertical-align: bottom;
}
.copyright
{
  font-size: 7pt ;
  font-weight: light;
	font-style: normal;
  font-family: "verdana","helvetica","arial";
	padding-top: 2 em;
	padding-left:5 px;
	padding-right:5 px;
	text-align: center;
}

.callout
{
  font-size:13pt;
	font-weight: bold;
	font-style: italic;
	font-family: "verdana","helvetica","arial";
	text-align: right;
	vertical-align: bottom;	
	padding: 5 5 5 5;
	border-top: solid 2px #006000;
	border-right:solid 4px #006000;
	border-left:solid 1px #006000;
	border-bottom: solid 1px #006000;
	background-color: FFFFEE;

}

.box
{
  border:1 ;
  vertical-align: bottom;
  float=left ;
}

a:link { color: #00A000; text-decoration: none }
a:visited { color: #00A020; text-decoration: none }
a:active { color: #FF2020; text-decoration: none }
a:hover { color: #FF2020; text-decoration: none }

.paypal
{
	width:150px;
 	height:25px;
	font-size: 8pt ;
	font-weight: light;
	font-style: normal;
	font-family: "verdana","helvetica","arial";
	color: #7F7772;
	display: block;
	padding-left:35px;
        padding-top:0px;
         background: url(images/paypal.gif) no-repeat; 
background-position: 10 2px;
}

.paypal_look
{
	width:150px;
 	height:25px;
	font-size: 8pt ;
	font-weight: light;
	font-style: normal;
	font-family: "verdana","helvetica","arial";
	color: #7F7772;
	display: block;
	padding-left:35px;
        padding-top:2px;
         background: url(images/paypal_look.gif) no-repeat; 
background-position: 12 0px;
}

.blogroll
{

background: url(images/blogroll.gif) no-repeat; 
background-position: right
}
