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


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


a img{

	border: 0;
}

body {
	background-color: #666;
	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: 0.8em;
}

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

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

/*--------------- content styles ----*/
#navlinks {
	background-color:#333;
	padding: .25em;
	text-align: right;
}
	
#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: #C09;
}
#navlinks a:visited {
	color: #C09;
}
#projectboxes {
	width: 548px;
	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; 
}
h1 {
	font:"Times New Roman", Times, Georgia, serif;
	font-size: 16px;
	color: #036;
	padding: .3em;

}
h2 {
	font:"Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	color: #936;
	padding: 0.3em;
}



/*--------------- sidebar styles ----*/
#sidebar {
	float: left;
	width: 350px;
	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;
}
#footer {
	background:url(images/footer-yarn.jpg) no-repeat left bottom;
	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: #603;	
	font-size: 11px;
}

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

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

.gallery a:hover {	
	color: #C3C;	
}
#footer a:visited {
	color: #C09;
}
