/*
Theme Name: Dream Result Movie theme
Theme URI: http://digitalwaxworks.com/
Description: Theme created for the Dream Result Movie site by <a href="http://digitalwaxworks.com">Brett DeWoody at Digital Wax Works</a>.
Version: 1.0
Author: Brett DeWoody
Author URI: http://digitalwaxworks.com/

	Dream Result Movie v1.0
	 http://digitalwaxworks.com

	This theme was designed and built by Brett DeWOody,
	for the Dream Result Movie site
*/

/* Begin CSS Rest */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* Begin Typography & Colors */
	.left {float:left;}
	.right {float:right;}
	.clear {clear:both;}
	strong {font-weight:bold;}
	em {font-style:italic;}
	html {height:100%;}
	body {
		background-color:#000;
		background-image:url('images/bodyBkg.png');
		background-repeat:no-repeat;
		background-position:50% 134px;
		height:100%;
	}
	div#page {
		width:1025px;
		margin:0 auto;
		background-image:url('images/bkg.jpg');
		background-position:top;
		background-repeat:no-repeat;
		height:100%;
	}
	div#pageInner {
		width:1025px;
		margin:0 auto;
		padding-bottom:60px;
		background-image:url('images/pageRepeat.png');
		background-repeat:no-repeat;
		background-position:316px 198px;
		min-height:100%;
	}
	
	div#colLeft {
		width:316px;
		margin-top:48px;
		min-height:100%;
	}
	
	div#colRight {
		width:709px;
		margin-top:134px;
		background-image:url('images/pagebkg.png');
		background-repeat:no-repeat;
		background-position:left top;
		min-height:100%;
	}
	
	div#buy {
		margin-top:110px;
		color:#e6691b;
		font-size:13px;
		font-family:'Century Gothic', Tahoma, Geneva, sans-serif;
	}
	
	div#buyText {
		padding-left:8px;
	}
	
	div#nav {
		white-space:nowrap;
		height:40px;
		margin-left:175px;
		overflow:visible;
	}
	
	div#nav a {
		line-height:40px;
		color:#e6691b;
		text-transform:uppercase;
		font-family:'Century Gothic', Tahoma, Geneva, sans-serif;;
		font-size:16px;
		text-decoration:none;
		display:block;
		float:left;
		margin:0 12px;
	}
	
	div#nav a.nomargin {
		margin-right:0px;
	}
	
	div#nav a:hover,
	div#nav a.active {
		color:#00ceff;
	}
	
	div#mainText {
		margin-top:45px;
		width:490px;
	}
	
	div#mainText h2 {
		font-size:20px;
		font-weight:bold;
		padding-bottom:10px;
		color:#00ceff;
	}
	
	div#mainText p {
		padding-bottom:20px;
	}
	
	div#mainText a {
		color:#e6691b;
		text-decoration:underline;
	}
	
	div#mainText a:hover {
		color:#00ceff;
	}
	
	div#mainText div.postBox {
		margin-bottom:20px;
	}
	
	div#mainTextCopy {
		text-align:center;
		color:#e6691b;
		font-size:13px;
		font-family:'Century Gothic', Tahoma, Geneva, sans-serif;
		line-height:19px;
		padding:0 35px;
	}
	
	div.mainTextBlog {
		text-align:left !important ;
	}
	
	div#mainTextBuy {
		margin-top:45px;
	}
	
	div#mainTextDVD {
		padding-left:80px;
	}
	
	div#mainTextBuyLinks {
		text-align:center;
		margin-top:70px;
	}
	
	div#mainVAS {
		margin-top:30px;
		text-align:center;
		color:#e6691b;
		font-size:13px;
		font-family:'Century Gothic', Tahoma, Geneva, sans-serif;
	}
	
	div#mainVAS img {
		margin-top:15px;
		margin-left:1px;
	}
	
	div#mainTrailer a {
		color:#e6691b;
		font-size:16px;
		font-family:'Century Gothic', Tahoma, Geneva, sans-serif;
		line-height:19px;
		text-decoration:none;
		font-weight:bold;
	}
	
	div#mainTrailer a:hover {
		color:#00ceff;
		text-decoration:underline;
	}
	
	div#mainBuy,
	div#sidebarAlbum {
		margin-top:30px;
		color:#00ceff;
		font-size:16px;
		font-family:'Century Gothic', Tahoma, Geneva, sans-serif;
		line-height:19px;
		font-weight:bold;
		text-align:center;
	}
	
	div.storeBox p img {
		padding-bottom:20px;
	}
	
	div#mainBuy form,
	div#sidebarAlbum form {
		margin-top:10px;
		text-align:center;
	}
	
	div#mainLinks {
		width:210px;
		margin-top:25px;
		text-align:right;
	}
	
	div#mainLogos {
		margin-top:50px;
	}
	
	div#mainLogos a img {
		border:0px;
	}
	
	div#mainLogos img {
		vertical-align:middle;
	}
	
	div#mainLinks h2 {
		color:#00ceff;
		font-size:16px;
		font-family:'Century Gothic', Tahoma, Geneva, sans-serif;
		line-height:19px;
		font-weight:bold;
	}
	
	div#mainLinks a {
		color:#e6691b;
		font-size:13px;
		font-family:'Century Gothic', Tahoma, Geneva, sans-serif;
		line-height:20px;
		text-decoration:none;
	}
	
	div#mainLinks a:hover {
		color:#00ceff;
		text-decoration:underline;
	}
/* End captions */

