﻿.content
{
	background-color:#FFFFFF;
	background-image:url(./images/content_bg.jpg);
	background-repeat:repeat-x;
	padding:20px 0px 20px 0px;
	display:block;
	position:relative;
	overflow:hidden;
	width:100%;
	height:auto;

	
}
.content a,.content a:visited,.content a:active
{
	color:#005E8F;
	font-weight:400;
	text-decoration:none;
}
.content h1
{
	font-size:26px;
	font-weight:400;
	color:#000000;
	margin:5px 0px 5px 0px;
}
.content h2
{
	font-size:22px;
	font-weight:400;
	color:#000000;
	margin:5px 0px 5px 0px;
	
}
.content h3
{
	
}
.page,.panel
{
	width:830px !important;
	margin:0 auto;
	background:#FFFFFF url(./images/content_container_page.jpg) no-repeat;	
	color:#3D3D3D;
	font-size:14px;
	font-weight:400;
	line-height:23px;
	display:block;
	overflow:hidden;
	padding-top:20px;
	min-height:500px;
	
	
	
}
.panel
{
	background:url(./images/content_container_panel.png) no-repeat;	

}
.page .container,.panel .container
{
	margin-left:20px;
	margin-right:20px;
}

.sidebar
{
	width:250px;
	background-color:#efefef;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.2);
	
}


.box
{
	width: 310px;
	height: 475px;
	margin: 10px 0px 0 10px;
	padding: 0px;
	overflow: hidden;
	float: left;
	background-color: #efefef;
	background-repeat: no-repeat;
	border: 1px solid #434242;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.8);
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.8);
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	display:inline;
}
.box .header
{
	height: 45px;
	width: 100%;
	color: #FFFFFF;
	background-color: #353740;
	border:none;
}
.box .header h1
{
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
	font-size: 20px;
	text-align: left;
	line-height: 45px;
	padding-left: 10px;
	margin:0px;
}
.box .boxcontainer
{
	height: 430px;
	width: 306px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	margin: 10px;
}
.box .boxcontents
{
	margin: 0px;
	height: 410px;
	width: 290px;
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #dcd7d7;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}

.box .boxcontents img
{
	border: none;
	text-align: center;
	top: 0;
	left: 0;
}
.screenshots
{
	padding: 10px;
	height: 100%;
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}
.article
{
	clear: both;
	display: block;
	height: 390px;
	width: 270px;
	margin: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}
.article .headline
{
	color: #333;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 2px;
	display: block;
	width: 100%;
}
.article .date
{
	color: #666666;
}
.article .message
{
}

