/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body {
	background-color: #e5e5e5;
}

h1,
h1 a,
h1 a:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 32px;
	color: white;
	margin-left: 5px;
}

h2.entry_title,
h2.entry_title a,
h2.entry_title a:visited {
	color: #44a51c;	 
	font-family: Arial;
	font-weight: bold;
	/* font-size: 20px; */
}

.format_text h2,
.format_text h2 a,
.format_text h2 a:visited {
	color: #44a51c;	 
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
}

.format_text h3,
.format_text h3 a,
.format_text h3 a:visited {
	color: #44a51c;	 
	font-family: Arial;
	font-weight: normal;
	/* font-size: 20px; */
}

a,
a:hover
a:visited {
	color: #44a51c;
}	


h2 a:hover {
	text-decoration: underline;
}

.sidebar h3 {
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom:0;
	font-size: 12px;
	color: #363534;
}

#sidebar_1 {
	border: none;
}	

#container	{
	width: 998px !important;
}

#header {
	background-image: url(../images/sprites-combined.png);
	background-repeat: no-repeat;
	background-position: 0 -318px;
	height: 16px;
	padding: 0 !important;
	margin: 0 !important;
	border-bottom: 0;
}

#header #tagline {
	color: #000;
	padding-left: 10px;
}	

#header #logo {
	padding-left: 10px;
}	


#content	{
	margin-left: 20px;
	width: 570px;
}

#sidebars	{
	width: 400px !important;
}

#sidebar_1	{
	width: 390px !important;
	margin-left: 10px;
}

#sidebar_top	{
	background-image: url(../images/sprites-combined.png);
	background-repeat: no-repeat;
	background-position: -244px -226px;
	height: 78px;
	width: 395px;
	margin-left: 1px;
	color: white;
}

#content_box {
	
	
	background-image: url(../images/page-background.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	
	
	padding: 0;
	}	

#page {

}

#navbar-area {
	background: transparent url(../images/navbar-background.png) repeat-x scroll left top;
	height: 125px;
	/* min-width: 650px; */
	/* width: 990px; */
}

#navbar-content {
	/* min-width: 650px; */
	width: 990px;
	margin: 0 auto;
}		
	
#navbar-content #logo {
	background:transparent url(../images/qt-logo.gif) no-repeat scroll left top;
	display:block;
	float:left;
	height:88px;
	margin-top:15px;
	text-indent:-5000px;
	width:186px;
}	



#nav-logo	{
	position: absolute;
	top: 13px;
	left: 0;
	background-image: url(../images/sprites-combined.png);
	background-repeat: no-repeat;
	background-position: 0px -225px;
}

#nav-logo a	{
	display: block;
	width: 75px;
	height: 84px;
	text-indent: -9999px;	
	overflow: hidden;
}

#nav-logo-banner {
	position: absolute;
	top: 25px;
	left: 80px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
}

#nav-logo-banner a	{
	display: block;
	width: 170px;
	height: 40px;
	text-indent: -9999px;	
	overflow: hidden;
}

#nav-left	{
	float: left;
	width: 400px;
	border: 1px solid black;
}

#nav-right {
	float: right;
	width: 400px;
	border: 1px solid black;
}

#nav-right  .links-external {
	padding: 10px 0 0 0;
	font-size: 14px;
}



#nav-main	{
	margin-left: 50px;
	margin-top: 14px;
}

#nav-main #nav-main-left	{
	float: left;
	/* width: 600px; */
	margin-top: 3px;
	margin-left: 42px;
}

#nav-main-left ul.main-navigation	{
	list-style-type: none;
	
}

#nav-main-left ul.main-navigation li	{
	display: inline-block;
	margin-right: 10px;
	float: left;
}

#nav-main-left ul.main-navigation li a	{
	height: 18px;
	display: block;
	color: black;
	font-size: 14px;
	font-weight: bold;
	width: auto;

	border-style: none none solid;
	border-width: 4px;
	border-color: white;
	margin: 0 7px;
	padding: 0px 3px 4px;
}

#nav-main-left ul.main-navigation li.home-item a	{
	padding: 0px 3px 4px 25px;
	background: url(../images/home_button.png) no-repeat scroll 0 50% transparent !important;
}

#nav-main-left ul.main-navigation li.home-item a:hover	{
	background: url(../images/home_button_hover.png) no-repeat scroll 0 50% transparent !important;
	color: #44a51c;
}

