/*
	structural style for a layout - corresponds to our current template.css
	may also contain default colors
	this particular file is copied from template 61 and has not been cleaned up at all - so there may be a lot of unneessary stuff
*/
.watermark {
	background-color:#FFFFFF;
}
.whitewrap {
	background-color:#FFFFFF;
}
header {
	position:relative;
	height:auto;
	width:100%;
	min-height:100px;
}
#content_column {
	clear:left;
	position:relative;
	background-image:url(gdown.png);
	background-repeat:repeat-x;
	background-position:top left;
}
#inner_content {
	width:99%;
	overflow:hidden;
	padding:10px;
}
footer {
	background-color:#FFFFFF;
}
#layout_wrapper {
position:relative;
width:960px;
margin-left:auto;
margin-right:auto;
}
.watermark {
	border:1px solid #515151 !important;
}
#page_content {
	width:99%;
	margin:5px; 
}
nav {
position:relative;
display:block;
height:auto;
width:100%;
zoom:1;
}


nav {
	position:relative;
	width:100%;
	padding:0px 15px;
	margin: 0px 0px 0px -15px;
	float:left;
}
#menu_wrapper {
	position:relative;
	width:100%;
	height:auto;
}
.left-frill {
	position:absolute;
	height:53px;
	width:100px;
	left:-86px;
	bottom:-14px;
	background-repeat:no-repeat;
}
.right-frill {
	position:absolute;
	height:53px;
	width:100px;
	right:-86px;
	bottom:-14px;
	background-repeat:no-repeat;
}

header {
position:relative;
display:block;
height:auto;
width:100%;
z-index:0;

}

.top-line {
	height:25px;
	z-index:0;
}
.crumb-trail-container {
	margin-top:3px;
	margin-left:5px;
}
.admin-page-wrapper #content_column {
	width:auto;
}

.cb-3 { margin-top:10px; }
.cb-2 { margin-bottom:0px;margin-top:0px;
}
.header-text-1,
.header-text-2 {
	color:#FFFFFF;
}

.add-me-link { 
	color:#000000;
	font-weight:bold;
	margin-left:5px;
}
.social-network-panel {
	float:right; 
	margin-right:30px;
}
.user-panel {
	float:right;
	margin-top:2px;
}
#non_member_panel{ margin-top:5px; }


header {
	position:relative;
	overflow:visible;
}
#inner_header {
	width:100%;
	height:auto;
	overflow:hidden;
}
header {

	background-color:#FFFFFF;
}

.site-menu {
	min-height:40px;
	width:100%;

}
nav{
	background-image:url(bar.png);
	background-size:cover;
	background-repeat:no-repeat;
}
#menu_wrapper .site-menu {
	padding:10px 0px;
	background-color:transparent;
}

.crumb-trail-container {
	float:left;
}
#content_column {
overflow:hidden;
}
#favorites_hover {
	margin-top: 3px;
	margin-right: 10px;
}