@import url('../blueprint/reset.css');
@import url('../blueprint/typography.css');
@import url('../blueprint/forms.css');
/*globals*/
BODY
{
	background-color: #8C1135;
	color: #333;
	height: 100%;
	min-height: 100%;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
}
H1, H2, H3, H4, H5, H6
{
	font-weight: bold;
	color: #1E1B1A;
}
.clearfix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
HTML[xmlns] .clearfix
{
	display: block;
}
* HTML .clearfix
{
	height: 1%;
}
:focus
{
	-moz-outline-style: none;
}
A, A:link, A:visited
{
	color: #962B26;
	text-decoration: underline;
}
A:hover
{
	color: #D2150C;
}
P
{
	line-height: 1.5em;
}
BLOCKQUOTE
{
	border-left: 2px solid #CCC;
	color: #666;
	margin: 5px 0 20px;
	padding: 5px 10px 1px;
	font-style: normal;
}
CODE
{
	background: #EAEAEA;
	color: #333;
	font-family: Consolas, Monaco, Courier, monospace;
	font-size: 11px;
	margin: 1px 0;
	padding: 1px 3px;
}
PRE CODE
{
	background: #322E2C;
	border: 1px solid #635957;
	color: #FFF;
	display: block;
	overflow: scroll;
	padding: 1.5em 1.75em;
}
INPUT[type=text], INPUT[type=password], TEXTAREA
{
	border: 1px solid #333;
	padding: 3px;
	background-color: #212121;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Calibri, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
}
INPUT[type=submit], #wp-email-submit
{
	font-family: Calibri, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	background: url(../../images/postbar.gif) repeat-x;
	border: 1px solid #333;
	padding: 5px 10px;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
}
INPUT[type=submit]:hover, #wp-email-submit:hover
{
	border: 1px solid #CCC;
	background: url(../../images/topnav.jpg) repeat-x;
	color: #333;
	font-family: Calibri, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #CCC;
}
TH, TD
{
	padding: 5px;
	border: 1px solid #CCC;
	border-width: 1px;
}
TH, THEAD TH
{
	font-weight: bold;
	color: #333;
	background: #CCC url(../../images/topnav.jpg) repeat-x top;
}
TD, TBODY TD
{
	background: #F0F0F0;
}
/*common classes*/
.aligncenter
{
	display: block;
	margin: 0 auto;
}
.alignright
{
	float: right;
	margin: 0 0 1em 1em;
}
.alignleft
{
	float: left;
	margin: 0 1em 1em 0;
}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
IMG.aligncenter, IMG.alignright, IMG.alignleft
{
	border: 3px solid #EEE;
}
.textcenter
{
	text-align: center;
}
.textright
{
	text-align: right;
}
.textleft
{
	text-align: left;
}
.noticebox
{
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: #333;
	margin-bottom: 20px;
	padding: 10px;
}
.noticebox A
{
	color: #000;
}
.sub
{
	font-size: 11px;
	color: #848485;
}
.ui-tabs-hide, .hide
{
	display: none !important;
}
.wp-caption
{
	border: 1px solid #DDD;
	text-align: center;
	background: #F3F3F3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption IMG
{
	margin: 0;
	padding: 0;
	border: none;
}
.wp-caption .wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.tags A:link, .tags A:visited
{
	font-weight: bold;
	text-decoration: none;
	padding: 2px 4px;
	background: #FFF;
	display: inline-block;
	margin-bottom: 3px;
}
/*structure*/
#wrapper
{
	min-height: 100%;
	position: relative;
}
#main
{
	padding: 20px;
}
/*header*/
#header
{
	border-bottom: 5px solid #383332;
	background-color: #121212;
	height: 238px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#branding
{
	width: 960px;
	background-attachment: scroll;
	background-image: url(../../images/main_header.jpg);
	background-repeat: no-repeat;
	height: 238px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.logo
{
	max-width: 590px;
	float: left;
	margin: 20px 0 0 10px;
}
.blog-name
{
	font-weight: bold;
	font-size: 125px;
	margin: 0;
	line-height: 1em;
	display: block;
	text-transform: uppercase;
	width: 960px;
}
.blog-name A:link, .blog-name A:visited
{
	color: transparent;
	text-decoration: none;
	text-indent: -9000px;
	background: url(../../images/icons/logo.png) no-repeat;
	width: 450px;
	height: 22px;
	display: block;
}
.blog-name A:hover
{
}
.blog-description
{
	line-height: 1em;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: transparent;
	margin: 0;
	padding: 5px 0 0;
	text-transform: uppercase;
}
/*navigation*/
#nav
{
	zoom: 1;
	max-height: 35px;
}
#nav-content
{
	margin: 0 auto;
	width: 958px;
	background: #CCC url(../../images/topnav.jpg) repeat-x;
	height: 30px;
	border: 1px solid #CCC;
}
.sf-menu
{
	font-weight: bold;
}
.sf-menu, .sf-menu UL
{
	float: left;
	list-style: none;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.sf-menu A
{
	display: block;
	text-decoration: none;
	padding: 0 15px;
	text-transform: uppercase;
	color: #666;
	font-size: 11px;
}
.sf-menu LI
{
	float: left;
	padding: 0;
}
.sf-menu UL
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0;
	line-height: 1;
	border: none;
}
.sf-menu LI LI
{
	width: 148px;
	border: 1px solid #CCC;
	border-width: 1px 1px 0;
}
.sf-menu LI LI A
{
	background: #FFF url(../../images/techblue/content-bg.jpg) repeat-x top;
	padding: 7px 10px;
	width: 128px;
	font-size: 12px;
	text-transform: none;
}
.sf-menu LI UL UL
{
	margin: -27px 0 0 148px;
}
.sf-menu LI LI:hover
{
}
.sf-menu LI:hover UL UL, .sf-menu LI:hover UL UL UL, .sf-menu LI:hover UL UL UL UL, .sf-menu LI.sfhover UL UL, .sf-menu LI.sfhover UL UL UL, .sf-menu LI.sfhover UL UL UL UL
{
	left: -999em;
}
.sf-menu LI:hover UL, .sf-menu LI LI:hover UL, .sf-menu LI LI LI:hover UL, .sf-menu LI LI LI LI:hover UL, .sf-menu LI.sfhover UL, .sf-menu LI LI.sfhover UL, .sf-menu LI LI LI.sfhover UL, .sf-menu LI LI LI LI.sfhover UL
{
	left: auto;
	z-index: 2;
}
.sf-menu LI UL LI:hover A, .sf-menu LI UL LI LI:hover A, .sf-menu LI UL LI LI LI:hover A, .sf-menu LI UL LI LI LI:hover A
{
	background: #004688 url(../../images/techblue/feed-title.jpg) repeat-x top;
	color: #FFF;
}
.sf-menu LI:hover LI A, .sf-menu LI LI:hover LI A, .sf-menu LI LI LI:hover LI A, .sf-menu LI LI LI LI:hover LI A
{
	background: #FFF url(../../images/techblue/content-bg.jpg) repeat-x top;
	color: #666;
}
.rss
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0 15px;
}
.rss A:link, .rss A:visited
{
	display: block;
	margin: 0 25px 0 0;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0 0;
	float: left;
	clear: left;
	margin: 0;
}
.rss LI
{
	float: left;
	display: inline;
	text-transform: uppercase;
	background: url(../../images/rss.png) no-repeat;
	background-position: 0 9px;
	padding: 0 0 0 18px;
	margin: 0 0 0 10px;
}
/*search bar*/
#searchbar
{
	float: right;
	overflow: hidden;
	padding: 0;
	margin-top: 203px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
#searchform #s
{
	font-family: Calibri, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	width: 211px;
	float: left;
	margin: 1px 5px 0 0;
	padding: 4px 3px;
	font-size: 12px;
	color: #CCCCCC;
}
S
{
	font-family: Calibri, "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	background: url(../../images/postbar.gif) repeat-x;
	border: 1px solid #333;
	padding: 5px 10px;
	font-size: 10px;
	color: #FFF;
	float: left;
	text-transform: capitalize;
}
/*sidebar*/
.sidebar
{
}
.sidebar .xoxo
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.widgetcontainer UL, .widgetcontent .xoxo, .widgetcontainer OL
{
	list-style: disc;
	margin-left: 15px;
}
.widgetcontainer LI
{
	margin-bottom: 5px;
}
.widgetcontainer LI A:visited, .widgetcontainer LI A:link
{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.widgetcontainer LI A:hover
{
	border-bottom: 1px dotted #635957;
}
.widgetcontainer INPUT[type=text], .widgetcontainer INPUT[type=password]
{
	width: 80%;
}
.widgettitle
{
	color: #000000;
	font-size: 12px;
	margin: 0;
	padding: 6px 10px;
	text-transform: uppercase;
	font-weight: normal;
	background-image: url(../../images/feed-title-white.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #DDDDDD;
}
.widgettitle A
{
	color: #333;
}
.widgetcontent
{
	background: #FFF url(../../images/techblue/content-bg.jpg) repeat-x;
	margin-bottom: 10px;
	padding: 10px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #DDDDDD;
}
#multi-sidebar
{
}
#multi-sidebar .tabs
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#multi-sidebar .tabs LI
{
	float: left;
	border: 1px solid #CCC;
	background-image: url(../../images/postbar.gif);
	background-repeat: repeat-x;
	width: 63px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	text-align: center;
	padding: 5px;
}
#multi-sidebar .tabs A:link, #multi-sidebar .tabs A:visited
{
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}
#multi-sidebar .tabs A:hover
{
	border-bottom: 1px dotted #FFF;
}
#multi-sidebar .tabs .ui-tabs-selected
{
	background: #FFF;
}
#multi-sidebar .tabs .ui-tabs-selected A:link, #multi-sidebar .tabs .ui-tabs-selected A:visited
{
	color: #37322F;
}
#multi-sidebar #s-tags A:link, #multi-sidebar #s-tags A:visited
{
	font-weight: bold;
	text-decoration: none;
	padding: 2px 4px;
	background: #FFF;
	display: inline-block;
	margin-bottom: 3px;
}
#multi-sidebar .widgetcontainer
{
	background: #FFF url(../../images/techblue/content-bg.jpg) repeat-x;
	margin-bottom: 10px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #DDDDDD;
}
#multi-sidebar .widgetcontainer UL
{
	list-style: none;
	margin: 0 0 0 5px;
}
#multi-sidebar .widgetcontainer LI
{
	margin-bottom: 10px;
}
/*featured slideshow*/
.featured
{
	background: #FFF url(../../images/techblue/content-bg.jpg) repeat-x;
	padding: 10px;
	margin: 0 10px 10px 0;
	height: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #DDDDDD;
}
#controls
{
	position: absolute;
	float: left;
	z-index: 10;
	width: 630px;
	padding-top: 75px;
}
#controls .next, #controls .prev
{
	text-indent: -9000px;
	width: 30px;
	height: 30px;
	display: block;
}
#controls .prev
{
	background: url(../../images/prev.png) no-repeat;
	float: left;
}
#controls .next
{
	background: url(../../images/next.png) no-repeat;
	float: right;
}
#featured-slideshow
{
	position: relative;
	height: 250px;
	margin-right: 20px;
}
.featured-article
{
	display: block;
	width: 630px;
	height: 250px;
	text-decoration: none !important;
}
.featured-entry
{
	position: relative;
	top: 165px;
	overflow: hidden;
	background: url(../../images/overlay.png);
	height: 85px;
	color: #CCCCCC;
	padding: 0;
	display: block;
}
.featured-entry .entry-title
{
	color: #FFF;
	padding: 10px 15px 5px;
	display: block;
	font-size: 16px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	text-shadow: 1px 1px 2px #000000;
}
.featured-entry .entry-summary
{
	padding: 0 15px;
	margin: 0;
	display: block;
}
.layout-3c-r-fixed .featured, .layout-3c-fixed .featured
{
	height: 225px;
}
.layout-3c-r-fixed #controls, .layout-3c-r-fixed .featured-article, .layout-3c-fixed #controls, .layout-3c-fixed .featured-article
{
	width: 480px;
}
.layout-3c-r-fixed .featured-article, .layout-3c-fixed .featured-article
{
	height: 225px;
}
.layout-3c-r-fixed .featured-entry, .layout-3c-fixed .featured-entry
{
	height: 100px;
	top: 125px;
}
/*bottom content*/
#bottom-content-1, #bottom-content-2
{
	float: left;
	width: 320px;
	margin: 0 10px 10px 0;
	overflow: hidden;
}
#bottom-content-1 .xoxo, #bottom-content-2 .xoxo
{
	margin: 0;
}
#bottom-content-1 * .xoxo, #bottom-content-2 * .xoxo
{
	margin-left: 15px;
}
#bottom-content-1 .widgettitle, #bottom-content-2 .widgettitle
{
	background: #F0F0F0;
}
.layout-3c-r-fixed #bottom-content-1, .layout-3c-r-fixed #bottom-content-2, .layout-3c-fixed #bottom-content-1, .layout-3c-fixed #bottom-content-2
{
	width: 243px;
}
/*latest headlines*/
.posts-default, .posts-quick, .posts-line
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.posts-default .post
{
	width: 190px;
	float: left;
	margin: 0 7px 10px 0;
	background: #FFF url(../../images/techblue/content-bg.jpg) repeat-x;
	height: 220px;
	padding: 10px;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #DDDDDD;
}
.posts-default IMG
{
	float: left;
	width: 190px;
	height: 100px;
	background: #111;
	text-indent: -9000px;
}
.posts-default .entry-title
{
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 5px;
	line-height: 1.3em;
}
.posts-default .entry-title A:link, .posts-default .entry-title A:visited
{
	text-decoration: none;
}
.posts-default .entry-title A:hover
{
}
.posts-default .entry-summary, .posts-quick .entry-summary
{
	color: #666;
	overflow: hidden;
}
.posts-default .entry-thumbnails
{
	clear: both;
	display: inline-block;
}
.posts-quick
{
	background: #FFF url(../../images/techblue/content-bg.jpg) repeat-x;
	margin: 0 10px 10px 0;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #DDDDDD;
}
.posts-quick LI
{
	padding: 10px 0;
	border-bottom: 1px dotted #EEE;
}
.posts-quick LI:last-child
{
	border: none;
}
.posts-quick IMG
{
	float: left;
	margin-right: 15px;
	border: 1px solid #CCC;
	width: 190px;
	height: 100px;
	background: #111;
	text-indent: -9000px;
}
.posts-quick .entry-title
{
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 1.3em;
}
.posts-quick .entry-title A:link, .posts-quick .entry-title A:visited
{
	text-decoration: none;
}
.posts-quick .entry-title A:hover
{
}
.posts-quick .entry-summary
{
	line-height: 1.5em;
}
.posts-quick .quick-read-more
{
	padding: 5px 0;
}
.posts-quick .entry-thumbnails
{
	float: left;
}
.posts-default .entry-meta, .posts-quick .entry-meta
{
	color: #FFFFFF;
	float: left;
	background: url(../../images/overlay.png);
	width: 190px;
	height: 25px;
	display: block;
	margin: -25px 0 0;
	text-shadow: 1px 1px 2px #000000;
}
.posts-quick .entry-meta
{
	margin: 76px 0 0 -206px;
}
.posts-default .entry-meta A:link, .posts-default .entry-meta A:visited, .posts-quick .entry-meta A:link, .posts-quick .entry-meta A:visited
{
	color: #FFF;
	text-decoration: none;
}
.posts-default .entry-comments, .posts-quick .entry-comments
{
	float: right;
	margin: 5px 5px 0;
	background: url(../../images/comments.gif) no-repeat left center;
	padding: 0 0 0 12px;
}
.posts-default .published, .posts-quick .published
{
	text-transform: uppercase;
	float: left;
	margin: 5px 5px 0;
	font-size: 10px;
	color: #999;
	border-bottom: none;
}
.posts-line
{
	background: #FFF url(../../images/techblue/content-bg.jpg) repeat-x;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
	padding: 10px;
}
.posts-line LI
{
	padding: 7px 0;
	border-bottom: 1px solid #EEE;
}
.posts-line .entry-cat
{
	float: left;
	font-size: 11px;
	width: 100px;
	overflow: hidden;
	color: #848485;
}
.posts-line .entry-title
{
	float: left;
	font-size: 12px;
	margin: 0;
}
.posts-line .entry-comments
{
	float: right;
	font-size: 11px;
	color: #848485;
}
.layout-3c-r-fixed .posts-default .post, .layout-3c-r-fixed .posts-default IMG, .layout-3c-r-fixed .posts-default .entry-meta
{
	width: 223px;
}
.layout-3c-fixed .posts-default .post, .layout-3c-fixed .posts-default IMG, .layout-3c-fixed .posts-default .entry-meta
{
	width: 223px;
}
.navigation
{
	margin: 10px 10px 10px 0;
}
/*single post*/
.single .post, .single-post
{
	background: #FFF url(../../images/techblue/content-bg.jpg) repeat-x;
	border: 1px solid #CCC;
	margin: 0 10px 20px 0;
}
.single .post .entry-title, .single-post .entry-title
{
	font-size: 21px;
	font-weight: bold;
	padding: 15px 0 0;
	margin: 0 0 5px;
}
.single .post .entry-title A:link, .single .post .entry-title A:visited, .single-post .entry-title A:link, .single-post .entry-title A:visited
{
	text-decoration: none;
}
.single .post .entry-title A:hover, .single-post .entry-title A:hover
{
}
.single .post .entry-info, .single-post .entry-info
{
	color: #848485;
}
.single .post .entry-cat, .single-post .entry-cat
{
	display: block;
	color: #848485;
	margin: 2px 0;
}
.single .post .entry-author, .single-post .entry-author
{
	font-weight: bold;
	margin: 0 10px 0 0;
	color: #848485;
}
.single .post .entry-author ADDRESS, .single-post .entry-author ADDRESS
{
	display: inline;
	font-style: normal;
}
.single .post .tags, .single-post .tags
{
	display: block;
	margin: 5px 0;
	color: #848485;
}
.single .post .entry-photo, .single-post .entry-photo
{
	width: 630px;
	margin: 0 auto 10px;
	border: 1px solid #CCC;
}
.single .post .entry-content, .single-post .entry-content
{
	margin: 10px 0;
	font-size: 12px;
}
.single .post .entry-content P, .single-post .entry-content P
{
	line-height: 1.75em;
}
.single-post
{
	padding: 0 10px;
}
.layout-3c-r-fixed .post .entry-photo, .layout-3c-r-fixed .single-post .entry-photo, .layout-3c-fixed .post .entry-photo, .layout-3c-fixed .single-post .entry-photo
{
	width: 480px;
}
.postbar
{
	list-style: none;
	margin: 0 0 10px;
	padding: 7px 0;
	border: 1px solid #CCC;
	background: url(../../images/topnav.jpg) repeat-x top;
	font-size: 11px;
}
.postbar LI
{
	float: left;
	padding: 0 10px;
	border-left: 1px solid #EEE;
}
.postbar LI:first-child
{
	border-left: 0;
}
.postbar LI A:link, .postbar LI A:visited
{
	text-decoration: none;
	font-weight: bold;
}
.postbar LI A:hover
{
}
.postbar .WP-PrintIcon, .postbar .WP-EmailIcon
{
	display: none;
}
.single-post-meta
{
	padding: 4px;
	margin: 0 10px 10px;
	background: #F0F0F0;
}
.single-post-meta-field
{
	clear: left;
	float: left;
	width: 15%;
	font-weight: bold;
	color: #000;
	background: #F0F0F0;
}
.single-post-meta-value
{
	float: left;
	width: 80%;
	color: #333;
	background: #F0F0F0;
}
.module-title, .feed-title
{
	line-height: 1em;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 7px 10px;
	display: block;
	background-image: url(../../images/feed-title-white.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #DDDDDD;
}
.feed-title
{
	border-bottom: none;
}
.gallery
{
	clear: both;
	margin: 10px 0;
}
.gallery-item
{
	float: left;
	margin-right: 10px;
}
.gallery-caption
{
	font-size: 10px;
	text-align: center;
	overflow: hidden;
	width: 148px;
	margin-left: 0px;
	background-color: #E2E2E3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: normal;
}
.about-author
{
	padding: 10px 15px;
	margin: 0 0 10px;
	line-height: 1.5em;
	background: #FFF;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #EEEEEE;
}
.about-author H4
{
	font-size: 10px;
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
.about-author IMG
{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #CCC;
	padding: 0;
}
/*gd star rating*/
.gdmultitable
{
	margin: 0 0 10px !important;
}
.gdmultitable TD
{
	padding: 5px !important;
}
/*wp-pagenavi*/
.wp-pagenavi
{
	margin: 0 0 10px;
	font-size: 12px;
}
.wp-pagenavi A:link, .wp-pagenavi A:visited
{
	padding: 3px 4px;
	margin: 2px;
	text-decoration: none;
	background: #FFF;
	border: 1px solid #CCC;
}
.wp-pagenavi A:hover
{
	color: #000;
}
.wp-pagenavi SPAN.pages, .wp-pagenavi SPAN.extend
{
	padding: 3px 4px;
	background: #FFF;
	margin: 2px;
	border: 1px solid #CCC;
}
.wp-pagenavi SPAN.current
{
	padding: 3px 4px;
	background: #FFF;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #CCC;
}
.wp-pagenavi SPAN.pages
{
	margin-left: 0;
}
/*wp125*/
#wp125adwrap_2c
{
	width: 270px !important;
	display: inline-block;
	padding: 8px 0 2px 8px;
	margin: 0 auto !important;
}
#wp125adwrap_2c .wp125ad
{
	padding: 0 !important;
	margin: 0 10px 10px 0 !important;
}
#wp125adwrap_2c:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
HTML[xmlns] #wp125adwrap_2c
{
	display: block;
}
* HTML #wp125adwrap_2c
{
	height: 1%;
}
/*wp-email*/
#wp-email-required
{
	color: #CC0000;
}
#wp-email
{
	margin: 10px;
	padding: 10px;
	background: #F0F0F0;
}
#wp-email-button
{
	text-align: left !important;
}
/*comments*/
#commentlist
{
	background: #FFF url(../../images/techblue/content-bg.jpg) repeat-x;
	border: 1px solid #CCC;
	border-width: 0 1px 1px;
	list-style: none;
	padding: 10px;
	margin: 0 10px 0 0;
}
#commentlist LI
{
	margin: 0;
	padding-bottom: 20px;
	overflow: hidden;
}
#commentlist .avatar
{
	border: 1px solid #CCC;
	padding: 1px;
	float: left;
	margin: 0 5px 10px 0;
}
#commentlist CITE
{
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
}
#commentlist P
{
	clear: left;
	font-size: 12px;
}
#commentlist .reply
{
	float: right;
}
#commentlist .reply A, .comments-navigation A, .read-more, .navigation A
{
	color: #FFF;
	background: url(../../images/techblue/feed-title.jpg) repeat-x top;
	text-decoration: none;
	padding: 5px 8px;
	margin-bottom: 3px;
	border: 1px solid #CCC;
	font-weight: bold;
	zoom: 1;
	display: inline;
	display: inline-block;
}
#commentlist .reply A:hover, .comments-navigation A:hover, .navigation A:hover, .read-more:hover
{
	background: url(../../images/feed-title-white.jpg) repeat-x top;
	color: #000;
}
#commentlist .children
{
	clear: right;
	margin: 5px 0 0;
	list-style: none;
}
#commentlist .children LI
{
	border-bottom: none;
	border-left: 1px dotted #CCC;
	padding: 0 0 0 20px;
}
#commentlist #respond
{
	clear: both;
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px dotted #CCC;
}
#commentlist .comment-author
{
	padding: 10px 0 0 10px;
}
#commentlist .comment-content
{
	padding: 0 10px;
}
#commentlist .comment-node
{
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #DDDDDD;
}
#commentlist .comment-meta
{
	text-decoration: none;
	color: #999;
	font-size: 11px;
}
#commentlist .comment-controls
{
	background: #FFF;
	padding: 5px 10px;
	font-weight: bold;
}
#commentlist .comment-controls A:link, #commentlist .comment-controls A:visited
{
	text-decoration: none;
}
.comments-navigation
{
	clear: both;
	margin: 10px 10px 20px 0;
}
.nocomments
{
	background: #FFF url(../../images/techblue/content-bg.jpg) repeat-x;
	border: 1px solid #CCC;
	border-width: 0 1px 1px;
	padding: 15px 10px;
	margin: 0 10px 20px 0;
}
#commentsform
{
	background: #FFF url(../../images/techblue/content-bg.jpg) repeat-x;
	border: 1px solid #CCC;
	border-width: 0 1px 1px;
	margin: 0 10px 10px 0;
	padding: 10px 15px;
	overflow: hidden;
}
#commentsform TEXTAREA
{
	width: 98%;
	height: 100px;
	padding: 5px;
}
.pingbacks
{
	background: #FFF url(../../images/techblue/content-bg.jpg) repeat-x;
	border: 1px solid #CCC;
	border-width: 0 1px 1px;
	padding: 15px 10px 15px 30px;
	margin: 0 10px 20px 0;
}
.pingbacks LI
{
	padding: 2px 0;
	font-weight: bold;
}
.pingbacks A:link, .pingbacks A:visited
{
	text-decoration: none;
}
/*search results*/
.search-results H2
{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 6px 10px;
	background-image: url(../../images/feed-title-white.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #DDDDDD;
}
.search-results-content
{
	background: #FFF url(../../images/techblue/content-bg.jpg) repeat-x;
	margin: 0 10px 10px 0;
	padding: 10px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #DDDDDD;
}
/*footer*/
#footer
{
	margin: 5px auto;
	width: 960px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #DDDDDD;
	background-color: #FFF;
	background-image: url(../../images/gradient.png);
}
#footer .widgetcontainer
{
	padding: 5px 10px;
}
#footer .widgettitle
{
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #333;
	padding: 0 0 10px;
}
#footer .widgetcontent
{
	font-size: 11px;
	background: none;
	padding: 0;
	border: none;
}
#footer .footer-message
{
	border-left: 1px solid #EEE;
	float: left;
	overflow: hidden;
	width: 290px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footer .footer-message .widgetcontainer
{
	width: 280px;
	overflow: hidden;
}
#footer-sidebar
{
	width: 630px;
	float: left;
	overflow: hidden;
	margin: 10px 10px 0;
}
#footer-sidebar .widgetcontainer
{
	float: left;
	margin: 0 0 15px;
	max-width: 250px;
	max-height: 120px;
}
#footer-sidebar UL
{
	list-style: square;
}
#footer-sidebar LI
{
	margin: 0 0 3px;
}
#footer .widgetcontent A:link, #footer .widgetcontent A:visited
{
	font-size: 11px;
}

