/*   
Theme Name: edcc
Theme URI: http://www.e-dcc.com
Description: A custom theme for our blog
Author: Jason Thomas
Author URI: http://www.e-dcc.com
Version: 1.0
.
General comments/License Statement if any.
.
*/

html,body {
	/*background-color: #000;*/
	height: 100%;	
	margin: 0;
	padding: 0;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

div#e_main_container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 750px;
	z-index: 1;
	/*background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;*/
	
}

div#e_container {
	position: relative; top:58px; left: 81px;
	width: 800px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background-color: #000;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	/*background-image: url(images/bg_bl.png);
	background-repeat: repeat;*/
}

div#e_header {
	position: relative; top: 0px; left: 0px;
	width: 773px;
	height: 128px;
}

div#headerNav {
	position:absolute;
	right:10px;
	bottom:10px;
}

img.logo {
	position: absolute; top: 15px; left: 15px;
}

div.site_scroll {
	position: relative; top: 0px; left: 0px;
	width: 773px;
	height: 171px;
	background-color: #fff;
}

div.e_content {
	position: relative; top: 0px; left: 0px;
	width: 550px;
	padding: 20px;
	color: #fff;
	font-family: tahoma;
	font-size: 12px;
}

div.e_left {
	position: relative; top: 0px; left: 0px;
	width: 500px;
}

div.e_left h1 {
	color: #fef7ae;
	font-family: lucida console;
	font-size: 18px;
}

div.e_sidebar {
	position: absolute; top: 166px; left: 550px;
	width: 240px;
	border-left: 1px dotted #fef7ae;
}

div#e_footer {
	position:absolute; bottom: 0px; right: 0px;	
	width: 130px;
	height: 42px;	
	background-color: #000;	
}

/*  [[  Text  ]]  */
.title {
	color: #fef7ae;
	font-family: lucida console;
	font-size: 200%;
	font-weight: bold;
	padding-top: 15px;
}
a.title:link, a.title:visited {	
	text-decoration: none; 
	font-family: lucida console;
	font-size: 21px;
	font-weight: bold; 
}
a.title:hover { 
	text-decoration: none; 
	color: #d6313b; 
	font-family: lucida console;
	font-size: 21px;
	font-weight: bold; 
}

h1, h2, h3 {
	color: #fef7ae;
	font-family: lucida console;
	font-size: 20px;
	font-weight: bold;
}
p {
	color: #fff;
	font-family: tahoma;
	font-size: 13px;
	font-weight: 700;
}
li {
	color: #fff;
	font-family: tahoma;
	font-size: 14px;
	font-weight: 700;
	list-style: none;
}
a {
	color: #fef7ae;
	font-family: tahoma;
	font-size: 12px;
}
a:link, a:visited {
	color: #fef7ae;
	font-family: tahoma;
	font-size: 12px;
}
a:hover { text-decoration:none; color: #d6313b; }

.e_content {
	color: #fff;
	font-family: tahoma;
	font-size: 12px;
}

.headerLink {
	color:#FFFFFF;
	font-family: galette-1, galette-2, helvetica;
	font-size:14px;
	font-weight:590;
	text-decoration:none;
}
.headerLink:hover {
	color:#B8D645;
}
.headerSeperator1 {
	color:#7482BF;
	font-size:20px;
}
.headerSeperator2 {
	color:#00A7E5;
	font-size:20px
}
.headerSeperator3 {
	color:#996699;
	font-size:20px
}

.widgettitle {
	border-bottom: 1px dotted #fef7ae;
}


/*  [[  DCC Link  ]]  */
div.f_wrap {
	display: block;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 99px;
	height: 66px;
	z-index: 999;
	text-align: right;	
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);*/
}









