/***************************
*global reset from eric meyer*
******************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #481506;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end global reset from eric meyer*


/*****************************
site-wide styles
*****************************/

html{
height:100%;
}
body{
	background: #f9f6e6 url(images/bg.jpg);
	color:#2f0d03;
	
	height:100%;
	position: relative;
	
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	line-height: 1.1em;
	_overflow-x:hidden;
}

h1,h2,h3,h4{
	font-weight: normal;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 1.5em;
}

h2 em{
	font-weight: bold;
}

h3{
	font-size: 1.2em;
}

h4{
	font-size: 0.85em;
	font-family: Georgia, serif;
	color:#b70246;
	text-transform: uppercase;
	padding: 25px 0 3px 0;
	letter-spacing: 2px;
	word-spacing: 3px
}

h5{
	border-top:1px dotted #996633;
	font-size: 0.85em;
	font-family: Georgia, serif;
	color:#481506;
	font-weight: bold;
	padding-top:10px;
	margin-top:35px;
}

p {
	padding-bottom:10px;
	font-family: Georgia, serif; 
	font-size: 0.9em;
	*font-size:0.8em;
	line-height: 1.6em;
	*line-height:1.8em;
}

a{
	color:#b70246;
}

a:hover{
	text-decoration: none;
	color:#996633;
}

em{
	font-style: italic;
	font-weight: bold;
}

.left{
	float:left;
}

.right{
	float:right;
}

.leftmrgn {
	margin:0 12px 0 0;
}


.floatNone{
	float:none;
}

.clear{
	clear:both;
}

.pink{
	color:#b70246;
}

.brown {
	color:#481506;
}

blockquote{
	margin:20px;
	padding:10px;
	border:1px solid #eadebf;
	border-left:0;
	border-right:0;
	font-family: "Times New Roman", times, serif;
	text-align: center;
	color: #996633;
	font-size: 1.3em;
	line-height: 1.5em;
	font-style: italic;
}
/*end site-wide styles*/

/*****************************
grid definitions
*****************************/
.oneCol{
	width:231px;
}

.oneColbox{
	width:191px;
}

.twoColbox{
	width:465px;
}

.threeCol{
	width:718px;
}


.threeColbox{
	width:678px;
	margin:0 20px;
}

.onehalfCol{
	width:343px;
}

.onehalfColbox{
	width:313px;
}

.allCol{
	width:960px;
}



/* end grid column width definition*/

/*****************************
header styles
*****************************/

#forTopbgstyle{
	background: transparent url(images/header_bg.jpg) repeat-x;
	float:left;
	width:100%;
	min-height: 100%;
	position: relative;
}

#header{	
	position: relative;
}

#header h1{
	padding-top: 50px;
	font-size: 3.85em;
	line-height: 0.5em;
	letter-spacing: -5px;
}

#header h1 a{
	text-decoration: none;
	color: #481506;
}

#header a:hover{
	color:#996633;
}

#header em{
	font-weight: bold;
	font-style: italic;
}

#header p{
	font-family:"Times New Roman", Times, serif;
	position: relative;
}

#tagline{
	line-height: 1.7em;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: -1px;
}

#bigIntro{
	font-family:"Times New Roman", Times, serif;
	border-top: 5px solid #eadebf;
	line-height: 1.5em;
	font-size:1.95em;	
	float: left;
	padding:40px;
}



.bigger{
	font-size: 1.5em;
	line-height: 1em;
	color:#eadebf;
}

.bigTxt{
	font-family:"Times New Roman", Times, serif;
	line-height: 1.2em;
	font-size:1.3em;	
	padding:10px 20px;
	margin-bottom: 30px;
}

#container{
	margin:auto;
	
}

#content{
	float: left;
	padding:0 0 220px 0;
}
/*end header styling*/


/*****************************
table of contents
*****************************/
#toc {
	background: transparent url(images/toc_bg.png) no-repeat;
	_background: none;
	height:100%;

	border:10px solid #481506;
	border-left:0;
	border-right:0;
	border-bottom: 0;

	text-align: center;
	font-family:"Times New Roman", Times, serif;
}

#footerContent h1, #toc h1{	
	background: transparent url(images/toc_headerbg.gif) no-repeat;
	
	padding:25px 0 0 0;
	
	margin:110px 0 10px 0;
	*margin-top:110px;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
}

#toc ol {
	margin-bottom: 30px;

	list-style-position: inside;
	list-style-type: lower-roman;
	
	font-style: italic;
}

#toc li{
	font-size: 0.7em;
	color: #b70246;
}

#toc li p{
	font-family:"Times New Roman", Times, serif;
	color:#481506;
	letter-spacing: 0;
	font-size: 1.2em;
}

#toc li a{
	color:#996633;
	border-bottom: 1px dotted #996633;
	
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	font-size: 11px;
}

#toc li a:hover{
	border-bottom: 1px dotted #eadebf;
	color:#996633;
	text-decoration: none;
}

#toc li a.active{
	color:#b70246;
} 
/*end table of contents*/

/*****************************
little snippets under toc
*****************************/
#toc h3{
	background: transparent url(images/right_headerbg.gif) no-repeat;
	
	padding:10px 0 5px 0;
	
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
}

