/* $Id: style.css,v 1.6 2008/07/14 01:41:22 add1sun Exp $ */

/* Reset the basic elements to a baseline. */
body {
  color: #232323;
  background:#ffffff url(./images/bg_body_bottom.gif) repeat-x 0 100%;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  font-size: 9pt;
}

td{
	vertical-align:top;
}
a{
  color: #3366ff;
}
/*a:link {
  color: #3366ff;
}
a:visited {
}
a:hover {
}
a:active {
  color: #ff0000;
}*/

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color:#ed4401;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 100%;
  color:#ed4401;
  font-weight:normal;
}
h1{
	font-size:15pt;
}
h2{
	font-size:14pt;
}
h3{
	font-size:13.5pt;
}
h4{
	font-size:12.5pt;
}
h5{
	font-size:11.5pt;
}
h6{
	font-size:10.5pt;
}
p, ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 100%;
}
li {
  margin: 0px;
  padding: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
}
caption {
  text-align: left;
}
th {
  border-bottom-width: 1px;
  font-weight: bold;
  padding-bottom: 2px;
  text-align: left;
}
td {
  font-size: 100%;
}
form {
  margin: 0px;
  padding: 0px;
}
fieldset {
  border: 1px solid #e0e0e0;
  padding: 5px;
}
b, strong {
  font-weight: bold;
}
i, em, u {
  font-style: italic;
}
u {
  text-decoration: none;
}
a img {
  border: 0px;
}

/* Main page element styles */
/*#header {
  margin-bottom: 10px;
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 10px;
}
#header h1 {
  margin-bottom: 10px;
}
#header img.logo {
  vertical-align: middle;
}
#header .site-name {
}
#header .site-slogan {
}
#header .navigation {
}
#header .navigation .navigation-primary {
}
#header .navigation .navigation-secondary {
}
#header form.search {
  margin-top: 10px;
}
*/
#container {
  /*xclear: both;*/
}

.sidebar {
}
#left-sidebar {
  float: left;
  width: 20%;
}
#right-sidebar {
  float: left;
  width: 20%;
}

#page {
  float: left;
  overflow: hidden;
  background-color: #ffffff;
}

#footer {
  clear: both;
  padding-top: 15px;
  text-align: left;
  margin-left:80px;
}

/* Common page items */
#page h2.title {
	clear:left;
}
#page .mission {
  padding: 20px;
  font-size: 144%;
}
#page .tabs {
}
#page .help {
}
#page .messages {
  color: #333333;
  background-color: #f0f0f0;
  border: 1px solid #c0c0c0;
  margin-bottom: 10px;
}
#page .error {
  border-color: #ff0000;
}

.breadcrumb a:hover{
	color:#ee4300;
}
.breadcrumb span{
	padding:0 3px;
}
.breadcrumb span,
.breadcrumb a{
	color:black;
	font-size:8.25pt;
	font-weight:normal;
}
.breadcrumb {
	position:relative;
	left:-30px;
	margin:5px 0 5px 0;
	font-size:12pt;
	color:#ee4300;
	font-weight:bold;
}

/* Blocks */
/*.block {
  padding-left: 5px;
  padding-right: 5px;
}*/
.block .title {
  font-weight: bold;
}
.block .content {
  padding-bottom: 10px;
}
.user-login-block {
  text-align: left;
}

/* Nodes */
.node {
  margin-bottom: 10px;
}
.node h3.title {
	clear:left;
}
.node .content {
}
.node .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.node .date {
}
.node .author {
}
.node .terms {
}
.node .links {
  clear: left;
}
.node-sticky {
}
.node table {
  width: 100%;
}

/* Boxes (comment list container) */
.box {
}
.box h3.title {
}
.box .content {
}

/* Comments */
.comment h4.title {
}
.comment .new {
}
.comment .content {
}
.comment .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.comment .date {
}
.comment .author {
}
.comment .links {
  clear: left;
}
.comment-new {
}

/* Customize different page layouts */
/*#header {
  margin-left: auto;
  margin-right: auto;
}
body.sidebar-left #header {
  width: 80%;
}
body.sidebar-right #header {
  width: 80%;
}
body.two-sidebars #header {
  width: 60%;
}
body.no-sidebars #header {
  width: 100%;
}
*/
/*body.sidebar-left #page {
  width: 77%;
  padding-left: 2%;
}
body.sidebar-right #page {
  width: 77%;
  padding-right: 2%;
}
body.two-sidebars #page {
  width: 55%;
  padding-left: 2%;
  padding-right: 2%;
}
body.no-sidebars #page {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  float: none;
}*/

