@charset "utf-8";
/* CSS Document */

/*Templates*/

.team-page .content-container {
	float: left;
	width: 100%;
	position: relative;
}

.team-page .col-left {
	float: left;
	margin-right: 8px;
	width: 300px;
}

.team-page .col-right {
	float: left;
	margin-right: 0px;
	width: 295px;
}

.team-page .team-entry {
	float: left;
	margin: 0 0 1.5em 0;
}

.team-page .team-entry img.pic {
	float: left;
	width: 77px;
	height: 113px;
	margin-right: 10px;
	border: none;
}

.team-page .team-entry .text-container {
	float: left;
	width: 208px;
	height: 113px;
	background: url(style/images/team/team-bg.png) no-repeat left top;
}

.ie6 .team-page .team-entry .text-container {
	background: url(style/images/team/team-bg.gif) no-repeat left top;
}

.team-page .team-entry .text-container:hover {
	background-position: left bottom;
}

.team-page .team-entry .inner {
	padding: 0 10px 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

.team-page .team-entry .inner span {
	display: block;
	line-height: 1.2em;
}

.team-page .team-entry .name {	
	margin-bottom: .1em;
	font-size: .9em;
}

.team-page .team-entry .title {
	font-size: .7em;
	color: #212e67;
	margin-bottom: 6px;
}

.team-page .team-entry .excerpt {
	font-size: .9em;
	line-height: 1.4em;
	color: #333;
	overflow: auto;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
}

.team-page .team-entry .excerpt a {
	color: #fb960f;
	text-decoration: none;
	font-size: .7em;
}

.team-page .team-entry .social {
	font-size: 10px;
	margin: 4px 0 0 0;
	position: absolute;
	z-index: 4;
	text-align: right;
	clear: both;
	float: right;
	cursor: pointer;
	bottom: 4px;
	right: 20px;
}

.team-page .team-entry .social a {
	color: #737767;
	text-decoration: none;
}

.team-page .team-entry .social a:hover {
	color: #fb960f;
}

/***************Beginning of the single page*****************/

.single-page .single-meta-top {
	width: auto;
	height: 226px;
	float: left;
	position: relative;
	margin: -10px 0 20px 0;
	background: url(style/images/single-meta-top.gif) repeat-y top left;
}

.single-page .image-container {
	padding: 10px;
	float: left;
	margin-right: 10px;
	position: relative;
}

.single-page .wrap {
	width: 338px;
	height: 202px;
	float: left;
	position: relative;
}

.single-page .image-container img {
	border: 1px solid #777;
	width: 336px;
	height: 200px;
}

.single-page .meta-data {
	padding: 10px;	
	float: left;
	position: relative;
}

.single-page .meta-data .inner {
	width: 213px;
	float: left;
	height: 200px;
	
	/*Styles*/
	font-size: 11px;
}

.single-page .meta-data .inner a {
	color: #737767;
	text-decoration: none;
}

.single-page .meta-data .inner .WP-EmailIcon {
	display:none;
}

.single-page .meta-data .inner a:hover {
	color: #444;
}

.single-page .meta-data .inner .single-links {
	color: #212e67;
	text-align: right;	
	margin-bottom: 6px;
}

.single-page .meta-data .inner .single-links a {
	color: #212e67;	
}

.single-page .meta-data .inner .single-links a:hover {
	text-decoration: underline;
}

.single-page .meta-data .inner .title {
	font-weight: bold;
	color: #212e67;
}

.single-page .meta-data .inner .related-posts {
	margin: 0 5px 0px 0;
	float: left;
	width: auto;
}

.single-page .meta-data .inner .related_post { 
	float: left;
	width: auto;
}

.single-page .the-content-container {
	float: left;
}

.single-page .the-content-container img {
	display: none;
}

.single-page .article-close {
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	padding: 10px;
	background-color: #D8D9D4;
	font-size: 12px;
	color: #737767;
	margin-top: 1.5em;
}

.single-page .article-close a {
	color: #212e67;
}

.single-page .post-extras {
	font-size: 11px;
}

.single-page .post-extras a {
	color: #737767;
}

.single-page .post-extras a:hover {
	color: #fb960f;
}

.single-page .post-extras .source a {
	float: right;
	width: auto;
}

/**************Comment Styles*****************/

textarea#comment {
	width: 450px;
}

div.comment-input {
	margin-bottom: 10px;
}

div.comment-textarea {
	margin-bottom: 5px;
}

#commentform {
	position: relative;
	font-size: 11px;
}

.comment-left {
	width: 460px;
	float: left;
}

.comment-right {
	width: 140px;
	float: left;
	margin-top: -24px;
}

.comment-right .hot-buttons {
	width: 140px;
}

.comment-right .hot-buttons a {
	border-color: #999;
}

.comment-right .hot-buttons a:hover {
	border-color: #fb960f;
}