/* 
Theme Name:	alectos.com	
Theme URI: 	http://alectos.com
Description: alectos custom theme
Version:2.0
Author: Geng Gao
Author URI: http://genggao.net
Tags:	biotech

*/



/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
html{
	background: #23343a url(images/bg.jpg) repeat-x;
}
body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
b, strong { 
	font-weight: bold; 
}
p{
	margin-bottom: 30px;
}
a, a:visited{
	color: #35a4ce;
	-webkit-transition: color 0.2s linear;
}
a:hover{
	color: #275f70;
}
h1{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 20px;
	color: #275f70;
	text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.9);
}
h2{
	font-size: 18px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #7f7f7f;
	text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}
h3{
	margin-top: 15px;
	color: #275f70;
}
h3,h4,h5,h6{
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}

ul,ol{
	margin-left: 20px;
}
.left{
	float: left;
	display: inline;
}
.right{
	float: right;
	display: inline;
}
input{
	height: 17px;
	width: 250px;
	border: 2px solid #ccc;
	padding: 5px 10px;	

	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
	position: relative;
}
input.submit{
	clear: both;
	background: #367289 url(images/button.jpg) repeat-x;
	height: 30px;
	width: 100px;
	border:none;
	color: #fff;
	font-size: 15px;
	text-shadow:1px 1px 0 #295566;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
}
input.submit:hover{
	background: #60caf3 url(images/button-hover.jpg) repeat-x;
	text-shadow:-1px -1px 0 #295566;
	cursor: pointer;
}
textarea{
	height: 263px;
	width: 330px;
	border: 2px solid #ccc;
	padding: 5px 10px;
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
	position: relative;
}
.wpcf7-response-output, .wpcf7-validation-errors{
	background: #fff;
	padding: 10px 20px;
}
.wpcf7-not-valid-tip-no-ajax{
	position: absolute;
}
p.captcha img{
	vertical-align: bottom;
	margin-top: 18px;
	border: 2px solid #ccc;
}
.required-note{
	color: red;
	font-size: 20px;
}
.note{
	font-weight: bold;
	color: #999;
	margin-left: 20px;
	vertical-align: bottom;
}


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


#container{
	width: 960px;
	min-height: 570px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/* Header */
h1#logo{
	width: 220px;
	height: 80px;
	background: url(images/logo-top.png) no-repeat;
	text-indent: -9999px;
	margin-top: 14px;
	margin-bottom: 50px;
	margin-left: 10px;
	position: relative;
	float: left;
}
h1#logo a{
	display:block;
	width: 220px;
	height: 80px;
}
.sepline{
	width: 2px;
	height: 32px;
	background: url(images/sepline.png) center no-repeat;
}
	/* Menu */
	#topnav ul{
		float: right;
		margin-top: 51px;
		margin-right: 15px;
	}
	#topnav li{
		position: relative;
		float: left;
	}
	#topnav a{
		padding: 28px 20px;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: -1px;
		color: #000;
		text-shadow: 1px 1px 0 #fff;
		text-shadow: 1px 1px 0px rgba(255,255,255, 0.6);
	}
	#home .home a, #company .company > a,#pipeline .pipeline a,#press .press a,#employment .employment a,#contact .contact a{
		color: #35a4ce;
		background: url(images/arrow.jpg) center bottom no-repeat; 
		position: relative;
		z-index: 100;
	}
	#topnav a:hover{
		color: #35a4ce;
	} 
	#topnav .company a:hover{
		background-image: none !important;
	}
	/* Sub-menu */
	#topnav li ul{
		display: none;
		position: absolute;
		left: -24px;
		top:-8px;
		z-index: 1000;
	}
	#topnav li ul a{
		-webkit-transition: background 0.2s linear;
		display: block;
		padding:15px 20px;
		width: 160px;
		color: #555;
		background: #d3d3d3;
		border-bottom: 1px solid #aeaeae;
		border-bottom: 1px solid rgba(0,0,0,0.3);
		border-top: 1px solid #f4f3f3;
		border-top: 1px solid rgba(255,255,255, 0.9);	
		border-left: 1px solid #f4f3f3;
		border-left: 1px solid rgba(255,255,255, 0.2);
		border-right: 1px solid #aeaeae;
		border-right: 1px solid rgba(0,0,0,0.3);
		
		box-shadow: 1px 2px 4px rgba(0,0,0, 0.5);
		-moz-box-shadow: 1px 2px 4px rgba(0,0,0, 0.5);
		-webkit-box-shadow: 1px 2px 4px rgba(0,0,0, 0.5);
		z-index: 1000;
	}
	#topnav li ul a:hover{
		background-color: #59c4ed;
		color: #fff;
		text-shadow: -1px -1px 0px #aeaeae;
		text-shadow: -1px -1px 0px rgba(0,0,0,0.6);
	}
	#topnav li ul li:first-child a{
		border-top: 2px solid #ccc;
		border-top: 2px solid rgba(0,0,0,0.3);
	}
	#topnav li ul li:last-child a{
		-moz-border-radius-bottomleft:8px;
		-moz-border-radius-bottomright:8px;
		-webkit-border-bottom-left-radius:8px;
		-webkit-border-bottom-right-radius:8px;
		border-bottom-left-radius:8px;
		border-bottom-right-radius:8px;
	}
	#topnav li:hover ul{
		display: block;
		z-index: 1000;
	}

