/* @override 
	http://localhost/~ng/wordpress/wp-content/themes/uoutside/css/styles/default.css
	http://brainfl.com/uoutside/wp-content/themes/uoutside/css/styles/default.css
	http://uoutside.com/wp-content/themes/uoutside/css/styles/default.css
	http://uoutside.com/wp-content/themes/uoutside/css/blueprint/reset.css
*/

@import url('../blueprint/reset.css');

@import url('../blueprint/typography.css');

@import url('../blueprint/forms.css');

/* globals */

body {
	background: #eeecf9 url(../../images/hd-x-repeat.png) repeat-x;
	color: #333;
	font: 12px 'Lucida Grande',Arial,Helvetica,sans-serif;
	height: 100%;
	min-height: 100%;
	
}

h1, h2, h3, h4, h5, h6 {
	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: #091a59;
	text-decoration: none;
}

a:hover {
}

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 {
	background: url(../../images/form.jpg) repeat-x top #FFF;
	border: 1px solid #CCC;
	padding: 3px;
}

input[type=submit], #wp-email-submit {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	background: url(../../images/postbar.gif) repeat-x;
	border: 1px solid #333;
	padding: 5px 10px;
	font-size: 12px;
	color: #FFF;
}

input[type=submit]:hover, #wp-email-submit:hover {
	border: 1px solid #CCC;
	background: url(../../images/topnav.jpg) repeat-x;
	color: #333;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
/*

border: 1px solid #CCC; */
}

th, td {
	
}


th, thead th {
	font-weight: bold;
	color: #333;
	background: url(../../images/topnav.jpg) repeat-x top #CCC;
}

td, tbody td {
	


}

/* @group common */

/* common classes */

.clearer{
	clear: both;
}

.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 {
	text-decoration: none;
}

/* @end */

/* @group structure */

/* structure */

#wrapper {
	position: relative;
	width: 967px;
	margin: 0 auto;
}

#main {
	padding: 0px;
	z-index: 0;
	*z-index: -1;
	min-height: 700px;
}

/*#main { background: url(../../images/12_col.gif); } */

/* @end */

/* @group header */

/* header */

#header {

	/*

border-bottom: 5px solid #383332; padding: 0 0 15px 0;*/ width: 967px;
	height: 68px;
	background: url(../../images/t-banner.png) no-repeat;
	margin: 0 auto;
}

#branding {
	width: 960px;
	margin: 0 auto;
}

.logo {
	max-width: 590px;
	float: left;
	margin: 0px 0 0 10px;
}

.blog-name {
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	line-height: 1em;
	display: block;
	text-transform: uppercase;
}

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

/*.blog-name a:link, .blog-name a:visited	{  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: #7d716d;
	margin: 0;
	padding: 5px 0 0;
	text-transform: uppercase;
}

/* navigation */

#nav {
	zoom: 1;
	max-height: 35px;
}

#nav-content {
	margin: 0 auto;
	width: 967px;
	height: 37px;
}

.bolck40 {
	clear: both;
	height: 40px;
}

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

.sf-menu, .sf-menu ul {
	float: left;
	list-style: none;
	line-height: 29px;
	padding: 0;
	margin: 0;
}

.sf-menu a {
	display: block;
	text-decoration: none;
	padding: 0 13px;
	text-transform: uppercase;
	color: #f6ede2;
	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: solid #CCC;
	border-width: 1px 1px 0;
}

.sf-menu li li a {
	background: url(../../images/techblue/content-bg.jpg) repeat-x top #FFF;
	padding: 7px 10px;
	width: 128px;
	font-size: 12px;
	text-transform: none;
}

.sf-menu li.current-cat a{
	color: #f5d396;
}

.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: url(../../images/techblue/feed-title.jpg) repeat-x top #004688;
	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: url(../../images/techblue/content-bg.jpg) repeat-x top #FFF;
	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 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;
	margin: 25px 0 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

#searchbar select#s{
	margin: 0px;
	padding: 0px;
	vertical-align: 3px;
}

#searchbar span {
	font-size: 19px;
	padding-right: 10px;
}

#searchform #s {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	width: 250px;
	float: left;
	margin: 1px 5px 0 0;
	padding: 4px 3px;
}

