/* 	----------------------------------------------------------
	Filename:  	main.css
	Title:		Main CSS for Venezia Entertainment 
   	Author:		James Winn, jwinn@draconiandreams.net
	URL:		http://veneziaentertainment.com/css/main.css
	License:	Copyright 2008, James Winn, All Rights Reserved
				Feel free to read and learn from this, but please don't seal.
	Description:This is the main CSS for veneziaentertainment.com site.
---------------------------------------------------------------	
*/

@charset "utf-8";
@import url("reset.css");

/* Here are the Body statements */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	position: relative;
	background: #000000 url(../images/bgSite.jpg) repeat-x fixed left top;
}

#outerContainer {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

body#home  ul li#butHome {
	background-image: url(../images/navMainActive.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

body#about ul li#butAbout {
	background: url(../images/navMainActive.gif);
}

body#entertain  ul  li#butEnt {
	background-image: url(../images/navMainActive.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

body#contact  ul  li#butContact {
	background: url(../images/navMainActive.gif);
}
body#contact  #content  #padding p {
	font-size: .8em;
	text-align: center;
	display: block;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
body#product  ul  li#butProd {
	background-image: url(../images/navMainActive.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Site wide declarations */

#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 1px;
	width: 770px;
	padding-top: 99px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav {
	display: block;
	margin: 0px;
	height: 35px;
	position: relative;
	overflow: hidden;
	padding-left: 0px;
	background: #000000;
}

#nav ul {
	display: block;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#nav li {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	height: 25px;
	width: 90px;
	background-image: url(../images/mainNav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	list-style-type: none;
	margin-left: 0px;
	padding-top: 10px;
	font-size: 0.72em;
	font-weight: bold;
	padding-left: 0px;
	position: relative;
}
#nav a {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	font-weight: bold;
	color: #999999;
}
#search {
	float: right;
	margin-top: 0px;
	background: #000000;
	height: 32px;
	padding-top: 3px;
}
#sbb {
	font-size: 0.75em;
	font-weight: bold;
	width: 77px;
}

#weather {
}


#content  {
	width: 770px;
	position: relative;
	background: url(../images/bgMain.gif);
	padding: 0px;
	margin-top: 0px;
}

#padFooter {
	width: 591px;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

/* Home Page Declarations */

p#sig {
	display: block;
	margin-left: 200px;
	margin-top: 20px;
	text-align: center;
	margin-right: 0px;
	width: 100px;
	padding-right: 90px;
}

#ginoSig {
	display: block;
	position: absolute;
	left: 257px;
	top: 373px;
	width: 170px;
	height: 19px;
}

#gino {
	display: block;
	position: relative;
	float: right;
	margin-right: 25px;
	margin-bottom: 25px;
}
#tagline {
	display: block;
	margin-left: 50px;
	margin-top: 15px;
}

#padding   {
	padding: 5px;
	width: 150px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 5px;
}
#topLft {
	background: url(../images/images/leftYround.gif) no-repeat left top;
	margin: 0;
	padding-top: 30px;
}
#topRt {
	width: 150px;
	background: #CF103B url(../images/images/rightYround.gif) no-repeat right top;
}
#bottomLft {
	background: url(../images/images/leftYround.gif) no-repeat left bottom;
	margin: 0;
	padding-bottom: 20px;
}

#bottomRt {
	background: url(../images/images/rightYround.gif) no-repeat right bottom;
}
#mainPadding {
	width: 425px;
	float: left;
	margin-left: 0px;
}
.clearFloat {
	clear: both;
}

.WtopRight {
	background: url(../images/images/rightWround.gif) no-repeat right top;
}
.WtopLeft {
	background: url(../images/images/leftWround.gif) no-repeat left top;
	margin: 0;
	padding-top: 50px;
}
.WbottomRt {
	background: url(../images/images/rightWround.gif) no-repeat right bottom;
}
.WbottomLft {
	background: url(../images/images/leftWround.gif) no-repeat left bottom;
	margin: 0;
	padding-bottom: 20px;
}