#nav-main-left ul.main-navigation li.home-item-active a	{
	background: url(../images/home_button_active.png) no-repeat scroll 0 50% transparent !important;
	border-color: #AAD2F0;
}

#nav-main-left ul.main-navigation li.home-item a:hover	{
	border-color: white;
}

#nav-main-left ul.main-navigation li.page-item-1 a	{
}

#nav-main-left ul.main-navigation li.page-item-1 a:hover	{
	color: #44a51c;
}

#nav-main-left ul.main-navigation li.page-item-1-active a	{
	border-color: #AAD2F0;
}

#nav-main-left ul.main-navigation li.page-item-1-active a:hover	{
	border-color: white;
}

#nav-main-left ul.main-navigation li.page-item-2 a	{
}

#nav-main-left ul.main-navigation li.page-item-2 a:hover	{
	color: #44a51c;
}

#nav-main-left ul.main-navigation li.page-item-2-active a	{
	border-color: #AAD2F0;
}

#nav-main-left ul.main-navigation li.page-item-2-active a:hover	{
	border-color: white;
}

#nav-main #nav-main-right	{
	float: right;
	width: 197px;
	height: 23px;
	margin-right: 15px;
}

#navbar-content	{
	position: relative;
}


#nav-topright	{
	height: 70px;
	margin-right: 15px;
}

#nav-topright ul	{
	list-style-type: none;
	float: right;
	width: 287px;
	margin-top: 11px;
}

#nav-topright li	{
	display: inline-block;
	margin-right: 20px;
	float: left;
}

#nav-topright li.nav-topright-last	{
	margin-right: 0;
}

#nav-topright li a 	{
	background-image: url(../images/sprites-combined.png);
	background-repeat: no-repeat;
	height: 18px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}


#nav-topright li.nav-topright-home a	{
	width: 65px;
	background-position: -2px -91px;
}

#nav-topright li.nav-topright-home a:hover	{
	background-position: -2px -117px;
}


#nav-topright li.nav-topright-dev a	{
	width: 30px;
	background-position: -76px -91px;
}

#nav-topright li.nav-topright-dev a:hover	{
	background-position: -76px -117px;	
}


#nav-topright li.nav-topright-labs a	{
	width: 40px;
	background-position: -114px -91px;	
}

#nav-topright li.nav-topright-labs a:hover	{
	background-position: -114px -117px;	
}

#nav-topright li.nav-topright-doc a	{
	width: 32px;
	background-position: -162px -91px;
}

#nav-topright li.nav-topright-doc a:hover	{
	background-position: -162px -117px;
}

#nav-topright li.nav-topright-blog a	{
	width: 40px;
	background-position: -203px -91px;
}

#nav-topright li.nav-topright-blog a:hover,
#nav-topright li.nav-topright-blog-active a	{
	background-position: -203px -117px;
}

#nav-topright li.nav-topright-shop a	{
	width: 40px;
	background-position: -252px -91px;
}

#nav-topright li.nav-topright-shop a:hover	{
	background-position: -252px -117px;
}

input.nav-main-search	{

}

button.nav-main-search-button-active	{
	background-position: -73px -144px !important;
}

div.nav-main-search-button	{
	float: right;
	width: 50px;
}

div.nav-main-search-button input	{
	border: 0;
}

input.nav-main-search-button	{
	background: transparent url(../images/sprites-combined.png) no-repeat scroll -3px -144px;
	width: 50px;
	height: 23px;
	border: none;
	text-indent: -9999px;
}


div.search-field	{
	width: 141px;
	height: 23px;
	background-image: url(../images/sprites-combined.png);
	background-repeat: no-repeat;	
	background-position: -137px -144px;
	float: left;
}

div.search-field input	{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	height: 17px;
	margin-left: 7px;
	margin-top: 4px;
	width: 126px;
	font-size: 12px;
}



li.widget ul li {
	margin-bottom: 0;
}

li.widget {
	margin-bottom: 1em;
}

.headline_area h1, .headline_area h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #44a51c;
}

.format_text {
	line-height:1.2em;
}

.format_text p {
	margin-bottom: 0.8em;
		color: #363534;
	  	font-size: 13px;
		font-family: Verdana;
		line-height: 1.5em;
}

