@-ms-viewport {
	width: device-width;
}

body {
	background: #fdfdfd;
	color: #111;
	font: 20px Georgia, serif;
	line-height: 32px;
	padding: 0 0 3em 0;

	text-rendering: optimizelegibility;

}
textarea, input, select, option, optgroup, ul.ui-autocomplete, li.token-input-token-facebook, div.token-input-dropdown-facebook {
	font: 14px Georgia, serif;
}

a {
	color: #111;
	text-decoration: none;
}
body.disp_front #content li a {
	text-decoration: underline;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}

h1 {
	text-align: center;
}

div#header h1,
div#header h1 a,
div#header h1 a:hover,
div#header h1 a:visited {
	text-decoration: none;
	color: #000;
	font-family: HelveticaNeue, Helvetica, Arial;
	font-size: 60px;
	line-height: 1.2;
	margin: 25px 0;
}

#evo_toolbar .actions_left div {
	line-height: 10px;
}
div.skin_wrapper_loggedin {
	margin-top: 26px;
	padding-top: 0;
}

#header {
	margin: 0 8px 56px;
}
.evo_container__header .evo_widget {
	margin: 20px auto;
}
.evo_container__header .widget_core_coll_title {
	margin-top: 35px;
}

.evo_container__page_top {
	float: right;
	margin-right: 6px;
}

/* Top menu */
div.evo_container__menu {
	margin: 5px 0 8px 8px;
	background: #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	margin-bottom: 48px;
	float: left;
}
div.evo_container__menu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
div.evo_container__menu li {
	white-space: nowrap;
	display: inline-table;
	position: relative;
}
div.evo_container__menu a {
	font-size: 0.524em;
	line-height: 3.182em;
	display: block;
	padding: 0 8px;
	background: #DDD;
	text-transform: uppercase;
}
div.evo_container__menu li:first-child a {
	-moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-khtml-border-radius-topleft: 3px; -khtml-border-radius-bottomleft: 3px;
	border-radius: 3px 0 0 3px;
}
div.evo_container__menu li:last-child a {
	-moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-khtml-border-radius-topright: 3px; -khtml-border-radius-bottomright: 3px;
	border-radius: 0 3px 3px 0;
}
div.evo_container__menu a.selected {
	text-decoration: underline;
}

/* Content */
#content {
	clear: both;
	width: 640px;
	margin: 0 auto;
}
#content h1, 
#content h2,
#content h3 {
	font-family: Georgia,serif;
	font-style: italic;
	font-weight: normal;
	line-height: 1.429em;
	margin: 10px 0 0 0;
	text-align: center;
}
#content h1 {
	margin: 25px 0 0 0;
}
.post {
	margin-bottom: 50px;
}
.post h2,
.post h3 {
	margin-bottom: 10px;
}
#content .content_full h2,
#content .content_full h3 {
	text-align: left;
}
.post h2 a {
	font-size: 0.89em;
}
.post h2 a:hover {
	text-decoration: underline;
}
.post_date, .blog_index, .page_separator, #sidebar h2 {
	clear: both;
	text-align: center;
	margin-top: 20px;
	font-size: 65%;
	border-bottom: 1px solid #eee;
	position: relative;
	top: -16px;
}
.blog_index {
	margin-top: 40px;
}
.post_date > span, .blog_index > span, .page_separator > span, #sidebar h2 > span {
	background: #FFF;
	padding: 0 8px;
	position: relative;
	top: 16px;
}
.post_date span{
	text-transform: uppercase;
}
.author {
	text-align: center;
	text-transform: uppercase;
	font-size: 65%;
	margin: 4px 0 10px;
}
.page_separator span span {
	padding: 0;
}
.bText a, .bCommentText a {
	color: #039;
	text-decoration: underline;
}
.bText a:hover, .bCommentText a:hover {
	color: #C00;
}
.postmetadata,
.comment_notification,
.feedback_feed_msg {
	color: #999;
	font-size: 76%;
	line-height: 1.7;
}
.postmetadata img {
	border-radius: 24px;
}
.postmetadata a,
.comment_notification a,
.feedback_feed_msg a {
	color: #666;
}

.navigation {
	text-align: center;
	font-size: 78%;
}
.navigation.top_nav {
	margin-top: 26px;
}
.navigation strong {
	display: inline-block;
	background-color: #000;
	color: #fff;
	border-radius: 3px;
	width: 33px;
	height: 34px;
	margin: 2px 0;
}
.navigation a {
	display: inline-block;
	background-color: #ddd;
	border-radius: 3px;
	width: 33px;
	height: 34px;
	margin: 2px 0;
}

div.image_block img {
	margin: 1ex 0;
	border-radius: 5px;
}

form {
	font-size: 14px;
	line-height: 16px;
}
div.action_messages {
	font-size: 16px;
	line-height: 18px;
}
div.results {
	font-size: 90%;
	line-height: 90%;
}

div.featured_post {
	border: none;
	padding: 0;
}

.post kbd {
	top: -.3em;
}

/* Sidebar */
#sidebar {
	clear: both;
	width: 640px;
	margin: 70px auto 0;
	font-size: 90%;
}
#sidebar ul {
	list-style: none;
}
#sidebar>ul {
	padding: 0;
}
#sidebar h2 {
	font-size: 1em;
	font-weight: normal;
}
#sidebar ul li ul {
	list-style: square;
}

