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


/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none; color:#fff;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }



/* Global Classes
=====================================================================*/

.interior-lists {margin:0 50px 20px 40px; list-style:decimal;}
.interior-lists li {margin:0 0 10px 0;}


/* Typography
=====================================================================*/



/* Global Elements
=====================================================================*/

html{
	min-width:960px;
	background: url(../img/global/bg.png) repeat;
}

body {
	font: 14px Arial, Helvetica, 'Lucida Grande', Verdana, sans-serif;
	margin: 25px 0 25px 0;
	
}

#wrapper {
	width: 960px; 	/* Total width */
	min-width:960px;
	margin: 0 auto;
}

.header {
	height:140px;
	background-color:#fff;
}


.content-area {
	width:960px;
	background-color:#fff;	
}

.contact-me {
	background-image:url(../img/global/curved-bottom.png);
	width:960px;
	height:61px;
}


/* Home
=====================================================================*/

#linen.home {
	background-image:url(../img/home/linen-bg-home.jpg);
	width:960px;
	height:240px;
}

#linen.home img {
	padding: 16px 0 0 28px;
}

.copy {
	width:960px;
	text-align:center;
	background-color:#c3ca74;
}

/* Gallery
=====================================================================*/
#linen-gallery {
	background-image:url(../img/gallery/linen-bg-gallery.jpg);
	float:left;
	width:960px;
	height:411px;
}

#linen.gallery img {
	padding: 5px 0 0 5px;
}

.gallery-thumbs{
	float:left;
	width:415px;
	padding:10px 0 0 38px;
}

.gallery-thumbs img{
	padding:0 0 5px 10px;
}

#large-image {
	float:left;
	width:475px;
	margin:15px 0 0 10px;
	text-align:center;
}

/* Services
=====================================================================*/
.moodboard {
	color:#000;
	font-size:14px;
	background-color:#fff;
}

.green-dot {
	padding: 0 10px 0 40px;
	float:left;
	width:13px;
	height:20px;
}

.description {
	margin: -3px 0 15px 0;
	float:left;
	width:850px;
}

.moodboard-example {
	margin: 0 0 0 60px;
	width:260px;
	text-align:center;
	font-size:11px;
}

/* About
=====================================================================*/
.about-me {
	color:#000;
	font-size:14px;
	background-color:#fff;
}

.about-me-text {
	color:#000;
	font-size:14px;
	line-height:25px;
	padding:0 0 0 40px;	
}

.about-me-image {
	padding:0 30px 0 30px;	
}

/* Forms
=====================================================================*/

label {
	margin:10px 0 0 0;
	font-size:12px;
}

.fieldclass {
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 10px;
	margin:5px 0 10px 0;
	width: 200px;
}

.fieldclassMedium {
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 10px;
	margin:5px 0 10px 0;
	width: 220px;
}

.fieldclassLong {
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 10px;
	margin:5px 0 10px 0;
	width: 432px;
}

