@charset "UTF-8";
/*	Main CSS
	Site: Ixley.com
	Author: Jeff French
*/	

@import "reset.css";
@import "base.css";
@import "typography.css";


/* ======================================================================  MISC
*/
img, div, a { behavior: url(iepngfix.htc) }

/* ======================================================================  GENERAL
*/
* {
	padding:0;
	margin:0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/backgrounds/main-bg-1.jpg) center top no-repeat fixed;
	}


a {
	text-decoration: none;
	color: #333333;
	}
a:hover {
	text-decoration: none;
/*	background-color: #333333; */
	color: #999999;
	}
a:active {
	color: #000000;
	}

/* =======================================================================  LAYOUT
*/

#container {
	width: 900px;
	margin: 0px auto;
	position: relative;
	}

#masthead {
	width: 900px;
	overflow: hidden;
	margin-bottom: 10px;
	}
#masthead h1 {
	display: block;
	width: 270px;
	height: 55px;
	background-image: url(../images/logo.png);
	float: left;
	margin: 0 10px 0 0;
	}
#masthead h1 a {
	display: block;
	width: 180px;
	height: 55px;
	}

#mainnav {
	background: url(../images/backgrounds/white-50.png) top left no-repeat;
	height: 55px;
	width: 620px;
	float: left;
	position: relative;
	}
#mainnav ul {
	display: block;
	height: 18px;
	padding: 10px 7px ;
	}	
#mainnav li { 
	display: block; 
	float: left; 
	height: 18px; 
	margin-right: 25px;
	}	
#mainnav a { height: 18px; }
#n-design { width: 66px; background-image: url(../images/buttons/design-btn.png); }
#n-photos { width: 65px; background-image: url(../images/buttons/photos-btn.png); }
#n-contact { width: 69px; background-image: url(../images/buttons/contact-btn.png); }


#main {
	width: 900px;
	overflow: hidden;
	}
	
#col1, 
#col2,
#mainCol { 
	float: left;
	}
.sheet {
	background: url(../images/backgrounds/white-50.png) top left repeat;	
	}	

/*--------------------------------------------- COLUMN LAYOUTS
*/

/*----------------------------- Narrow-Wide (NW)
*/
.nw #col1 { width: 240px; padding: 15px; margin-right: 10px; } /* Total width: 270px */
.nw #mainCol { width: 580px; padding: 15px 20px; } /* Total width: 620px */



/*--------------------------------------------- SUBNAV
*/

#subnav h3 {
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	font-size: 1.3em;
	margin-bottom: .2em;
	color: #666;
	}
#subnav h3.sIFR-replaced { margin-bottom: 0; }

#subnav ul {
	margin-left: 10px;
	margin-bottom: 1em;
	line-height: 1.25;
	}
#subnav a {
	font-style: italic;
	color: #77c6ba;
	font-size: 1.1em;
	}
#subnav a:hover { color: #699; }



/*--------------------------------------------- PORTFOLIO
*/

li.new a { padding-right: 33px; background: url(../portfolio/images/new-icn.gif) right center no-repeat; }

ul#slideshow { list-style: none; margin: 0 0 20px 0; display: block; border: 0px solid #ccc; height: 280px; }
#slideshow img { margin: 0; }
#featured h2.header { 
	font-size: 1.1em;
	margin-bottom: 0;
}

.project img {
	margin-bottom: 10px;
	}



.description {
	width: 580px;
	margin: 0 0 10px 0;
	}
.description h2,
.description h3 {
	font-size: 1.4em;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	}
.description h2 > span { display: block; line-height: 1.2; }	
.sIFR-active .description h2,
.sIFR-active .description h3 { margin-bottom: .2em; }

.description p {
	font-size: 1.1em;
	line-height: 1.4;
	color: #666;
	}
.description a {
	border-bottom: dotted 1px #666666;
	}
.description .highlight {
	background: #FFFFCC;
	padding: 1px;
	}
.client { color: #333; }
.job { color: #999; }

.testimonial {
	margin-bottom: 10px;
	}
.testimonial p,
.testimonial .client {
	font-size: 1em;
	line-height: 1.4;
	color: #9ab9dc;
	font-style: italic;
	}	
.testimonial .client {
	text-align: right;
	margin-top: .3em;
	font-style: italic;
	}	

/* Footer
----------------------------------------------- */
#footer {
	font-size: .85em;
	padding: 10px 0;
	text-align: right;
	}
