/*
Theme Name: Impulsecreator
Theme URI: http://drumandbass.hu/
Description: Custom theme for Impulsecreator. Designed by rozmy. Wordpress template by a generous designer.
Author: rozmy
Author URI: http://rozmy.info/
Version: 0.2
*/

/* -------- RESET --------- */
* {position: relative;margin: 0; padding: 0;}
.clear {clear: both;}
.clr:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0;}
.clr {display: inline-block;}
html[xmlns] .clr {display: block;}
* html .clr {height: 1%;}

/* -------- FONTS -------- */
@font-face {
	font-family: 'SanukLF-LightItalicRegular';
	src: url('fonts/sanuklf-lightitalic-webfont.eot');
	src: local('☺'), url('fonts/sanuklf-lightitalic-webfont.woff') format('woff'), url('fonts/sanuklf-lightitalic-webfont.ttf') format('truetype'), url('fonts/sanuklf-lightitalic-webfont.svg#webfontUUl7HuYb') format('svg');
	font-weight: normal;
}

/* -------- LAYOUT -------- */
body {
	background-color: #f6f6f6;
	color: #898989;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 62.5%; /* resets 1em to 10px */
}
.container {
	position: relative;
	/*padding-right: 30px;*/
	width: 1000px;
}
#header {
	position: relative;
	height: 52px;
/*	overflow: hidden;*/
	background: url(images/header-bg.png) left top repeat-x #4b4e4a;
	color: #fff;
}
#feature {
	position: relative;
	background: url(images/feature-bg.png) left top repeat-x;
}
#page {
	position: relative;
	z-index: 0;
}
#content {
	position: relative;
	padding-top: 23px;
	padding-right: 30px;
}
#content-list {
	position: relative;
	float: left;
	margin-right: 15px;
	padding-top: 23px;
	width: 665px;
	overflow: hidden;
}
#sidebars {
	position: relative;
	float: left;
	padding-top: 23px;
	width: 292px;
}
.left-sidebar {
	position: relative;
	float: left;
	width: 292px;
}

.right-sidebar {
	position: relative;
	float: left;
	width: 290px;
}
#footer {
	position: relative;
	font-size: 11px;
	color: #a8a8a8;
}

/* -------- GENERAL -------- */
a {
	color: #00bdff;
	text-decoration: underline;
}
a:hover {
	color: #00bdff;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'SanukLF-LightItalicRegular', 'Helvetica Neue', Helvetica, sans-serif;
	color: #00bdff;
	font-weight: normal;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
	padding-bottom: 15px;
}
h3 {
	font-size: 18px;
	padding-bottom: 10px;
}
p {
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 17px;
}
ul, ol {
	margin-bottom: 20px;
}
li {
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 17px;
}
ul li {
	list-style-type: square;
}
blockquote {
	padding-top: 30px;
	padding-bottom: 12px;
	background: url(images/blockquote-bg.png) left top no-repeat;
	font-family: 'SanukLF-LightItalicRegular', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 20px;
}
*::-moz-selection {
	background: #00bdff;
	color: #fff;
}
*::selection {
	background: #00bdff;
	color: #fff;
}
/* -------- HEADER -------- */
#logo {
	position: absolute;
	left: 44px;
	top: 0;
}
#logo a {
	display: block;
	width: 175px;
	height: 52px;
	background: url(images/impulsecreator-logo.png) left top no-repeat;
	text-indent: -999em;
	outline: none;
}
#nav {
	position: absolute;
	left: 250px;
	top: 0;
}
#nav ul li {
	position: relative;
	display: block;
	float: left;
	margin-left: 53px;
	height: 52px;
}
#nav ul li:hover > ul ul {
	display: block;
}

#nav ul li.backLava {
	background: url(images/nav-bg.png) left top repeat-x;
}
#nav ul li a {
	position: relative;
	display: block;
	float: left;
	margin-top: 17px;
	height: 17px;
	line-height: 17px;
	color: #fff;
	font-size: 20px;
	font-family: 'SanukLF-LightItalicRegular', 'Helvetica Neue', Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

