/*
THEME NAME: LiquidStyle
THEME URI: http://www.echoability.com
DESCRIPTION: Based on Sandbox, Custom-built for Liquid Vinyl
VERSION: 1.0
AUTHOR: KelaniNichole
AUTHOR URI: http://www.echoability.com
*/

/* Structure ---------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/homepageBG.png);
	background-repeat: no-repeat;
	background-position: center 150px;
	background-color: #000000;
}
#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#containerBody {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 150px;
	margin-left: auto;
}
#header {
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 20px;
	width: 450px;
	margin: 0px;
}
a{
	text-decoration:underline;
	color:#CCCCCC;
}
a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
a:visited{
	text-decoration:underline;
	color:#CCCCCC;
}
#footer {
	background-color: #FFFFFF;
	padding: 0px;
	width: 100%;
	text-align: center;
	margin: 0px;
	float: left;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
}
#footerContainer {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/* Navigation ------------------------------------------------*/
#nav {
	width: 1000px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
	margin-top: 45px;
}

#header #nav { padding: 0; margin: 0;}
#header #nav li { display: inline; }
#header #nav li a { float: right; width: 100px; height: 0; padding-top: 45px; overflow: hidden; }
#header #nav li a { background-image: url(images/full_menu.png); background-repeat: no-repeat; }

/* Nav Items */
#header #nav li#home a { background-position: 10px 0; }
#header #nav li#collections a { background-position: -75px 0; }
#header #nav li#gifts a { background-position: -167px 0; }
#header #nav li#testimonials a { background-position: -260px 0; }
#header #nav li#orders a { background-position: -355px 0; }
#header #nav li#contact a { background-position: -455px 0; }


/* Nav Items Over */
#header #nav li#home a:hover { background-position: 10px -50px; }
#header #nav li#collections a:hover { background-position: -75px -50px; }
#header #nav li#gifts a:hover { background-position: -167px -50px; }
#header #nav li#testimonials a:hover { background-position: -260px -50px; }
#header #nav li#orders a:hover { background-position: -355px -50px; }
#header #nav li#contact a:hover { background-position: -455px -50px; }

/* Content Styles --------------------------------------------*/
.pageTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}


/* Footer Styles ---------------------------------------------*/
.widget {
	text-align: left;
	width: 450px;
	float: left;
	height: 13em;
	margin-top: 75px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #333333;
}
#logo {
	padding: 0px;
	margin-top: -40px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
}
.eventText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 5px;
	line-height: 20px;
}
.eventText a{
	text-decoration:none;
	color:#FFFFFF;
}
.eventText a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.bodyText ul {
	list-style-type: none;
}
.vinylList {
	list-style-type: none;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.vinylList li {
	line-height: 20px;
	padding-bottom:5px;
}
.vinylList li a{
	text-decoration:none;
	color:#FFFFFF;
}
.vinylList li a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.widgetThumb{
	float:right; 
	margin-top:5px;
	border: 0px;
}
.bottomNav {
	text-align: left;
	width:450px;
	float: left;
	height: 13em;
	margin-top: 75px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #333333;
}
.littleDate{
    padding:0px;
	margin-left:10px;
	font-size:8px;
	color:#FFFFFF;
}#sidebar {
	float: right;
	width: 250px;
	color: #FFFFFF;
	background-color: #666666;
}
#sidebarBottom {
	background-color: #999999;
	height: 20px;
}

