body {
    font-family: 'Open Sans', Arial, sans-serif;	
}
#blog_individual {
	padding-top: 40px;
	height: 150px;
	width: 1000px;
	border-bottom: 1px solid #ADADAD;
	position: relative;
}

					 
/*top navigation bar*/
#ideas_on_europe_nav_bar_top{
	height: 39px;
	border-bottom: 1px solid #ADADAD;
	width: 100%;
	position: fixed;
	background-color: #FFF;
	z-index: 2;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(122,122,122,0.46);
	-moz-box-shadow: 0px 1px 3px 0px rgba(122,122,122,0.46);
	box-shadow: 0px 1px 3px 0px rgba(122,122,122,0.46);
}

#ideas_on_europe_nav_bar_top_inner{
	margin: 0 auto;	
	max-width: 1100px;
	min-width: 1000px;
	text-align: left;

}

#ideas_on_europe_nav_bar_top_left {
	margin-left: 20px;
}

#ideas_on_europe_nav_bar_top_right {
	float: right;
	margin-right: 20px;
	width:300px;
}

#ideas_on_europe_nav_bar_top_right p {
	line-height: 40px;
	text-align: right;
}

img.ioe_avatar {
	float: right;
	margin: 10px 0 0 7px;
}

img.ioe_twitter {
	float: left;
	margin: 10px 0 0 20px;
}

#menu-secondary-navigation {
	margin-right: 20px;	
}

#menu-secondary-navigation li{
	float: left;
	
}

#menu-secondary-navigation li a{
	float: left;
	line-height: 40px;
	padding: 0 0.5em;
	text-transform: uppercase;
	color: #333333;
}

#individual_blog_sidebar {
	padding-left: 25px;	
}

#individual_blog_search {
	padding: 9px 0 8px 0;
	float: left;

}

#individual_blog_search_text {
	padding: 0;
	height: 20px;
	width: 220px;
	border: 1px solid #ADADAD;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 10px;
	float: left;
	margin-left: 20px;
}

#header_text {
	position: absolute;
	top: 65px;
	left: 0;
	background-color: #FFF;
	padding: 10px 30px 10px 40px;
}

#header_text h1{
	font-size: 3.3em;
	font-weight: 300;
}

#header_text h2 {
	padding: 5px 0 0 3px;
	font-size: 1.1em;
	font-family: 'Montserrat', Arial, sans-serif;
	line-height: 1.4em;
	color: #6E6E6E;
	font-weight: bold;
}


#header_text h1 a{
	color: #333333;
}


/*-------------Blog Intro(top-right hand corner on all blogs)--------------*/

#blog_intro {
	margin-bottom: 20px;
	background-color: #F2F7FC;
	padding: 15px 20px;
}

#blog_intro h2 {
	font-size: 1.8em;
	line-height: 1.4em;
}

#blog_intro_top {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}

h2.blog_intro_inline {
	padding-right: 10px;
	display: inline;
}


/*Social icons */

#blog_owner_social_bookmarks a {
	color: #00C;
	width: 32px;
	height: 32px;
	display: block;
	background-image: url("images/social_icons.png");
	background-repeat: no-repeat;
}

#blog_owner_social_bookmarks p {
	color: #06F;
}

/* sharing icons */

.share_icons {
	padding: 10px 0 5px 0;
	display: block;
}

/* Author profile text that appears below single posts*/

.author_profile {
	margin-bottom: 15px;
	padding: 15px 20px 15px 20px;
	border: 1px solid #D4D4D4;
	background-color: #FAFAFA;
}

/*Social icons */
#blog_owner_social_bookmarks {
	padding-top: 20px;
	
}

#blog_owner_social_bookmarks a {
	width: 32px;
	height: 32px;
	display: block;
	background-image: url("images/social_icons.png");
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}

a.blog_owner_rss:hover {
	background-position: 0 -32px;
}

a.blog_owner_social_bookmarks_twitter {
	background-position: -32px 0;
}

a.blog_owner_social_bookmarks_twitter:hover {
	background-position: -32px -32px;
}

a.blog_owner_social_bookmarks_facebook {
	background-position: -64px 0;
}

a.blog_owner_social_bookmarks_facebook:hover {
	background-position: -64px -32px;
}

a.blog_owner_social_bookmarks_academia {
	background-position: -96px 0;
}

a.blog_owner_social_bookmarks_academia:hover {
	background-position: -96px -32px;
}





.author_profile img {
	float: right;
	margin: 0 0 10px 10px;
}

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

/* wordpress styles */
/* post styles for individual blog */

.individual_home  {
	border-bottom: 1px dotted #7E0D31;
}


#author-avatar {
	position: relative;
    float: right;
	width: 80px;
    height: 80px;
	margin: 0 0 10px 10px;
}

#author-avatar-mask {
	position: absolute;
	background-image: url(images/avatar_mask.png);
	height: 80px;
	width: 80px;
	z-index: 1;
}

#author-description {
  
}

ul#sidebar {	
	padding-left: 15px;	
	border-left: 1px solid #D4D4D4;
}

ul#sidebar li {
	padding: 0.2em 0;	
	
}


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

/* =Comments
-------------------------------------------------------------- */

a.comments-link {
	width: 100px;
	height: 30px;
	display: block;
	line-height: 30px;
	padding: 0 0 0 50px;
	background-color: #EDEDED;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: lowercase;
	background-image: url("images/comment_bubble.png");
	background-repeat: no-repeat;
	background-position: 15px;
	margin-bottom: 30px;
}

a.comments-link:link {
	color: #A31E39;
	text-decoration: none;
}

a.comments-link:visited {
	color: #A31E39;
	text-decoration: none;
}

a.comments-link:hover {
	background-color: #ADADAD;
	color: #FFFFFF;
	text-decoration: none;
}



#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.comment-body ul,
.comment-body ol {
	margin-bottom: 18px;
}
.comment-body p{
	line-height: 1.1em;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #782637;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
.pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
.pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/*edit profile text*/
a.edit_blog_description_text{
	color:#900;
}

/*remove search label text from widget*/
.widget_search .screen-reader-text {
    display:none;
}




