/*main blog header */

#blog {
	width: 1000px;
	height: 100px;
	display: block;
	background-image: url("../images/common/ideas_on_europe_header_bg.png");
	background-repeat: no-repeat;
	border-bottom: 1px solid #EDEDED;
}


#blog_welcome {
	padding: 20px 20px 20px 30px;
}

/* blog main content divisions*/

#main_content {
	padding: 20px 0 40px 0;
}
li.widget {
	list-style-type: none;
}
/*title elements */

#blog  h1 a {
	background-image: url("../images/common/ideas_on_europe_logo_main.png");
	background-repeat: no-repeat;
	width: 225px;
	height: 29px;
	display: block;
	margin-bottom: 5px;	
	text-indent: -9999px;
}

#help h1 a{
	background-image: url("../images/common/help_header_text.png");
	background-repeat: no-repeat;
	width: 225px;
	height: 32px;
	display: block;
	margin-bottom: 5px;	
	text-indent: -9999px;
}
	
h2.blog_subtitle {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #FFF;
	}
	
h2.section_title {
	font-size: 1.5em;
	line-height: 1.8em;
	color: #7e0d31;
	font-family: tahoma, sans-serif;
	margin-bottom: 20px;
	padding-left: 10px;
	border-bottom: 1px dotted #7e0d31;
	background-color: #EDEDED;
}

h2.recent_title {
    font-size: 1.5em;
    color: #7e0d31;
	font-family: tahoma, sans-serif;
	margin-bottom: 20px;
}


/*style for all posts*/

.post {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.post h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	
}

.post p {
	font-size: 1.1em;
	line-height: 1.3em;
}

a.read_more {
	float: right;
}


.post h1 {
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'Open Sans', Arial;
}

.post header {
	margin-bottom:20px;
}

.post footer {
	margin-top: 10px;
}

.post ul, .post ol {
	padding: 5px 0 5px 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
}

.post ul li{
	padding-bottom: 10px;
	list-style-type: square;
}

.post ol li{
	padding-bottom: 15px;
}

.previous {
	line-height: 1.2em;
	float: left;
	width: 200px;
}

.next {
	line-height: 1.2em;
	float: right;
	width: 200px;
}
/*post styles single*/

.single_post {
	margin-bottom: 20px;
	padding-bottom: 10px;
	
}

.single_post h1 {
	font-size: 2em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.single_post h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 10px;
}

.single_post h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-weight: normal;
}

.single_post h4 {
	font-size: 1.2em;
	line-height: 1.4em;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
}

.single_post h5 {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.single_post h6 {
	line-height: 1.4em;
	margin-bottom: 10px;
	font-weight: bold;
}

.single_post p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

.single_post header {
	margin-bottom: 10px;
	border-bottom: 2px solid #CCC;
	padding-bottom: 10px;
}

.single_post footer {
	margin-top: 20px;
}


.single_post footer p {
	font-size: 1em;
	line-height: 1.5em;
}

.post footer a:link {
	color: #888888;
}

.post footer a:visited {
	color: #888888;
}
.post footer a:hover{
	color: #A31E39;
}



p.single_post_author {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 7px;
	padding-left: 105px;
	font-style: italic;
}

.single_post_date {
	color: #FFFFFF;
	width: 70px;
	height: 80px;
	padding: 10px 20px 0 0;
	display: block;
	float:left;
	margin: 8px 15px 0 0;
	text-align: right;
	text-transform: uppercase;
	line-height: 1.2em;
	background-image: url(../../ideas_on_europe_group/images/single_post_date_background.png);
	background-repeat: no-repeat;
	font-size: 1.2em;
	position: relative;
}

a.single_post_comment_count {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.6em;
	color: #000;
	width: 80px;
	text-align: center;
	background-color: #CCC;	
}


/*featured posts*/

#featuredpost_bg {
	background-color: #D6E4EB;
	padding: 15px 50px 15px 50px;
	position: relative;
	margin-bottom: 15px;
}

#featuredpost {
	width: 520px;
}

#featured_scroll {
	background-image: url("../images/common/featured_scroll.png");
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	height: 90px;
	width: 90px;
	position: absolute;
	text-indent: -9999px;
}
#featuredpost header{
	margin-bottom: 12px;
}

#featuredpost h2{
	font-size: 1.5em;
	line-height: 1.5em;
	color: #7e0d31;
}

#featuredpost  p{
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

#featuredpost a{
	font-weight: bold;
}

/*featured posts - bxslider plugin*/

.bx-pager {
	text-align: center;
	}
	
.bx-pager a { 
	font-size: 1.2em;
	padding: 0 10px 0 10px;
}
a.bx-prev {
	background-image: url("../images/common/featured_slider_previous_arrow.png");
	background-repeat: no-repeat;
	position: absolute;
	left: -40px;
	top: 65px;
	width: 20px;
	height: 32px;
	text-indent: -9999px;
}
a.bx-next {
	background-image: url("../images/common/featured_slider_next_arrow.png");
	background-repeat: no-repeat;
	position: absolute;
	right: -40px;
	top: 65px;
	width: 20px;
	height: 32px;
	text-indent: -9999px;
}