/* -------- FEATURE -------- */
#feature .container {
	padding-right: 30px;
	height: 284px;
	background: url(images/feature-cont-bg.png) left top no-repeat;
}
#article-image {
	position: absolute;
	left: -305px;
	top: -307px;
	margin-left: 310px;
	width: 690px;
	height: 284px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
#article-image-mask {
	position: absolute;
	left: -305px;
	top: -307px;
	width: 1000px;
	height: 284px;
	background: url(images/feature-top.png) left top no-repeat;
}

/* -------- PAGE -------- */
#page .container {
	background: url(images/page-cont-bg.png) left top no-repeat #eee;
}
body.home #page .container {
	background: url(images/page-front-cont-bg.png) left top no-repeat #eee;
}
.article {
	position: relative;
	float: left;
	padding-left: 18px;
	width: 660px;
}
.article-title {
	padding-top: 26px;
	margin-bottom: 13px;
/*	position: absolute;
	overflow: hidden;*/
}
.article-title h1 {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 30px;
	line-height: 37px;
}
.article-excerpt {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	font-weight: bold;
}
.article-sidebar {
	position: relative;
	float: left;
	padding-left: 20px;
	width: 275px; /* 295 */
	color: #000;
	font-size: 11px;
	overflow: hidden;
}
.side-box {
	margin-bottom: 10px;
}
.article-footer .side-box {
	color: #f6f6f6;
}
.side-box-title {
	margin-bottom: 13px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	color: #898989;
	font-size: 17px;
}
.article-footer .side-box-title {
	color: #fff;
	border-bottom-color: #a6a6a6;
}
.side-box-cont {
	padding: 0 5px;
}
.side-box-cont, .side-box-cont p, side-box-cont li {
	font-size: 11px;
}
.meta p {
	font-size: 11px;
	padding-bottom: 3px;
}
.meta .datetime {
	border-bottom: 1px solid #ebebeb;
}
.meta .comments-count {
	padding: 4px 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
.meta .comments-count a {
	padding-left: 18px;
	background: url(images/ico-comments.png) left top no-repeat;
}
.article-footer {
	position: relative;
	float: left;
	width: 1000px;
	background: #4b5255;
	color: #d0d0d0;
}
.article-footer .article-sidebar {
	position: relative;
	padding: 18px 0 18px 20px;
	color: #b8bcbe;
}
.article-footer .fullwidth {
	padding-right: 20px;
	width: 960px;
	background: url(images/rel-gallery-bg.png) left top repeat-x #484f52;
}
#comments {
	position: relative;
	float: right;
	padding: 18px 30px 18px 0;
	width: 665px;
	font-size: 12px;
}
#comments h4 {
	margin-bottom: 13px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a6a6a6;
	color: #fff;
	font-size: 17px;
}
#comments .comment-form {
	margin-bottom: 40px;
}
#comments .comment-box {
	margin-bottom: 28px;
}
#comments input, #comments textarea {
	padding: 3px;
	border: none;
	background-color: #323232;
	color: #fff;
	border-bottom: 1px solid #585e61;
}
#comments .ftxtarea {
	position: relative;
	float: left;
	padding: 1px;
	width: 540px;
	height: 80px;
	background: url(images/form-txtarea-top-bg.png) center top no-repeat;
}
#comments textarea {
	width: 534px; /* 540 */
	height: 78px; /* 86 */
	background: url(images/input-comm-bg.png) left top repeat-x #323232;
	font-size: 12px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	overflow: hidden;
}
#comments input {
	position: relative;
	display: block;
	float: left;
	margin-bottom: 5px;
	height: 21px;
	background: url(images/input-comm-bg.png) left top repeat-x #323232;
	line-height: 21px;
}
#comments input#submit {
	margin-top: 10px;
	margin-left: 115px;
	border: none;
	width: 74px;
	height: 27px;
	background: url(images/btn-comm-submit.png) left top no-repeat;
	text-indent: -999em;
}
#comments label {
	position: relative;
	display: block;
	float: left;
	margin-right: 15px;
	width: 100px;
	line-height: 27px;
	text-align: right;
}
#comments br {
	clear: left;
}
#comments p {
	padding-bottom: 10px;
}
#comments .comment-meta {
	color: #aaa;
	font-size: 10px;
}
#comments .comments-author {
	position: relative;
	float: left;
	padding-right: 15px;
	width: 100px; /* 101 */
	text-align: right;
	min-height: 60px;
}
#comments .comment-cont {
	position: relative;
	float: left;
	width: 534px;
}
#comments .comment-box .comments-author {
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid #42494c;
}
#comments .comment-auth-name {
	padding-bottom: 6px;
	font-weight: bold;
	color: #29a9df;
}
#comments .comment-auth-name a {
	text-decoration: none;
}
.gal-thumb {
	position: relative;
	float: left;
	margin-right: 4px;
	padding: 3px;
	width: 150px; /* 156 */
	height: 150px; /* 156 */
	background: url(images/gal-thumb-bg.png) left top no-repeat;
}
.gal-thumb a {
	display: block;
	padding: 4px;
	width: 142px;
	height: 142px;
	background-color: #4c5052;
}
.gal-thumb a img {
	display: block;
	border: none;
}
li.category-tartalom {
	margin-left: 0;
	padding-left: 12px;
	list-style: none;
	background: url(images/related-art-cat1-bg.png) left top no-repeat;
}
li.category-impulzus {
	margin-left: 0;
	padding-left: 12px;
	list-style: none;
	background: url(images/related-art-cat2-bg.png) left top no-repeat;
}
li.category-party {
	margin-left: 0;
	padding-left: 12px;
	list-style: none;
	background: url(images/related-art-cat3-bg.png) left top no-repeat;
}
#related-articles a {
	color: #f6f6f6;
	text-decoration: none;
}
#related-articles a:hover {
	color: #fff;
	text-decoration: none;
}

