/* 
Theme Name: InfoMS
Theme URL: http://www.infoms.ro/blog/
Description: Tema wordpress pentru blogul InfoMS
Author: Tantos Silviu
Author URI: http://blog.razius.org
Version: 1.0
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

* {
padding:0;
margin:0;
}

body { 
	text-align: center;
	background: #333 url('images/body-bg.png') no-repeat top center;
	font-family: "trebuchet MS", verdana, arial, serif, sans;
	font-size: 13px;
	color: #333;
}
#header {
	width: 840px;
	margin: auto;
	margin-top: 25px;
}
#topTitle {
	text-align: center;
	padding: 20px;
	font-size: 56px;
}
#topTitle a:link, #topTitle a:visited, #topTitle a:hover {
	color: #fff;
	text-decoration: none;
}
#header-icons {
	float: right;
	position: relative;
	top: 60px;
	right: 20px;;
}

div#wrapper {
	border: solid 1px #000;
	width: 842px;
	margin: auto;
	display: block;
}
div#container {
	border: solid 1px #fff;
	width: 800px;
	background-color: #e8e8e8;
	text-align: left;
	overflow: auto;
	padding: 20px;
}
div#content {
	width: 540px;
	float: left;
	padding: 0 20px 0 0;
}
div#sidebar {
	float: left;
	width: 240px;
}
#sidebar ul {
	list-style: none;
}
.widget_search{
	border:1px solid #bbb;
	height:24px;
	background-image: url('images/search-bg.png');
	vertical-align:middle;
}
form#searchform {
	border:1px solid #fff;
	height:32px;
	padding: 0px;
	vertical-align:middle;
}
input#search-text{
	display: inline;
	border-style: none;
	float: left;
	height: 22px;
	font-size: 18px;
	padding: 5px;
	background: transparent none repeat scroll 0 0;
	vertical-align:middle;
	width: 180px;
}
input#searchsubmit{
	padding-top: 3px;
	padding-right: 5px;
}
#sidebar-ul h2 {
	font-size: 18px;
	height: 48px;
	text-align: left;
	line-height:48px;
	color: #b23b3b;
	padding-left: 55px;
	font-weight: bold;
	margin-bottom: 20px;
}
ul#sidebar-ul li.widget {
	margin: 0 0 20px;
	padding: 0 0 10px;
}

li.cat-item {
	list-style-image:url("images/list.png");
	padding: 2px;
}
li.cat-item:hover {
	list-style-image:url("images/list-hover.png");
}
.widget_categories {
	background: url('images/categories.png') no-repeat top left;
}
.widget_categories ul {
	padding-left: 30px;
}
#ajax-calendar-1 {
	background: url('images/calendar.png') no-repeat top left;
}
.widget_recent_comments {
	background: url('images/comments.png') no-repeat top left;
}
#text-2 {
	background: url('images/link.png') no-repeat top left;
}
.widget_meta {
	background: url('images/meta.png') no-repeat top left;
}
.post-cal {
	width: 64px;
	height: 37px;
	float: left;
	text-align: center;
	background: url('images/date.png') no-repeat top left;
	padding-top: 27px;
	line-height:14px;
	font-weight: bold;
	margin-right: 10px;
}
.post-border {
	border: 1px solid #bbb;
	margin-bottom: 20px;
}
.post-wrapper {
	border: 1px solid #fff;
	padding: 10px;
	background-color: #f4f4f4;
}
a:link, a:visited, a:hover {
	color: #0073b3;
	text-decoration: none;	
}
a:hover{
	text-decoration: underline;	
}
.post-wrapper ul {
	list-style-image:none;
	list-style-position:inside;
	margin-left:0px;
	text-indent:-10px;
}
li {
	padding-bottom: 10px;
	padding-left: 10px;
}
h2, h3, h4, h5, h6 {
	color: #333;
}
h2 {
	font-size: 24px;
	margin: 0 0 8px!important;
	letter-spacing: -1px;
}
h2 a:link, h2 a:visited {
	color: #b23b3b;
	text-decoration: none;
	font-weight: bold;
}
h2 a:hover {
	color: #b23b3b;
	text-decoration: underline;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	margin: 0 0 8px;
}
div.post h3 {
	margin: 0 0 2px;
}
h4 {
	font-size: 16px;
}
p {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 20px;
}
p img {
	padding: 5px;
	border: 0px;
}
p a:hover img {
}
img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 13px;
}
div.post-content ol {
	list-style: decimal;
}
blockquote {
	font-size: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
	border-bottom: 1px dotted #ccc;
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('http://www.infoms.ro/blog/wp-content/themes/images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('http://www.infoms.ro/blog/wp-content/themes/images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
a abbr, a acronym {
	border: none;
}
div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 18px;
	text-align: center;
	color: #333
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
#comments h3 {
	padding-bottom: 20px;
}
#comments_list {
list-style-image:none;
list-style-position:inside;
list-style-type:none;
}
.comment-border {
	border: solid 1px #fff;
	padding: 10px;
}
.comment_wrapper {
	border: 1px solid #bbb;
	margin-bottom: 20px;
	padding: 0;
	background: #f0f0f0;
}
img.avatar {
	float: left;
}
.comments_meta {
	margin-left: 80px;
}
.comments_meta p {
	margin-bottom: 10px;
}

#footer {
	clear: both;
	margin: auto;
	text-align: center;
	width: 800px;
	padding: 20px;
	height: 20px;
	color: #999;
}
#footer a:link, #footer a:visited {
	color: #f3f3f3;
	text-decoration: none;
}
#footer a:hover {
	color: #f3f3f3;
	text-decoration: underline;
}