#aboutMain {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 0px;
	overflow: hidden;
	width: 250px;
	position: absolute;
	left: 256px;
	top: 24px;
	margin: 0px;
}
#aboutMainH3 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 400px;
}
#mainPadding p {
	display: block;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	font-size: .9em;
	margin-bottom: 0px;
}
.BtopRight {
	background: url(../images/images/rightBround.gif) no-repeat right top;
}
.BtopLeft {
	background: url(../images/images/leftBround.gif) no-repeat left top;
	margin: 0;
	padding-top: 30px;
}
.BbottomRt {
	background: url(../images/images/rightBround.gif) no-repeat right bottom;
}
.BbottomLft {
	background: url(../images/images/leftBround.gif) no-repeat left bottom;
	margin: 0;
	padding-bottom: 20px;
}
#rtCol {
	float: right;
	width: 175px;
	margin: 0px;
	position: relative;
}

#rtCol h2 {
	font-size: .95em;
	font-weight: bold;
	text-align: center;
	display: block;
	position: absolute;
	left: 12px;
	top: 30px;
}
#rtCol p {
	font-size: .8em;
	display: block;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#rtCol img {
	margin-top: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#secondaryNav {
	list-style: none;
	padding: 0px;
	display: block;
	width: 133px;
	margin-right: auto;
	margin-left: auto;
}
#secondaryNav li {
	background: url(../images/but_sideNav.png) no-repeat;
	display: block;
	height: 30px;
	width: 133px;
	margin: 0px 0px 5px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
#secondaryNav a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 40px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	padding: 8px 2px 0px;
}
#secondaryNav a:hover {
	color: #FF0000;
}
#weather {
	height: 60px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	background: #607041 url(http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/spring2_120x60_bg.jpg) no-repeat;
	margin-top: 30px;
}
#lftH2 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 21px;
	width: 136px;
}
#contactForm {
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#contactForm  input.visible {
	display: block;
	width: 170px;
	float: left;
	height: 25px;
	background: #CF103A;
	margin-bottom: 5px;
}
label#message {
	clear: left;
	float: left;
	display: block;
}
#contactForm select {
	background: #CF103A;
	width: 180px;
	float: left;
	margin-top: 3px;
}
#contactForm textarea {
	background: #CF103A;
	width: 195px;
}
#contactForm input#submit {
	background: #FFFFFF;
	display: block;
	width: 100px;
	float: none;
	clear: both;
	margin: 15px auto 10px;
	border: medium outset #CCCCCC;
}


#contactForm label {
	display: block;
	width: 150px;
	float: left;
	height: 22px;
	margin-top: 5px;
	margin-right: 0px;
	clear: left;
}


#col1 {
	display: block;
	padding: 3px 3px 3px 25px;
	float: left;
	width: 27%;
	position: relative;
	text-align: left;
	margin: 0px;
}
#col1 ul {
	font-size: .65em;
	list-style: none;
	display: block;
	position: relative;
	padding: 0px;
	float: left;
}
#col1 ul li {
	margin: 0px;
	padding: 2px;
	display: block;
}

#col2 {
	display: block;
	padding: 3px;
	float: left;
	width: 30%;
	text-align: left;
}
#col2 ul {
	font-size: .65em;
	list-style: none;
}
#col2 ul li {
	margin: 0px;
	padding: 2px;
	display: block;
}
#col3 {
	display: block;
	padding: 3px;
	float: left;
	width: 30%;
	text-align: left;
}

#col3 ul {
	font-size: .65em;
	list-style: none;
}
#col3 ul li {
	margin: 0px;
	padding: 2px;
	display: block;
}

#homeLeft {
	font-size: 0.8em;
	overflow: auto;
	float: left;
	padding: 5px;
	width: 150px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 5px;
}
#homeLeft h2 {
	text-align: center;
	display: block;
	position: absolute;
	left: 19px;
	top: 25px;
	width: 125px;
}
#homeLeft p {
	display: block;
	width: 135px;
	margin: 5px auto 15px;
	padding: 3px 5px 3px 10px;
}
.center  {
	text-align: center;
	font-weight: bold;
	color: #000000;
	display: block;
	width: 135px;
	margin: 5px auto;
}
#homeLeft  a {
	font-size: .9em;
	font-weight: bold;
	color: #000000;
}
#homeLeft a:hover {
	color: #999999;
}