/* -------- LIST PAGES -------- */
#content-list .article {
	float: none;
	margin: 0 0 18px 18px;
	width: auto;
}
#content-list .article-title {
	position: relative;
	left: -18px;
	top: auto;
	width: auto;
	height: auto;
	overflow: auto;
	border-left: 2px solid #b3b3b3;
	padding: 0 0 0 16px;
}
#content-list .article-title h2 {
	font-size: 23px;
	color: #00bdff;
}
#content-list .article-title h2 a {
	color: #00bdff;
	text-decoration: none;
}
#content-list .article-title h2 a:hover {
	color: #009bd1;
	text-decoration: none;
}

#content .article-title h1 {
	font-size: 23px;
	color: #00bdff;
}
#content .article-title h1 a {
	color: #00bdff;
	text-decoration: none;
}
#content .article-title h1 a:hover {
	color: #00bdff;
	text-decoration: none;
}

#content-list .meta {
	position: relative;
	margin-top: -18px;
	color: #b3b3b3;
}
#content-list .meta .datetime {
	float: left;
	border: none;
}
#content-list .meta .comments-count {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
}

#content .meta {
	position: relative;
	margin-top: -10px;
	color: #b3b3b3;
}
#content .meta .datetime {
	float: left;
	border: none;
}
#content .meta .comments-count {
	float: right;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	border: none;
}


#content-list .article-cont {
	margin-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #d9d9d9;
	font-size: 11px;
	color: #7b7b7b;
}
#content-list .article-cont * {
	font-size: 11px;
	line-height: 15px;
}

#content .article-cont * {
	font-size: 11px;
	line-height: 15px;
}
#content-list .article-cont p, #content-list .article-cont ul {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 3px;
	padding-right: 3px;
}

