/* globals */

h1, h2, h3, h4, h5, h6 {
	color: #ccc;
}

h1 {
	margin-bottom: 0.5em;
	font: 12px Helvetica;
}

body {
	background-color: #fff;
	color: #666;
	height: 100%;
	min-height: 100%;
	text-decoration: none;
	font-style: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.module-title, .feed-title {
	line-height: 1em;
	color: #fff;
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 7px 10px;
	border: 1px solid #CCC;
	display: block;
	background: #ccc repeat-x;
}

/* My Comment */

.featured {
	background: url(../images/techblue/content-bg.jpg) repeat-x #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0 10px 10px 0;
	height: 250px;
}

.sf-menu a {
	display: block;
	text-decoration: none;
	padding: 0 15px;
	text-transform: none;
	color: #666;
	font-size: 12px;
}

.posts-default .entry-meta, .posts-quick .entry-meta {
	color: #CCC;
	float: left;
	background: url(../images/overlay.png);
	width: 190px;
	height: 220px;
	display: none;
	margin: -15px 0 0;
	font-weight: bold;
}

.featured-entry {
	position: relative;
	overflow: hidden;
	background: url(../images/overlay.png);
	height: 50px;
	color: #ccc;
	padding: 0;
	display: block;
	top: 199px;
}

.single .post .tags, .single-post .tags {
	display: block;
	margin: 5px 0;
	color: #ff9500;
	font-size: 10px;
	font-style: italic;
}

.widgettitle {
	color: #ff9500;
	margin: 0;
	padding: 0px 10px;
	background: #ffcb00 url(../images/feed-title-white.jpg) repeat-x;
	font: 14px Georgia;
}

.blog-description {
	display: none;
	color: #FF6600;
	margin: 0;
	padding: 5px 0 0;
	text-transform: uppercase;
	font: bold 16px/1em Helvetica;
}

a:hover {
	color: ff9933;
}

a, a:link, a:visited {
	color: #999;
	text-decoration: underline;
}

.blog-name a:link, .blog-name a:visited {
	color: #CC6633;
	text-decoration: none;
}

.blog-name {
	font-weight: bold;
	font-size: 60px;
	margin: 0;
	line-height: 1em;
	display: none;
	text-transform: none;
	font-family: "Modern No. 20";
	border-color: #ff5e24;
}

#header {
	padding: 0 0 15px 0;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #ccc;
}

#branding {
	width: 960px;
	margin: 0 auto;
	border-color: #999;
	background-image: url(../images/home3.jpg);
}

.logo {
	margin: 20px 0 0 10px;
	height: 100px;
	width: 600px;
	float: left;
}

.widgetcontent {
	border: solid #CCC;
	border-width: 0 1px 1px;
	background: url(../../images/techblue/content-bg.jpg) repeat-x;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 13px;

}


.sf-menu {
	font-weight: normal;
	font-style: normal;
}

.sf-menu a {
	display: block;
	padding: 0 15px;
	text-transform: capitalize;
	color: #d89800;
	font-size: 13px;
	text-decoration: none;
}

.posts-line .entry-title {
	float: left;
	font-size: 12px;
	margin: 0;
	color: #ffcb00;
}

.single .post .entry-title, .single-post .entry-title {
	font-size: 17px;
	font-weight: bold;
	padding: 15px 0 0;
	margin: 0 0 5px;
	color: #ffcb00;
}

.textwidget {
	display: inline-block;
	margin: 10px 0 0;
	padding: 0;
}