/*-----------------------------------------------------------------------------
Brian R. Barr / brianrbarr@gmail.com
-----------------------------------------------------------------------------*/

/* -------------------------------------------- resets */

/* Remove padding and margin */
*{
	margin: 0;
	padding: 0;
	}

/* Class for clearing floats */
.clear{
	clear:both;
	}

/* Removes fieldset borders. even on Opera 7 */
fieldset{
	border: 1px solid transparent;
	}

/* -------------------------------------------- links */

a img {border:none;}

a{
	text-decoration:none;
	border: none;
	}

a:link {color: #c60}     /* unvisited link */
a:visited {color: #c60}  /* visited link */
a:hover {color: #c60}   /* mouse over link */
a:active {color: #c60}   /* selected link */ 

/* -------------------------------------------- containers */

body{
	background:#1c1b16 url('../gfx/brianrbarr_bg_slate.gif') no-repeat top left;
	background-attachment:fixed;
	font-family:Arial, Verdana, sans-serif;
	font: "helvetica neue", helvetica, verdana";
	padding: 0;
	margin:0;
	color:#808070;	
	font-size:62.5%;
	font-size:1em;
	line-height:1.4em;
	text-align:center;
	}
	
.wrap{
	width:800px;
	margin:auto;
	}

.nav{	
	width:160px;
	text-align:right;
	float:left;
	position:fixed;
	}

.page{
	width:640px;
	text-align:left;
	background:url('../gfx/bg_fold.png') repeat-y top left;
	float:right;
	}

.title{
	background:url('../gfx/bb_title.png') no-repeat;
	margin:75px 0px 80px 28px;
	}

.art{
	width:600px;
	text-align:left;
	padding:50px 0px 50px 50px;
	}

.quote{
	width:600px;
	text-align:center;
	padding:50px 0px 40px 50px;
	}
	
.foot{
	width:640px;
	background:url('../gfx/border_foot.png') no-repeat top left;
	float:right;
	text-align:right;
	margin-bottom:80px;
	}

/* -------------------------------------------- typography */

/*title*/
h1{
	font-family: Georgia, Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:1.5em;
	line-height:1.125em;
	display:inline;
	}

/*quote*/
h3{
	font-family: Georgia, Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:1.5em;
	line-height:1.125em;
	color:#4e4d45;
	}

/*small text : date*/
h2{
	font-weight:normal;
	font-weight:normal;
	font-style:normal;
	font-size:.689em;
	display:inline;
	color:#4e4d45;
	margin-left:6px;
	}

em{
	color:#ccc;
	font-weight:bold;
	font-style:normal;
	}

.indent{
	text-indent:40px;
	}


.speciala a:link {color: #fff}     /* unvisited link */
.speciala a:visited {color: #fff}  /* visited link */
.speciala a:hover {color: #c60}   /* mouse over link */
.speciala a:active {color: #fff}   /* selected link */ 
