/**
 * Basic 2 column (content)(aside) fixed layout
 * 
 * @package WPFramework
 * @subpackage Layouts
 * @beta
 */
 
 /*BROWSER RESET*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,button,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,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

.container { width: 960px; margin: 0px auto; padding-top:10px; padding-left:40px; padding-right:40px; padding-bottom:10px; background-image:url('../images/container-bg.png'); background-repeat:repeat-y; }
.hfeed { width: 630px; float: left; padding-top:10px; /*border-right: 1px #ccc dashed; padding-right:20px;*/ min-height:500px;}/*PRIMARY - LEFT COLUMN*/
.aside { width: 290px; float: right; padding-top:10px; padding-left:20px; padding-right:0px; min-height:500px; border-left: 1px #ccc dashed;}/*SECONDARY - RIGHT COLUMN*/
.header { width:100%; height:460px; background-color:#194783;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#194783', endColorstr='#2260b0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#194783), to(#2260b0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #194783,  #2260b0); /* for firefox 3.6+ */
}
.innerheader { width:1040px; height:460px; margin-left:auto; margin-right:auto; background-image:url('../images/innerheader-text1.png'); background-repeat:no-repeat;}
.innerfooter { width:1040px; height:90px; background-image:url('../images/innerfooter.png'); background-repeat:no-repeat; margin-left:auto; margin-right:auto; }
.footer { width:100%; background-color:#194783; }
.contentslide { width:671px; height:179px; padding-top:121px; padding-left:29px; float:left; }
#wpcontent_slider { margin:0; padding:0; width:700px; height:200px;}