/*
THEME NAME: ConseroGlobal
THEME URI: http://www.entermedianow.com
DESCRIPTION: Consero Blog theme to duplicate style at http://www.conseroglobal.com
VERSION: 1.0
AUTHOR: Chris Kendall @ Entermedia, LLC. http://www.entermedianow.com
AUTHOR URI: http://www.entermedianow.com
*/

a {
	color:#155F8F;
}
h3.entry-title {
	margin-bottom: 2px;
}
/* posts */
.post h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
	line-height: 1em;
	color:#155F8F;
	font-size:16px;
}
.entry-date {
	font-style: italic;
	font-size: 11px;
	color: #FF3300;
	margin-bottom: 10px;
}
.post {
	margin-bottom: 50px;
}
.post .entry-content {
	padding-bottom: 3px;
	background: url(images/bg_header.jpg) repeat-x bottom left;
}
.post .entry-meta {
	margin-top: 5px;
}
span.author, span.cat-links, span.comments-link {
	padding-left: 18px;
}
span.author {
 	background: url(images/icon-author.gif) no-repeat 0 0;
}
span.cat-links {
	background: url(images/icon-category.gif) no-repeat 0 0;
	margin-left: 12px;
}
span.comments-link {
	background: url(images/icon-comments.gif) no-repeat 0 0;
	margin-left: 12px;
}
abbr {
	border: none;
}

div.entry-meta {
	background: #F7F7F7;
	padding: 10px;
	margin-bottom: 15px;
	color: #666666;
	font-style: italic;
	font-size: 9px;
}

div.nav-previous, div.nav-next {
	display: inline;
}
div.nav-next {
	margin-left: 30px;
}

#comments {
	margin-top: 25px;
}

textarea {
	height: 100px;
}


/* sidebar */
#home_news ul {
	list-style-type: none;
	padding-left: 0;
}
#home_news ul li li {
	padding: 3px 0 3px 8px;
}
#home_news ul li li ul li {
	border: none;
}
#home_news a {
	text-decoration: none;
}

#home_news input.text {
	width: 175px;
	padding: 2px;
}
li#search {
	margin-bottom: 15px;
}
#home_news input.button {
	height: 22px;
	color: #efefef;
	background: #8E8B8A;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
li#search form {
	margin-left: 5px;
}
#home_news h3.widgettitle {
	margin-bottom: 0px;
	background: url(images/bg_widgetTop.jpg) no-repeat 0 0;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 205px;
	height: 24px;
	color: #155F8F;
}

li.widget {
	background: url(images/bg_widgetBody.jpg) repeat-y 0 0;
	border-bottom: 3px solid #7aa9c5;
}

li.widget_tag_cloud div {
	padding: 3px 6px;
}

#newsletterForm {
	text-align: center;
	margin-top: 10px;
}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:500px;height:85px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