#searchform #searchsubmit {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(../../images/postbar.gif) repeat-x;
	border: 1px solid #333;
	padding: 5px 10px;
	font-size: 12px;
	color: #FFF;
	float: left;
}

/* @end */

/* @group sidebar */

/* sidebar */

#main .sidebar {
	position: absolute;
	top: 0px;
	right: 0;
	width: 355px;
}

.sidebar .xoxo {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widgetcontainer ul, .widgetcontent .xoxo, .widgetcontainer ol {
	list-style: disc;
	margin-left: 15px;
	color: #fff;
}

.widgetcontainer li {
	margin-bottom: 5px;
	text-align: left;
	padding: 5px;
}

.widgetcontainer li a:visited, .widgetcontainer li a:link {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-align: left
}

.widgetcontainer li a:hover {
	border-bottom: 1px dotted #635957;
}

.widgetcontainer input[type=text], .widgetcontainer input[type=password] {
	width: 80%;
}

.widgettitle {
	margin-top: 15px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px;
	background:

#000;
/*background: url(../../images/feed-title-white.jpg) repeat-x top #0052a3; border: 1px solid #CCC; */
}

.widgettitle a {
	color: #fff;
}

.widgetcontent {
	/

*border: solid #CCC; border-width: 0 1px 1px; */background: #fff;


/*background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF; margin-bottom: 10px; padding: 10px;*/
}

.widgetcontent-black {
	border: solid #CCC;
	border-width: 0 1px 1px;
	background: #000;
	margin-bottom: 10px;
	padding: 10px;
}

#multi-sidebar {
	
}

#multi-sidebar .tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#multi-sidebar .tabs li {
	float: left;
	background: #0052A3;
	padding: 5px;
	margin: 0 3px 5px 0;
	border: 1px solid #CCC;
}

#multi-sidebar .tabs a:link, #multi-sidebar .tabs a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#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: url(../../images/techblue/content-bg.jpg) repeat-x #FFF;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 10px;
}

#multi-sidebar .widgetcontainer ul {
	list-style: none;
	margin: 0 0 0 5px;
}

#multi-sidebar .widgetcontainer li {
	margin-bottom: 10px;
}

/* @end */

/* @group featured */

/* featured */
h2.homepage-recent, 
h2.home-hd{
	float: left;
	font-size: 22px;	
	margin-top: 10px;
	width: 600px;
}

h2.homepage-recent{
	margin-top: 20px;
	width: 440px;
}

h2.homepage-recent-more{
	font-size: 15px;
	margin-top: 25px;
	margin-right: 80px;
	float: right;
}
/* featured slideshow */

#controls {
	position: absolute;
	float: left;
	z-index: 10;
	width: 630px;
	padding-top: 125px;
	display: none;
}

#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;

}

.featured {
	background: url(../../images/new-bg-primary.jpg) no-repeat -32px -46px;
	width: 610px;
	height: 375px;
}

.featured-article {
	display: block;
	height: 350px;
	text-decoration: none !important;
}




.featured-article img.thumb{
	margin-top: 45px;
	margin-left: 35px;
	margin-bottom: 8px;
	width: 530px;
	height: 230px;
	border: 1px solid #959cc1;	
}

.featured-entry {
	position: relative;
	overflow: hidden;
	width:530px;
	color: #000;
	padding: 0;
	margin-left: 40px;
	display: block;
}

.featured-entry .entry-title {
	color: #091a59;
	display: block;
	font-size: 17px;

}

.featured-entry .entry-summary {
	padding: 0;
	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;
}

/* @end */




/* @group newsletter */

h2.home-hd-newsletter{
	float: right;
	font-size: 22px;	
	margin-top: 10px;
}

div.welcomedisplay{
	position: absolute;
	top: 150px;
	right: 0;
}

div.newsletter{
	height: 450px;
	background: url(../../images/new-bg-newsletter.jpg) no-repeat -10px -45px;	
	width: 360px;
}

.newsletter table{
	margin-left: 40px;
	width: 250px;	
}

.newsletter table.cities{
	margin-left: 45px;
	margin-bottom: 0;
}

.newsletter input.subscribe{
	margin-left: 55px;
}