.headline_meta {
	color:#363534;
	font-style:normal;
		font-family: Verdana;
		font-size: 11px;
		color: 363534;
}

.headline_meta .author,
.headline_meta .published  {
	text-transform: none;
}

.post_box, .teasers_box {
	border-top:1px solid #E3E3E3;
}

.format_text img.frame, .format_text .wp-caption {
	border-width:0;
	padding:0;
}



#last_footer	{
	background-image: url(../images/footer-background.png);
	background-repeat: repeat-x;
	height: 212px;
	/* min-width: 800px; */
	/* width: 100%; */
}

#last_footer .copyright	{
	height: 60px;
	background-color: white;
	font-family: Verdana;
	font-size: 9px;
	color: #797775;
}

#last_footer .copyright p	{
	/* width: 100%; */
	margin: 0 auto;
	text-align: center;	
	padding-top: 15px;
	line-height: 1.8em;
}

#last_footer .copyright p a,
#last_footer .copyright p a:link,
#last_footer .copyright p a:visited	{
	text-decoration: underline;
	color: #797775;
}

#last_footer .wrapper	{
	width: 990px;
	/* min-width: 800px; */
	margin: 0 auto;
	padding-top: 34px;
	height: 178px;
	position: relative;
}

#last_footer ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-right: 45px;
	float: left;
	font-family: Arial;
}

#last_footer ul.first	{
	margin-left: 25px;
}

#last_footer ul li.title	{
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #ffe805;
}

#last_footer ul li.title a,
#last_footer ul li.title a:link,
#last_footer ul li.title a:visited	{
	font-size: 14px;
	font-weight: bold;
	color: #ffe805;
}

#last_footer ul li.title a:hover	{
	text-decoration: underline;
}

#last_footer ul li	{
	margin-bottom: 5px;
	font-weight: bold;
}

#last_footer ul li a,
#last_footer ul li a:link,
#last_footer ul li a:visited	{
	color: white;
	font-size: 11px;
}

#last_footer ul li a:hover	{
	text-decoration: underline;
}

#last_footer .wearehiring	{
	position: absolute;
	right: 15px;
	bottom: 40px;
	width: 114px;
	height: 52px;
}

#last_footer .wearehiring a	{
	display: block;
	width: 114px;
	height: 49px;	
	background-image: url(../images/sprites-combined.png);
	background-position: -4px -173px;
	background-repeat: no-repeat;	
}

#last_footer .wearehiring a:hover	{
	background-position: -123px -173px;
}


#last_footer .nokia-logo	{
	position: absolute;
	right: 8px;
	bottom: 3px;
	width: 88px;
	height: 23px;
	background-image: url(../images/sprites-combined.png);
	background-repeat: no-repeat;
	background-position: -242px -173px;
	
}

#last_footer .nokia-logo a	{
	display: block;
	width: 88px;
	height: 23px;	
}

.top	{
	padding-top:0 !important;
}


.teaser .teaser_author	{
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: 363534;
}

.teaser a.teaser_link,
.teaser a.teaser_link:hover,
.teaser a.teaser_link:visited	{
	color: #44a51c;
	font-size: 11px;
	font-weight: bold;
}

.textwidget	{
	font-size: 11px;
	color: #363534;
	margin-top: 5px;
}

li.widget	{
	font-size: 11px;
}

#footer	{
	background-image: url(../images/sprites-combined.png);
	background-repeat: no-repeat;
	background-position: 0 -336px;
	height: 16px;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-bottom: 15px !important;
}




.format_text .to_comments	{
	width: 70%;
	float: left;
	clear: none;
}

.format_text p.share-this	{
	width: 25%;
	float: right;
	text-align: right;
}

p.postmetadata {
	font-size: 11px;
}

h2.widgettitle {
	margin-top: 15px;
	margin-bottom: 2px;
	color: black;
	font-size: 16px;
	font-weight: normal;
}

h2 a.rsswidget {
	margin-top: 15px;
	margin-bottom: 2px;
	color: black;
	font-size: 16px;
	font-weight: normal;
}

#sidebar_top div.description {
	margin-left: 15px;
}

.format_text span.required {
	color: red;
	font-size: 10px;
}

#last_footer .terms_of_use	{
	height: 20px;
	background-color: white;
	font-family: Verdana;
	font-size: 9px;
	color: #797775;
}

