/*  
Theme Name: ETW 2.0
Theme URI: http://www.EpicTechWorld.com
Description: This is the third theme used for the launch of www.EpicTechWorld.com
Version: 1.0
Author: Epic428
Author URI: http://www.EpicTechWorld.com/

*/

/* Remove all default margins and paddings to allow for customized ones */

@import url('style-header.css'); /* header styles including search bar */
@import url('style-sidebar.css'); /* sidebar styles */
@import url('style-typography.css'); /* post and comment styling */


/* fonts*/
@font-face 
{  
	font-family: "headingFont";  
	src: url(fonts/segoescb.eot); /* IE */  
	src: local("segoescb"), url(fonts/segoescb.ttf) format('truetype'); /* non-IE */  
} 

@font-face{

	font-family: "myFont";
	src: url(fonts/arialRB.eot);
	src: local("ARLRDBD"), url(fonts/arialRB.TTF) format('truetype');
}

body,h1,h2,h3,h4,h5,h6,blockquote,p{

	margin: 0;
	
	padding: 0;

} 

/* Body Styles */

body{

	margin: 0;
	font-family: "myFont", Verdana,Arial,Helvetica,Georgia,Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #000;
	color: #fff;

}

/* Style for H1 Title  */

h1{
	
	font-family: "headingFont", Trebuchet MS, Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
	
}

/* Link Styles */

a:link, a:visited{ 

	text-decoration: none;
	color: #00bff3;

}

a:hover{

	text-decoration: none;

}

p{

	padding: 10px 0 0 0;
	
}

/* containers and background imaging */

#wrapper{

	margin: 0 auto 0 auto;
	width: 960px;
	text-align: center;
	
}

#cont{

	float: left;
	width: 960px;
	background:url(images/ContentBG.gif);
	background-repeat:repeat-y;

}

#content{
	
	float: left;
	width: 701px;
	margin: 0;

}


.cont_mid{

	float:left;
	width:701px;
	margin: 0;
	
}



/* Footer */

#footer{

	clear: both;
	float: left;
	width: 960px;
	height: 50px;
	padding: 5px 0 0 0;
	background: url(images/Footer.gif);
	background-repeat: no-repeat;
	position:relative;
}

#footer p{

	line-height: 18px;
}

#host_affil{

	/*position:absolute;
	right: 50px;
	bottom: 50px;*/
	
}
