/* CSS Document
Compadre Records
Video Pop Up Page CSS
© 2007 Compadre Records
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

/* Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/* Normalize font-style and font-weight */
address, captin, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
	
/* Remove quotation marks from q */
q:before, q:after {
	content: '';
	}

	

/* Universal */

html, body {
	color: #000;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	}
	
body {
	width: 500px;
	margin: 0;
	text-align: left;
	}
	
	
/* Global Layout Elements */
	
div#wrapperdiv {
	width: 500px;
	height: 430px;
	margin: 0;
	background: url(../images/videoback.jpg) top left no-repeat;
	position: relative;
	}
	
div#videodiv {
	width: 320px;
	height: 240px;
	margin: 0;
	position: absolute;
	top: 106px;
	left: 88px;
	border: 1px solid #737e35;
	}
	
div#videodivsmall {
	width: 240px;
	height: 180px;
	margin: 0;
	position: absolute;
	top: 136px;
	left: 122px;
	border: 1px solid #737e35;
	}
	
div#videodivcasg {
	width: 320px;
	height: 178px;
	margin: 0;
	position: absolute;
	top: 136px;
	left: 88px;
	border: 1px solid #737e35;
	}
	
div#taglinediv {
	width: 500px;
	text-align: center;
	color: #3d2500;
	position: absolute;
	top: 373px;
	left: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	}
	
	
/* Text */
	
h1 {
	font-size: 100%;
	margin: 0 0 0 0;
	}
	
h2 {
	font-size: 100%;
	margin: 0 0 0 0;
	}
	
h3	{
	font-size: 100%;
	margin: 0 0 0 0;
	}
	
p {
	font-size: 100%;
	margin: 0 0 0 0;
	}
	

/* Links */


/* Lists */


/* Images */
	

/* Tables */


/* Forms */

form {
	margin: 0;
	padding: 0;
	border: none;
	}