#content .article-cont p, #content-list .article-cont ul {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 3px;
	padding-right: 3px;
}
#content-list .article-image {
	position: relative;
	float: left;
	margin: 0 0px 4px 0;
	z-index: 1;
}
#content-list .article-image a {
	display: block;
}
#content-list .article-image a img {
	display: block;
	border: none;
}
#content-list .article-edit {
	position: relative;
	float: right;
	margin-top: -17px;
}
#content-list #more-articles {
	padding: 9px 0 9px 18px;
}
#more-articles {
	position: relative;
	margin-bottom: 18px;
}
#more-articles ul {
	margin-bottom: 0;
}
#more-articles h3 {
	padding-bottom: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
}
#more-articles a {
	color: #2f2f2f;
	text-decoration: none;
}
#more-articles a:hover {
	text-decoration: underline;
}
#content-list .event .article-desc {
	float: left;
	width: 355px;
}
#content-list .event .article-desc p {
	margin-bottom: 10px;
}
#content-list .event .attendees {
	position: relative;
	padding: 5px 7px;
	background-color: #e9e9e9;
	font-size: 12px;
	color: #535353;
}
#content-list .event .attendees p {
	margin-bottom: 7px;
	font-size: 12px;
}
#content-list .event .attendees li {
	list-style: none;
	display: inline;
	margin: 0 5px 0 0;
}
#content-list .event .attendees a img {
	border: none;
}
#search-term h1 {
	margin-bottom: 10px;
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #1ac3fe;
	font-size: 15px;
}
.pager {
	margin-bottom: 18px;
	padding: 23px 80px 23px 100px;
	background: url(images/pager-bg.png) left top no-repeat;
	font-family: 'SanukLF-LightItalicRegular', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
}
.pager .prev {
	position: relative;
	float: left;
	padding: 0 0 0 15px;
	text-decoration: none;
	background: url(images/pager-prev.png) left center no-repeat;
}
.pager .next {
	position: relative;
	float: right;
	padding: 0 15px 0 0;
	text-decoration: none;
	background: url(images/pager-next.png) right center no-repeat;
}


