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

body, div, span, ul, li, h1, h2, h3, h4, h5, h6, form, textarea, p, td, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html,body {
	height: 100%;
	background-color: #efefeb; /* 1E1E1E */
	font-size: 11px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #333333;
}

html {overflow-y: scroll;}

* {
	font-family: Tahoma, Helvetica, Arial, sans-serif !important;
}

/* ie defaults to inline */
img {
	display: block;
}

fieldset, img {
	border:0;
}

p {
	margin: 0 0 10px 0;
}

a:link {
	color: #696969;
	text-decoration: none;
}

a:visited {
	color: #696969;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:focus {
	color: #333333;
	text-decoration: none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	color: #bdbeb8;
}

h4 {
	font-size: 10px;
}

h5 {
	font-size: 9px;
}

h6 {
	font-size: 8px;
}

ol,ul {
	list-style: none;
}

table {
  margin: 0;
  padding: 0;
  border: none;
}

.clear {
	clear: both;
	width: 100%;
}

.space {
	height: 10px;
	width: 100%;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
}

#header {
	height: 150px;
}

#logo {
	float: right;
	margin: 75px 0 0 0;
}

#nav {
	float:left;
	margin: 125px 0 0 0;
}

#nav_sub {
	height: 50px;
	margin: 25px 0 0 0;
}

.form_btn {
	background-color: #bfbfbd;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px 4px;
	margin: 0;
	width: 100px;
	font-size: 11px;
}

.form_txt {
	width: 374px;
	padding: 4px;
	margin: 5px 0 15px 0;
	background-color: #e1e1de;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
}

/* corners */

.corner_tl {
	display: inline-block;
	_display: inline;
	background-image: url(/images/theme/corner_top_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.corner_tr {
	display: inline-block;
	_display: inline;
	background-image: url(/images/theme/corner_top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.corner_br {
	display: inline-block;
	_display: inline;
	background-image: url(/images/theme/corner_bottom_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.corner_bl {
	display: inline-block;
	_display: inline;
	background-image: url(/images/theme/corner_bottom_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* buttons */

#nav a{
	text-decoration: none;
	color: #333333;
}

#nav_sub a{
	text-decoration: none;
	color: #333333;
}

#nav span{
	cursor: pointer;
}

#nav_sub span{
	cursor: pointer;
}

.btn_text_size {
	font-size: 11px;
}

.btn_text_1 {
	display: inline-block;
	_display: inline;
	width: 96px;
	height: 18px;
	padding: 3px 0 0 0;
	margin: 2px;
	text-align: center;
}

a:hover .btn_text_1 {
	background-color: #e1e1de;
}

.btn_text_2 {
	display: inline-block;
	_display: inline;
	width: 96px;
	height: 18px;
	padding: 3px 0 0 0;
	margin: 2px;
	text-align: center;
	background-color: #e1e1de;
	margin: 2px;
}

#nav_sub a:hover .btn_text_2 {
	background-color: #bfbfbd;
}

.btn_text_3 {
	display: inline-block;
	_display: inline;
	width: 96px;
	height: 18px;
	padding: 3px 0 0 0;
	margin: 2px;
	text-align: center;
	background-color: #bfbfbd;
}

.imgpad {
	display: inline-block;
	_display: inline;
	margin: 2px;
}

.imgpad img {
	margin-bottom: -2px;
}

#dummynav {
	height: 75px;
}

/* footer */

#footer {
	padding: 50px 0 75px 0;
}

#footer div {
	float: left;
}

#footer_copyright {
	display: inline-block;
	_display: inline;
	float: left;
	height: 25px;
	width: 200px;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	padding: 0 7px;
	line-height: 23px;
	color: #91918f;
}

.footer_icon {
	display: inline-block;
	_display: inline;
	width: 21px;
	height: 21px;
	text-align: center;
	padding: 2px;
}

.copyright {
	width: 212px;
}

.copyright img{
	display:inline-block;
	_display: block;
}

.footer_icon a img.icon_color {
	display:none;
}

.footer_icon a img.icon_gray {
	display:inline-block;
	_display: block;
}

.footer_icon a:hover img.icon_color {
	display:inline-block;
	_display: block;
}

.footer_icon a:hover img.icon_gray {
	display:none;
}

/* profile featured */

#img_featured {
	margin: 0 0 25px 0;
}

#text_featured {
	display: inline-block;
	_display: inline;
	text-align: justify;
	width: 382px;
	height: 57px;
	padding: 9px;
}

#text_featured a:link, #text_featured a:visited {
	color: #f19b22; /*#696969;*/
}

/* profile background */

#img_background {
	float: left;
	width: 475px;
}

#profile_background_img {
	display: inline-block;
	_display: inline;
	float: left;
}

#profile_background_text {
	float: left;
	width: 300px;
}

#background_text {
	display: inline-block;
	_display: inline;
	text-align: justify;
	padding: 9px;
}

#text_background {
	width: 325px;
	display: inline-block;
	_display: inline;
	text-align: justify;
	font-size: 12px;
	padding: 9px;
}

#text_background  a:link, #text_background a:visited {
	color: #f19b22; /*#696969;*/
}


/* contact */

#img_contact {
	width: 400px;
}

