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

/* HOME */

body {
	color:#ebebeb;
	font-family:Arial, Verdana, Helvetica, sans-serif;	
	font-size:0.9em;
	background-color:#111111;
	margin:0;
}

#container {
	width:980px;
	margin:0 auto;
	background-color:#030303;	
}

header {
	margin:0;	
	padding:55px 20px 0 20px;
	overflow:auto;
}

#logo {
	width:330px;
	float:left;
	clear:left;
}

#logo h1 {
	margin-top:0;
}

nav {
	width:600px;
	float:right;
	clear:right;	
	text-align:right;
}

nav ul {
	margin:0; padding:0;
	list-style:none;	
}

nav ul li {
	margin:0 0 0 30px; padding:0;
	display:inline;	
	font-size:1.3em;
}

nav ul li a#home:hover, nav ul li a#projects:hover, nav ul li a#contact:hover, nav ul li a#about:hover {
	border-bottom:2px solid #ffffff;
}

body.home nav ul li a#home, body.projects nav ul li a#projects, body.contact nav ul li a#contact, body.about nav ul li a#about {
	border-bottom:2px solid #ffffff;
}

#header_rule {
	clear:both;
	margin: 15px auto 20px;padding:0;
	width:940px;
	height:1px;
	min-height:1px;
	background-color:#333333;
}

#main_content {
	clear:both;	
	margin:15px 0 0 0;padding:0;
	overflow:hidden;
}

#main_content .slideshow {
	width:980px;
	height:430px;
	min-height:430px;
}

#main_content #home_copy {
	margin:0;padding:10px 30px 0;
}

#main_content #home_copy p {
	color:#ebebeb;
	line-height:1.5em;
}

#main_content #home_copy a {
	color:#dcdcdc;
}

footer {
	clear:both;
	margin:0;padding:10px 0 5px;
	font-size:0.75em;
	text-align:center;
}

footer #footer_rule {
	margin: 10px auto;padding:0;
	width:940px;
	height:1px;
	min-height:1px;
	background-color:#333333;
}

/* PROJECTS */

ul#filters {
	list-style:none;	
}

ul#filters li {
	display:inline;
	margin: 0 30px 0 0;	
}

ul#filters li a {
	color:#ffffff;
	text-decoration:none;
}

/*ul#filters li a:hover {
	text-decoration:underline;
}*/

img#head_complete {
	margin: 0 31px 10px;	
}

.projects_container {
	margin:0 auto 20px;	
	width:918px;
	/*min-height:504px;*/
	clear:both;
}

.projects_container div.main_proj {
	margin:3px;padding:0;
	width:296px;
	height:158px;
	min-height:158px;
	/*display:inline-block;*/	
	float:left;
}

.projects_container div a {
	display: inline-block;
	width:296px;
	height:158px;
	min-height:158px;
}

/*#projects_container div a:hover img {
	border:1px solid #ffffff;
}*/

#p01 {
	width:296px;
	height:158px;
	background-image:url(../images/projects/proj01.jpg);	
}

#p01:hover {
	background-image:url(../images/projects/proj01_over.jpg);
}

#p02 {
	width:296px;
	height:158px;
	background-image:url(../images/projects/proj02.jpg);	
}

#p02:hover {
	background-image:url(../images/projects/proj02_over.jpg);
}

#p03 {
	width:296px;
	height:158px;
	background-image:url(../images/projects/proj03.jpg);	
}

#p03:hover {
	background-image:url(../images/projects/proj03_over.jpg);
}

#p04 {
	width:296px;
	height:158px;
	background-image:url(../images/projects/proj04.jpg);	
}

#p04:hover {
	background-image:url(../images/projects/proj04_over.jpg);
}

#p05 {
	width:296px;
	height:158px;
	background-image:url(../images/projects/proj05.jpg);	
}

#p05:hover {
	background-image:url(../images/projects/proj05_over.jpg);
}

#p06 {
	width:296px;
	height:158px;
	background-image:url(../images/projects/proj06.jpg);	
}

#p06:hover {
	background-image:url(../images/projects/proj06_over.jpg);
}

.projects_container div.sub_cat {
	margin:3px;padding:0;
	width:296px;
	height:188px;
	min-height:188px;
	float:left;
}

div.sub_cat img {
	padding-bottom:10px;
}

div.sub_cat #kitchens {
	width:296px;
	height:158px;
	background-image:url(../images/projects/kitchens.jpg);
}

div.sub_cat #kitchens:hover {
	background-image:url(../images/projects/kitchens_over.jpg);
}

div.sub_cat #bathrooms {
	width:296px;
	height:158px;
	background-image:url(../images/projects/bathrooms.jpg);
}

div.sub_cat #bathrooms:hover {
	background-image:url(../images/projects/bathrooms_over.jpg);
}

div.sub_cat #other {
	width:296px;
	height:158px;
	background-image:url(../images/projects/other.jpg);
}

div.sub_cat #other:hover {
	background-image:url(../images/projects/other_over.jpg);
}

/* CONTACT */

#contact_container {
	/*width:60%;*/
	margin:10px auto;
	clear:both;
	overflow:auto;
}
#contact_form {
	width:400px;
	/*margin: 0 auto;float:left;
	margin-left:50px;*/
}
#contact_container h1 {
	/*font-family:Geneva, Helvetica, Arial, sans-serif;*/
	font-size:22px !important;
	font-weight:bold;
	text-transform:uppercase;
	margin:5px 0 0 0;
	/*letter-spacing:-1px;*/
}
#contact_form td {
	padding:5px;
	vertical-align:top;
}
#contact_left {
	width:460px;
	float:left;
	clear:left;
	margin-left:60px;
	/*border:#333 solid 1px;*/
	padding:10px;
}
#contact_right {
	width:330px;
	float:right;
	clear:right;
	margin-right:40px;
	/*border:#333 solid 1px;*/
	padding:10px 20px;
}

#contact_form input.btn {
	padding:5px;
	background-color:#CCCCCC;
	border:#000 solid 1px;
	color:#CC0000;
	font-weight:bold;
	text-align:center;
	/*font-family:Geneva, Helvetica, Arial, sans-serif;*/
	font-size:12px;
	text-transform:capitalize !important;
}
.contact_thanks {
	margin:0 0 15px 60px;
	color:#c1c1c1;
	font-style:italic;
}
.contact_req {
	color:#ffffff;
	font-size:11px;
}

#contact_right p {
	margin-bottom:40px;
}

/* ABOUT */

#main_content #about_copy {
	margin:0;padding:10px 30px 0;
}

#main_content #about_copy p {
	line-height:1.5em;
}

/* MISC */

.nowrap {
	white-space:nowrap;	
}

.clear {
	clear:both;	
	height:20px;
}

/**** Isotope Filtering ****/

#filters a.selected {
	font-weight:bold;
	font-size:0.95em;	
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}