/* Footer */
#footer {
	text-align: center;
	margin: 50px auto;
	font-size: 0.667em;
	line-height: 1.6em;
	width: 640px;
}

/* Search form */
div.widget_core_coll_search_form {
	text-align: center;
}
form.search {
	width: 80%;
	margin: 0 auto;
}
form.search .search_submit {
	font: 0.9em Georgia,serif;
	height: 2.9em;
	line-height: 2.9em;
	text-transform: uppercase;
	margin-left: 9px;
	padding: 0;
	width: 22%;
	border: 1px solid #C0C0C0;
	color: #444444;
	text-align: center;
	text-align: center;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #dbdbdb 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #dbdbdb 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #dbdbdb));
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #dbdbdb 100%);
	background: linear-gradient(top, #f9f9f9 0%, #dbdbdb 100%);
	text-shadow: 0 1px 0 white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	clear: left;
}
form.search .search_submit:hover {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
	background: -o-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
	background: linear-gradient(top, #fafafa 0%, #eaeaea 100%);
	cursor: pointer;
}
form.search div.compact_search_form input.search_field,
form.search div.extended_search_form input.search_field {
	width: 70%;
	height: 2.1em;
	line-height: 1.2em;
	font-size: 1.2em;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0 10px;
	float: left;
	border: 1px solid #D8D8D8;
	background-color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset -1px 1px 4px #eee;
	-moz-box-shadow: inset -1px 1px 4px #eee;
	box-shadow: inset -1px 1px 4px #eee;
	box-sizing: content-box
}


span.icon {
	position: relative;
	top: -3px;
}

table.bubbletip {
	font-size: 0.9em;
}
div.prevnext_post {
	margin-top: 20px;
	text-align: center;
}
div.prevnext_post div {
	background: #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	display: inline-block;
}
div.prevnext_post a {
	color: #FFF;
	padding: 0 10px;
	font-size: 13px;
	display: block;
	float: left;
}
div.prevnext_post a:hover {
	text-decoration: none;
}
div.prevnext_post a.next_post {
	padding-left: 10px;
}
div.prevnext_post span.prevnext_post_separator {
	background-color: #555555;
	width: 1px;
	float: left;
	height: 24px;
	margin-top: 4px;
}

/* Not published comments display */
#styled_content_block .bComment .status_draft,
#styled_content_block .bComment .status_review,
#styled_content_block .bComment .status_community,
#styled_content_block .bComment .status_protected,
#styled_content_block .bComment .status_private {
	left: 21px;
	line-height: 16px;
}
/* Not published posts display */
#styled_content_block .post .status_draft,
#styled_content_block .post .status_review,
#styled_content_block .post .status_community,
#styled_content_block .post .status_protected,
#styled_content_block .post .status_private {
	top: -70px;
	line-height: 16px;
}

.search_result h2 {
	margin: 0;
	font-size: 24px;
}
.search_info {
	line-height: 16px;
}

@media only screen 
and (max-width : 720px) {
	#content,
	.blog_index,
	#sidebar,
	#footer {
		width: 460px;
	}
	div.image_block img {
		width: auto;
		max-width: 460px;
		height: auto;
	}
}


@media only screen 
and (max-width : 500px) {
	body {
		font-size: 19px;
	}
	div#header h1 a {
		font-size: 45px;
	}
	#content,
	.blog_index,
	#sidebar,
	#footer {
		width: 300px;
	}
	div.image_block img {
		max-width: 300px;
		max-height: 360px;
	}

}

.form_send_contacts .fa, .form_add_contacts .fa {
	font-size: 20px;
	margin: 0 5px 0 19px !important;
	top: -1px !important;
}

a.roundbutton span.fa {
	font-size: 16px;
	line-height: 18px;
}
a.roundbutton:hover span.fa {
	color: #000;
}
#cboxVoting .fa, #cboxVoting a.action_icon {
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
}

/* Widgets of the Header container */
.evo_container__header {
	max-width: 640px;
}
.evo_container__header {
	margin: 20px auto;
	text-align: center;
}
.evo_container__header span:before {
	content: "\b7\a0";
}
.evo_container__header a {
	white-space: nowrap;
}
.evo_container__header .subitems {
	font-size: 84%;
}
.evo_container__header span:first-child:before,
.evo_container__header .subitems:before,
.evo_container__header .subitems span:first-child:before {
	content: "";
}
.evo_container__header .selected > a {
	text-decoration: underline;
}

/* User links widget */
.ufld_icon_links a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background: #ddd;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 2px;
	position: relative;
	-webkit-transition: border-radius 250ms ease-out, background-color 250ms ease-out;
	-moz-transition: border-radius 250ms ease-out, background-color 250ms ease-out;
	-o-transition: border-radius 250ms ease-out, background-color 250ms ease-out;
	transition: border-radius 250ms ease-out, background-color 250ms ease-out;
}
.ufld_icon_links a:hover {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	background: #23527c;
}
.ufld_icon_links a .fa {
	font-size: 20px;
	line-height: 40px;
	display: block;
}