/*
Theme Name: ScientiaMobile
Version: 1.0
Theme URI: http://www.scientiamobile.com/
Author: Emanuele Minotto
Edited By: Wesley Almeida
Description: Theme extracted from scientiamobile.com
*/

.widgettitle {
	border-bottom-color: rgb(19, 80, 140);
	border-bottom-style: solid;
	border-bottom-width: 5px;
	color: rgb(102, 102, 102);
	display: inline-block;
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin-bottom: -4px;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 0px;
	padding: 0px 10px 0px 0px;
}

#recent-posts-3 ul li{
    padding-bottom:1em;
}


.widget {
	list-style: none;
	margin-bottom: 50px;
}
.widget h2{
    margin-bottom: 1em;
}

.tagcloud a {
	padding: 5px 10px;
	border: 1px solid #eee;
	display: inline-block;
	color: #666;
	background: #fff;
	margin: 0 3px 6px 0;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border-radius: 1px;
}

.tagcloud a:last-child {
	margin-right: 0;
}

.tagcloud a:hover {
	background: #29a9df;
	border: 1px solid #29a9df;
	color: #fff;
}

#commentform input, #commentform textarea {
	width: 97%;
}

#commentform input[type="submit"] {
	width: 98%;
}

.form-allowed-tags code {
	white-space: initial;
}

.avatar {
	margin-right: 5px;
}

.comment-list .comment {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #eee;
}

.comment-list .comment:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.the-thumbnail{
    vertical-align: top;
    display: inline-block;
    width: 25%;
    max-width: 30%;
    margin-left: 2em;
}
.the-excerpt{
    display: inline-block;
    width: 70%;
}
.post {
    border: none;
}
.post-excerpt{
    margin-bottom: 2em;
}
.post-excerpt h2{
    padding: .5em 0em;
    line-height: 1.5em;
    border-bottom: solid 5px #13508C;
}
.post-excerpt h2 a{
    color: #13508C;
    text-decoration: none;
 }
.post-excerpt h2 a:hover{
    color: #000000;
}