/* -------- SIDEBARS -------- */
#sidebars .side-box-title {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-color: #1ac3fe;
	color: #1ac3fe;
	font-size: 15px;
}
#sidebars .side-box-cont {
	padding: 0;
	overflow: hidden;
}
.gallery-box {
	position: relative;
	width: 165px;
	overflow: hidden;
}
.gallery-box .gallery-meta {
	color: #b3b3b3;
	font-size: 10px;
	margin-bottom: 5px;
}
.gallery-box h5 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	color: #686868;
}
.gallery-box h5 a {
	color: #686868;
	text-decoration: none;
}
.gallery-box h5 a:hover {
	color: #3c3c3c;
	text-decoration: none;
}
.gallery-box ul {
	margin-bottom: 5px;
	width: 172px;
	list-style-type: none;
}
.gallery-box ul li {
	position: relative;
	float: left;
	display: block;
	margin: 3px 6px 3px 0;
}
.gallery-box ul li a {
	position: relative;
	float: left;
	display: block;
	padding: 1px;
	margin: 0;
	border: 1px solid #dfdfdf;
	background-color: #f6f6f6;
}
.gallery-box ul li a img {
	display: block;
	border: none;
}
.phorum-box {
	position: relative;
	margin-bottom: 14px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #d5d5d5;
}
.phorum-box h5 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	color: #a0a0a0;
}
.phorum-box h5 a {
	color: #a0a0a0;
	text-decoration: none;
}
.phorum-box h5 a:hover {
	color: #3c3c3c;
	text-decoration: none;
}
.phorum-box .phorum-comment {
	padding-bottom: 0px;
}
.phorum-box .phorum-comment * {
	color: #686868;
	line-height: normal;
}
.phorum-box .phorum-comment p {
	padding-bottom: 0;
}
.phorum-box .phorum-comment a {
	color: #686868;
	text-decoration: underline;
}
.phorum-box .phorum-comment a:hover {
	color: #686868;
	text-decoration: none;
}
.phorum-box .phorum-comment-meta .phorum-comment-author {
	position: relative;
	float: right;
	padding: 0px 0 0 0;
	line-height: 15px;
}
.phorum-box .phorum-comment-meta .phorum-comment-author a {
	color: #686868;
	text-decoration: none;
}
.phorum-box .phorum-comment-meta .phorum-comment-author a img {
	margin-right: 4px;
	border: none;
	vertical-align: top;
}
.mix-box {
	position: relative;
	margin-bottom: 14px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #d5d5d5;
}
.mix-box h5 {
	margin-bottom: 5px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	color: #a0a0a0;
	line-height: normal;
}
.mix-box h5 a {
	color: #a0a0a0;
	text-decoration: none;
}
.mix-box h5 a:hover {
	color: #a0a0a0;
	text-decoration: underline;
}
.mix-box h5 a strong {
	font-weight: normal;
	color: #686868;
}
.mix-box h5 a:hover strong {
	color: #686868;
	text-decoration: none;
}
.mix-box .mix-content {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #f3f3f3;
}
.mix-box .meta .rating {
	float: left;
	padding: 4px 2px;
}
.mix-box .meta .comments-count {
	float: right;
	margin-bottom: 0;
	border: none;
}
.dj-box {
	position: relative;
	margin-bottom: 14px;
	padding-bottom: 4px;
}
.dj-box h5 {
	padding-left: 17px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	color: #686868;
	background: url(images/dj-box-title-bg.png) left 3px no-repeat;
}
.dj-box h5 a {
	color: #686868;
	text-decoration: none;
}
.dj-box ul {
	list-style-type: none;
	margin-bottom: 8px;
}
.dj-box ul li {
	display: inline;
	margin: 0;
	font-size: 11px;
}
.dj-box ul li a {
	padding-left: 17px;
	text-decoration: none;
}
.dj-box ul li a:hover {
	text-decoration: underline;
}
.dj-box ul li a.myspace {
	background: url(images/ico-myspace.png) left center no-repeat;
}
.dj-box .dj-image a {
	display: block;
	padding: 1px;
	margin: 0;
	border: 1px solid #dfdfdf;
	background-color: #f6f6f6;
}
.dj-box .dj-image a img {
	display: block;
	border: none;
}
#party-list h4 {
	border-bottom: none;
}
#party-filter {
	position: absolute;
	right: 0;
	top: 0;
	width: 290px;
	border-bottom: 1px solid #1AC3FE;
	z-index: 10;
}
#party-filter #party-filter-head {
	height: 23px;
	border-bottom: 1px solid #fcfcfc;
}
#party-filter #party-filter-head a {
	position: relative;
	display: block;
	float: right;
	bottom: -1px;
	padding: 0 7px 0 17px;
	height: 22px;
	border-top: 1px solid #fcfcfc;
	border-left: 1px solid #fcfcfc;
	line-height: 20px;
	background: url(images/party-filter-head-bg.png) 5px 8px no-repeat #fff;
	cursor: pointer;
}
#party-filter #party-filter-cont {
	position: relative;
	padding: 5px;
	background-color: #fff;
	border-left: 1px solid #fcfcfc;
	border-right: 1px solid #fcfcfc;
	z-index: 11;
}
#party-list #party-list-cont {
	position: relative;
}
#party-list .party-box {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #d5d5d5;
}
#party-list .party-box h5 {
	font-size: 17px;
	color: #3c3c3c;
	line-height: 21px;
}
#party-list .party-box h5 a {
	color: #3c3c3c;
	text-decoration: none;
}
#party-list .party-box h5 a:hover {
	color: #686868;
	text-decoration: none;
}
#party-list .party-box .meta {
	font-size: 11px;	
}
#party-list .party-box .venue {
	color: #1c1c1c;
}
#party-list .party-box .venue a {
	color: #c6c6c6;
	text-decoration: underline;
}
#party-list .party-box .venue a:hover {
	color: #c6c6c6;
	text-decoration: none;
}
#party-list .party-box .party-box-cont * {
	color: #535353;
	line-height: normal;
	font-size: 11px;
}
#party-list .party-box .party-box-cont p {
	padding-bottom: 8px;
}
#party-list .party-box .comments-count {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#party-list .party-recommend a {
	display: block;
	margin-bottom: 25px;
	height: 53px;
	background: url(images/btn-recommend.png) left top no-repeat;
	text-indent: -999em;
}
#party-recommend h5,
#party-recommend h5 a {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
}
#bnrs {
	padding-bottom: 15px;
}
#bnrs .bnr {
	margin-bottom: 15px;
}
#bnrs .bnr a {
	display: block;
}
#bnrs .bnr a img {
	border: none;
}
#search-box {
	position: relative;
	margin-bottom: 10px;
	padding: 8px;
	background-color: #fff;
}
#search-box label {
	display: block;
	margin-bottom: 5px;
	color: #000;
	font-size: 10px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#search-box input#s {
	padding:  0 0 0 35px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ebebeb;
	background: url(images/search-box-input-bg.png) left top repeat-x;
}
.full-sidebar #search-box input#s {
	width: 415px;
}
#search-box input[type=submit] {
	position: absolute;
	left: 1px;
	bottom: 1px;
	display: block;
	width: 30px;
	height: 38px;
	background: url(images/search-box-submit.png) center center no-repeat;
	border: none;
	cursor: pointer;
}
#search-preferences {
	position: relative;
	margin-bottom: 10px;
	padding: 8px;
	background-color: #fff;
}
#search-preferences .timeframe {
	border-bottom: 1px solid #4d4c4c;
}
#search-preferences .timeframe label input {
	display: none;
}
#search-preferences .timeframe label {
	display: block;
	float: left;
	padding: 0 12px;
	cursor: pointer;
	line-height: 27px;
	height: 27px;
	text-transform: uppercase;
	color: #000;
	font-size: 10px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	border-top: 2px solid #fff;
}
#search-preferences .timeframe label:hover {
	background-color: #f9f9f9;
}
#search-preferences .timeframe label.selected {
	color: #fff;
	background-color: #4d4c4c;
	border-top-color: #3e3e3e;
}
#search-preferences .timeframe label small {
	font-size: 8px;
	color: #cdcdcd;
}
#search-preferences .genre {
	padding: 20px 0 10px;
	color: #484848;
	font-size: 10px;	
}
#search-preferences .genre label {
	margin-left: 20px;
}
#search-preferences .genre label:first-child {
	margin-left: 0;
}
#search-preferences .genre input {
	margin-right: 4px;
}
#search-preferences .onleft {
	position: relative;
	float: left;
	width: 49%;
	text-transform: lowercase;
}
#search-preferences .onright {
	position: relative;
	float: right;
	width: 49%;
}
#search-preferences .other {
	font-size: 10px;
	color: #484848;
}
#search-preferences .other p {
	color: #adadad;
	font-size: 10px;
	text-transform: lowercase;
	padding-bottom: 7px;
}
#search-preferences .other .onleft input {
	margin-right: 4px;
}
#search-preferences .other .onright label {
	display: block;
	padding-bottom: 4px;
}
#search-preferences .other .onright input {
	padding:  0 5px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #ebebeb;
	background: url(images/search-box-input-bg.png) left top repeat-x;
	width: 94%;
}
.event-box {
	position: relative;
	margin-bottom: 5px;
	padding: 12px;
	background-color: #fff;
}
.event-box .onleft {
	float: left;
}
.event-box .onright {
	float: right;
}
.event-box input[type=text] {
	padding: 0 8px;
	height: 26px;
	width: 342px;
	line-height: 26px;
	border: 1px solid #ebebeb;
	background: url(images/search-box-input-bg.png) left top repeat-x;
	color: #4d4e4b;
}
.event-box textarea {
	padding: 8px;
	width: 342px;
	height: 75px;
	border: 1px solid #ebebeb;
	background: url(images/search-box-input-bg.png) left top repeat-x;
	color: #4d4e4b;
}
.event-box label {
	display: block;
	font-size: 10px;
	color: #000;
	margin-bottom: 5px;
}
.event-box p.tip {
	background: url(images/ico-tip.png) left center no-repeat;
	line-height: 26px;
	padding:0 0 0 25px;
	font-size: 10px;
	color: #4b4b4f;
}
.event-box #fb-link,
.event-box p.tip {
	float: left;
	margin: 0 5px 0 0;
}
.event-box .event-flyer {
	position: relative;
	float: left;
	margin-right: 15px;
}
.event-box .event-flyer a {
	display: block;
	background: url(images/event-flyer-bg.jpg) left top no-repeat;
	width: 265px;
	height: 346px;
	margin-bottom: 10px;
}
.event-box .event-flyer a img {
	display: block;
	width: 265px;
	height: 346px;
	border: none;
}
.event-box .event-flyer p {
	font-size: 10px;
	color: #909090;
}
.event-box .event-info {
	position: relative;
	float: left;
	width: 360px;
	margin-right: 15px;
}
.event-box .event-info input,.event-box .event-info textarea {
	margin-bottom: 15px;
}
.event-box .event-info .onright {
	width: 170px;
}
.event-box .event-info #event-start,
.event-box .event-info #event-end {
	width: 116px;
	margin-right: 5px;
}
.event-box .event-info .ui-datepicker-trigger {
	position: relative;
	top: 5px;
	display: inline-block;
	cursor: pointer;
}
.event-box .event-info input[type=submit] {
	background: url(images/btn-event-upload.png) left top no-repeat #323232;
	width: 117px;
	height: 27px;
	border: none;
	color: #fff;
	cursor: pointer;
}
.ui-datepicker {
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ebebeb;
}
.ui-datepicker a {
	cursor: pointer;
}
.event-box .event-info p.note {
	font-size: 10px;
}
.event-box .event-meta {
	position: relative;
	float: left;
	width: 290px;
}
.event-box .event-meta p {
	font-size: 10px;
	color: #000;
	padding-bottom: 5px;
}
.event-box .event-meta label {
	position: relative;
	float: left;
	width: 130px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.event-box .event-meta label input {
	margin-right: 5px;
}
/* -------- FOOTER -------- */
#footer .container {
	padding-top: 75px;
	background: url(images/footer-bg.png) left top no-repeat #eee;
}
body.single #footer .container {
	background-color: #4b5255;
}
#footer p {
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 11px;
}
#footer a {
	color: #a8a8a8;
	text-decoration: underline;
}
#footer a:hover {
	color: #c8c8c8;
	text-decoration: none;
}
#footer .footer-content {
	background-color: #fff;
	padding-bottom: 30px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	clear: both;
	display: block;
	position: absolute;
	left: 250px;
	top: 0;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0px 10 -0.8125em;
	padding-left: 0px;
	list-style-type:none;
}
/*
#access ul li.backLava {
	background: url(images/nav-bg.png) left top repeat-x;
}
#access ul ul li.backLava {
	background: url(images/nav-bg.png) left top repeat-x;
}
*/
#access li {
	float: left;
	position: relative;
	list-style-type:none;
}

