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

.custom{
	background: url(./images/bodybg.png) top left repeat!important;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


.custom #container
{
	position: relative;
}

.custom dl#comment_list dl dt, dl#comment_list dl dd,
.custom dl#comment_list dl dd .format_text
{
	border: none;
}

.custom dl#comment_list dt .comment_author,
.custom .comment_author a
{
	font-size: 12px!important;
	font-weight: bold!important;
	color: #333!important;
}

.custom .comment_time a
{
	color: #999!important;
	font-size: 12px;
}

.custom p.reply
{
	margin-top: -25px;
	font-size: 12px;
}

.custom dl#comment_list dd 
{
	margin: 0!important;
	padding-top: 0;
	line-height: normal;
}



.custom #header{
	font-size: 1em!important;
	color: #333333;
	font-weight: normal!important;
	height: 95px;
	border-bottom: none;
	margin-left: 20px;
	background: url('./images/header-1.gif') 10px 0px no-repeat;
}

.custom #logo
{
	background: url('./images/logo.png') 0 10px no-repeat;
	display: block;
	height: 100px;
}

.home .headline_area
{
	height: 65px;
}

.custom #logo a
{
	text-align: -5000px;
	position: absolute;
	margin: 0 0 0 -5000px;
}
.custom .post_box
{
	padding-top: 0;
}

.category .post_box
{
	padding-top: 20px;
}

.custom #page{
	width: 974px;
	background: url(./images/page.png) top left repeat-y;
	padding-top: 0;
}
.custom h1#tagline, .custom	 p#tagline{
	display: none;

}

.custom .comments_closed
{
	display: none;	
}

.custom #content_box{
	position: relative;
	border: none;
	height: 600px;
	min-height: 800px;
	overflow: visible;
	background: none!important;
}

.page #content_box #content,
.custom #content
{
	margin: 0 0 0 268px;
	width: 440px;
	border-top: 6px #999 solid;
}

.custom .prev_next
{
	border: none;
	letter-spacing: normal;
	text-transform: capitalize;
}

.custom .previous
{
	background: none;
	padding: 0;
}

.custom ul.menu{
	position: absolute;
	top:90px;
	left: 35px;
	font-family: Verdana;
	border: none;

}
.custom ul.menu li:first-child{
	background-image: none!important;
}
.custom ul.menu a{
	font-size: 1.2em;
	text-transform: none;
}
.custom .menu, .menu a, .menu li ul {
	border: none;
}
.custom .menu li, .menu .current ul a, .menu .current-cat ul a {
	background: url(./images/navline.png) center left no-repeat!important;
	padding-left: 10px;
}
.custom .menu li:first-child{
	background: none;
}
.custom .menu a{
background: none}

.custom .menu a:hover{
	text-decoration: underline;
}

.custom {
	color: #333333
}
.custom #sidebars{
	float: left;
	height: auto;
}
.custom #sidebar_1{
	width: 240px;
	float: left;
	position: absolute;
	left: 20px;
	top:0;
	border-right: none;
}
.custom #sidebar_2{
	width: 240px;
	position:absolute;
	right: 20px;
	top:0;
}

.custom #sidebar_3
{
	display: none;
}

.training #sidebar_3
{
	width: 240px;
	position:absolute;
	right: 20px;
	top:0;
	display: block;
}

.training #sidebar_2
{
	position: absolute;
	display: none;
	margin: 0 0 0 -5000px!important
}


ul.sidebar_list li
{
	border-top: 6px #9a9a9a solid;
	padding-top: 5px;
}

ul.sidebar_list li li,
ul.sidebar_list li li li
{
	border-top:none!important;
	padding-top: 0;
}

#sidebars #search input.text_input
{
	background: #fff;
	border: 1px solid #000;	
}

.custom h1
{
	color: #303030;
	padding: 10px 0 0 0;
	font-size: 2.3em!important;
	font-family: 'Univers';
	letter-spacing: -0px;
}
.post #respond_intro p, .post h1{
	font-family: Verdana;
	font-size: 13px!important;
	color:#333!important;
	font-weight: bolder;
}

.custom #sidebars h3{
	color: #303030;
	padding: 5px 0 0 0;
	font-size: 1.7em!important;
	font-family: 'Univers';
	letter-spacing: -0px;
}
.custom #sidebars a{
	color: #6791b3;
	font-size: 14px!important;
	font-weight: normal!important;
}
.custom #sidebars li{
	margin-top: 0!important;
}
	
body.post #sidebar_2{
	position: absolute!important;
	left: -5000px!important;
}
.custom #content.hfeed{
	margin-left: 269px;
	border-top-color: #9a9a9a;
	border-top-width: 6px;
	border-top-style: solid;
	width:435px;
	z-index: 5000;
}
body.post #content.hfeed{
	width: 680px;
}
.custom #content.hfeed h2.entry-title a{
	font-family: Verdana;
	font-size: .6em!important;
	color:#333!important;
	font-weight: bold;
}
.custom #content.hfeed p.headline_meta{
	color:#999999;
	font-size: 12px!important;
}
.post form#commentform a{
	color: #333333!important;
	font-weight: normal!important;
	font-size: 14px!important;
}

