/*
Due to the nested borders, the content_column wraps the entire layout. If the content_column resides inside one of the nested borders, there is overlap on top of one of the other borders.
*/

header {
	position:relative;
	width:100%;
	border-top-left-radius:30px;
	border-top-right-radius:30px;
	background-color:#FFFFFF;
}

.watermark {
	background-color:#FFFFFF;
}
#layout_wrapper {
	position:relative;
	width:968px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	border-width:1px; 
	border-style:solid; 
	padding:2px;
	background-color:#959494 !important;
	box-shadow:1px 1px 8px #000000;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	overflow:hidden;
}
#outer_border1 {
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	position:relative;
	padding:2px;
	border:1px solid #000000;
	background-color:#dad7d7;
	overflow:hidden;
}
#outer_border2 {
	position:relative;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	border:1px solid #000000;
	overflow:hidden;
	
}
#page_content 
{
	width:98%;
	padding-left:5px; 
}
nav {
display:block;
width:100%;
font-weight:bold;
font-family:arial;
background-color:#FFFFFF;
margin-bottom:10px;
}
.top-line {
	clear:both;
	padding-top:5px;
	height:30px;
	margin-right:10px;
}
footer {
	background-color:#FFFFFF;
}
#content{
	border-radius:30px;
	-moz-box-shadow:inset 0 0 4px #000000;
	-webkit-box-shadow:inset 0 0 4px #000000;
	box-shadow:inset 0 0 4px #000000;
}
#content_column { width:968px;margin-left:auto;margin-right:auto;}
.member-drop {
	top: 24px;

}
.add-me-link {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	margin-left:5px;
	
}

.cb-2,.cb-3,.cb-8 {
	margin:0px;
}
.social-network-panel {
	float:left;
}
#share_pop_out {
	right:30px;
}
.user-panel {
	 float:right;
	 margin-right:10px;
	 margin-top:0px;
	 position:relative;
}
.user-controls {
	float:left;
	margin-top:5px;
}
.crumb-trail-container {
	clear:left;
}
.crumb-trail-container, .add-me-link {
	margin-left:5px;
	margin-right:5px;
}
#share_pop_out {
	left:0px;
}
.cb-3 {
clear:left;
background-color:#FFFFFF;
}