#last_footer .terms_of_use p	{
	/* width: 100%; */
	margin: 0 auto;
	text-align: center;	
	/* padding-top: 15px; */
	line-height: 1.8em;
}

#last_footer .terms_of_use p a,
#last_footer .terms_of_use p a:link,
#last_footer .terms_of_use p a:visited	{
	text-decoration: underline;
	color: #797775;
}

img#wpstats{display:none;}

/* jQuery comment preview plugin */

#jquery-comment-wrap {
	/* width: 514px; */
}
#jquery-comment-preview {
	/* width: 510px; */
	width: 96%;
	height: 23px;
	position: relative;
	overflow: hidden;
	background: #EEE url(../../../plugins/jquery-comment-preview/toolbar.gif) repeat-x;
	padding: 3px;
	border: solid #D6D3D3;
	border-width: 1px 1px 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
#comment_preview {
	width: 96%;
	border: 1px solid #D6D3D3;
	padding: 3px;
}

dl#comment_preview_list dt { padding-right: 1em; padding-left: 1em; }
dl#comment_preview_list dd { padding-left: 1em; }
dl#comment_preview_list dd .format_text, dl#comment_preview_list dd #respond { padding-right: 1em; }
dl#comment_preview_list dl dt { padding-left: 2em; border-width: 0 0 0 0.1em; }
dl#comment_preview_list dl dt.bypostauthor { padding-left: 1.9em; border-width: 0 0 0 0.2em; }
dl#comment_preview_list dl dd { padding-left: 0; }
dl#comment_preview_list dl dd .format_text { padding-left: 1.5em; border-width: 0 0 0 0.077em; }
dl#comment_preview_list dl dd.bypostauthor > .format_text { padding-left: 1.5em; border-width: 0 0 0 0.154em; }
dl#comment_preview_list dl dd dl { padding-left: 2em; }

dl#comment_preview_list dt span { font-size: 1.1em; line-height: 1.818em; }
dl#comment_preview_list dt .comment_author { font-size: 1.5em; line-height: 1.333em; padding-right: 0.667em; }

dl#comment_preview_list dd { padding-top: 1em; }
dl#comment_preview_list dd p.reply a { font-size: 0.769em; line-height: 1.8em; }
dl#comment_preview_list dl dd p.reply { margin-bottom: 0; }
dl#comment_preview_list dl dt, dl#comment_preview_list dl dd { padding-top: 0; }
dl#comment_preview_list dl dd .format_text { margin-bottom: 1.538em; }

dl#comment_preview_list dt { font-size: 0.77em; line-height: 0.75em; }
dl#comment_preview_list dd { padding: 0.77em; }

dl#comment_preview_list dt .comment_author { font-weight: bold; }

#preview-tab {
	float: right;
	height: 21px;
	padding: 0 6px;
	font: 12px/20px Verdana, Arial, sans-serif;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #F6F5F5 url(../../../plugins/jquery-comment-preview/toolbar.gif) 0 -37px repeat-x;
	border: 1px solid #C3C3C3;
	cursor: pointer;
}

/* HTML editor
-----------------------------------------------------------------------------*/
#html-editor a {
	float: left;
	overflow: visible;
	min-width: 12px;
	height: 21px;
	margin-right: 3px;
	padding: 0 6px;
	background: #F6F5F5 url(../../../plugins/jquery-comment-preview/toolbar.gif) 0 -37px repeat-x;
	border: 1px solid #C3C3C3;
	color: #464646;
	font: 12px/20px Verdana, Arial, sans-serif;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
a#ed_strong {font-weight: bold}
a#ed_em {font-style: italic}
a#ed_a {
	color: #00F;
	text-decoration: underline;
}
#html-editor a:hover,
#preview-tab:hover {
	border-color: #AAA;
	background: #DDD;
}
#html-editor a:active,
#preview-tab:active {
	position: relative;
	top: 1px;
	left: 1px;
}
#html-editor a b {display: none}

.format_text pre {
	overflow-y: hidden;
	*padding-bottom: 25px;      /* for IE? - IE7 */
}

.format_text ol li {
	*margin-left: 10px;      /* for IE? - IE7 */
}

#sidebar_1 li.widget li {
	padding-left: 1em;
}	

#sidebar_1 li.widget_tag_cloud div {
	padding-left: 1em;
}	


