@font-face { font-family: DinPfl; src:url("../fonts/DIN_B___.otf") format("opentype") }

p.note{
	background: #fff9a7;
	padding: 5px;
}

.message{
	margin: 2px 5px 5px 5px;
}

.loader{
	background: transparent url('../img/img_load.gif') no-repeat 50% 100%;
}

body{

}

.wrapper{
}

#header{
	height: 118px;
	background: transparent url('../img/header_bg.png') no-repeat 0 0;	
}

	#header .logo{
		padding: 18px 0 0 20px;
		margin: 0;
	}

	#header .logo h1{
		padding: 0;
		margin: 0;
		color: #575657;
		font-size: 56px;
		text-transform: uppercase;
		font-family: DinPfl, Arial, Tahoma, sans-serif;
	}

	#header .logo h1 a,
	#header .logo h1 a:link,
	#header .logo h1 a:visited,
	#header .logo h1 a:hover,
	#header .logo h1 a:active{
		color: #575657;
		text-decoration: none;
	}

	#header .logo p{
		padding: 0;
		margin: 0;
		font-size: 12px;
		color: #e50083;
		text-align: left;
		font-weight: bold;
		text-transform: uppercase;		
	}

#nav{
	margin: 0;
	text-align: right;
	height: 20px;
	color: #FFF;
	background: #000;
/*	font-weight: bold;	*/
}

	#nav .inner{
		padding: 3px 16px 0 0;
	}

	#nav a,
	#nav a:link,
	#nav a:visited,
	#nav a:active,
	#nav a:hover{
		color: #FFF;
		text-decoration: none;
		font-weight: bold;
	}

	#nav a:hover{
		text-decoration: underline;
	}

#page{
	margin: 0 0 5px 0;
	padding: 5px 0 0;
/*}

.pages-home #page{*/
	background: transparent url('../img/wrap_bg.png') repeat 0 0;		
}
	
/* Block */

.block{
/*	margin: 0 0px 5px 5px;*/
/*	background: #FFF;*/
}

.block a{
	color: #000;
	text-decoration: underline;
}

.block a:hover{
	text-decoration: none;
}

.block .head{
	margin: 0;
/*	padding: 7px 0 7px 0;*/
	font-size: 16px;
	color: #535353;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
/*	background: transparent url('../img/block_240_head_bg.png') no-repeat 50% 0;*/
}

.block .head a{
	color: #535353;
	text-decoration: none;
}

.block .head a:hover{
	text-decoration: underline;
}

.block .head small{
	font-size: 70%;
}

.block .block-top{
	height: 0px;
}

.block .block-mid{
/*	background: #FFF;*/
}

.block .block-bottom{
	height: 0px;
}

.block .inner{
	margin: 0 4px;
	padding: 0px 15px 5px;
}

.column .block{
	margin: 0 0 0 5px;
	background: #FFF;
}

.block.poll{
	background: transparent url('../img/poll_block_bg.png') no-repeat 0 0;
}

.block.vk{
	background: transparent url('../img/vk_block_bg.png') no-repeat 0 0;
}

.block.poll .head,
.block.vk .head{
	padding: 15px 0 15px 30px;
	font-size: 18px;
	color: #e50083;
	text-shadow: #FFF -1px 1px 0px;	
}

.block.vk,
.block.vk .head{
	color: #00a6eb;
}

.bottom-columns .column .block{
	margin: 5px 2px 0 2px;
}

.bottom-columns .head{
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 5px 0 25px 5px;
	font-size: 16px;
	font-weight: bold;
	background: transparent url('../img/bottom_col_head_news_bg.png') no-repeat 0 0;
}

.bottom-columns .head a{
	color: #FFF;
}

.bottom-columns .column-fraction .head{
	background: transparent url('../img/bottom_col_head_fraction_bg.png') no-repeat 0 0;
}

.bottom-columns .column-media .head{
	background: transparent url('../img/bottom_col_head_media_bg.png') no-repeat 0 0;	
}

.bottom-columns .column-events .head{
	padding-bottom: 5px;
	background: transparent url('../img/bottom_col_head_events_bg.png') no-repeat 0 0;	
}

/* Master */

.block.block-master{
	margin: 0 5px 5px;
	padding: 0 0 5px 0;
}

.block.block-master .head{
	color: #FFF;
	margin: 0 0 0px 0;
	padding: 5px 0 25px 5px;
	font-size: 16px;
	font-weight: bold;
	background: transparent url('../img/block_master_head_bg.png') no-repeat 0 0;
}

.block.block-master .head a{
	color: #FFF;
}

.block.block-master .block-top,
.block.block-master .block-bottom{
	height: 0;
}

.block.block-master .block-mid{
	padding: 5px;
	background: #FFF;
}

