/*
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: #c0c0c0 url('images/bg.png') repeat-x;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Header Section */

#header {
	width: 960px;
	height: 77px;
	float: left;
background-color: #111212;
}

#logo {
	width: 550px;
	float: left;
}

#menu {
	height: 28px;
	margin-top: 42px;
	float: right;
}

#menu li {
	display: inline;
	float: left;
}

#menu a {
	-moz-border-radius: 5px;
	padding: 5px 12px;
	font-size: 1.1em;
	color: #f9f9f9;
	text-transform: uppercase;
	font-family: arial;
	text-decoration: none;
}

#menu a:hover  {
	padding: 5px 12px;
	background: #fff;
	font-size: 1.1em;
color: #6f777a;
	text-decoration: none;
}

/* Content Section */

#container {
	width: 960px;
	float: left;
}

#content {
	width: 690px;
	float: left;
	-moz-border-radius: 5px;
	background: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

h2.pagetitle {
	font-size: 2em;
	color: #900;
	margin: 15px 0 0 15px;
	font-family: arial;
}

.post {
	float: left;
	margin: 15px 10px 25px 10px;
}

.info {
	float: left;
	width: 110px;
	border-right: 1px dotted #c4c4c4;
	padding-left: 5px;
}
.sticky {border: 1px solid #900;
padding: 0 10px 10px 10px;}

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: #900;
}

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: #900;
	text-decoration: underline;
}

span.author a {
	color: #900;
	text-decoration: underline;
}

span.author a:hover {
	margin-bottom: 5px;
	text-decoration: underline;
}

.postcontent {
	float: left; 
	width: 520px;
	margin-left: 10px;
}

.postcontent h2 a {
	font-size: 2em;
	font-weight: normal;
	color: #900;
	text-decoration: none;
}

.postcontent h2 a:hover {
	text-decoration: underline;
}

.entry p {
	font-family: Arial;
	font-size: 1.3em;
	text-align: justify;
	color: #6f777a;
	margin-top: 10px;
line-height: 1.25em
}

.entry ul li {
	list-style: decimal;
	margin-left: 40px;
	font-size: 1.3em;
	margin-top: 5px;
padding-bottom: 5px;
	font-weight: bold;
}

.alignleft {
	float: left;
	border: 1px solid #ccc;
	margin: 5px 7px 7px 0;
	background: #fff;
	padding: 3px 1px 3px 3px;
}

.alignright {
	float: right;
	border: 1px solid #ccc;
	margin: 5px 7px 7px 0;
	background: #fff;
	padding: 3px;
}

p.wp-caption-text {
	text-align: center;
	font-weight: bold;
font-size: 1.1em;
}

blockquote {
	background: #fff;
	border: 1px solid #900;
	padding: 0 5px 5px 5px;
	font-weight: bold;
}

.postmetadata {
	float: left;
	font-size: 1em;
	margin-top: 10px;
border-bottom: 1px dotted #C4C4C4;
padding-bottom: 10px;
color: #6f777a; 

}

.postmetadata a {
	color: #6f777a;
	text-decoration: underline;
}

.pagenavi {
	width: 593px;
	margin: 0 4px 0 4px;
	background: #fff;
	text-align: center;
	padding: 10px 0 10px 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 #900;
	color: #900;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #900;
	color: #900;
	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 #000;
	color: #900;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #900;
	border: 1px solid #900;
	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: 5px;
}

.search-right input {
	width: 140px;

	float: left;
	background: #f2f2f2;
	padding: 1px 3px 3px 3px;
	color: #8f8f8f;
	margin: 5px 0;
	border: 1px solid #f3f3f3;
}

.search-right input.search_button {
	width: 30px !important;
height: 27px;
	float: left !important;
	background: url('images/search_button.png') no-repeat!important;
	border: 0 !important;
padding: 2px;
}

.search-right label {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #a1a1a1;
}

#sidebar { 
	float: right;
	background: #ffffff;
	-moz-border-radius: 5px;
	width: 260px;
	padding: 20px 5px 20px 0;
color: #900;
}

#sidebar ul li li {
margin-right: 20px;
	margin-left: 20px;
padding-top: 3px;
	padding-bottom: 5px;
	font-size: 1.1em;
	color: #900;
border-bottom: 1px dotted #900;
}

#sidebar ul li li a {
	font-weight: normal;
	text-decoration: none;
color: #900;

}

#sidebar ul li li a:hover {
	text-decoration: underline;
}

#sidebar ul li h2 {
	height: 25px;
	background: url('images/sidebar_h2.png') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
