/*
Theme Name: NeoSoton
Author: Repraze
Author URI: http://repraze.com/
Description: This 2014 theme allows you to display your content attached with images. The front page, the menu and the sidebar are fully customizable. Featuring custom widgets and category images.
Version: 3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, white, light, dark, two-columns, left-sidebar, fixed-layout, responsive-layout, custom-frontpage, custom-logo, custom-header, custom-menu, featured-images, flexible-header
Text Domain: neosoton
*/

body, html{
	margin:0;
	padding:0;
	background:#dcdcdc;
}
body.page{
	background:#f1f1f1;
}
html{
	color:#555555;
	font-size:15px;
	font-family: "Open Sans",Arial,sans-serif;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
* {
    box-sizing: border-box;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border-style: none;
}
form {
	margin:0;
	padding:0;
}
button {
	cursor:pointer;
	transition: all 0.2s ease-in-out 0s;
}
a {
    color: #4c7cdd;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
	cursor:pointer;
}
a:hover {
    color: #555;
}
.no-padding{
	padding:0 !important;
}
.left,
.alignleft{
	float:left;
}
.right,
.alignright{
	float:right;
}
.wrap{
	width:100%;
	max-width:1100px;
	min-width:500px;
	margin:0 auto;
	padding:0 12.5px;
	position:relative;
}
.screen-reader-text {
	position: absolute;
	left: -9000px;
	top:0;
}
.clearfix:after{
	content:"";
	display:table;
	clear:both;
}
header{
	background:#008ffd url("images/header.png") no-repeat center center;
	background-size: cover;
	width:100%;
    min-height: 400px;
	max-height: 49vw;
	margin:0;
	padding:0;
	position:relative;
}
header img.attachment-single-post-thumbnail {
    margin-left: -9999px;
	height: auto;
	max-width:100%;
}
header h2.title-text{
	text-align:center;
	line-height:50px;
	color:#ffffff;
	font-size:45px;
	font-width:lighter;
	padding:5% 0;
	margin:0;
	text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
	width:100%;
	background:-moz-linear-gradient(center top , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
header.small-header{
	max-height: none;
    min-height: 0;
	height:300px;
}
header.small-header h2.title-text{
	font-size:30px;
	padding:2% 0;
}
header.front-header{
	max-height: none;
    min-height: 0;
	height:49vw;
	background:#000000;
}
.sub-header-container{
	width:100%;
	height:50px;
	position:relative;
	background:rgba(0, 0, 0, 0.3);
	z-index:4;
}
.sub-header{
	width:100%;
	height:50px;
	background:rgba(20, 20, 20, 0.0);
	z-index:4;
	transition:all 0.2s ease-in-out 0s;
	
}
.sub-header.fixed{
	position:fixed;
	top:0;
	left:0;
	height:50px;
	background:#000000;
}
body.admin-bar .sub-header.fixed{
	top:32px;
}
.sub-header .site-logo{
	float:left;
	padding:5px 12.5px 5px 0;
	margin:0;

}
.sub-header .site-logo a{
	height:40px;
	margin:0;
	padding:0;
}
.sub-header .site-logo img{
	height:40px;
	width:auto;
	vertical-align: middle;
}
.sub-header .university-logo{
	background:url("images/University_of_Southampton_logo.png") no-repeat top right;
	float:right;
	width:200px;
	height:44px;
	margin:4px 0 2px 12.5px;
	text-indent: -9999px;
    white-space: nowrap;
}
.sub-header .site-nav{
	float:left;
}
.sub-header .site-social{
	float:right;
	color: #c4c4c4;
	margin: 0;
	line-height:50px;
	font-size:14px;
	height:50px;
}
.sub-header .site-nav ul,
.sub-header .site-social ul{
	padding:0;
	margin:0;
	list-style:none outside none;
}
.sub-header .site-nav ul li,
.sub-header .site-social ul li{
	border:0 none;
    float:left;
    margin:0 0 0 0;
    padding:0;
	position: relative;
	transition:background 0.2s ease-in-out 0s;
}
.sub-header .site-nav ul li a{
	background: none repeat scroll 0 0 transparent;
	color: #e8e8e8;
	cursor: pointer;
	padding: 0 12.5px;
	margin: 0;
	text-decoration: none;
	line-height:50px;
	font-size:14px;
	height:50px;
	display:block;
}
.sub-header .site-nav li.menu-item-has-children > a:after,
.sub-header .site-nav li.page_item_has_children > a:after {
    content: "\f0d7";
	font-family:"FontAwesome";
    padding-left: 12.5px;
}
.sub-header .site-nav ul li:hover{
	background:#101010;
}
.sub-header .site-nav ul li:hover > a{
	color: #ffffff;
}
.sub-header .site-nav ul li.current_page_item,
.sub-header .site-nav ul li.current-menu-item{
	background:#ffffff;
}
.sub-header .site-nav ul li.current_page_item > a,
.sub-header .site-nav ul li.current-menu-item > a{
	color: #000000;
}
.sub-header .site-nav ul li.current_page_item:hover,
.sub-header .site-nav ul li.current-menu-item:hover{
	background:#000000;
}
.sub-header .site-nav ul li.current_page_item:hover > a,
.sub-header .site-nav ul li.current-menu-item:hover > a{
	color: #ffffff;
}
.sub-header .site-nav ul li ul{
	display:none;
	background:#101010;
    float: left;
    left: 0;
    line-height:1.2;
    padding:0;
    position:absolute;
    text-align:left;
    top:50px;
    z-index: 99999;
}
.sub-header .site-nav ul li:hover > ul{
	display:block;
}
.sub-header .site-nav ul ul a {
    font-size: 12px;
    width: 175px;
}
.sub-header .site-nav ul ul li:hover {
	background:rgba(250,250,250,0.05);
}
.sub-header .site-social ul li a{
	background: none repeat scroll 0 0 transparent;
	color: #e8e8e8;
	cursor: pointer;
	padding: 16px 0;
	margin: 0;
	text-decoration: none;
	line-height:16px;
	font-size:16px;
	height:50px;
	width:50px;
	text-align: center;
	display:block;
}
.sub-header .site-social ul li a:hover{
	color: #ffffff;
	background:#101010;
}
.sub-header .site-social ul li a.twitter:hover 		{background: none repeat scroll 0 0 #32cdfb;}
.sub-header .site-social ul li a.facebook:hover		{background: none repeat scroll 0 0 #375e98;}
.sub-header .site-social ul li a.google-plus:hover	{background: none repeat scroll 0 0 #b83b29;}
.sub-header .site-social ul li a.flickr:hover		{background: none repeat scroll 0 0 #b1b6c6;}
.sub-header .site-social ul li a.pinterest:hover	{background: none repeat scroll 0 0 #bd4c50;}
.sub-header .site-social ul li a.youtube:hover		{background: none repeat scroll 0 0 #cb291c;}
.sub-header .site-social ul li a.vimeo:hover		{background: none repeat scroll 0 0 #3395ca;}
.sub-header .site-social ul li a.tumblr:hover		{background: none repeat scroll 0 0 #043052;}
.sub-header .site-social ul li a.dribbble:hover		{background: none repeat scroll 0 0 #ef5a90;}
.sub-header .site-social ul li a.rss:hover			{background: none repeat scroll 0 0 #dca24c;}
.sub-header .site-social ul li a.linkedin:hover		{background: none repeat scroll 0 0 #376cbd;}
.sub-header .site-social ul li a.instagram:hover	{background: none repeat scroll 0 0 #44749c;}
/* not used */
.sub-header .site-social ul li a.github:hover		{background: none repeat scroll 0 0 #e6e6e6;color: #5e5f5f;}
.sub-header .site-social ul li a.behance:hover		{background: none repeat scroll 0 0 #225abb;}
.sub-header .site-social ul li a.vk:hover			{background: none repeat scroll 0 0 #355a85;}
.sub-header .site-social ul li a.soundcloud:hover	{background: none repeat scroll 0 0 #ff6301;}
.sub-header .site-social ul li a.reddit:hover		{background: none repeat scroll 0 0 #9ccafe;}
.page-title{
	width:100%;
	z-index:3;
	position:relative; 
	margin:0;
	background:-moz-linear-gradient(center top , rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.page-title .title-block{
	padding:10px 0 14px 0;
	margin:0;
	position:relative;
}
.page-title .site-text{
	padding:5vh 0;
}
.page-title .site-title{
	margin:0;
	padding:0;
}
.page-title .site-title a{
	color:#ffffff;
	text-transform:Capitalize;
	line-height:40px;
	font-size:38px;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
	padding:0;
	text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.8);
}
.page-title .site-description{
	color: #000000;
    font-size: 20px;
    font-weight: lighter;
    line-height: 30px;
	margin:10px 0 0 0;
	padding: 0 6px;
	background:#ffffff;
	float:left;
}
footer{
	width:100%;
	background:#171717;
	position:relative; 
	margin:50px 0 0;
	padding:0;
	color:#a1a1a1;
	font-size: 14px;
	clear:both;
}
footer .widget{
	width:22%;
	min-width:220px;
	float:left;
	position:relative; 
	margin:50px 1% 37.5px 1%;
}
footer .widget h4{
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
	color: #f2f2f2;
}
footer .widget ul {
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
}
footer .widget ul li{
    margin:0 0 12.5px 0;
}
footer .widget a{
	color:#c2c2c2;
}
footer .widget a:hover{
	color:#ffffff;
}
footer .widget ul .post-date{
    display:block;
	font-size: 12px;
	color:#828282;
}
footer .widget .search-form{
	white-space:nowrap;
	overflow:hidden;
	position:relative;
}
footer .widget .search-input{
	background:#111111;
	border:0 none;
	color:#c2c2c2;
	padding:12.5px 50px 12.5px 12.5px;
	width:100%;
	font-size:14px;
	line-height:16px;
}
footer .widget .search-input:focus{
	color:#ffffff;
}
footer .widget .search-btn{
	background:#111111;
	border:0 none;
	color:#c2c2c2;
	padding:12.5px;
	position:absolute;
	top:0;
	right:0;
	font-size:14px;
	line-height:16px;
}
footer .widget .search-btn:hover{
	background:#232323;
	color:#ffffff;
}

footer .widget #wp-calendar{width: 100%;color:#a1a1a1;}
footer .widget #wp-calendar caption { text-align: center;font-size: 14px;margin:0 0 12.5px 0;color:#a1a1a1;}
footer .widget #wp-calendar thead { margin:0;padding:0; }
footer .widget #wp-calendar thead th { padding-bottom: 10px;font-size: 12px;color: #828282;font-weight:normal; }
footer .widget #wp-calendar tbody { color:#a1a1a1; }
footer .widget #wp-calendar tbody td { cursor:default;font-size: 14px;background: #111111; border: 1px solid transparent; text-align: center; padding:6.25px;transition: all 0.2s ease-in-out 0s;}
footer .widget #wp-calendar tbody td:hover { background: #232323;color:#ffffff; }
footer .widget #wp-calendar tbody td a { color:#ffffff;cursor:pointer;}
footer .widget #wp-calendar tbody .pad { background: none; }
footer .widget #wp-calendar tbody .pad:hover { background: none; }
footer .widget #wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; padding-top: 12.5ppx;}
footer .widget #wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 12.5ppx; }

footer .widget.widget_text{
	width:46%;
	margin:50px 1% 37.5px 1%;
}

.footer-bottom{
	width:100%;
	background:#111111;
	padding: 20px 0;
	color:#acacac;
	font-size: 11px;
}
.footer-bottom a{
    color: #dddddd;
}
.footer-bottom a:hover{
    color: #ffffff;
}
.footer-bottom ul{
	list-style: none outside none;
    margin: 0;
    padding: 0;
}
.footer-bottom li{
	border: 0 none;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}
.content{
	z-index:2;
	padding:0;
	margin:25px 0 0 0;
	padding:25px 0 0 0;
}
.post-container{
	float: left;
    margin: 0 auto;
    padding: 0;
    width: 68%;
}
.sidebar-container{
	float: right;
    margin: 0;
    padding: 0;
    width: 27.33%;
}
.post-container-front{
    margin: 0;
    padding: 0;
	position:relative;
    width:100%;
	font-size:0;
}
.post-container-front:after{
	clear:both;
}
.sidebar{
	padding:50px 25px 25px;
	margin:0 0 50px 0;
	background: none repeat scroll 0 0 #ffffff;
    clear:both;
	position:relative;
}
.content .widget{
	margin: 0 0 25px 0;
}
.content article .widget{
	width:50%;
	float: left;
	min-width: 250px;
}
.content .widget ul{
	list-style: none outside none;
    margin: 0;
    padding: 0;
}
.content .widget p{
	margin:25px 0;
}
.content .search-form{
	white-space:nowrap;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.content article .widget_search,
.content article .widget_text{
	width:100%;
}
.content article .widget_search{
	width:100%;
}
.content .search-input{
	background:#f9f9f9;
	border:0 none;
	color:#949494;
	padding:12.5px 50px 12.5px 12.5px;
	width:100%;
	font-size:14px;
	line-height:16px;
	border: 1px solid #f9f9f9;
}
.content .search-input:focus{
	color:#1b1b1b;
}
.content .search-btn{
	background:#f9f9f9;
	border:0 none;
	color:#949494;
	padding:12.5px;
	position:absolute;
	top:0;
	right:0;
	font-size:14px;
	line-height:16px;
	border: 1px solid #f9f9f9;
}
.content .search-btn:hover{
	background:#ffffff;
	color:#1b1b1b;
}
.content .widget #wp-calendar{width: 100%;color:#949494;}
.content .widget #wp-calendar caption { text-align: center;font-size: 14px;margin:0 0 12.5px 0;color:#949494;}
.content .widget #wp-calendar thead { margin:0;padding:0; }
.content .widget #wp-calendar thead th { padding-bottom: 10px;font-size: 12px;color: #828282;font-weight:normal; }
.content .widget #wp-calendar tbody { color:#949494; }
.content .widget #wp-calendar tbody td { cursor:default;font-size: 14px;background: #f9f9f9; border: 1px solid transparent; text-align: center; padding:6.25px;transition: all 0.2s ease-in-out 0s;}
.content .widget #wp-calendar tbody td:hover { background: #ffffff;color:#1b1b1b; }
.content .widget #wp-calendar tbody td a { color:#1b1b1b;cursor:pointer;}
.content .widget #wp-calendar tbody .pad { background: none; }
.content .widget #wp-calendar tbody .pad:hover { background: none; }
.content .widget #wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; padding-top: 12.5ppx;}
.content .widget #wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 12.5ppx; }
article{
	padding:0;
	margin:0 0 50px 0;
	background: none repeat scroll 0 0 #ffffff;
    clear:both;
	position:relative;
}
.post-container-front article{
	width:47.67%;
	display:inline-block;
	vertical-align:top;
	margin-right:4.66%;
	margin-bottom:0;
	margin-top:50px;
	min-width:500px;
}
.post-container-front article:nth-child(2){
	margin-right:0
}
.page article{
	margin-bottom:0;
	background:none;
}
article .post-image{
	padding:0;
	position:relative;
	background:#000000;
}
article .post-image img{
	width:auto !important; /*override the width below*/
	width:100%;
	max-width:100%;
	height:auto;
	max-width: 100%;
	transition: all 0.2s ease-in-out 0s;
}
article .post-image a:hover img{
	opacity:0.9;
}
article .post-header{
	padding:50px 5% 0 5%;
	margin: 0 auto 50px auto;
    max-width: 800px;
}
article .post-content{
	padding:0 7% 50px;
	margin: 0 auto;
    max-width: 800px;
}
.page article .post-content {
    max-width: 900px;
}
article .post-content .tags{
    margin: 25px 0 0 0;
    padding: 0;
	position: relative;
	display: block;
	clear:both;
}
article .post-content .tags a{
    vertical-align: middle;
	display: inline-block;
    float: none;
	background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #f9f9f9;
    margin: 0 12.5px 12.5px 0;
	font-size: 14px;
    font-weight: lighter;
    line-height: 16px;
    padding: 12.5px;
    text-align: center;
	color: #949494;
}
article .post-content .tags a:hover{
	color: #1b1b1b;
	background: none repeat scroll 0 0 #ffffff;
}
article .post-footer,
article .post-nav{
	padding:0;
	margin:0;
	background:#f9f9f9;
}
article .post-footer a.more-btn,
article .post-nav a{
    background: none repeat scroll 0 0 #f9f9f9;
    color: #949494;
    display: block;
    padding: 25px;
	font-weight: bold;
	text-align: center;
	line-height:16px;
	font-size:16px;
	font-weight:lighter;
	border: 1px solid #f9f9f9;
}
article .post-footer a.more-btn:hover,
article .post-nav a:hover{
    color:#1b1b1b;
	background: none repeat scroll 0 0 #ffffff;
}
article .post-nav .nav-previous{
	float:left;
}
article .post-nav .nav-next{
	float:right;
}
article .post-nav .nav-previous a{
	text-align: left;
}
article .post-nav .nav-next a{
	text-align: right;
}
article .post-header h1.post-title{
	text-align:center;
	padding:0;
	margin:0 0 10px 0;
	line-height:30px;
	font-size:34px;
	color:#333333;
	font-weight:normal;
}
article .post-header h1.post-title a{
	color:#333333;
}
article .post-header h1.post-title a:hover{
	color:#000000;
}
article .post-header h4{
	text-align:center;
	padding:0;
	margin:0;
	line-height:16px;
	font-size:16px;
	color:#9f9f9f;
	font-weight:lighter;
}
article .post-header h4 .time{
	font-weight:normal;
	font-style:italic;
}
article .post-header h4 .author{
	font-weight:normal;
}
article .post-header h4 a{
	color:#9f9f9f;
}
article .post-content{
	font-size:15px;
}
article .post-content p{
	margin:25px 0;
}
article .post-content h1, h2, h3, h4, h5, h6{
	color: #333333;
    font-weight: normal;
    margin: 0 0 25px;
    padding:0;
    text-align:left;
}
article .post-content h1{
    font-size: 34px;
}
article .post-content h2{
    font-size: 30px;
}
article .post-content h3 {
    font-size: 26px;
}
article .post-content h4 {
    font-size: 20px;
}
article .post-content h5 {
    font-size: 16px;
}
article .post-content blockquote, article .post-content  address {
	border-left: 5px solid #f9f9f9;
    font-style: italic;
    margin: 0 0 25px;
    padding: 0 20px;
}
article .post-content ul {
    list-style-type: disc;
    margin: 0 0 25px 25px;
	padding: 0;
}
article .post-content ol {
    list-style-type: decimal;
    margin: 0 0 25px 25px;
	padding: 0;
}
article .post-content ul li, ol li {
    margin: 0 0 5px;
	padding: 0;
}
article .post-content hr {
    margin:25px 0;
	width:100%;
	color: #f9f9f9;
	background-color: #f9f9f9;
	height: 5px;
	border: 0 none;
}
#infscr-loading{
	text-align:center;
}
.page-nav{
	position:relative;
	clear:both;
}
.page-nav .nav-previous{
	float:left;
}
.page-nav .nav-next{
	float:right;
}
.page-nav a{
	display:block;
    font-size: 16px;
    font-weight: lighter;
    line-height: 16px;
    margin: 0;
    padding: 25px;
	background:#f9f9f9;
    border: 1px solid #f9f9f9;
    color: #949494;
}
.page-nav a:hover{
	background:#ffffff;
    color: #1b1b1b;
}

.comments{
    background: none repeat scroll 0 0 #ffffff;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
}
h2.comments-title{
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #f9f9f9;
    color: #949494;
    display: block;
    font-size: 16px;
    font-weight: lighter;
    line-height: 16px;
    padding: 25px;
    text-align:left;
}
.comments-content{
    margin: 0 auto;
    max-width: 800px;
    padding: 0 7% 50px;
}
.comments ol {
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
}
.comments ol.children {
	margin-left: 50px;
}
.comments ol li {
    margin-bottom: 25px;
}
.comments ol li .vcard{
	line-height:50px;
	margin:0;
	padding:0;
}
.comments ol li .vcard .fn {
    font-weight: lighter;
    margin-left: 12.5px;
	font-style:normal;
}
.comments ol li .vcard .fn a{
	color: #333333;
	line-height:50px;
}
.comments ol li .vcard .says{
	content:"";
	display:none;
}
.comments ol li .vcard img {
    border: 0 none;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
	border-radius:50%;
}
.comments ol li .comment-meta{
	padding:0;
	margin:0 0 25px;
	color: #9f9f9f;
    font-size: 14px;
    font-weight: lighter;
    line-height: 16px;
}
.comments ol li .comment-meta a{
	color: #9f9f9f;
}
.comments ol li .comment-meta a:hover{
	color: #1b1b1b;
}
.comments ol li .reply{
	text-align:right;
	 font-size: 14px;
    font-weight: lighter;
    line-height: 16px;
}
.comments ol li .reply a{
	color: #9f9f9f;
}
.comments ol li .reply a:hover{
	color: #1b1b1b;
}
.comments .comment-reply-title {
    font-size: 26px;
	color: #333333;
    font-weight: normal;
    margin: 0 0 25px;
    padding:0;
    text-align:left;
}
.content label,
.quiz_section span{
    font-size: 14px;
	display: block;
	color: #9f9f9f;
	line-height: 16px;
	font-weight: lighter;
}
.quiz_section span,
.quiz_section label{
	display: initial;
}
.comments .comment-form p{
	margin:25px 0;
}
.content textarea,
.content select,
.content input{
	background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #f9f9f9;
    color: #949494;
    font-size: 14px;
    line-height: 16px;
    padding: 12.5px;
	font-family: "Open Sans",Arial,sans-serif;
}
.content select{
	padding: 6.25px;
}
.content textarea{
	width: 100%;
}
.content textarea:focus,
.content select:focus,
.content input:focus{
    color: #1b1b1b;
}
.content input#submit,
.content input[type="submit"]{
	transition: all 0.2s ease-in-out 0s;
	cursor:pointer;
}
.content input#submit:hover,
.content input[type="submit"]:hover{
    background: #ffffff;
	color: #1b1b1b;
}
.content table{
	margin: 12.5px 0;
    padding: 0;
	border: 0 none;
	font-size: inherit;
}
.content td {
	padding-right: 12.5px;
}
.comments .comment-navigation{
	position:relative;
	margin:25px 0;
}
.comments .nav-previous{
	float:left;
}
.comments .nav-next{
	float:right;
}
.comments .comment-navigation a {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #f9f9f9;
    color: #949494;
    display: inline-block;
    float: none;
    font-size: 14px;
    font-weight: lighter;
    line-height: 16px;
    margin: 0;
    padding: 12.5px;
    text-align: center;
    vertical-align: middle;
}

.comments .comment-navigation a:hover {
    background: none repeat scroll 0 0 #ffffff;
    color: #1b1b1b;
}
.frontpage-widget .tweets {
	padding:20px 20px 5px 20px !important;
}
.frontpage-widget .tweets li{
	margin:0 0 25px 0 !important;
	padding:5px 5px 5px 62.5px;
	overflow:hidden;
	line-height: 25px;
}
.frontpage-widget .tweets li em a{
	color: #9f9f9f;
	font-weight:lighter;
	font-style:normal;
	font-size:14px;
}
.frontpage-widget .tweets li em a:hover{
	color: #1b1b1b;
}
.frontpage-widget .tweets li.avatar img {
    margin:0 0 0 -62.5px !important;
	border-radius:50%;
}
.frontpage-header {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #f9f9f9;
    color: #949494;
    display: block;
    font-size: 16px;
    font-weight: lighter;
    line-height: 16px;
    padding: 25px;
    text-align: left;
	margin:0;
	min-width:500px;
}
.frontpage-header.no-padding{
	border: 0 none;
	margin-bottom:0;
}
.frontpage-header a{
	background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #f9f9f9;
    color: #949494;
    display: block;
    font-size: 16px;
    font-weight: lighter;
    line-height: 16px;
    padding: 25px;
	float: left;
}
.frontpage-header a:hover{
	background: none repeat scroll 0 0 #ffffff;
    color: #1b1b1b;
}
.frontpage-widget .widget{
	background:#ffffff;
	width: 50%;
	margin:0;
	min-width: 500px;
	position:relative;
}
.frontpage-widget .widget iframe {
    width:100%;
	height:290px;
}
.frontpage-widget .widget_text .textwidget {
    margin: 0 auto;
    max-width: 800px;
    padding: 50px 7%;
}
.frontpage-widget article {
	margin:0;
}
img.profile{
	border-radius: 50%;
	max-width:150px;
	max-height:150px;
}
img.profile.medium{
	max-width:100px;
	max-height:100px;
}
img.profile.small{
	max-width:50px;
	max-height:50px;
}

#mlw_error_message_bottom{
	padding:10px 0;
}