/* 
 ----------------------------------------------------------------------------
	CSS Copyright 2008 David M. Hepburn Productions, Inc. - DavidMHepburn.com
	Certain coding assistance provided by Drew Stauffer - AlibiProductions.com
	Last Updated: December 26, 2008 at 12:45 PM
	DavidMHepburn.com - v3.0
 ---------------------------------------------------------------------------- 
*/

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td {padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

/* Fix up IE6 PNG Support */  
img, #logo { behavior: url(framework/scripts/iepngfix/iepngfix.htc); }



/* GLOBAL ELEMENTS
 * ------------------------------------------------------------------------- */

body{ 
	background:#000000;
	background-image:url('images/candaceandjarred-website-bg.jpg');
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
    font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color:#444;
	line-height:160%;
	margin:0;
	padding:0 0 1em 0;
	text-align:center;
    }

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.5em; color:#000000; font-weight: normal; padding-left: 30px; }
h2	{ font-size:1.3em; color:#000000; font-weight: normal; padding-left: 30px; }
h3	{ font-size:1.1em; color:#000000; font-weight: normal; padding-left: 30px; }
h4	{ font-size:0.9em; color:#000000; font-weight: normal; padding-left: 30px; }

p {
	font-size: 0.9em;
	color: #000000;
	padding-left: 12px;
	line-height: 150%;
	}

a:link,a:visited	{ color:#000000; text-decoration:underline; font-weight: bold; }
a:hover,a:active	{ color:#11294d; text-decoration:none; font-weight: bold; }

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	padding-top: 0;
	}
	
#video {
	margin-top: 5em;
	}
	
#logo {
	margin-top: 1em;
	}
	
.title {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 2em;
	}