/**** GENERIC ****/

	
	
	
	button {
		display:block;
		cursor:pointer;
	}
	
	#nav {
		background:url(../../images/new/nav/nav.jpg) no-repeat top center;
		margin:0 0 5px 0;
	}
	
	h3, h4 {
		font-size:1em;
	}
	
/**** CLEAR FIX ****/

	.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.clearfix {
		display:inline-block;
	}
	.clearfix {
		display:block;
	}
	
/**** HEADINGS ****/

	
	
/**** CONTENT ****/
	div#cLeft {
		width:472px;
	}

	.box {
		width:100%;
		/*margin:0 auto 100px auto;
		background:#242424;
		border-bottom:3px solid #505050;*/
	}
	
	/* pag */
	.box .pag {
		height:19px;
		width:100%;
		margin:5px auto 10px auto;
		background-position:top center;
		background-repeat:no-repeat;
		text-align:left !important;
		line-height:15px;
	}
	.box .pag.top {
		/*background-image:url(../../images/new/layout/pag-top.jpg);*/
	}
	.box .pag.bottom {
		/*background-position:bottom center;
		background-image:url(../../images/new/layout/pag-bottom.jpg);*/
		margin-bottom:0;
		padding-top:32px;
		border-top:1px solid #464646;
		line-height:19px;
	}
	* html .box .pag.bottom {
		height:17px;
	}
	.box.article .pag.bottom {
		border-top:none;
	}
	.box .pag a,
	.box .pag div {
		display:inline;
		padding:0 2px;
	}
	/*.box .pag a {
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	}
	.box .pag a:hover {
		color:#fbfd00;
	}*/
	#wrapper #copy .box .pag a span {
		
		display:inline;
		clear:none;
		background:none;
		padding:0 0 0 4px;
	}
	.box .pag div {
		font-size:1em;
	}
	#wrapper #copy .box .pag div strong {
		background:#cccccc url(../../images/new/layout/pag-s-l.jpg) no-repeat top left;
		color:#464646;
		display:inline-block;
		height:15px;
		font-weight:100;
		line-height:15px;
	}
	#wrapper #copy .box .pag  div strong span {
		background:url(../../images/new/layout/pag-s-r.jpg) no-repeat top right;
		display:inline-block;
		height:15px;
		padding:0 4px;
		line-height:15px;
	}
		
	/* item */
	.item {
		margin:0;
		padding:20px 0 0 0;
		border-top:1px solid #464646;
	
		width:100%;
	}
	.item .img {
		float:left;
		display:block;
		
		border:10px solid #464646;
		margin-bottom:8px;
		
	}
	div#cLeft  div#news img {
		border:none;
		padding-left:0;
	}
	.item div.content {
		float:right;
		width:500px;
		padding:6px 15px 6px 0;
	}
	#wrapper #copy .item div.content h3 {
		padding-top:0;
	}
	#wrapper #copy .item div.content h4 {
		margin:0 0 4px 0;
		font-size:1.1em;
	}
	#wrapper #copy .item div.content h3 a,
	#wrapper #copy .item div.content h4 a {
		color:#ebece3;
	}
	#wrapper #copy .item div.content h3 a:hover,
	#wrapper #copy .item div.content h4 a:hover {
		color:#fbfd00;
	}
	#wrapper #copy .item div.content p {
		color:#cdd0c7;
	}
	
	/* article */
	#article {
		margin:0;
	}
	#article div.img {
		/*padding:0 5px 5px 5px;
		width:219px;
		height:181px;
		float:left;
		background:url(../../images/new/layout/article-frame.jpg) no-repeat top center;*/
		border:10px solid #464646;
	}
	#article div.img img {
		border:none;
		display:block;
		padding:0;
	}
	#article div.content {
		/*width:440px;
		float:right;*/
		padding-top:15px;
	}
	#article div.content h4 {
		font-size:1.1em;
margin:0 0 4px;
	}
	#article div.content h3,
	#news div.content h3 {
		font-size:1.3em;
		line-height:1.3em;
		color:#ebece3;
		margin:0 0 0px 0;
		padding-top:0;
	}
	#article div.content p {
		color:#c5c7bf;
	}
	