letter-spacing: .2em;
	color: #fff;
margin-top: 10px;
	margin-left: 10px;
	padding-top: 8px;
font-weight: bold;
padding-left: 5px;
color: #111212;
}


.advertise {
	margin: 0 0 15px 5px;
}

#sidebar form {
	margin-left: 10px;
	margin-bottom: 6px;
}

#sidebar input {
	background: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #555b5d;
	border: 1px solid #6e7578;
	padding: 3px 3px 5px 3px;
	margin: 4px 0 4px 0;
	-moz-border-radius: 5px;
}

#sidebar label {
	font-size: 1.2em;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.rssfeed {
	text-align: center;
	margin: 0 0 15px 0;
text-decoration: none;
}

.rssfeed img {
	width: 30px;
	height: 30px;
	padding: 0 7px 0 7px;
}
#technorati {
width: 80px;
height: 15px;
padding: 0 22px 0 22px;
}

#twitter {
width: 48px;
height: 48px;
padding: 0;
}

#joomla {
width: 48px;
height: 48px;
padding: 0;
}

/* Comments Section */
.commentlist {
font-family: Arial, Helvetica, sans-seri;

font-size: 1.3em;

text-align: justify;

color: #6f777a;

margin-top: 10px;

line-height: 1.25em;
}

h3#comments, #respond {
	font-size: 1.2em;
color: #6f777a;
	margin-left: 15px;
}
h3.respond {
	font-size: 1em;
color: #6f777a;
	margin-left: 15px;
}


.commentlist ul li {
	float: left;
	width: 600px;
	padding: 10px;
	list-style: none;
font-family: Arial;

font-size: 1em;

text-align: justify;

color: #6f777a;

margin-top: 10px;
}

.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: 480px;
	background: #f5f5f5;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-left: 10px;
	text-align: justify;
	color: #6f777a;
}

small.date {
	font-size: .8em;
	color: #000;
}

.comment ul li span {
	font-size: 1em;
}

.comment ul li a {
	font-weight: bold;
	color: #900;
}

.comment ul li a:hover {
	color: #900;
}

.comment ul li p {
	font-size: 1em;
	margin-top: 5px;
}

.comment ul li p a {
	color: #900;
	text-decoration: underline;
}

.comment em {
	font-size: 1.3em;
	font-weight: bold;
	color: #6f777a;
}

.post-comment form {

	margin-right: 15px;
	margin-left: 15px;
padding: 10px;
border: 1px dotted #c4c4c4;
}
.post-comment h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #900;
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, Helvetica, sans-serif;
	border: 0;
}

.post-comment textarea {
	background: #f5f5f5;
	width: 500px;
	-moz-border-radius: 5px;
	margin-top: 10px;
	padding: 5px;
	color: #254b59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	border: 0;	
}

.post-comment input.submit {
	float: right;
	width: 90px;
	background: #c0c0c0;
	-moz-border-radius: 5px;
	padding: 5px;
	margin: 20px 165px 0 0;
	color: #fff;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
}

/* Footer Section */

#footer {
	width: 600px;
	margin: 20px 0;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
padding-top: 5px;
border-top: 1px dotted #666;
}

#footer p a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}
#calendar_wrap, #akismetwrap {
margin-left: 20px;
}
.postcontent img {
border: 1px solid #ccc;
margin: 10px 3px 5px 0;
padding: 3px;
background: #fff;
}
div.wpcf7 {

	margin: 0;

	padding: 0;

}



div.wpcf7-response-output {

	margin: 2em 0.5em 1em;

	padding: 0.2em 1em;

}



div.wpcf7-mail-sent-ok {

	border: 2px solid #398f14;

}



div.wpcf7-mail-sent-ng {

	border: 2px solid #ff0000;

}



div.wpcf7-spam-blocked {

	border: 2px solid #ffa500;

}



div.wpcf7-validation-errors {

	border: 2px solid #f7e700;

}



span.wpcf7-form-control-wrap {

	position: relative;

}



span.wpcf7-not-valid-tip {

	position: absolute;

	top: 20%;

	left: 20%;

	z-index: 100;

	background: #fff;

	border: 1px solid #ff0000;

	font-size: 10pt;

	width: 280px;

	padding: 2px;

}



span.wpcf7-not-valid-tip-no-ajax {

	color: #f00;

	font-size: 10pt;

	display: block;

}



span.wpcf7-list-item {

	margin-left: 0.5em;

}



.wpcf7-display-none {

	display: none;

}
