/*
THEME NAME: Marketing Site
THEME URI: http://intranetdashboard.com/blog/
DESCRIPTION: Blog Design for the Intranet DASHBOARD Marketing Site
VERSION: 1.0
AUTHOR: <a href="http://www.intranetdashboard.com">Intranet DASHBOARD</a>
AUTHOR URI: http://www.intranetdashboard.com
*/

@import "reset.css";

body {
	background: #FFFFFFF;
	font-family: Helvetica, Arial, Verdana, sans-serif !important;
	font-size: 12px;
	color: #444444;
}

a {
	color: #CC3300;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana, sans-serif !important;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

em {
font-style:italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#blogHeader {
	display: block;
	height: 70px;
	background: url(images/header_stretched.gif) no-repeat top left;
	margin-right: 260px;
	font-size: 0px;
	text-indent: -2000px;
	margin-bottom: 10px;
}

#wrapper {
	background: #FFF;
	margin: 0;
}


#container {
	margin: 25px auto;
}

#content {
	width: auto;
	margin-right: 260px;
}

.post {
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	/*min-height: 138px;*/
	border-bottom: 1px solid #d8d8d8;
	color: #444444;

	
}


.post-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
}

.post-title a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.page-subtitle {
	font-weight: 700;
	/* color: #CCC; */
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
	width:98%;
}

.post-meta {
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
}

.post-meta a {
	 color: #666666; 
}

.commentsPopUp {
	float:right;
	text-align:right;
	border: 1px solid #c1c1c1;
	padding: 4px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}	
.commentsPopUp a {
	color: #8e8e8e;
	font-size:11px;
}	


#s {
	background: url(images/search_field.gif) no-repeat top left;
	width: 172px;
	height: 27px;
	border: 0px none;
	float: left;
	line-height: 25px;
	text-indent: 4px;
}

#searchsubmit {
	background: url(images/go_button.gif) no-repeat top left;
	display: block;
	font-size: 0px;
	text-indent: 2000px;
	overflow: hidden;
	width: 39px;
	height: 28px;
	border: 0px none;
	float: left;
	margin-left: 3px;
	cursor: pointer;
	*text-transform: uppercase;
}

#searchClearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content a {
	font-size:12px;
}


.post-content h1 {
	font-size: 22px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
	font-weight: bold;
}


.post-content h2 {
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
	font-weight: bold;
}

.post-content h3 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h4 {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.75;
	margin-bottom: 10px;
	overflow:auto;
}

.post-content img {
	padding: 5px;
}

.post-content img.alignnone {
	/*padding: 15px; */
}

.post-content img.alignleft {
	float: left;
	/*padding: 15px 15px 15px 0px;*/
}

.post-content img.alignright {
	float: right;
	/* padding: 15px 0px 15px 15px */
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	margin-left: 10px;
}

.post-content ul {
	list-style: none;
	
}

.post-content ol {
	list-style: decimal;

}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.post-content ol li {
	padding-top: 5px;
	padding-bottom: 5px;

}

.post-content ul li {
	padding-left: 20px;
	background:	url("/images/db_bullet2.gif") no-repeat 2px 4px;
	line-height:17px;
}

ul li {
   list-style-image: none !important;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.post-content table {
border: 1px solid #eaeaea;
margin-top: 10px;
margin-bottom: 15px;
} 

.post-content td {
border: 1px solid #eaeaea;
padding: 10px;
}

.section-title {
	font-size: 15px;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

#comments .section-title {
	font-weight: bold;
	font-size: 14px
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
	width:98%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 11px;
}

.unapproved {
	font-style: italic;
	color: red;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 240px;
	margin-right: 10px;
}

.sidepanel {
	margin-bottom: 20px;
	background: #F6F6F6;
	border-bottom: 4px solid #dbdbdb;
	padding: 10px;
	font-size: 11px;
	color: #3f3f3f;
	overflow:auto;
}

.sidepanel h3 {
	padding: 0 0 5px 0;
	color: #3f3f3f;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0px 1px 0px #FFF;
}

.sidepanel ul li {
	padding: 5px 0;
	line-height: 1.2;
	margin-left:16px;
	background-repeat:no-repeat;
	list-style-image:url('/images/db_bullet_blog.gif') !important;
}

.sidepanel ul li, .sidepanel a {
	font-size: 12px;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.screen-reader-text
{
	font-weight:bold;
}

#postTags {
font-size: 11px;
color: #939393;
}

#postTags a {
color: #939393;
}

#postTags a:hover {
color: #CC3300;
}

.rssLink
{
    line-height:20px;
    background-image:url('/images/rss_link2.gif'); 
    background-repeat:no-repeat;
    background-position:top right;
    font-size: 11px;
    color: #939393; 
    z-index:99;
    margin-top:-62px;
    margin-right:18px;
    float:right;
    overflow:hidden;
    height:20px;
}

.rssLink a
{
    color: #939393; 
    padding-right:24px;
    width:62px;   
}

.rssLink a:hover
{
    color: #CC3300;
}