.block.block-master .inner{
/*	position: relative;
	top: 6px;	
	margin: -6px 5px 0 5px;*/
	margin: 0 4px;
	padding: 5px;
	min-height: 340px;
}


/* Spotlight */

.spotlight{
/*	width: 470px;*/
}

.spotlight .block{
	margin: 0 5px;
	padding: 5px 0;
	background: #FFF;
}

.spotlight .block .inner{
	background: none;
}

/* Front Page - Delegate */

.row-delegate .block{
	background: none;
}

.row-delegate .block .block-mid{
/*	height: 221px;*/
	height: 150px;	
}

.delegate{
	float: right;
	margin-bottom: -40px;
}

.delegate img{
	position: relative;
	left: 0px;
	top: -40px;	
}

.row-fixed-width .block .block-mid{
	height: 249px;
}

.row-delegate .action-links a,
.row-delegate .action-links a:link,
.row-delegate .action-links a:visited,
.row-delegate .action-links a:active,
.row-delegate .action-links a:hover{
	display: block;
	background: transparent url('../img/take_action_bg.png') no-repeat 0 0;
	text-decoration: none;
	color: #535353;
	text-align: left;
	width: 223px;
	height: 61px;
/*	line-height: 53px;	*/
	font-size: 20px;
	margin: 0 0 15px 5px;
	text-transform: uppercase;
}

.row-delegate .action-links a span{
	display: block;
	padding: 7px 25px 0 25px;
}

.row-delegate .action-links a.parliament{
	color: #00a6eb;
}

.row-delegate .action-links a.team{
	color: #e50083;
}

.row-delegate .action-links a:hover{
	text-decoration: underline;
}

.search-holder{
	margin: 0 5px 5px;
	background: #950017;
}

.search,
.newsletter{
	margin: 0px;
/*	width: 178px;*/
}

.newsletter{
	margin: 0px;
	width: 150px;
}

.newsletter a.subscribe{
	display: block;
	width: 150px;
	height: 20px;
	line-height: 20px;	
	background: #00c61c;
	text-align: left;
	font-size: 14px;
	color: #000;
	text-decoration: none;	
	padding: 0 0 0 5px;
}

.newsletter a.subscribe:hover{
	text-decoration: underline;
}

.search{
	float: right;
	margin: 0 3px 0 0;
	padding: 1px 0 0;
	text-align: right;
	color: #FFF;
}

.forum-head .search{
	color: #000;
}

.search form{
	position: relative;
	padding: 0;
	margin: 0;
}

.search #search_input{
	border: 0;
	padding: 0 25px 0 5px;
	margin: 0 0 0px 5px;
	width: 109px;
	height: 17px;
	float: right;
	background: transparent url('../img/search_input_bg.png') no-repeat 0 0;
}

.search .search-btn{
	position: absolute;
	top: 1px;
	right: 2px;
}

.search form label{
	font-size: 12px;	
	padding: 2px 0 0;
	float: left;
	font-weight: bold;
}

/* Link list */

.link-list ul li{
	color: #535353;
	border-bottom: none;
	background: transparent url('../img/link_list_glyph.png') no-repeat 0 10px;
}

.link-list ul li a,
.link-list ul li a:link,
.link-list ul li a:visited,
.link-list ul li a:active,
.link-list ul li a:hover{
	color: #535353;
	background: none;
}

.column-news .link-list ul li,
.column-news .link-list ul li a,
.column-news .link-list ul li a:link,
.column-news .link-list ul li a:visited,
.column-news .link-list ul li a:active,
.column-news .link-list ul li a:hover{
	color: #00a6eb;
	text-transform: uppercase;
	font-weight: bold;
}

.column-fraction .link-list ul li,
.column-fraction .link-list ul li a,
.column-fraction .link-list ul li a:link,
.column-fraction .link-list ul li a:visited,
.column-fraction .link-list ul li a:active,
.column-fraction .link-list ul li a:hover{
	color: #950017;
	text-transform: uppercase;
	font-weight: bold;	
}

.column-events .link-list ul li .date{
	text-transform: uppercase;
}

.column-events .link-list ul li a{
	font-size: 12px;
}

/* Gallery */

.gallery .prev,
.gallery .next{
	background: transparent url('../img/gallery_nav_prev.png') no-repeat 0 0;
}

.gallery .next{
	background-image: url('../img/gallery_nav_next.png');
}

.gallery .gallery-thumbs{
	background: transparent url('../img/gallery_carousel_bg.png') repeat-x 0 0;
}

.gallery-list img{
	border: 1px solid #bbbbbb;
}

/* Parliament visit */

.block.block-master .parliament .inner{
/*	background: url('../img/parliament_page_bg.png') no-repeat 100% 100%;*/
}

.parliament form{
	background: url('../img/parliament_form_divider.png') no-repeat 0 0;
}

.parliament table tr th{
	background: #EEE;
}

