@charset "UTF-8";

@import "../../system/css/standards.css";
@import "../../system/css/required.css";
@import "../../system/css/form_elements.css";

@import "common_fe.css";
@import "fonts.css";

/* Global */

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	background: #f0f0f0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
.link {
	cursor: pointer;
	color: #888;
	text-decoration: none;
}

a:hover,
.link:hover {
	color: #666;
}

/* Page container */

#page-container {
	width: 960px;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .6);
	position: relative;
}


/* Header */

#header-container img {
	display: block;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Nav */

#nav {
	width: 220px;
	padding: 40px 20px 40px 0;
	float: left;
	font-size: 15px;
	line-height: 26px;
	background: no-repeat right 100px url(/includes/user/images/layout/nav_j.png);
	text-shadow: 0 1px 1px #fff;
	min-height: 320px;
}

#nav a {
	display: block;
	color: #333;
	padding: 0 0 0 22px;
}


#nav a:hover,
#nav a.active {
	color: #e20426;
}

#nav a.active {
	background: no-repeat left center url(/includes/user/images/layout/dot.png);
}


/* Content */

#content-wrapper {
	background: #fff repeat-y -60px 0 url(/includes/user/images/layout/nav_bg.png);
}

#content-container {
	width: 720px;
	float: left;
}

#content {
	padding: 40px;
}




/* Footer */

#footer-container {
	text-align: right;
	width: 900px;
	padding: 6px 0 20px;
	margin: auto;
	font-size: 12px;
}

#footer-container a {
	color: #333;
}

#footer-container a:hover {
	text-decoration: underline;
}

/* Content */

h1,h2,h3,h4,h5,h6 {
	color: #e20426;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}



/* list images */

.image_container {
	margin-bottom: 15px;
}

.image img {
	display: block;
}

.image_label {
	padding: 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	color: #555;
}

.images {
	float: right;
	margin-left: 30px;
	width: auto !important;
}

.images_list .images {
	float: none;
	margin: 25px 0 0 0;
}

.images_list .image_container {
	float: left;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.images_list .image_label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0, 0.75);
	color: #fff;
	padding: 3px 8px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.images_list  .image_container:hover .image_label {
	opacity: 1;
}



/*
.images.imagesleft {
	float: left;
	margin-right: 30px;
}*/

.imagescenter {
	width: 604px !important;
	margin: auto;
	margin-top: 15px;
}

