/* =============================================================================== 

	Theme Name: Command & Conquer
	Author: Michael Cober
	Author URL: http://www.cober.ca
	Version: 1.0
	Date: NOV 17, 2010
	Compatibility: W3C Valid and tested on IE7 + IE8 + Firefox +Safari + Chrome  (Except for the IE Hacks and inline *)
	
=============================================================================== */
	
/* 1.0 - COBERS REBOOT */
	* {padding:0; margin:0;}
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,embed,object,form,fieldset,label,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
	table{border-collapse:collapse;border-spacing:0;}
	fieldset,img{border:none;}
	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;}
	a img { border: none; }
	/* Removes Firefox imposed outline */
	a { outline: none; }
	object, embed { display: inline; }

/* BASE */

	body { margin:0px;	padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:14px; color:#888; background: url(/en/media/images/cnc-bkg-blue.jpg) top center no-repeat;  background-color: black; }
	
	body.red {background: url(/en/media/images/cnc-bkg-red.jpg) top center no-repeat; background-color: black;}
	body.gold {background: url(/en/media/images/cnc-bkg-gold.jpg) top center no-repeat; background-color: black;}
	body.tan {background: url(/en/media/images/cnc-bkg-tan.jpg) top center no-repeat; background-color: black;}
	body.lime {background: url(/en/media/images/cnc-bkg-lime.jpg) top center no-repeat; background-color: black;}
	body.golden {background: url(/en/media/images/cnc-bkg-golden.jpg) top center no-repeat; background-color: black;}
	body.metallic {
		background: url(/mediastore/cnc-bkg-metallic.jpg) fixed top left;
		background-color: black;
	}
	
	body.custom {
		 margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:14px; color:#888; background: url(/en/media/images/cnc-bkg.jpg) top center no-repeat;  background-color: black;
	}
	
	.clear {clear:both;}
	.right {float:right;}		
	.left {float:left;}

	a { color:#fff; text-decoration: none; }
	a:hover, a:active {color:#ffff66;}
	a:visited {color:#fff;}

	input { background: #cececf !important; *margin:5px 0 0 0; }

	h3 {color:white;}

/* C+C STRUCTURE =================================================================== */

	#outer-wrap-blue { width: 100%; /*background: url(/en/media/images/cnc-header-chrome-tile-blue.png) repeat-x;*/}
	#wrap-blue { width: 100%; margin: 0 auto;}

	#cnc-media {width:975px; height:374px; margin:auto; padding:10px 0 0 10px; background: url(/en/media/images/media-bkg.png) no-repeat; }
	#cnc-social {width:985px; margin:0 auto 60px; padding:0; }
	#cnc-ladders {width:985px; margin:0 auto 60px; padding:0; }
	#cnc-about {width:985px; margin:0 auto 60px; padding:0; }
	#cnc-lg-banner {width:985px; height:261px; margin:0 auto 20px; overflow: hidden;}
	#footer {width:1180px; margin:20px auto 0; clear:both;}

	#outer-wrap-red { width: 100%; /*background: url(/en/media/images/cnc-header-chrome-tile-red.png) repeat-x;*/}
	#wrap-red { width: 100%; margin: 0 auto;}
	
	#outer-wrap-gold { width: 100%; /*background: url(/en/media/images/cnc-header-chrome-tile-gold.png) repeat-x;*/}
	#wrap-gold { width: 100%; margin: 0 auto;}
	
	#outer-wrap-tan { width: 100%; /*background: url(/en/media/images/cnc-header-chrome-tile-tan.png) repeat-x;*/}
	#wrap-tan { width: 100%; margin: 0 auto;}
	
	#outer-wrap-lime { width: 100%; /*background: url(/en/media/images/cnc-header-chrome-tile-lime.png) repeat-x;*/}
	#wrap-lime { width: 100%; margin: 0 auto;}

	#outer-wrap-golden { width: 100%; /*background: url(/en/media/images/cnc-header-chrome-tile-golden.png) repeat-x;*/}
	#wrap-golden { width: 100%; margin: 0 auto;}
	
	#outer-wrap-metallic { width: 100%; /*background: url(/en/media/images/cnc-header-chrome-tile-metallic.png) repeat-x;*/}
	#wrap-metallic { width: 100%; }
	
	.promo1_metallic {
		width: 444px;
		float: left;
	}
	.promo2_metallic {
		width: 444px;
		float: left;
	}
	.header_metallic {
		/*background: url(/mediastore/metallic_header_background.png) repeat-x; margin: 0 auto;*/
		margin: auto;
		width:855px;
		height:180px;
		position: relative;
		left: -23px;
	}
	.body_holder {
		margin:auto;
		width: 917px;
		position: relative;
		top: -112px;
	}
/******************************************************************

"Computers are to design as microwaves are to cooking."  ~ Milton Glaser

******************************************************************/