/* Join my team */

.block.block-master .team .inner{
/*	background: url('../img/team_page_bg.png') no-repeat 100% 100%;*/
}

.team form{
	border: 1px solid #808080;
	border-width: 1px 0;
}

.user-forms .submit input{
	background: url('../img/form_submit.png') no-repeat 0 0;
}

.user-forms .input.captcha img{
	border: 1px solid #635e5e;
}

.user-forms input,
.user-forms select{
	border: 1px solid #635e5e;
}

/* Media */

.media-list img{
	border: 1px solid #bbbbbb;
}

.block.block-master .media .inner{
/*	background: url('../img/media_page_bg.png') no-repeat 100% 100%;*/
}

/* Calendar */

.block.block-master .calendar .inner{
/*	background: url('../img/calendar_page_bg.png') no-repeat 100% 100%;*/
}

.block.block-master .calendar .link-list li{
	width: 640px;
	border-color: #a6a3a3;
}

/* Slides */

.slides{
	width: 460px;
	margin: 0px 5px;
}

.slides .navigation-inner{
	background: transparent url('../img/slides_nav_bg.png') repeat 0 0;		
}

.slides .navigation h4{
	color: #ac075c;
	text-transform: uppercase;
}

.slides .navigation p {
	color: #535353;
}


.slides .pages li a,
.slides .controls li a{
	color: #FFF;
	background: #535353;
}

/* Poll */

.poll{
	
}

.block.poll .inner{
	padding: 0px 10px 8px;
	color: #e50083;	
	text-transform: uppercase;
}

.poll .poll-option{
	font-size: 11px;
	font-weight: bold;
}

.poll .poll-option-result{
	background: transparent url('../img/poll_option_glyph.png') no-repeat 0 2px;
}

.poll .poll-bar-border{
	border: 1px solid #e50083;
	background: #FFF;
}

.poll .poll-bar-fill{
	background: #e50083;
}

/* Post list */

.post-list{
	
}

.post-list-item{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #abaeb1;
}

.post-row{
	clear: both;
}

.post-row-last .post-list-item{
	border: none;
}

.post-single .date,
.post-list-item .date{
	text-transform: lowercase;	
}

.post-list-item .more{
	display: block;
	margin: 5px 0 0 0;
	text-align: right;
}

.post-list-item .more a{
	font-weight: bold;
	text-decoration: none;
}

.post-single .abstract-image,
.post-list-item .abstract-image{
	float: left;
	margin: 0 10px 5px 0;
}

.post-single .abstract-image img,
.post-list-item .abstract-image img{
	border: 1px solid #abaeb1;
}

.post-single h3,
.post-list-item h3{
	margin: 5px 0 10px 0;
}

.post-single .meta,
.post-list-item .meta{
	margin: 0;
}

.post-single .date,
.post-list-item .date{
	white-space: nowrap;
}

.post-list-grid{
}

.post-list-grid .post-list-item{
	float: left;
	width: 293px;
	margin-right: 20px;
}

.post-list-grid .post-list-item.last{
	margin-right: 0px;
}

.post-tags{
	display: block;
	margin: 15px 0;
	color: #FFF;
}

.post-tags-inner{
	padding: 8px;
	background: #e50083;
	border: 1px solid #ac075c;	
}

.post-tags a{
	color: #FFF;
}

.post-attachments,
.post-related{
	border-top: 1px solid #0c5675;
	margin: 20px 0 0;
	width: 240px;
}

.post-attachments h4,
.post-related h4{
	margin: 12px 0 6px 0;
	text-transform: uppercase;
}

.post-related .link-list ul li{
	border-color: #a1a6a5;
}

.ui-widget-header{
	background: #AAA;
	border: none;
}

.subpage-list{
	color: #535353;	
}

.subpage-list a{
	color: #535353;	
}

.subpage-list .thumb img{
	border: 1px solid #AAA;
}

.page-block-attachments{
	
}

.page-block-attachments .attachment .title{
	padding-left: 12px;
	background: url( '../img/attachment_item_bg.png' ) no-repeat 0 3px;
}

.page-block-attachments .attachment .link{
	color: #535353;
}

#footer{
	position: relative;
}

#footer,
#footer a{
	color: #e61a23;
}

#footer .brace{
	position: relative;
	top: 5px;
	margin: 0 5px;
	padding: 11px 4px;
	background: transparent url('../img/brace_left.png') no-repeat 50% 0;
}

#footer .brace-right{
	background: transparent url('../img/brace_right.png') no-repeat 50% 0;
}	

/* Blog */

.blog .post-list .post-single{
	border-bottom: 1px solid #a1a6a5;
}

.blog .sidebar-block{
	border-bottom: 1px solid #535353;
}

/* Comments */

.post-comments{

}

.post-comments .comment{
	border-bottom: 1px solid #AAA;
}