@charset "UTF-8";
/* CSS Document */

/* BREADCRUMBS */
#breadcrumbsBlog {
	text-align:left;
	font-size:10px;
	color:#333333;
	padding-bottom:3px;
	width:641px;
	margin:0px 0px 10px 0px;
	/*border-bottom:1px dotted #666666;*/
}
#breadcrumbsBlog .location {
	font-size:11px;
	font-weight:bold;
	color:#333333;
}
#breadcrumbsBlog .arrows {
	font-size:9px;
	font-weight:bold;
	color:#333333;
}
#leftColumnBlog strong {
	color:#333333;
	font-size:1.1em;
}
#leftColumnBlog #breadcrumbsBlog a {
	font-size:10px;
	color:#0066ff;
	text-decoration:none;
}
#leftColumnBlog #breadcrumbsBlog a:hover {
	color:#0099FF;
	background:#ffc;
	text-decoration:underline;
}

/* MAIN CONTENT LAYOUT */
#leftColumnBlog {
	padding:15px 20px 0 20px;
	float:left;
	width:641px;
}

/* SIDEBAR */
#sidebarBlog {
	float:left;
	margin-top:41px;
	padding:0 20px 0 19px;
	width:235px;
	text-align:left;
	border-left:1px solid #ccc;
}
#sidebarBlog a {
	font-weight:bold;
	color:#0066ff;
	text-decoration:underline;
}
#sidebarBlog a:hover {
	color:#0099FF;
	background:#ffc;
}
#sidebarBlog h1 {
	font-size:1.5em;
	/*color:#0033CC; Blue*/
	color:#1F9913; /*Green*/
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
}
#sidebarBlog h2 {
	font-size:1.1em;
	/*color:#0066ff; Blue*/
	color:#50CB2F; /*Green*/
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
}
#sidebarBlog .blogSection {
	margin-bottom:15px;
}
#sidebarBlog .blogSection form {
	height:27px;
	margin:0;
	padding:0;
}
#sidebarBlog .blogSection form input#s {
	/*width:152px;     */
	width:150px;
	margin:2px 0 0 0;
	padding:2px;
	border:1px inset #999999;
	background:#f7fbfc;
}
#sidebarBlog .blogSection form input.submit {
	width:73px;
	height:27px;
	margin:0 0 -1px 0;
	border:none;
	padding:0;
	cursor:pointer;
	background:url(/web-marketing-blog/wp-content/themes/marketingease/images/btn-search.jpg) no-repeat #fff;
}
/*
#sidebarBlog .blogSection form button {
	width:73px;
	height:27px;     
	margin:0;
	padding:0;
	border:none;
	cursor:pointer;
	background:url(../images/btn-search.jpg) no-repeat #fff;
}
*/
#sidebarBlog .blogSection ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebarBlog .blogSection li {
	list-style:none;
	margin:0;
	padding:0;
}

#sidebarBlog .blogSection a, .post a, #content a {
	font-weight:bold;
	color:#0066ff;
	text-decoration:none;
}
#sidebarBlog .blogSection a:hover , .post a:hover, #content a:hover {
	background:#ffc;
	text-decoration:underline;
}

#sidebarBlog .blogSection li {
	list-style: none;
	margin: 0;
}

#commentform input, #commentform textarea {
	/*width:auto;*/     
	margin:10px 0 0 10px;
	padding:2px;
	border:1px inset #999999;
	background:#f7fbfc;
}
.alignleft {
	float: left;
	width: 45%;
}
.alignright {
	float: right;
	width: 45%;
}

/** COMMENTS **/
#comment_section { 
	width:641px;  
}
#comment_section h3.comments_h3 { 
	margin:0 0 20px 0; 
}
#comment_section .comment { 
	margin:0 0 25px 0; 
	float:left; 
}
#comment_section .comment_meta { 
	width:110px; 
	padding:0 10px 20px 0; 
	background:url('/web-marketing-blog/wp-content/themes/marketingease/images/comment_meta.gif') 100% 20px no-repeat; 
	float:left; 
}
#comment_section .author_link { 
	margin:0 0 4px 0; 
	font-weight:bold; 
	font-size:1.1em;
	font-style:italic;
}
#comment_section .author_link a, .author_link a:visited, .author_link a:hover { 
	/*text-decoration:underline; */
}
#comment_section .comment_date { 
	font-size:1.1em; 
	line-height:1.2em; 
	color:#999; 
}
#comment_section .comment_content_wrap { 
	width:521px; 
	float:left; 
}
#comment_section .comment_top { 
	width:521px; 
	height:20px; 
	background:url('/web-marketing-blog/wp-content/themes/marketingease/images/comment_top.gif') 0 0 no-repeat; 
}
#comment_section .comment_content { 
	width:481px; 
	padding:0 20px 16px 20px; 
	margin-top:-6px; 
	background:#efefef url('/web-marketing-blog/wp-content/themes/marketingease/images/comment_bottom.gif') 0 100% no-repeat; 
	float:left; 
}
* html #comment_section .comment_content { 
	overflow:hidden; 
}














