body {
	font: 12px Arial;
	margin:0;
	padding:0;
	background: #444 url(../images/bg-grain.png);
	background-position: center -140px;
}
#site {
	background: url(../images/bg-light.png) no-repeat;
	background-position: center top;
}

.wrapper {
	width: 1024px;
	margin: 0 auto;
}

#header {
	position:relative;
	height: 191px;
	color:#f8f8f8;
}
#header .logo {
	position:absolute;
	top:24px;
}

#header .title {
	position:absolute;
	font: 22px "Times New Roman";
	top:75px;
	left:220px;
	text-transform:uppercase;
	line-height:38px;
}

#header .date {
	position:absolute;
	font-size:14px;
	right:27px;
	font-style:italic;
	top:130px;
	line-height:18px;
	text-align:right;
	
}

#header .login {
	position:absolute;
	font-size:14px;
	right: 27px;
	top: 30px;
	text-align: right;
	line-height: 24px;
}

#header .login a {
	color:rgba(234,86,163,1);
	text-decoration:none;
}

#header .login a:hover {
	text-decoration:underline;
}

#navigation {
	height: 27px;
	background:rgba(255,255,255,0.33);
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style: none;
}

#navigation ul li:first-child {
	display:none;
}

#navigation ul li {
	margin:0;
	padding:0;
	float:right;
}
#navigation ul li a {
	display:inline-block;
	color:#eee;
	text-decoration:none;
	text-transform: uppercase;
	line-height:27px;
	padding: 0 10px;
}
#navigation ul li span {
	display:inline-block;
	color:#fff;
	line-height:27px;
	font-weight:normal;
}
#navigation ul li a:hover {
	color:#fff;
}

#navigation ul li.active a {
	background: rgba(234,86,163,0.9);
}

#footer {
	background: #0077c0;
	height:28px;
	font-size:12px;
	color: #fff;
	text-align:center;
}

#footer ul {
	display: inline-block;
	margin:0;
	padding:0;
	list-style: none;
}
#footer ul li {
	float:left;
	line-height:28px;
	margin:0px;
	padding:0px;
}

#footer ul li a, #footer ul li span { 
	border-left:solid 1px #fff;
	padding:0px 8px;
	color: #eee;
	text-decoration:none;
	font-weight:bold;
}

#footer ul li a:hover {
	color:#fff;
}

#footer ul li span.no-border {
	border:none;
}

#content {
	background: #fff;
}
#content.page-contest {
	background:url(../images/bg-contest.jpg) no-repeat;
	min-height: 1380px;
}
#content.page-categories {
	background:#fff url(../images/bg-categories.jpg) no-repeat;
	min-height: 930px;
}
#content.page-awards {
	background:#fff url(../images/bg-awards.jpg) no-repeat;
	min-height: 916px;
}
#content.page-jury {
	background: #fff url(../images/bg-jury.jpg) no-repeat;
	min-height: 970px;
}
#content.page-artworks {
	background: #fff url(../images/bg-artworks.jpg) no-repeat;
	min-height: 970px;
}
#content.page-registration, #content.page-submit {
	background: #fff url(../images/bg-submit.jpg) no-repeat;
	min-height: 970px;
}
#content.page-about {
	background: #fff url(../images/bg-about.jpg) no-repeat;
	min-height: 940px;
}
#content.page-video {
	background: #fff url(../images/bg-video.jpg) no-repeat;
	min-height: 927px;
}

#content {
	background: #fff url(../images/bg-contact.jpg) no-repeat;
	min-height: 970px;
}

#main {
	width:750px;
	float:left;
}

#sidebar {
	float:right;
	width:250px;
}

#sidebar .module {
	position:relative;
	padding:5px;
}

#main .module {
	position:relative;
	padding:0px 0px;
}

#main .module-title {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 0 60px;
	text-transform: uppercase;
	height:42px;
}
#main .module-content {
	padding:10px 20px;
}
#main .module-content .module-title {
	padding:0px 20px 10px 40px;
}

.no-bordfer {
	border:none;
}

#databaseContent .jury {
	float:left;
	padding-top:255px;
	padding-left:5px;
	padding-right:45px;
	width:163px;
	height:133px;
}
#databaseContent .jury-1 {
	background:url(../images/jury-1.png) no-repeat;
}

#databaseContent .jury-2 {
	background:url(../images/jury-2.png) no-repeat;
}

#databaseContent .jury-3 {
	background:url(../images/jury-3.png) no-repeat;
}

#databaseContent .jury-4 {
	background:url(../images/jury-4.png) no-repeat;
}

#databaseContent .jury-5 {
	background:url(../images/jury-5.png) no-repeat;
}

h3 { 
	margin: 15px 0px 10px 0px;
	font-size:18px;
	color:#e60e7e; 
}

#templateContent h3 {
	margin: 15px 0px 5px 0px;
	font-size:16px;
	color:#000
}

.module .module-menu {
	font-size:12px;
	line-height:18px;
	position:absolute;
	border:solid 1px #000;
	background:#fff;
	padding:4px;
	right:5px;
	top:5px;
	opacity:0.4;
	transition: opacity .15s ease-in-out
}

.module .module-menu:hover {
	opacity:1;
	transition: opacity .15s ease-in-out
}
.module .module-menu .icon {
	padding:1px 0 1px 22px;
}
.module .module-menu .icon-edit {
	background: url(../images/icons/icon-edit.png) no-repeat;
}

#elrte .el-rte iframe {
	background:transparent;
}
#elrte .el-rte .workzone {
	border:0;
	padding: 10px 20px;
}

.editor-content  {
	background:transparent;
	border:0;
	font-size:14px;
}

.editor-content p {
	padding:8px 0 18px 0;
}

.editor-content a {
	color:#051569;
	text-decoration:none;
}
.editor-content a:hover {
	text-decoration:underline;
}