.footer {
  margin-left: auto;
  margin-right: auto;
}
body.sidebar-left .footer {
  width: 80%;
}
body.sidebar-right .footer {
  width: 80%;
}
body.two-sidebars .footer {
  width: 60%;
}
body.no-sidebars .footer {
  width: 100%;
}

/* Fixed-width sidebars, fixed center column. */
/*
#left-sidebar {
  float: left;
  width: 120px;
}
#right-sidebar {
  float: left;
  width: 100px;
}

#header,
body.sidebar-left #header,
body.sidebar-right #header,
body.two-sidebars #header,
body.no-sidebars #header {
  width: 760px;
  margin-left: 0px;
  margin-right: 0px;
}

body.sidebar-left #page,
body.sidebar-right #page,
body.two-sidebars #page,
body.no-sidebars #page {
  float: left;
  width: 440px;
}

.footer,
body.sidebar-left .footer,
body.sidebar-right .footer,
body.two-sidebars .footer,
body.no-sidebars .footer {
  width: 760px;
  margin-left: 0px;
  margin-right: 0px;
}
*/

/* Fixed-width sidebars, fluid center column. */
/*
#left-sidebar{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
}
#right-sidebar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
}

#header,
body.sidebar-left #header,
body.sidebar-right #header,
body.two-sidebars #header,
body.no-sidebars #header {
  margin-left: 160px;
  margin-right: 160px;
}

body.sidebar-left #page,
body.sidebar-right #page,
body.two-sidebars #page,
body.no-sidebars #page {
  float: none;
  margin-left: 160px;
  margin-right: 160px;
}

.footer,
body.sidebar-left .footer,
body.sidebar-right .footer,
body.two-sidebars .footer,
body.no-sidebars .footer {
  margin-left: 160px;
  margin-right: 160px;
}
*/
/* end custom layouts */

/* Override drupal.css */
#user-login-form {
  text-align: left;
}

/* 3D Architect CSS */

/* image gallery item and small images list */
.view-project-images .view-content ul{
	padding:0;
	margin:0;
}
.view-project-images .view-content li{
	list-style:none;
	float:left;
}
.view-project-images .view-content li{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
.view-project-images .view-content table{
	width:auto;
}
.view-project-images .view-content td{
	width:142px;
}
.view-project-images .view-content td.col-6{
	width:130px;
}
.view-project-images .view-content .views-field-field-image-preview-fid img{
	width:116px;
	height:44px;
}
.view-project-images .view-content .views-field-field-image-preview-fid{
	background:url(./images/bg_project_image_preview.gif) no-repeat 0% 0%;
	width:130px;
	height:69px;
}
.view-project-images .view-content .field-content a{
	padding:13px 7px;
	display:block;
}
.view-project-images .view-content .field-content a:hover,
.view-project-images .view-content .field-content a.active{
	background:url(./images/bg_project_image_preview_active.gif) no-repeat 0 0;
}
.views-field-title h3,
.view-best-projects h3 a,
#block-views-category_projects-block_2 h3 a,
.field-field-image-project{
	font-weight:normal;
	font-size:13.5pt;
	color:#ed4401;
	padding:5px 0 5px 0;
}
#block-views-best_projects-block_1 h3,
#block-views-best_projects-block_2 h3,
#block-views-best_projects-block_3 h3,
#block-views-best_projects-block_4 h3,
#block-views-best_projects-block_5 h3{
	position:relative;
	height:45px;
}
.front #block-views-best_projects-block_1 h3,
.front #block-views-best_projects-block_2 h3,
.front #block-views-best_projects-block_3 h3,
.front #block-views-best_projects-block_4 h3,
.front #block-views-best_projects-block_5 h3{
	height:25px;
}
#block-views-best_projects-block_1 h3 a,
#block-views-best_projects-block_2 h3 a,
#block-views-best_projects-block_3 h3 a,
#block-views-best_projects-block_4 h3 a,
#block-views-best_projects-block_5 h3 a{
	z-index:200;
	position:absolute;
	width:780px;
	top:0;
	left:0;
	padding:12px 0px 8px 55px;
	display:block;
	height:25px;
	background:url(./images/icon2.gif) no-repeat;
}
#block-views-best_projects-block_4 h3 a{
	background:url(./images/icon1.gif) no-repeat;
}
#block-views-best_projects-block_3 h3 a{
	background:url(./images/icon3.gif) no-repeat;
}
#block-views-best_projects-block_2 h3 a{
	background:url(./images/icon4.gif) no-repeat;
}
#block-views-best_projects-block_1 h3 a{
	background:url(./images/icon5.gif) no-repeat;
}
.front #block-views-best_projects-block_1 h3 a,
.front #block-views-best_projects-block_2 h3 a,
.front #block-views-best_projects-block_3 h3 a,
.front #block-views-best_projects-block_4 h3 a,
.front #block-views-best_projects-block_5 h3 a{
	background:none;
	padding:0;
}
.front #block-views-best_projects-block_1 h3 div,
.front #block-views-best_projects-block_2 h3 div,
.front #block-views-best_projects-block_3 h3 div,
.front #block-views-best_projects-block_4 h3 div,
.front #block-views-best_projects-block_5 h3 div{
	top:4px;
}
#block-views-best_projects-block_1 h3 div,
#block-views-best_projects-block_2 h3 div,
#block-views-best_projects-block_3 h3 div,
#block-views-best_projects-block_4 h3 div,
#block-views-best_projects-block_5 h3 div{
	position:absolute;
	top:15px;
	right:0;
	color:white;
	background:url(./images/h3_best_work_bg.jpg) no-repeat 0 0 #cccccc;
	height:20px;
	width:760px;
	overflow:hidden;
	font-size:12pt;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	z-index:100;
}
#block-views-best_projects-block_1 h3 div{
	width:500px;
}