.home .newsletter input.subscribe{
	margin-top: 15px;
	margin-left: 10px;
}

.newsletter table input.email{
	background: #e6e6f2;
	border: 1px solid #939ac0;
	width: 265px;
	margin-left: 15px;
	font-size: 15px;
	padding: 5px;
	color: #9d9d9d;
}

.newsletter span.enter-email, .newsletter span.enter-city{
	font-family: Arial;
	display: block;
	font-size: 18px;	
	margin-bottom: 8px;
	margin-top: 13px;
	margin-left: 15px;
}

.home .newsletter .text{
	margin-left: 110px;
}

.newsletter .text{
	padding-top: 30px;
	margin-left: 153px;
	width: 178px;
}

.newsletter .text p{
	margin-bottom: 6px;
}

.newsletter h3{
	font-size: 14px;
	font-weight: bold;
}

div.newsletter table{

}

.newsletter form{
	display: block;
	width: 300px;
}
/* @end */

/* @group bottom content */

/* 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;
}

/* @end */

/*added*/





.fs1 {
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
}

.fs1_new {
	font-size: 19px;
	font-weight: 700;
	line-height: 32px;
}

.fs2 {
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
}

.fs3 {
	font-size: 11px;
	font-weight: lighter;
}

.widgetcontent th, td, caption {
	padding: 0px;
}

.widgetcontent input[type="image"] {
	float: right;
}

/* @group latest headlines */

/* latest headlines */

.posts-default, .posts-quick, .posts-line {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.posts-default{
	width: 600px;
}


.posts-default .post {
	width: 275px;
	float: left;
	margin: 0 25px 0 0;
	font-size: 11px;
	height: 200px;
}

.posts-default img {
	float: left;
	width: 275px;
	height: 100px;
	background: #ccc;
	text-indent: -9000px;
	border: 1px solid #959cc1;
}

.posts-default .entry-title {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3em;
	margin: 5px 0;
}

.posts-default .entry-title a:link, .posts-default .entry-title a:visited {
	text-decoration: none;
	color: #091a59;
	font-size: 16px;
	font-weight: normal;
}

.posts-default .entry-title a:hover {
	color: #091a59;
}

.posts-default .entry-summary, .posts-quick .entry-summary {
	color: #272727;
	overflow: hidden;
}

.posts-default .entry-thumbnails {
	clear: both;
	display: inline-block;
	padding-left
}

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

.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: #CCC;
	float: left;
	background: url(../../images/overlay.png);
	width: 100%;
	height: 16px;
	display: block;
	margin: -15px 0 0;
	font-weight: bold;
}

.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;
	background: url(../../images/comments.png) no-repeat left center;
	padding: 0 0 0 12px;
	margin: 1px 5px 0;
}

.posts-default .published, .posts-quick .published {
	text-transform: uppercase;
	float: left;
	color: #fff;
	border-bottom: none;
	font-size: 9px;
	margin: 2px 5px 0;
}

.posts-line {
	background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
	padding: 10px;
	display: block;
	width: 550px !important;
}

.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;
}

/* @end */

/* @group single post */

/* @group head */


.single .post-hd{
	background: url(../../images/new-bg-primary.jpg) no-repeat -32px -54px;
	height: 330px;
	width: 610px;
	padding-left: 40px;
	padding-top: 30px;
	margin-bottom: 25px;
}

.single div.entry-info .clearer{
	height: 1px;
}

.single div.meta{
	width: 220px;
	float: left;
}

.single div.meta abbr{
	margin: 0;
	border: none;
}

.single span.entry-cat{
	float: right;
}

.single #commentsform{
	width: 550px;
}


/* @end */

/* single post */


.single #content{
	width: 620px;
}

ul.postbar{
	display: none !important;
}

.single .post, .single-post {

	margin-bottom: 30px;
}

.single .post .entry-title, .single-post .entry-title {
	display: none;
}

.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;
	width: 510px;
}

.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 .entry-photo img{
	width: 520px;
	margin: 10px auto;
	border: 1px solid #959cc1;		
}

.single .post .entry-content, .single-post .entry-content {
	margin-left: 25px;
	width: 540px
}

.single .post .entry-content p, .single-post .entry-content p {
	line-height: 1.75em;
}

.single-post {

}

