@charset "utf-8";
/* CSS Document */

/*********************************************
----------------------------------------------
Client		LiViD
Site:  		lividsounds.com
Author: 	Paul Noia | Paul Noia Design, Inc.
Version: 	2.0
----------------------------------------------
*********************************************/

/* Imported style sheets */

@import url("layout.css");
/* @import url("nav.css"); */

/* Reset all margins and paddings for browsers */

* {padding: 0; margin: 0;}

/* General rules */

body, html {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* h1 {	
	background: url(../images/titleBG.png) repeat-x;
	padding: 12px;
} */

h1, h2 {
	font-size: 24px;
	margin-bottom: 14px;
	color: #fff;
}

h3 {
	font-size: 18px;
	color: #fff;
	padding: 12px;
	background: url(../images/h3BG.png) repeat-x;
	padding: 4px 8px 4px 8px;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}


blockquote, ul, ol {
	line-height: 20px;
	padding-bottom: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a7bebd;
}

ol {
	padding: 0 24px 0 24px;
}

ol li {
	padding-bottom: 24px;
}

li {
	margin: 0;
	padding: 0;
}

blockquote {
	padding-left: 20px;
	background: url(../images/dashLineV.gif) repeat-y;
}

input, select {
    background-color: #ccffff;
    border: 2px ridge #216999;
    font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
    font-size: 12px;
	height: auto;
    color: #000033;
}

textarea {
    background-color: #003333;
    border: 2px ridge #216999;
    font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #a7bebd;
}


p {
	margin: 0;
	line-height: 24px;
	text-align: justify;
	padding-bottom: 20px;
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif; /* Georgia, "Times New Roman", Times, serif; */
	font-size: 14px;
	color: #a7bebd;
	widows: inherit;
} 

a {
	color: #a7bebd;
	font-weight: bold;
}

a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.iFrame {
	width: auto;
	height: 320px;
	background: none;
	/* filter: alpha(opacity=0);-moz-opacity: 0;opacity:0; */
}

.form {
	margin: 0;
	line-height: 24px;
	text-align: justify;
	padding-bottom: 20px;
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif; /* Georgia, "Times New Roman", Times, serif; */
	font-size: 14px;
	color: #a7bebd;
	widows: inherit;
} 