.snippets{
	font-size: 0.8em;
	*font-size:0.7em;
	padding:0 20px;
	margin-bottom:30px;
}

.snippets a {
color: #996633;
}

.snippets a:hover{
color:#481506
}


/*****************************
left content col specific styles
*****************************/

#leftCol{
	padding-right:10px;
}

#leftCol h2{
clear: both;
padding:10px 0;
border-top: 1px solid #b70246;

}
 
.descriptor{
	clear: both;
	padding:0 0 5px 0;
	text-align: right;
	font-family:Georgia, serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color:#996633;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#leftCol h2 a{
	float: right;
	text-decoration: none;
	
	font-size: 0.6em;
	color:#481506;
}

#leftCol h2 a:hover{
	color:#996633;
}

#leftCol h3{
	color:#b70246;
	line-height: 1.2em;
}

.detailLink{
	margin-top:-10px;
}


/*****************************
work & content styling
*****************************/

.freshImg{
	
	height:350px;
	overflow:hidden;
}

.freshImgHolder{
	clear:both;
	background-color: #fff;
	border:1px solid #eadebf;
	padding:5px;
	margin-bottom: 20px;
}

.freshDetails{
	border-top: 5px solid #f4ecd5;
	padding-top:20px;
}




.freshWork, .featuredWork{
	float:left;
	margin:20px;
	margin-bottom: 0;
	padding:20px 0 20px 0;
	border-top: 5px solid #f4ecd5;
	/* border-bottom: 10px solid #f2ebd7; */
	display: inline;
	
}

.freshWork{
	margin-bottom:30px;
	padding-top:0px;
	border:0;
}

.workRoles{
	font-size: 0.7em;
	font-style: italic;
	font-family: Georgia, serif;
	line-height: 1.2em;
	
	margin:10px 0;
}

.workRoles li{
padding: 3px 0;
}

.featuredWork img{
	float:right;
	background-color: #fff;
	border:1px solid #eadebf;
	padding:5px;
}

.workTxt p{
	padding: 0 20px 10px 0;
}

.contentBox{
	border-top: 5px solid #f2ebd7;
	padding:20px 0 0 0;
	margin:20px;
	float:left;
	display: inline;
}


.contentBox ul{
	font-size: 0.95em;
	list-style: square;
	margin-bottom: 10px;
}

.contentBox ul li{
	padding-bottom:10px;
}


.tags{
	padding-top:5px;
	font-size: 0.85em;
}

.tags a{
	color:#996633;
}

.singleWork{
	border-top: 5px solid #f4ecd5;
	float:left;
	margin:20px;
	padding:20px 0;
	display: inline;
	
}

.singleWork img{
	clear:both;
	background-color: #fff;
	border:1px solid #eadebf;
	padding:5px;
}

.description{
	margin:0 0 20px 0;
	*margin:0;
	padding:0;
}

.caption{
	clear: both;
	width:678px;
	padding:10px 0;
	text-transform: lowercase;
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	border-top: 1px solid #eadebf;
	margin:70px 0 0 0;
}

/*****************************
misc
*****************************/

.bigWord{
	float: left;
	padding:20px 20px 10px 0;
	*padding:20px 0px 25px 0;
	font-size: 3.5em;
	letter-spacing: -8px;
	font-style: italic;
	font-weight: normal;
	color:#eadebf;
}

.tagcloud{
	margin:20px 0 0 0;
	font-size: 1.2em;
}

/*****************************
pagination
*****************************/

.pagination{
	clear: both;
	padding:0 20px;
	text-align: center;
	font-size: 1em;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
}

.pagination li{
	margin:0 2px;
	display: inline;
}

.pagination li a{
	border:1px solid transparent;
	background-color: #F4ECD5;
	text-decoration: none;
	padding:2px 5px;	
}

.pagination li a:hover{
	color:#996633;
	border:1px solid #eadebf;
	background-color:#F6F1DD;
}

.pageNav a{
	display: block;
	float: left;
	border:1px solid transparent;
	background-color: #F4ECD5;
	text-decoration: none;
	margin-left:20px;
	padding:5px 10px;
	text-align: center;
	font-weight: bold;
	color:#b70246;
	font-style: italic;


}

.pageNav a:hover{
	color:#996633;
	border:1px solid #eadebf;
	background-color:#F6F1DD;
}

#articleNav .pagination a{
	margin:0 0 0 20px;
}



/*****************************
footer
*****************************/


#footerNav{
	float:left;
	margin:50px 0 0 0;
}

#footerNav h2{
	clear: both;
	padding:10px 0;
	border-top: 1px solid #996633;
}

#footer{
	float:left;
	position: relative;
	margin: -192px 0 0 0;
	border-top:1px solid #f1e5b7;
	background: #f6f1dd url(images/footer_bg.png) repeat-x bottom;
	width:100%;
}

#footerContent{
	margin:auto;
}

#footerContent h1{
	margin-top: 38px;
}

#epilogue{
	text-align: center;
	border:10px solid #481506;
	border-left:0;
	border-right:0;
	border-top: 0;
	padding: 0 0 20px 0;
	
}

#epilogue p{
	padding:0 15px;
}