/* Content */
#banner img{
	padding: 10px;
	position: relative;
	z-index: 10 !important;
}
.box{
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
	background: #e8e8e8 url(images/box-bg.jpg) top repeat-x;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-top:1px #fff;
	border-bottom:1px #fff;
	box-shadow: 2px 1px 4px rgba(0,0,0, 0.5),
				-2px 1px 4px rgba(0,0,0, 0.5);
	-moz-box-shadow: 2px 1px 4px rgba(0,0,0, 0.5),
					-2px 1px 4px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 2px 1px 4px rgba(0,0,0, 0.5),
					-2px 1px 4px rgba(0,0,0, 0.5);
	overflow: hidden;
	z-index: -1;

}
#boxbg{
	background:  url(images/sidebar-bg.png) 724px 0 repeat-y,
				 #e8e8e8 url(images/box-bg.jpg) 0 0 repeat-x;
}
#content{
	width: 660px;
	min-height: 280px;
	float: left;
	padding: 30px 30px 0 30px;
	margin-right: 10px;
	position: relative;
	z-index: 10 !important;
}
#content ul,#content ol{
	margin-top: 20px;
	margin-bottom: 20px;
}
#content ul li{
	background: url(images/bullet.png) 0 4px no-repeat;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}
#content ol li{
	list-style: decimal;
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
}

/* wp-caption */
.wp-caption{
	background: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 5px;
}
	.alignleft{
		float: left;
		display: inline;
		margin-bottom: 20px;
		margin-right:20px;
		margin-top: 5px;
	}
	.alignright{
		float: right;
		display: inline;
		margin-bottom: 20px;
		margin-left:20px;
		margin-top: 5px;
	}
	
.wp-caption img{
	border: 1px solid #ddd;
	border: 1px solid rgba(0,0,0,0.2);
	margin: 5px;
}
.wp-caption-text{
	text-align: center;
	margin: 0;
	color: #aaa;
	font-weight: bold;
}
.edit-link{
	margin: 0;
	padding: 0;
}
ul.news-list,.news-list li{
	background: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}