#text_contact {
	width: 382px;
	display: inline-block;
	_display: inline;
	text-align: justify;
	padding: 9px;
	text-align: right;
	height: 382px;
}

/* news */

.post_image {
	display: none;
}

.news_post_wrapper {
	width: 850px;
	height: 277px;
	margin: 0 0 16px 0;
}

.news_img {
	float: left;
	width: 300px;
}

.img_news {
	display: inline-block;
	_display: inline;
	width: 396px;
	height: 223px;
}

.news_img_caption {
}

.caption_img_news {
	display: inline-block;
	color: #333333;
	width: 386px;
	height: 21px;
	margin: 2px;
	line-height: 21px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	vertical-align: middle;
}

.news_text {
	float: right;
	width: 382px;
}

.news_title {
	color: #aeaeae;
	font-size: 30px;
}

.news_date {
	color: #aeaeae;
	font-size: 16px;
}

.news_body {
	color: #333333;
	font-size: 12px;
}

.text_news {
	width: 382px;
	height: 211px;
	display: inline-block;
	_display: inline;
	text-align: justify;
	padding: 9px;
	vertical-align: top;
	float: right;
}

.text_news  a:link, .text_news a:visited {
	color: #f19b22; /*#696969;*/
}

.read_more {
	display: inline-block;
	height: 20px;
	width: 100%;
	float: right;
	text-align: right;
}

.arrow_nav {
	width: 868px;
	text-align: center;
}

.left_button {
	display: inline-block;
	_display: inline;
	visibility: hidden;
	margin-right: 27px;
}

.right_button {
	display: inline-block;
	_display: inline;
	visibility: hidden;
	margin-left: 27px;
}


/* post     */

.post_text {
	float: right;
	width: 382px;
}

.text_post {
	width: 382px;
	display: inline-block;
	_display: inline;
	text-align: justify;
	padding: 9px;
	vertical-align: top;
	float: right;
	min-height: 211px;
}

.text_post  a:link, .text_post a:visited {
	color: #f19b22; /*#696969;*/
}


/* projects */

.projects_container {
	width: 100%;
	height: 100%;
	margin-left: -25px;
}

.projects_project_wrapper {
	display: inline-block;
	margin: 0 25px 50px 25px;
}

.projects_subtype_description {
	float: right;
}

.subtype_description {
	float: right;
	display: inline-block;
	_display: block;
	padding: 5px;
	width: 590px;
}

.subtype_description  a:link, .subtype_description a:visited {
	color: #f19b22; /*#696969;*/
}

.projects_project_wrapper_first {
	margin-left: 25px;
}

.projects_project_wrapper_last {
	margin-right: -25px;
}

a.projects_project_wrapper:hover {
	text-decoration:none;
}


.projects_img {
}

.projects_project_img {
	display: inline-block;
	_display: inline;
	width: 171px;
	height: 122px;
}

.projects_title {
}

.subtype_title {
	display: inline-block;
	_display: inline;
	margin: 2px;
	width: 96px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
}

a:hover .subtype_title {
	border: 1px solid #333333;
	margin: 1px;
}

.projects_project_title {
	display: inline-block;
	_display: inline;
	color: #333333;
	margin: 2px;
	width: 96px;
	width: 171px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
}

a:hover .projects_project_title {
	border: 1px solid #333333;
	margin: 1px;
}

.subtype_selected {
	border: 1px solid #333333;
	margin: 1px;
}
.project_title_bg_1 {
	background-color: #e1e1de;
}

.project_title_bg_2 {
	background-color: #bfbfbd;
}

.project_title_bg_3 {
	background-image: url('/images/theme/diagonal_lines.jpg');
	background-repeat:repeat;
}

.project_title_bg_4 {
	background-image: url('/images/theme/cross_hatch.jpg');
	background-repeat:repeat;
}



/*                                    project                           */



.project_body {
	float:left;
}
.project_project_body {
	display: block;
	padding: 10px;
	width: 380px;
}

.project_title {
	color: #aeaeae;
	font-size: 30px;
}

.project_subtitle {
	color: #aeaeae;
	font-size: 16px;
}

.project_description {
	color: #333333;
	margin-top: 20px;
	font-size: 12px;
}

.project_description a:link, .project_description a:visited {
	color: #f19b22; /*#696969;*/
}

.project_media {
	float: right;
}

.thumb_container {
	margin-top: 20px;
	float: right;
}
.subtype_container {
	margin-top: 20px;
	float: right;
	clear:both;
}
.project_subtype_container {
	display: block;
	padding: 5px;
	text-align: right;
}
.big_thumb {
	display: block;
}
.video_background {
	position: absolute;
	overflow: hidden;
}
.video_background_white {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.9);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF, endColorstr=#E5FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF, endColorstr=#E5FFFFFF)";
}
.video_wrapper {
	position: relative;
	overflow: hidden;
	top: -1px;
}
.video_wrapper_center {
	top: 50%;
	left: 50%;
	overflow: hidden;
}
.play_button {
	margin-top: -50px;
	width: 50px;
	float: right;
}
.play_button_img {
	position: absolute;
}
.loading_img_container {
	position: absolute;
	display: none;
	background-color: black;
	z-index: 3;
}
.loading_img {
	position: relative;
}