/*            
universal                      
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	background: url(/images/background.png) repeat-x 0 0; /*#FBFFEA*/
	color: #1B3D50;
	font-family: 'Lucida Grande', Arial, Sans-serif;
	font-size: 87.5%;
}

.accessible_title {
	position: absolute;
	left: -9999px
}

a,a:link,a:visited {
	color: #6F1F21;
	text-decoration: none;
}

a:active {
	background-color: #FAFFD6;
}

a:hover {
        color: #666;
	text-decoration: underline;
}


/*mainWrap*/


.mainWrap {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	position: relative;

}


/*header*/
.header {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	border: 0px;
	width: 780px;
/*	overflow: hidden*/
}

.header h1 {
	float: left;
	height: 187px;
	margin: 0;
	width: 435px;
	position: relative;
	left: -70px;
}

.header h1 a {
	background: url(/images/signature.png) no-repeat 0 0;
	display: block;
	height: 187px;
	width: 435px;
	text-indent: -9999px;
}

.navigation {
	border-bottom: 1px solid #E9EAED;
	margin: 0;
	margin-top: 112px;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}

.navigation li {
	display: inline;
	list-style:none;
}

.navigation li.current a {
	color: #666;
	border-bottom: 1px solid #000;
}

.navigation li a:hover {
        color: #666;
	text-decoration: none;
	border-bottom: 1px solid #000;
}


.navigation li.current a:hover {
	cursor: default;
}

/*           
 articleContainerWrap          
 */

.articleContainerWrap {
width: 780px;
float: left;
padding: 40px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}  



.articleContainerText {
width: 260px;
height: 310px;
padding: 0px 0px 20px 0px;
float: left;
}





/* ------article headline --------*/
.articleContainerText h1 {
font-weight: "normal";
font-size: .8em;
letter-spacing: -.01em;
line-height: .9em;
margin: 0px 0px 0px 0px;
padding: 10px 0px 5px 0px;
width: 220px;

}


/*------ posted date -------*/
.articleContainerText h2 {
	font-size: .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}


/*------- portfolio item description --------*/
.articleContainerText p {
font-size: .8em;
line-height: 1.4em;
font-weight: normal;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 220px;

}




/* ---------- image wrap ------------ */

.articleContainerText img {
clear: both;
}

.articleContainerText a:link img, .articleContainerText a:visited img, .articleContainerText a:active img {
	padding: 8px;
	border: 1px solid #E7E5E5; /*#E7E1C9*/
	background-color: #E9EAED; /*#EDE7CD*/
clear: both;
}

  




/*
next
*/

.next {
margin: 0px 0px 0px 0px;
padding: 10px 0px 30px 0px;
width: 300px;

}

.next h3 {
	margin: 0px 0px 0px 0px;
	font-size: .9em;
}


.next h3 a:link, .next h3 a:visited, .next h3 a:active {
	text-decoration: none;
}

.nextSpacer {
display: inline;
margin: 0px 30px 0px 0px;
}



.spacer {
width: 800px;
height: 20px;
clear: both;
margin: 0px 0px 0px 0px;
}



/* footer */
.footer {
width: 780px;
height: 60px;
border-top: 1px solid #E9EAED;
clear: both;
padding: 20px 0px 0px 0px;
}

.footer p {
margin: 0px 0px 0px 0px;
width: 500px;
float: left;
}

.footer h3 {
color: #798C9A;
font-size: .7em;
font-weight: normal;
margin: 0px 0px 0px 0px;
}

.footer h3 a:link, .footer h3 a:visited, .footer h3 a:active {
font-weight: bold;
text-decoration: none;
}

.footer h3 a:hover {
font-weight: bold;
text-decoration: none;
}