.field-field-image-normal{
	background:url(./images/bg_project_image_wide_top.gif) no-repeat 0 0;
}
.imagefield-field_image_normal{
	padding:18px 0 15px 0;
	margin:0 auto;
	display:block;
}
.small_gallery .imagefield-field_image_normal{
	padding:5px 0 15px 0;
}
.field-field-image-normal .field-item{
	background:url(./images/bg_project_image_wide_bottom.gif) no-repeat 0 100%;
}

.small_gallery .field-field-image-normal{
	background:url(./images/bg_project_image_small_top.gif) no-repeat 0 0;
}
.small_gallery .field-field-image-normal .field-item{
	width:555px;
	background:url(./images/bg_project_image_small_bottom.gif) no-repeat 0 100%;
}
.small_gallery .field-field-image-normal{
	float:left;
	margin-right:20px;
}
.small_gallery .field-field-image-project{
	float:right;
	width:265px;
}

/* projects list*/
.view-category-projects h3{
	font-size:9pt;
	color:#ee4300;
	font-weight:bold;
	margin-top:20px;
}
.field-field-page-works .field-item{
	float:left;
}
.view-best-projects td.col-2,
.view-category-projects td.col-2{
	padding:0 15px;
	background-position:15px 0;
}
.field-field-page-works .field-item{
	background:url(./images/bg_project_category_image.gif) no-repeat 0 35px;
}
.view-best-projects td,
.view-category-projects td{
	width:270px;
	height:99px;
	background:url(./images/bg_project_category_image.gif) no-repeat 0 0;
}
.field-field-page-works .first{
	clear:left;
}
.field-field-page-works .first,
.field-field-page-works .second{
	width:270px;
}
.field-field-page-works .third{
	width:260px;
}
.field-field-page-works img{
	margin-bottom:10px;
}
.field-field-page-works img,
.view-best-projects .views-field-field-project-preview-fid img,
.view-category-projects .views-field-field-project-preview-fid img{
	width:248px;
	height:65px;
}
.field-field-page-works .field-item{
	padding:0 0 0 11px;
	margin-bottom:10px;
}
.view-best-projects .views-field-field-project-preview-fid,
.view-category-projects .views-field-field-project-preview-fid{
	padding:17px 0 0 11px;
}

