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

.message{
	margin: 0px 2px 10px 2px;
}

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

body.pages-home #page{
	background: url('../img/wrap_bg.jpg') no-repeat 0 -100px;	
}

#header{
	height: 102px;
	background: url('../img/wrap_bg.jpg') no-repeat 0 0;	
}

	#header .logo{
		padding: 15px 0 0 20px;
		margin: 0;		
	}
	
	#header .logo h1{
		margin: 0;
		font-size: 50px;
		font-weight: normal;
	}
	
	#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: #FFF;
		text-decoration: none;
	}
	
	#header .logo p{
		padding: 0;
		margin: 0;
		font-size: 12px;
		color: #FFF;
		text-align: right;
	}

#nav{
	margin: 0;
	text-align: right;
	height: 22px;
	color: #000;
/*	font-weight: bold;	*/
	background: url('../img/nav_bg.png') no-repeat 0 0;
}

	#nav .inner{
		padding: 4px 5px;
	}

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

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

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

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

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

.block .head{
	margin: 0 4px 0 2px;
	padding: 4px 10px 2px 20px;
	font-size: 18px;
	color: #FFF;
	border: 1px solid #666666;
	border-width: 1px 1px 1px 2px;
	font-weight: normal;
	background: #da0020 url('../img/block_head_bg.png') repeat-x 0 0;
}

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

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

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

.block .block-mid{
	background: url('../img/block_240_mid_bg.png') repeat-y 0 0;	
}

.block .block-bottom{
	height: 11px;
	background: url('../img/block_240_bottom_bg.png') no-repeat 0 0;
}

.block .inner{
	background: transparent url('../img/block_inner_bg.png') repeat-x 0 0;	
	margin: 0 4px 0 2px;
	padding: 15px 15px 5px;
}

/* Master */

.block.block-master .head{
	margin: 0 4px;
}

.block.block-master .block-mid{
	background-image: url('../img/block_master_mid_bg.png');
}

.block.block-master .block-bottom{
	background-image: url('../img/block_master_bottom_bg.png');
}

.block.block-master .inner{
	position: relative;
	top: 6px;	
	background: transparent url('../img/block_inner_bg.png') repeat-x 0 0;	
	margin: -6px 5px 0 5px;
	padding: 15px 15px 5px;
	min-height: 340px;
}

.bottom-columns .block .head{
	padding: 8px 10px 6px 20px;	
	background: #da0021 url('../img/block_head_big_bg.png') repeat-x 0 0;	
}

.bottom-columns .block .block-mid{
	background: url('../img/block_320_mid_bg.png') repeat-y 0 0;	
}

.bottom-columns .block .block-bottom{
	background: url('../img/block_320_bottom_bg.png') no-repeat 0 0;
}

/* Spotlight */

.spotlight .block .block-mid{
	background: url('../img/block_480_mid_bg.png') repeat-y 0 0;	
}

.spotlight .block .block-bottom{
	background: url('../img/block_480_bottom_bg.png') no-repeat 0 0;
}

.spotlight .block .block-top{
	height: 11px;
	background: url('../img/block_480_top_bg.png') no-repeat 0 0;
}

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

/* Front Page - Delegate */

.row-delegate .block .block-mid{
	height: 221px;
	overflow: hidden;
}

.delegate{
	text-align: center;
	margin-bottom: -32px;
}

.delegate img{
	position: relative;
	top: -32px;	
}

.row-delegate-actions{
	
}

.row-delegate-actions .block .block-mid{
	height: 217px;
	overflow: hidden;
}

.row-delegate-actions .actions .block-bottom{
	background: transparent url('../img/block_links_bottom_bg.png') no-repeat 0 100%;
}

.row-delegate-actions .actions .block-mid{
	background: transparent url('../img/block_links_mid_bg.png') no-repeat 0 100%;
}

.row-delegate-actions .actions .block-mid .inner{
	background: none;
	padding: 0 0 10px 0;
}

.row-delegate-actions .action-links a,
.row-delegate-actions .action-links a:link,
.row-delegate-actions .action-links a:visited,
.row-delegate-actions .action-links a:active,
.row-delegate-actions .action-links a:hover{
	display: block;
	background: transparent url('../img/take_action_bg.png') no-repeat 0 0;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	width: 240px;
	height: 60px;
	font-size: 18px;
	margin: 0 0 15px 0;
}

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

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

.search,
.newsletter{
	clear: both;
	margin: 0px auto;
	width: 178px;
}

.newsletter a.subscribe{
	display: block;
	width: 178px;
	height: 25px;
	line-height: 25px;	
	background: transparent url('../img/newsletter_btn.png') no-repeat 0 0;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;	
}

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

.search{
	padding: 3px 0 0;
	text-align: right;
}

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

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

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

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

/* Link list */

.link-list ul li{
	border-bottom: 1px solid #ff0000;
}

.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{
	background: url('../img/ico_link.png') no-repeat 0 3px;
}

/* 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 #504f53;
}

/* 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{

}

.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 #ff0000;
	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 #504f53;
}

.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 .navigation-inner{
	background: transparent url('../img/slides_nav_bg.png') repeat 0 0;		
}

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


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

/* Poll */

.poll{
	
}

.block .inner.poll{
	padding: 10px 8px 8px;
}

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

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

.poll .poll-bar-fill{
	background: #626e6d;
}

/* 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: #6d7977;
	border: 1px solid #566362;	
}

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

.post-attachments,
.post-related{
	border-top: 1px solid #e86155;
	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;
}

.subpage-list{
	
}

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

.subpage-list ul.children li{
	padding-left: 15px;
	background: url('../img/ico_link.png') no-repeat 0 3px;
}

.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: #a20901;
}

/* Blog */

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

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

/* Comments */

.post-comments{

}

.post-comments .comment{
	background: url('../img/ico_link.png') no-repeat 0px 17px;
	border-bottom: 1px solid #a6a3a3;
}