#entertainH2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	display: block;
}
#entertainH3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	display: block;
}
#entertainH4  {
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
#prdImgDBB {
	float: left;
	margin-bottom: 10px;
}
#prodCol1 {
	width: 75%;
	padding-left: 55px;
	font-weight: bolder;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#dbbAd {
	margin-left: 80px;
	margin-bottom: 5px;
	padding: 3px;
	height: 146px;
	width: 259px;
}
#dbbContainer p {
	font-size: .7em;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}
#dbbContainer ol {
	list-style: upper-alpha inside;
	display: block;
	width: 300px;
	margin-left: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	font-size: .7em;
	font-weight: bold;
}
#copyright {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
}
p#aucd {
	padding: 15px 5px 5px 10px;
}
#aucdContainer {
	font-size: .75em;
}
#dbbvidContainer {
	text-align: center;
	width: 320px;
	margin-left: 40px;
	padding: 0px;
	margin-top: 0px;
}
#rhImg {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#clients {
	display: block;
	margin-left: 40px;
	padding-top: 10px;
	font-size: .85em;
	font-weight: bold;
	width: 175px;
	float: left;
}
#bioPadding p {
	display: block;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	margin-bottom: 0px;
}

p#smallText {
	font-size: .55em;
	margin-top: 10px;
	font-weight: normal;
}
#bioMain {
	display: block;
	margin-right: auto;
	margin-left: 175px;
	width: 400px;
}

#ginoBio {
	display: block;
	float: left;
	height: 130px;
	width: 100px;
	margin-right: 10px;
	padding: 3px;
	border: thin double #999999;
	margin-bottom: 5px;
}
#bioPadding {
	width: 600px;
	float: left;
	margin-left: 0px;
}

.whiteTop {
	background: url(../images/bg_whiteTop.png) no-repeat;
	padding-top: 45px;
}

.whiteBottom {
	background: url(../images/bg_whiteBot.png) no-repeat left bottom;
	padding-bottom: 30px;
}

.whiteCenter { background: url(../images/bg_whiteMid.png) repeat-y; }
#barbBio {
	display: block;
	float: left;
	height: 130px;
	width: 100px;
	margin-right: 10px;
	padding: 3px;
	border: thin double #999999;
	margin-bottom: 5px;
}
#top {
	width: 375px;
	margin: 10px auto 5px;
	padding: 3px;
	font-size: .75em;
}

ul.bands {
	display: block;
	list-style: none;
	width: 95%;
	margin: 15px 0px 0px 15px;
	padding: 0px;
	font-size: .8em;
}
ul.bands li {
	display: block;
	margin: 0px;
	padding: 0px;
}
ul.bands li ul {
	margin-left: 20px;
	list-style: disc;
}

.boldText {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	margin-top: 10px;
}
ul.bands img {
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}

#bandList {
	font-size: .7em;
	display: block;
	padding-left: 10px;
	margin-left: 15px;
}
#dbbImg {
	display: block;
	float: left;
	padding-right: 10px;
}
#aucdImg {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#clients2 {
	display: block;
	margin-left: 3px;
	padding-top: 10px;
	font-size: .85em;
	font-weight: bold;
	width: 175px;
	float: left;
}
#indent {
	display: block;
	margin-left: 10px;
	margin-top: 3px;
}
#bottomLft  #smallBox {
	font-size: .7em;
	display: block;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	border: thin solid #CF103A;
	padding: 2px;
}
#vidInfo {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.videoBut { font-size: 1.6em; }

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {
	width:600px;
	margin:0px auto 30px;
	display:none;
	padding-bottom: 30px;
}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:500px;
	height:300px;
	padding:2px;
	border:1px solid #666;
	background:#000;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {
	width:500px;
	margin-right: auto;
	margin-left: auto;
}
#image img {
	position:absolute;
	z-index:5;
	width:auto
}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {
	float:left;
	width:20px;
	height:140px;
	background:#222 url(../images/scroll-left.gif) no-repeat center center
}
#slideleft:hover {background-color:#333}
#slideright {
	float:right;
	width:20px;
	height:140px;
	background:#222 url(../images/scroll-right.gif) no-repeat center center
}
#slideright:hover {background-color:#333}
#slidearea {
	float:left;
	position:relative;
	width:550px;
	margin-left:5px;
	height:140px;
	overflow:hidden
}
#slider {
	position:absolute;
	left:0;
	height:140px
}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
#sshow {
	margin-bottom: 0px;
	width: 100%;
	padding-bottom: 20px;
	background: #000;
}
