/*
Theme Name: simpliSIMO 
Theme URI: http://wpdots.net/
Description: A free theme from wpdots.net , 2 columns, widget ready, advertise spot, custom search and much more! 
Version: 1.0
Author: Patrascu Vlad
Author URI: http://wpdots.net/
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* Wrapper Section */

#background {
	background: #282e32;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Header Section */

#header {
	width: 960px;
	height: 96px;
	float: left;
}

#logo {
	width: 191px;
	float: left;
}

#menu {
        height: 26px;
	margin-top: 1px;
        float: left;
}

#menu li {
	display: inline;
	float: left;
        padding-top: 5px;
        padding-bottom: 5px;
}

#menu a {
        padding: 5px 13px;
	background: #353e43;
	font-size: 1.1em;
	color: #f9f9f9;
	text-transform: uppercase;
	font-family: arial;
	text-decoration: none;
        margin-right: 1px
}

#menu a:hover  {
	padding: 5px 13px;
	background: #fff;
	font-size: 1.1em;
        color: #6f777a;
	text-decoration: none;
}

/* Content Section */

#container {
	width: 1079px;
	float: left;
}

#ads {
	width: 120px;
	float: left;
}

#content {
	width: 699px;
        float: left;
	background: #353e43;
        padding-bottom: 4px;
        margin-bottom: 10px;
}

h2.pagetitle {
	font-size: 2em;
	color: #6f777a;
	margin: 15px 0 0 15px;
	font-family: arial;
}

h2.description {
	font-size: 1.3em;
	color: #6f777a;
	margin: 15px 0 0 15px;
	font-family: arial;
}

.post {
        width: 686px;
	float: left;
        -moz-border-radius: 5px;
        background: #fff;
	margin: 4px 0 0 4px;
        padding: 10px 0 15px 5px;
}

.post3 {
        width: 686px;
	float: left;
        -moz-border-radius: 5px;
        background: #fff;
	margin: 4px 0 0 4px;
        padding: 10px 0 15px 5px;
}

.post2 {
        width: 686px;
	float: left;
        -moz-border-radius: 5px 5px 0 0;
        background: #fff;
	margin: 4px 0 0 4px;
        padding: 10px 0 15px 5px;
}

.info {
	float: left;
	width: 110px;
	border-right: 1px dotted #c4c4c4;
	padding-left: 5px;
}

span.day {
	width: 40px;
	float: left;
	font-family: arial;
	font-size: 3em;
	font-weight: bold;
	color: #929292;
}

span.month-year {
	width: 40px;
	float: left;
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #bababa;
	padding-top: 3px;
}

span.comments a {
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	width: 110px;
	margin-bottom: 5px;
	color: #2a95c6;
}

span.comments a:hover {
	margin-bottom: 5px;
	text-decoration: underline;
}

span.avatar-post img {
	border: 1px solid #dddddd;
	padding: 2px;
	width: 75px;
	height: 75px;
	float: left;
}

span.author {
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	width: 110px;
	margin-top: 5px;
	color: #2a95c6;
	text-decoration: underline;
}

span.author a {
	color: #2a95c6;
	text-decoration: underline;
}

span.author a:hover {
	margin-bottom: 5px;
	text-decoration: underline;
}

.postcontent {
	float: left; 
	width: 645px;
	margin-left: 10px;
        padding-bottom: 12px;
}

.postcontent h2 a {
	font-size: 2em;
	font-weight: normal;
	color: #2a95c6;
	text-decoration: none;
}

.postcontent h2 a:hover {
	text-decoration: underline;
}

.entry p {
	font-family: Verdana;
	font-size: 1.2em;
	text-align: justify;
	color: #000;
	margin-top: 5px;
}

.entry ul li {
	list-style: decimal;
	margin-left: 40px;
	font-size: 1.3em;
	margin-top: 5px;
	font-weight: bold;
}

.alignleft {
	float: left;
	border: 1px solid #ccc;
	margin: 5px 7px 7px 0;
	background: #f5f5f5;
	padding: 3px;
}

.alignright {
	float: right;
	border: 1px solid #ccc;
	margin: 5px 0px 7px 7px;
	background: #f5f5f5;
	padding: 3px;
}

p.wp-caption-text {
	text-align: center;
	font-weight: bold;
}

blockquote {
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 0 5px 5px 5px;
	font-weight: bold;
}

.postmetadata {
	float: left;
	font-size: 1.3em;
	margin-top: 10px;
}

.postmetadata a {
	color: #262626;
	text-decoration: underline;
}

.pagenavi {
	width: 691px;
        -moz-border-radius: 5px;
	margin: 4px 0 0 4px;
	background: #fff;
	text-align: center;
	padding: 15px 0 15px 0;
	font-size: 1.1em;
}