#access ul li {
	padding-right: 9px;
}
#access ul li a {
	padding-bottom: 20px;
}
#access a {
	position: relative;
	display: block;
	float: left;
	margin-top: 17px;
	height: 17px;
	line-height: 17px;
	color: #fff;
	font-size: 20px;
	font-family: 'SanukLF-LightItalicRegular', 'Helvetica Neue', Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 99999;
	margin-top: 17px;
	width: 175px;
	list-style-type:none;
}
#access ul ul li {
	margin-left: 0px;
	margin-bottom: 0px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: url(http://www.drumandbass.hu/wp-content/themes/ipc/images/header-bg.png) left top repeat-x;
	border-bottom: 1px dotted #000;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	height: auto;
	line-height: 1.2em;
	padding: 10px 10px;
	width: 180px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access li:hover > a,
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

.article .category-tartalom {
    border-left: 2px solid #00bdff !important;
}

.article .category-impulzus {
    border-left: 2px solid #00ff00 !important;
}

.article .category-party {
    border-left: 2px solid #ff00ff !important;
}
.article-cont img {
    padding-right: 8px;
    padding-bottom: 8px;
}
#searchsubmit {
	background: url(http://ipcdev.torespont.hu/wp-content/themes/ipc/images/btn-comm-submit.png) left top no-repeat;
	border: none;
	width: 74px;
	height: 27px;
	cursor: pointer;
	vertical-align: top;
}
.article-cont p {
    padding-bottom: 20px !important;
}
.social-ring-button {
    float: right;
}
.alignleft {
float: left;
}

#content .article {
    padding-right: 12px;
    width: 642px;
}

#content .article-cont p:first-child {
    font-weight: bold;
}

.survey-qq {
    font-weight: bold;
}

.answer {
    margin-top: 4px;
}
#survey-action-button {
    margin-bottom: 12px;
}
#action-button {
    margin-bottom: 12px;
}