#sidebar{
	font-size: 12px;
	line-height: 16px;
	color:#727272;
	float: left;
	padding: 0 0 20px 0;
	width: 220px;
	height: 100%;
	min-height: 100px;
	background: #d9d9d9;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	position: relative;
	z-index: 10 !important;
}
	#sidebar ul{
		margin: 0;
		width: 100%;
	}
	#sidebar li ul{
		padding:0;
		margin: 0;
	}
	#sidebar li ul li a{
		-webkit-transition: background 0.2s linear;
		text-decoration: none;
		display: block;
		margin: 0;
		padding: 10px 15px;
		font-size: 14px;
		border-bottom: 1px solid #aeaeae;
		border-bottom: 1px solid rgba(0,0,0,0.3);
		border-top: 1px solid #fbfbfb;
		border-top: 1px solid rgba(255,255,255, 0.9);	
	}
	#sidebar li ul li a:hover{
		background-color: #59c4ed;
		color: #fff !important;
		text-shadow: -1px -1px 0px #aeaeae;
		text-shadow: -1px -1px 0px rgba(0,0,0,0.6);
	}
	.textwidget{
		border-bottom: 1px solid #aeaeae;
		border-bottom: 1px solid rgba(0,0,0,0.3);
		border-top: 1px solid #fbfbfb;
		border-top: 1px solid rgba(255,255,255, 0.9);	
		-webkit-transition: background 0.2s linear;	
	}
	#sidebar h2{
		background: #2c6475 url(images/h2.jpg) repeat-x;
		font-size: 16px;
		line-height: 20px;
		color: #F8F8F8;
		text-shadow: -2px -1px 1px #aeaeae;
		text-shadow: -2px -1px 1px rgba(0,0,0,0.6);
		padding: 15px;
		width: 192px;
		margin: 0;
		margin-left: -2px;
		border-bottom: 1px solid #aeaeae;
		border-bottom: 1px solid rgba(0,0,0,0.3);
	}
	.textwidget, .recentcomments, #calendar_wrap{
		padding: 15px;
	}
	#sidebar td,#sidebar caption{
		padding: 6px;
	}
	#sidebar ul.sub-menu li a:before{
		content: "- ";
	}
	#sidebar ul.highlights li{
		font-size: 12px;
		line-height: 16px;
		color:#727272;
		padding: 10px 15px;
		border-bottom: 1px solid #aeaeae;
		border-bottom: 1px solid rgba(0,0,0,0.3);
		border-top: 1px solid #fbfbfb;
		border-top: 1px solid rgba(255,255,255, 0.9);	
	}
	#sidebar .highlights a{
		-webkit-transition: color 0.2s linear;
		font-size: 12px;
		line-height: 16px;
		border: 0;
		padding: 0;
		margin: 0;
		color: #000;
	}
	#sidebar .highlights a:hover{
		border: 0;
		padding: 0;
		margin: 0;
		background: none;
		color: #35a4ce !important;
		text-shadow: 1px 1px 0 #fbfbfb;
		text-shadow: 1px 1px 0 rgba(255,255,255, 0.9);
	}
	.highlights p{
		margin-bottom: 5px;
	}
	.address{
		font-size: 14px;
		line-height: 18px;
	}
	.address strong{
		color: #252525;
	}

/* Footer */
#footer{
	min-width: 960px;
	width: 100%;
	height: 85px;
	margin: 0;
	margin-top: 40px;
	margin-bottom: -10px;
	padding: 0;
	background: #dbdbdb url(images/footer.jpg) repeat-x;
}
#wrapper{
	width: 960px;
	margin: 0 auto;
}
	ul#footnav a{
		color: #252525;
		text-decoration: none;
	}
	ul#footnav a:hover{
		color: #35a4ce;
	}
	ul#footnav li{
		float: left;
		margin-top:30px;
		margin-bottom: 5px;
		padding-right: 15px;
		display: inline;
	}
	.footer-sep{
		color: #bbb;
		padding-left: 15px;
	}
.copyright{
	float: left;
	display: inline;
	font-size: 11px;
	letter-spacing: 0.8px;
	margin-left: 20px;
	color: #afafaf;
}
.copyright a{
	color: #afafaf;
	text-decoration: none;
}
.copyright a:hover{
	color: #888;
}
.small-logo{
	margin-top: -30px;
	margin-right: 15px;
}