.field-field-page-works  a:hover,
#block-menu-menu-footer ul.menu li a:hover,
#block-menu-menu-footer ul.menu li a.active,
#block-menu_block-1 ul.menu li a.active,
#block-menu_block-1 ul.menu li a:hover,
.view-best-projects td .views-field-title a:hover,
.view-category-projects td .views-field-title a:hover{
	color:#ee4300;
	text-decoration:none;
}
#block-menu_block-1 ul.menu li.active-trail a{
	color:#ee4300;
}
.field-field-page-works  h4{
	font-weight:normal;
	height:42px;
	font-size:9pt;
	color:#ee4300;
	padding-right:15px;
	font-weight:bold;
}
.view-best-projects td .views-field-title,
.view-category-projects td .views-field-title{
	margin-top:10px;
}
#footer,
#block-menu-menu-footer ul.menu li a{
	color:black;
	font-size:8.25pt;
}
.field-field-page-works a,
.view-best-projects  td .views-field-title a,
#block-menu_block-1 ul.menu li a,
.view-category-projects td .views-field-title a{
	/*font-weight:bold;*/
	color:black;
}

/* gallery menu */
#block-menu_block-1{
	height:20px;
	margin:0;
	padding:0;
	font-weight:bold;
}
#block-menu-menu-footer{
	position:relative;
	right:0;
	top:0;
}
#block-menu_block-1 ul.menu{
	float:right;
	height:20px;
	padding:0;
}
#block-menu-menu-footer ul.menu{
	float:right;
	height:30px;
	padding:0;
}
#block-menu-menu-footer ul.menu,
#block-menu_block-1 ul.menu{
	padding:0;
	margin:0;
}
#block-menu-menu-footer ul.menu li,
#block-menu_block-1 ul.menu li{
	list-style:none;
	float:left;
	padding:0;
	margin:5px 20px 5px 0;
}
#block-menu-menu-footer ul.menu li{
	background:url(./images/bg_footer_menu.gif) no-repeat 0 4px;
	padding:0 0 0 20px;
}
#block-menu-menu-footer ul.menu li.first{
	background:none;
}

/* other styles*/
#header{
	background:url(./images/bg_header.jpg) no-repeat 40px 100%;
	padding-top:15px;
	height:180px;
	position:relative;
}
.front #header{
	background:url(./images/bg_header_home.jpg) no-repeat 40px 100%;
	height:330px;
}
/*.front #block-block-3{
	top:260px;
}*/
#block-block-3{
	position:absolute;
	top:110px;
	right:80px;
	color:#ed4401;
	font-size:12pt;
}
#wrapper0{
	background:url(./images/bg_body_top.gif) repeat-x;
}
#wrapper{
	width:960px;
	background:url(./images/bg_page_top.gif) no-repeat 0 60px;
	margin:0 auto;
}
#page{
	width:840px;
	margin:0 0 0 0px;
	padding:10px 40px 15px 40px;
	background:url(./images/page_bg_bottom.gif) no-repeat 0% 100%;
	min-height:500px;
	position:relative;
	left:40px;
}
#header img.logo {
  float:left;
  margin:2px 0 0 30px;
}

/* secondary links*/
.navigation-secondary a{
	color:black;
	width:95px;
	height:44px;
	display:block;
	padding:12px 0 0 53px;
	background:url(./images/bg_nav2nd_li_5.gif) no-repeat 0 100%;
	overflow:hidden;
}
.navigation-secondary a.active,
.navigation-secondary a:hover{
	color:#ee4300;
	background:url(./images/bg_nav2nd_li_5_active.gif) no-repeat 0 100%;
}
.navigation-secondary .menu-239 a{
	background:url(./images/bg_nav2nd_li_1.gif) no-repeat 0 100%;
}
.navigation-secondary .menu-239 a.active,
.navigation-secondary .menu-239 a:hover{
	background:url(./images/bg_nav2nd_li_1_active.gif) no-repeat 0 100%;
}
.navigation-secondary .menu-240 a{
	background:url(./images/bg_nav2nd_li_2.gif) no-repeat 0 100%;
}
.navigation-secondary .menu-240 a.active,
.navigation-secondary .menu-240 a:hover{
	background:url(./images/bg_nav2nd_li_2_active.gif) no-repeat 0 100%;
}
.navigation-secondary .menu-241 a{
	background:url(./images/bg_nav2nd_li_3.gif) no-repeat 0 100%;
}
.navigation-secondary .menu-241 a.active,
.navigation-secondary .menu-241 a:hover{
	background:url(./images/bg_nav2nd_li_3_active.gif) no-repeat 0 100%;
}
.navigation-secondary .menu-242 a{
	background:url(./images/bg_nav2nd_li_4.gif) no-repeat 0 100%;
}
.navigation-secondary .menu-242 a.active,
.navigation-secondary .menu-242 a:hover{
	background:url(./images/bg_nav2nd_li_4_active.gif) no-repeat 0 100%;
}