.pagenavi2 {
	width: 691px;
        -moz-border-radius: 0 0 5px 5px;
	margin: 0 0 0 4px;
	background: #fff;
	text-align: center;
	padding: 15px 0 15px 0;
	font-size: 1.1em;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.notfound {
	margin: 15px 0 0 15px;
}

.notfound h2 {
	font-family: arial;
	font-size: 1.7em;
	color: #6c7376;
}

.notfound p {
	font-family: arial;
	font-size: 1.2em;
	color: #6c7376;
}

/* Sidebar Section */

.search-sidebar {
	float: left;
	width: 250px;
	margin: 0 0 5px 5px;
}

.search-left {
	width: 45px;
	float: left;
}

.search-right {
	float: left;
	width: 200px;
	margin-left: 25px;
}

.search-right input {
	width: 140px;
	float: left;
	background: #f2f2f2;
	padding: 4px;
	color: #8f8f8f;
	margin: 5px 0;
	border: 1px solid #f3f3f3;
}

.search-right input.search_button {
	width: 30px !important;
	float: left !important;
	background: url('images/search_button.png') no-repeat!important;
	border: 0 !important;
}

.search-right label {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #a1a1a1;
}

#sidebar { 
	float: left;
	background: #475259;
	width: 260px;
	padding: 15px 0px 20px 0px;
}

#sidebar ul li li {
	margin-left: 25px;
   	padding-bottom: 10px;
	font-size: 1.3em;
	color: #6b7376;
}

#sidebar ul li li a {
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul li li a:hover {
	text-decoration: underline;
}

#sidebar ul li h2 {
	height: 20px;
        width: 230px;
	background: #353E43;
	font-family: arial;
	font-size: 1.3em;
        -moz-border-radius: 3px;
	text-transform: uppercase;
	color: #f9f9f9;
	margin: 5px 0 5px 5px;
	padding: 6px 0 1px 20px;
}

.advertise {
	margin: 0 0 15px 5px;
}

#sidebar form {
	margin-left: 10px;
	margin-bottom: 6px;
}

#sidebar input {
	background: #6d7578;
	font-family: arial;
	font-size: 1.3em;
	color: #fff;
	border: 1px solid #6e7578;
	padding: 3px;
	margin: 4px 0 4px 0;
}

#sidebar label {
	font-size: 1.2em;
	color: #f9f9f9;
	font-family: arial;
	font-weight: bold;
}

.rssfeed {
	text-align: center;
	margin: 0 0 15px 0;
}

.rssfeed img {
	width: 30px;
	height: 30px;
	padding: 0 7px 0 7px;
}

/* Comments Section */

h3#comments, #respond {
	font-size: 1.7em;
color: #fff;
	margin-left: 15px;
}

.commentlist ul li {
	float: left;
	width: 600px;
	padding: 10px;
	list-style: none;
}

.avatar-com {
	float: left;
	width: 61px;
	height: 70px;
}

.avatar-com img {
	width: 36px;
	height: 36px;
	margin: 6px 0 0 10px;
	border: 1px solid #ccc;
	padding: 2px;
}

.comment ul li {
	float: left;
	width: 635px;
	background: #fff;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-left: 10px;
	text-align: justify;
	color: #000;
}

small.date {
	font-size: 1.2em;
	color: #000;
}

.comment ul li span {
	font-size: 1.4em;
        font-weight: bold;
        color: #000;
}

.comment ul li a {
	font-weight: bold;
	color: #2a95c6;
}

.comment ul li a:hover {
	color: #2a95c6;
}

.comment ul li p {
	font-size: 1.2em;
	margin-top: 5px;
}

.comment ul li p a {
	color: #2a95c6;
	text-decoration: underline;
}

.comment em {
	font-size: 1.3em;
	font-weight: bold;
	color: #6f777a;
}

.post-comment form {
	margin-left: 15px;
}

.post-comment input {
	width: 200px;
	background: #f5f5f5;
	-moz-border-radius: 5px;
	padding: 5px;
	margin-top: 10px;
	color: #254b59;
	font-size: 1.3em;
	font-family: arial;
	border: 0;
}

.post-comment textarea {
	background: #f5f5f5;
	width: 500px;
	-moz-border-radius: 5px;
	margin-top: 10px;
	padding: 5px;
	color: #254b59;
	font-family: arial;
	font-size: 1.3em;
	border: 0;	
}

.post-comment input.submit {
	float: right;
	width: 90px;
	background: #353e43;
	-moz-border-radius: 5px;
	padding: 5px;
	margin: 10px 165px 0 0;
	color: #fff;
	font-size: 1.3em;
	font-family: arial;
	border: 0;
}

/* Footer Section */

#footer {
	width: 100%;
	margin: 20px 0;
}

#footer p {
	font-family: arial;
	font-size: 1.3em;
	color: #f9f9f9;
}

#footer p a {
	color: #f8f8f8;
	font-weight: bold;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}