#wrapper, #content {
    position: relative;
    z-index: 10;
    width: 960px;
    border: 0 none;
    min-height: 1200px;
    height: auto !important;
    height: 1200px;
}

#wrapper {
    margin: 50px auto;
}

.article-section
{
	font-size: 20px;
	margin:10px 0;
	clear: both;
	background-color: #444;
	
	padding: 11px 0 10px 10px;
}
section
{
	width:940px;
	overflow: hidden;
	clear:both;
	margin: 10px;
}
.col
{
	float: left;
	overflow: hidden;
}
.col2 .first
{
	width: 600px;
}
.col2 .second
{
	width : 340px;
	background-color: #222;
}
.col3 .col
{
	margin-right: 2px;
    width: 312px;
    background-color: #222;
    min-height: 750px;
}
.col3  .first {
    background-color: #222;
}
.col3  .third{
    margin-right: 0
}
.editors-position
{
	min-height: 150px;
}
.feed-page .page-title
{
	font-size: 20px;
	margin: 20px 0 0 20px;
	display: inline-block;
}
.feed-page p
{
	
	margin: 0 0 0 10px;
	font-size: 16px;
	line-height: 1.3;
	font-style:italic;
	color: #777;
}

.feed-page ul
{
	margin: 10px 0 20px 30px;
}


.feed-page ul li
{
	font-size: 18px;
	line-height: 1.3;
}


#login
{
	display:none;
	background-color: rgba( 0, 0 ,0, .8);
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index: 1000000
}

#login form,#login div {
	color: black;
	margin: 50px;
	background-color: #fff;
	padding: 50px;
	border: 1px solid black;
}
#login div {
	font-size: 20px;
	text-align: center;
}