.front .home_arrow{
	width:180px;
	height:17px;
	background:url(./images/bg_menu_primary_active.gif) no-repeat 50% 100%;
	position:absolute;
	top:44px;
	left:40px;
}
.navigation-primary{
	position:absolute;
	right:30px;
	top:15px;
	font-size:8pt;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Verdana, Arial, Helvetica;
}
/*.navigation-primary ul.links li:hover,*/
.navigation-primary ul.links li.active{
	background:url(./images/bg_menu_primary_active.gif) no-repeat 50% 100%;
}
.navigation-primary ul.links li.active a,
.navigation-primary ul.links li:hover a,
.navigation-primary ul.links li a:hover{
	color:#ee4300;
}
.navigation-primary ul.links li a{
	text-decoration:none;
	padding:25px 15px;
	color:black;
}
.navigation-primary ul.links li{
	float:left;
	height:41px;
	display:block;
	padding:0 5px;
	text-align:center;
	margin:5px 0 0 0;
}
.navigation-secondary{
	position:absolute;
	left:72px;
	top:144px;
	font-size:8.25pt;
	font-weight:bold;
}
.front .navigation-secondary{
	top:294px;
}
.navigation-secondary ul.links li{
	padding:0;
	margin:0 28px 0 0;
	display:block;
	float:left;
	width:140px;
	height:51px;
	background:url(./images/bg_nav_2nd.gif) no-repeat 0 -4px;
	overflow:hidden;
}
tbody{
	border:none;
}
.copyright{
	float:left;
	padding-top:5px;
}

/* video gallery*/
.field-field-project-video-preview .field-item img{
	padding:21px 11px;
}
.field-field-project-video-preview .field-item{
	margin:0 37px 13px 0;
	background:url(./images/bg_video_preview.gif) no-repeat;
	width:243px;
	height:173px;
	float:left;
}
.field-field-project-video-downloads{
	clear:left;
}
.icon1{
	background:url(./images/icon1.gif) no-repeat 0 0;
	padding:0 0 0 60px;
}
.icon2{
	background:url(./images/icon2.gif) no-repeat 0 0;
	padding:0 0 0 60px;
}
.icon3{
	background:url(./images/icon3.gif) no-repeat 0 0;
	padding:0 0 0 60px;
}
.icon4{
	background:url(./images/icon4.gif) no-repeat 0 0;
	padding:0 0 0 60px;
}
.icon5{
	background:url(./images/icon5.gif) no-repeat 0 0;
	padding:0 0 0 60px;
}
.answer{
	padding:0 0 0 20px;
}
#webform-client-form-220 label{
	font-weight:normal;
}
#webform-component-custom_video_sizes,
#webform-component-custom_images_sizes,
#webform-component-items{
	clear:left;
}
#webform-component-work_type .form-item .form-item{
	float:left;
	padding-right:10px;
	white-space:nowrap;
}
#webform-component-images_size .form-item .form-item{
	float:left;
	padding-right:40px;
	white-space:nowrap;
}
#webform-component-video_format .form-item .form-item{
	float:left;
	white-space:nowrap;
	padding-right:20px;
}
#webform-component-custom_video_sizes label,
#edit-submitted-custom-images-sizes-wrapper label{
	display:none;
}
#webform-component-srok,
#webform-component-video{
	border:0 solid #dddddd;
	border-top-width:5px;
}
#ph1,
#ph2,
#ph3{
	padding:5pt;
	float:left;
	margin:0 20px 0 0;
}
#pd1,
#pd2,
#pd3{
	clear:left;
}
#shadowbox_drag_layer{
/*	cursor:url(/sites/default/files/3d_architect_logo.gif),move;*/
	cursor:url(/move.png),url(/move.gif),move !important;
	cursor:url(/move.png),url(/move.gif),move;
}
.node-project_video{
	border:0 solid gray;
	border-bottom-width:1px;
}