a.bx-prev:hover {
	background-image: url("../images/common/featured_slider_previous_arrow_hover.png");
	background-repeat: no-repeat;
}

a.bx-next:hover {
	background-image: url("../images/common/featured_slider_next_arrow_hover.png");
	background-repeat: no-repeat;
}

	
/*featured boxes*/

.featured_box {
	margin-top: 20px;
	border: 1px solid #ADADAD;
}

.featured_box h2 {
	background-color: #ADADAD;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 1.4em;
}

.featured_box_content {
	padding: 20px;
	}

.featured_box_content  p{
	margin-bottom: 10px;
	}
	
.featured_box_content h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #A31E39;
	}

/* Box at top of sidebar explaing what the platform is */
#site_intro {
	padding: 20px 15px 20px 15px;
	margin-bottom: 10px;
	border: 1px dotted #903;
}

#site_intro p {
	font-size: 1.3em;	
	line-height: 1.4em;
	margin-bottom: 15px;
}

#site_intro a{
	width: 150px;
	height: 30px;
	text-align: center;
	margin: 0 auto;
	display: block;
	background-color: #903;
	color: #FFF;
	line-height: 30px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#disclaimer {
	padding: 20px 15px 20px 15px;
}

/* UACES on Europe highlight box */

#uaces_on_europe {
	background-color: #EDEDED;
	padding: 10px 20px 20px 20px;
	margin-top: 20px;
	border-top: 7px solid #517AA3;
}
	
#uaces_on_europe h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #122355;
	margin-bottom: 5px;
}
	
#uaces_on_europe p {
	margin-bottom: 10px;
}
/* subscription links */

#subscribe_options {
	position: absolute;
	left: 790px;
	height: 20px;
	padding-top: 7px;
	}
	
#subscribe_options li{
	float: left;
	margin-right: 20px;
    line-height: 20px;
	}

#subscribe_options li a{
	background-image: url("../images/common/subscribe_icons.png");
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	padding-left: 30px;
	}	
	
a.twitter_ioe
	{
	background-position: 0px -20px;
	}

/*sidebar items*/

.sidebar_item {
	margin: 20px 0;
}

.sidebar_item ul li {
	margin-bottom: 7px;	
}

.sidebar_item a{
	color: #6E6E6E;
}

/*adverts*/
img.advert {
	margin-top: 20px;
	}


dd {
	margin-bttom: 18px;	
}
dl {
	margin: 0;
}
/*------------------------wordpress styles - images-----------------------------------*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 620px !important; /* prevent too-wide images from breaking layout */
	text-align: center;
}

.wp-caption p.wp-caption-text {
	color: #6E6E6E;
	font-size: 12px;
	margin: 5px;
}

#main_content .gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin: 10px 0 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery img {
	border: 1px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #6E6E6E;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 2px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}




/*wordpress styles - widgets*/
.widgettitle {
    font-size: 0.9em;
    letter-spacing: 0.1em;
    line-height: 2.3em;
    text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
}

.widget_newsletterwidget {
	background-color: #F2F7FC;
	padding: 10px;
}


/*wordpress styles - widgets, calendar*/

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}




blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/*post thumbnails appearing in excerpts */

img.attachment-post-thumbnail {
	float: right;
	margin-left: 10px;
}

/*post excerpts on Ideas on Europe homepage*/
.thumbnail_ideas_on_europe_home img {
	float: left;
	margin-right: 10px;
}


/*avatar and author description */

#author-avatar-main p .avatar {
    float: left;
    margin-right: 10px;
}

/*ideas on europe newsletter sign-up box*/
#newsletter_signup_box {
	background-color: #FCFBEC;	
	padding: 30px 0 30px 0;
	text-align: left;
	border-top: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
}

#newsletter_signup_box p {
	margin-top: 10px;
	font-size: 0.9em;
}

#newsletter_email_address {
	height: 30px;
	width:  272px;
	font-size: 1.3em;
	padding: 0 0 0 10px;
	float: left;
	margin-right: 8px;
	border: 1px solid #ADADAD;
}

input#newsletter_signup_submit {
	padding: 0;
	cursor: pointer;
	width: 166px;
	height: 32px;
	font-size: 1.1em !important;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #A31E39;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #DB4218;
	letter-spacing: 0.5px;
}

#content_policy {
	background-color: #333333;
	padding: 25px 0 15px 0;
	color: #FFF;
}

#content_policy p {
	line-height: 1.4em;	
	padding: 7px 0 7px 0;
	border-bottom: 1px dotted #D4D4D4;
	border-top: 1px dotted #D4D4D4;
}

#category-add-toggle{
    display: none;
    visibility: hidden;
}


