html,body {
	padding:0;
	margin:0;
}
html{
  height: 100%;
  width:100%;
}
body {
  min-height: 100%;
  min-width:100%;
}
#wrap {
	min-height: 100%;
	height: 100%;
	position:relative;
}
.clear {
	clear:both;
}
.header {
	width:1000px;
	margin:0 auto;
}
.spacer {
	height:20px;
}
.sgh {
	width:100%;
	position:relative;
	height:100px;
	background-color:#670606;
	border-bottom:2px solid #333;
}
.sght {
	width:1000px;
	display:inline-block;
	color:#FFF;
	font-size: 44.5px;
	height: 80px;
	text-align:center;
}
.sght a {
	text-decoration:none;
	color:#FFF;
}
.sght a:hover {
	text-decoration:none;
}
.sght h3 {
	line-height:80px;
	font-size: 44.5px;
	
}
.sglp {
	display:inline-block;
	color:#FFF;
	margin-left:10px;
	font-size:14px;
}
.sgrp {
	float:right;
	margin-right:10px;
	color:#ddd;
}
.cntner-old {
	background-image:url('/img/bg3.jpg');	
	background-position:center 0;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
.cntners {
	position:relative;
	margin-bottom:30px;
}
.navigation {
	width:1000px;
	height:40px;
	background-color:#670606;
	display:block;
	position:relative;
	margin-top:-2px;
}
.navigation ul {
    display: inline-block;
    height: 40px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.navigation ul li {
    height: 30px;
}
.navigations li.mlink {
    border-right: 1px solid #BBBBBB;
    float: left;
    height: 40px;
    line-height: 30px;
    vertical-align: middle;
}
.navigation li.mlink, .navigation li.blank {
    background:url('/img/divider.png') 100% 0 no-repeat;
    float: left;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
.navigation li.mlink a, .navigation li.mlink span {
    color: #EEEEEE;
    font-size: 16px;
    padding: 5px 12px;
    text-decoration: none;
}
.navigation li.mlink:hover, .navigation li.mlinks span:hover {
    background: url("/img/nav-red-bgr.png") repeat-x 0 -35px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    cursor: pointer;
}
.navigation li.mlink a:hover {
    color: #FFFFFF;
}

.cntner {
    display: block;
    margin: 0 auto;
	width:1000px;
}
.content {
	width:1000px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	margin: 0 auto;
	min-height:400px;
	padding:20px 0;
	overflow: hidden;
}
.arcont {
	padding:20px;
	float:left;
	width:700px;
	color:#222;
	font-size:17px;
	line-height:25px;
}
.arcont h1 {
	font-size:45px;
	line-height:45px;
	margin:0 10px 20px;
	color:#505050;
}
.arcont h4 {
	color: #505050;
}
.arhead {
	width:550px;
	font-size:14px;
	line-height:20px;
}
.arbody {
	color:#333;
	margin-top:10px;
}
.arbody p {
	text-rendering:auto;
}
.published {
	height:20px;
	font-size:10px;
}
.published .pubauth,.published .pubdate {
	display:inline;
}
.contright {
	float:right;
	width:320px;
	min-height:50px;
	margin:30px 20px 0 0;
	text-align:center;
}
.contright-mob {
	display:none;
}
#footer {
    position: relative;
    width: 100%;
    height: 100px;
	margin-top:50px;
}
.footercont {
	width:1000px;
	border-top:1px solid #CCC;
	height:100px;
	margin:0 auto;
}
#frmPost textarea {
	width:620px;
}
#frmPost {
	width:620px;	
}
.minart {
	position:relative;
	padding:10px;
	height:150px;
}
.minartim {
	display:inline-block;
	height:150px;
	width:220px;
}
.minartim img {
	padding:0;
	margin:0;
}
.minartbod {
	display:inline-block;
	width:350px;
	margin-left:10px;
	float:right;
}
.reporter {
	display:inline;
	padding-left:400px;
}
.reporter a {
	color:#fff;
	text-decoration:none;
}
.reporter a:hover {
	text-decoration:none;
	color:#666;
}
.publish {
	height:200px;
	maring:10px;
}
/* Media Queries */
@media screen and (max-width: 480px) {
	.header {
		width:100%;
	}
	.sgh {
		width:100%;
		position:relative;
		height:100px;
		background-color:#670606;
		border-bottom:2px solid #333;
	}
	.sght {
		width:100%;
		display:inline-block;
		color:#FFF;
		font-size: 44.5px;
		height: 60px;
		text-align:left;
	}
	.sght h3 {
		font-size: 34.5px;
		line-height: 40px;
		text-align:left;
	}
	.sglp {
		display:inline;
	}
	.reporter {
		display: inline;
		padding-left: 10px;
	}
	.sgrp {
		color: #DDDDDD;
		display: inline-block;
		float: right;
		margin-right: 10px;
	}	
	.navigation {
		width:100%;
	}
	.cntner {
		width:100%;
	}
	.content {
		width:100%;
	}
	.contright {
		display:none;
	}
	.contright-mob {
		display:block;
		clear:both;
		float:left;
	}
	.footercont {
		width:100%;
	}
	.arcont {
		width:100%;
		padding:10px 0 0 10px;
	}
	.minart {
		height:auto;
	}
	.minartbod {
		width:100%;
		float:none;
	}
}
@media screen and (max-width: 1024px) {
	.header {
		width:100%;
	}
	.sgh {
		width:100%;
		position:relative;
		height:100px;
		background-color:#670606;
		border-bottom:2px solid #333;
	}
	.sght {
		width:100%;
		display:inline-block;
		color:#FFF;
		font-size: 44.5px;
		height: 60px;
		text-align:left;
	}
	.sght h3 {
		font-size: 34.5px;
		line-height: 40px;
		text-align:left;
	}
	.sglp {
		display:inline;
	}
	.reporter {
		display: block;
		padding-left: 10px;
	}
	.sgrp {
		color: #DDDDDD;
		display: inline-block;
		float: right;
		margin-right: 10px;
	}	
	.navigation {
		width:100%;
	}
	.cntner {
		width:100%;
	}
	.content {
		width:100%;
	}
	.contright {
		display:none;
	}
	.contright-mob {
		display:block;
		clear:both;
		float:left;
	}
	.footercont {
		width:100%;
	}
	.arcont {
		width:100%;
		padding:10px 0 0 10px;
	}
	.minart {
		height:auto;
	}
	.minartbod {
		width:100%;
		float:none;
	}
}