.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;
}



.feed-title {
	border-bottom: none;
	width: 620px;
}

.gallery {
	clear: both;
	margin: 10px 0;
}

.gallery-item {
	float: left;
	margin-right: 10px;
}

table.below-content{
	margin-bottom: 40px;
}

table.below-content td.icon{
	vertical-align: top;
}

table.below-content td{
	padding-bottom: 20px;
	vertical-align: top;
}

.single .below-content h4{
	font-size: 16px;
	font-weight: bold;
	color: #091a59;
	margin-bottom: 5px;
}

.about-author img {
	float: left;
	margin: 0 10px 10px 0;

	padding: 0;
}

#commentform input#sbutt{
	float: right;
}
/* @end */

/* @group home */

.home #container{
    width:650px;
}

.home #main {
	margin-left: 0px;
    width:650px;
}


/* @end */



/* 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%;
}

/* @group archive */

.archive h2.home-hd,
.archive h2.hd{
	display: block;
	height: 25px;
	width: 550px;
	overflow: hidden;
	margin: ;
}


/* @end */



/* @group wp email */

/* wp-email */

#wp-email-required {
	color: #CC0000;
}

#wp-email {
	margin: 10px;
	padding: 10px;
	background: #F0F0F0;
}

#wp-email-button {
	text-align: left !important;
}

/* @end */

/* @group comments */

/* comments */

#commentlist {
	background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF;
	border: 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) top repeat-x;
	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) top repeat-x;
	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: #FFF;
	border: 1px solid #EEE;
}

#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;
}





#commentsform textarea {
	width: 98%;
	height: 100px;
	padding: 5px;
}

.pingbacks {
	background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF;
	border: 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;
}

/* @end */

/* @group search results */

/* search results */

.search-results h2 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 6px 10px;
	background: url(../../images/feed-title-white.jpg) repeat-x top #0052a3;
	border: 1px solid #CCC;
}

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

/* @end */

/* @group outside news and events */

div.news-and-events ul{
	margin: 0;
}


div.news-and-events li{
	list-style: none;
}


div.news-and-events li a{
	font-size: 18px;
}

/* @end */



/* @group footer */

/* footer */

.blackfooterhold {
	width: 100%;
	background: #dcddf3 url(../../images/footer-repeat-x.gif) repeat-x;
	height: 400px;
	padding-top: 0;
}

.footer-ext {
	width: 967px;
	margin: 0 auto;
	color: #ccc;
	text-align: left
}

#footer {
	width: 1083px;
	background: url(../../images/footer-mountain.png) no-repeat 0 top;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	position: relative;
	font-family: Arial;
}

#footer #paper{
	position: absolute;
	top: 104px;	
	height: 300px;
	width: 100%;
	background: url(../../images/footer-paper.jpg) no-repeat;
	right: 13px;
}

#footer .widgetcontainer {
	padding: 5px 10px;
}

#footer .widgettitle {
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	padding: 0 0 10px;
}

#footer .widgetcontent {
	font-size: 11px;
	background: none;
	padding: 0;
	border: none;
}

#footer .footer-message {
	border-right: 1px solid #EEE;
	float: left;
	overflow: hidden;
	margin: 10px 0 0;
}

#footer .footer-message .widgetcontainer {
	width: 215px;
	overflow: hidden;
}

#footer-sidebar {
	width: 690px;
	float: left;
	overflow: hidden;
	margin: 10px 10px 0;
	color: #fff;
}

#footer-sidebar a {
	color: #333;
}

#footer-sidebar .widgetcontainer {
	float: left;
	margin: 0 0 15px 0;
	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;
	color: #fff;
}

#footer p.copyright{
	position: absolute;
	bottom: 190px;
	left: 90px;
}

#footer .col1, #footer .col2{
	position: absolute;
	top: 15px;
}

#footer .col1{
	left: 120px;
	width: 360px;
}

#footer .col2{
	left: 620px;
	width: 450px;
}

/* @end */

/* @group sidebar */

div.adsense{
	margin-top: 0px;
	margin-left: 30px;
	text-align: center;
}

body div.sociable {
	width: 210px;
	margin-left: 85px;
	margin-top: 30px;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 64px !important;
	height: 64px !important;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