.post #commentform input.form_submit{
	float: right;
	margin-right: 15px;
	background: url(./images/submit.png) top left no-repeat!important;
	width: 111px!important;
	line-height: 30px;
	display: block;
	text-indent: -5000px;
	border: none!important;

}
.custom #content.hfeed p.headline_meta span a{
	font-size: 1em!important;
	margin: 2px;
}
.custom #content.hfeed a{
	color: #718FB1;	
	font-size: 12px;
	font-weight: normal
}
.post dl#comment_list .bypostauthor, dl#comment_list{
	border: none;
	background: #fff!important;
}

.post dl#comment_list dd p.reply a {
	text-transform: none!important;
}
.page img.avatar
,.page .headline_meta
{
	display: none;
}

.home img.avatar
{
	float: left;
	margin: 6px 5px 0px 0!important;
	position: relative!important;
}
.post img.avatar{
	position: absolute;
	margin: 0 0 0 -5000px;
}
.post input#url.text_input{
	display: none;
}

.more-link
{
	font-size: 14px!important;
	padding: 5px 0 0 0!important;
	text-decoration: none!important;
	display: block;
}

.more-link:hover
{
	text-decoration: underline!important;
}

.headline_meta,
.headline_meta a
{
	font-style: normal!important;
	text-transform: capitalize;
	font-size: 12px!important;
	text-decoration: none!important;
	color: #999!important;
	border-bottom: none;
}

.home .headline_meta
{
	padding: 0 0 18px 0;
	margin: 0;
	letter-spacing: 0;
}

.home .headline_meta span a
{
	color: #999!important;
}

table#wp-calendar caption
{
	font-size: 11px!important;
}

.sidebar .text_input
{
	width: 170px;
}

.sidebar #searchsubmit
{
	background: #fff url('images/search.gif') left top no-repeat;
	border: none;
	text-indent: -5000px;
	display: block;
	width: 30px;
	float: right;
}

.home .to_comments
{
	position: absolute;
	margin: 0 0 0 -5000px;
}

.custom #comments,
.custom dl#comment_list dt
{
	margin-top: 0;
	padding-top: 0;
}

.custom .format_text .to_comments 
{
	margin-bottom: 5px;
	border-top: 2px solid #999;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

.custom .to_comments span
, .custom .to_comments a
{
	font-size: 12px;
	color: #999;
	
}

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

.custom #multimedia_box{
	display: none}
	
	/*avatar styles*/
.custom .byline_avatar {
   float: left;
   margin: 13px 10px 0 0;
}


	
.custom #footer{
	border-top-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	background: url(./images/morningstarfoot.png) top left no-repeat;
	margin: 0 35px;
	display: block;
	vertical-align: middle;

}
.custom #footer p{
	text-align: left;
	margin-left: 230px;
}


@font-face {
	font-family: 'Univers';
	src: url('./fonts/universltstd-lightcn-webfont.eot');
	src: local('☺'), url('./fonts/universltstd-lightcn-webfont.woff') format('woff'), url('./fonts/universltstd-lightcn-webfont.ttf') format('truetype'), url('./fonts/universltstd-lightcn-webfont.svg#webfont3JMPC5rV') format('svg');
	font-weight: normal;
	font-style: normal;
}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

body.post #content.hfeed,
.legal #content,
.privacy #content,
.about #content,
.solutions #content,
.events #content,
.training #content,
.contact #content,
.single-page #content,
.contributors #content{
	width: 70% !important;
}

#yddContainer{display:block;font-family:Microsoft YaHei;position:relative;width:100%;height:100%;top:-4px;left:-4px;font-size:12px;border:1px solid}#yddTop{display:block;height:22px}#yddTopBorderlr{display:block;position:static;height:17px;padding:2px 28px;line-height:17px;font-size:12px;color:#5079bb;font-weight:bold;border-style:none solid;border-width:1px}#yddTopBorderlr .ydd-sp{position:absolute;top:2px;height:0;overflow:hidden}.ydd-icon{left:5px;width:17px;padding:0px 0px 0px 0px;padding-top:17px;background-position:-16px -44px}.ydd-close{right:5px;width:16px;padding-top:16px;background-position:left -44px}#yddKeyTitle{float:left;text-decoration:none}#yddMiddle{display:block;margin-bottom:10px}.ydd-tabs{display:block;margin:5px 0;padding:0 5px;height:18px;border-bottom:1px solid}.ydd-tab{display:block;float:left;height:18px;margin:0 5px -1px 0;padding:0 4px;line-height:18px;border:1px solid;border-bottom:none}.ydd-trans-container{display:block;line-height:160%}.ydd-trans-container a{text-decoration:none;}#yddBottom{position:absolute;bottom:0;left:0;width:100%;height:22px;line-height:22px;overflow:hidden;background-position:left -22px}.ydd-padding010{padding:0 10px}#yddWrapper{color:#252525;z-index:10001;background:url(chrome-extension://eopjamdnofihpioajgfdikhhbobonhbb/ab20.png);}#yddContainer{background:#fff;border-color:#4b7598}#yddTopBorderlr{border-color:#f0f8fc}#yddWrapper .ydd-sp{background-image:url(chrome-extension://eopjamdnofihpioajgfdikhhbobonhbb/ydd-sprite.png)}#yddWrapper a,#yddWrapper a:hover,#yddWrapper a:visited{color:#50799b}#yddWrapper .ydd-tabs{color:#959595}.ydd-tabs,.ydd-tab{background:#fff;border-color:#d5e7f3}#yddBottom{color:#363636}#yddWrapper{min-width:250px;max-width:400px;}