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


/*--------------- generic styles ----*/


a img{

	border: 0;
}

body {
	background-color: #666;
	background-image: url(images/stitch1.jpg);
	background-repeat:repeat;
	margin:0;
	padding:0;
	font: 12px/1.3 Helvetica, Arial, sans-serif;
	color: #C66;
}

a {
	text-decoration: none;
}

p {
	font: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 200;
	color: #C36;
	line-height: 1.3;
	padding-left: 3em;
	padding-top: .5em;
	padding-right: 3em;
	padding-bottom: .5em;
}

.small {
	font: Arial, sans-serif;
	color: #603;
}

#container {
	width: 1100px;
	background: white;
	clear: both;
	margin:0px auto;
}

/*--------------- content styles ----*/

#head {
background:url(images/headaer-yarn.jpg);
	
}
#navlinks {
	background-color:#333;
	padding: .25em;
	text-align:center;
}
	
#navlinks li {
	display:inline;
	border-left: #999 .1em dotted;
	list-style: none;
	padding: .5em;
}

#navlinks a {
	color: #CCC;
	font-size: 15px;
}
#navlinks a:hover {
	color: #AAA;
}
#navlinks a:visited {
	color: #C09;
}
#media { 
}

#projectboxes {
	width: 665px;
	float: right;
	padding: 0;
	background: white;
	border-bottom: .1em dotted #039;
}

#projectboxes a:link {
	color: #603;	
	font-size: 13px;
}

#projectboxes a:hover {	
	color: #CC33CC;	
}

#projectboxes img.left {
	float: left;
	margin: 1em 1em 1em 0;
}

#projectboxes img.right {
	float: right;
	margin: 1em 0 1em 1em; 
}
#projectboxesB {
	width: 900px;
	padding: 0;
	background: white;
	border-bottom: .1em dotted #039;
}

#projectboxesB a:link {
	color: #603;	
	font-size: 13px;
}

#projectboxesB a:hover {	
	color: #CC33CC;	
}

#projectboxesB img.left {
	float: left;
	margin: 1em 1em 1em 0;
}

#projectboxesB img.right {
	float: right;
	margin: 1em 0 1em 1em; 
}
h1 {
	font:"Times New Roman", Times, Georgia, serif;
	font-size: 16px;
	color: #036;
	padding-top: .5em;
	padding-right: 2em;
	padding-bottom: .5em;
	padding-left: 2em;
}
h2 {
	font:"Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	color: #936;
	padding-top: .25em;
	padding-right: 2em;
	padding-bottom: .25em;
	padding-left: 2em;
}



/*--------------- sidebar styles ----*/
#sidebar {
	float: left;
	width: 355px;
	margin: 0 0 0 0;
	border-left: #CC3366 thin dotted;
	background: url(images/pix-bkg.png) repeat;
	text-align: left;
}

#sidebar a:link {
	color: #603;
}
#sidebar a:hover {	
	color: #CC33CC;	
}


/*--------------- archive styles ----*/

#projectboxesA {
	width: 699px;
	float: clear;
	padding: 0 0 0 0;
	background: white;
	border-bottom: .1em dotted #039;
}

#projectboxesA a:link {
	color: #603;	
	font-size: 13px;
}

#projectboxesA a:hover {	
	color: #C3C;	
}

#projectboxesA img.left {
	margin: 0 0 0 0;
}

#projectboxesA img.right {
	margin: 0 0 0 0; 
}

#sidebarA {
	width:300px;
	float: left;
	margin: 0 0 0 0;
	border-left: #C36 thin dotted;
	background: url(images/pix-bkg.png) repeat;
	text-align: left;
}

#sidebarA a:link {
	color: #603;
}

#sidebarA a:hover {	
	color: #C3C;	
}



/*--------------- footer styles ----*/
#footer p {
	font: Arial, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color:#AAA;
}
#footer {
	background-color:#333;
	clear: both;
	text-align: right;
	border: none;
}

#footer li {
	display:inline;
	border-left: #999 .1em dotted;
	list-style: none;
	padding: .5em;
}

#footer a:link {
	color: #C09;	
	font-size: 11px;
}

#footer a:hover {	
	color: #C3C;	
	font-size: 11px;
}

#footer a:visited {
	color: #000;
	font-size: 11px;
}
/*--------------- gallery styles ----*/
.gallery a:link {
	color:#F3C;	
	font-size: 15px;
}
.gallery a:hover {	
	color: #C3C;	
}
#footer a:visited {
	color: #C09;
}

