/* --- 

css file for spare design 
joe pierce

originally written: may 2009
last revised: may 2009


--- */

@import url(http://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT);

body {
	margin: 0px;
	margin-top: 80px; 
	margin-bottom: 25px; 
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	color: #222;
	background: #000 url(../images/background_portland_dusk_med.jpg) no-repeat 100%;
	background-position: top center;
	}
	

/* --[ basic text formatting ]-------------- */

a:link {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #f90;
	}
a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #f90;
	}
a:hover {
	color: #049;
	border-bottom-style: solid;
	}
a.more {
	padding-right: 7px;
	}

p {
	margin: 10px 0 0 0 ;
	padding: 0px;
	border: 0px;
	font-size: 16px;
	line-height: 22px;
	}
	
p.nameTitle {
	margin: 0px;
	font-size: 40px;
	font-family: 'OFL Sorts Mill Goudy TT', Verdana, Serif;
	line-height: 1.2;


	}
	
p.titleText {
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 25px 0 0 0 ;
	}
	
p.tightTitleText {
	font-family: 'OFL Sorts Mill Goudy TT', Verdana, Serif;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 0 0 0 ;
	}
	
p.subTitleText {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 15px 0 0 0 ;
	}
	
p.tightSubTitleText {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 0 0 0 ;
	color: #eee;

	}
	
p.tightBlackSubTitleText {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 0 0 0 ;

	}
	
p.sectionLabelText {
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	}

p.footerText {
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	}

p.bullet {
	padding-left: 15px;
	border-left: 3px double #000;
	}

p.bulletCitation {
	padding-left: 15px;
	border-left: 3px double #000;
	font-size: 14px;
	line-height: 16px;

	}


p.titleStronger {
	font-family: 'OFL Sorts Mill Goudy TT', Verdana, Serif;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	}
	

span.stronger {
	font-weight: bold;
	}

span.italer {
	font-style: italic;
	}
	
hr {
	width: 100%;
	margin: 30px 0px;
	text-align: center;
	}

/* --[ main page elements ]-------------- */

#smallWrapUpper {
	position: relative;
	margin: 15px auto;
	padding: 30px;
	font-size: 95%;
	text-align: left;
  	width: 450px;
  	border: 20px solid #ccc;
  	background: #37b;
	}

#smallWrapMiddle {
	position: relative;
	margin: 15px auto;
	padding: 30px;
	font-size: 95%;
	text-align: left;
  	width: 450px;
  	border: 20px solid #ccc;
  	background: #fff;
	}
	
#smallWrapMiddle a.front {
	font-weight: bold;
	}
	
#smallWrapMiddle img{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	float: left;
	}

#smallWrapMiddle img.withborder {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	float: right;
	}

#smallWrapLower {
	position: relative;
	margin: 15px auto;
	padding: 30px;
	font-size: 95%;
	text-align: left;
  	width: 450px;
  	border: 20px solid #ccc;
  	background: #51606e url(../images/ngroundback.jpg);
	}

/* --[ nav elements ]-------------- */

#nav {
/*	float: left; */
	width: 450px;
	margin: 0;
	margin-bottom: 35px;
	margin-top: 20px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
	}

#nav li {
	float: left;
	margin: 0;
	margin-right: 10px;
	padding: 0 0px 0 0;
	list-style: none;
	
	}

#nav a {
	padding: 4px 4px;
	text-decoration: none;
	font-weight: normal;
	color: #eee;
	border-bottom: 1px solid #ccc;
	}

#nav a:hover {
    color: #eee;
	background: #049;
	}
	
#nav a.active {
	color: #fff;
	font-weight: bold;
	border: 0px;
	border-bottom: 1px solid #f90;
	}

#nav a.flickr {
	color: #999;
	border: 0px;
	border-bottom: 1px solid #999;
	}



/* --[ subnav elements ]-------------- */

#subnav {
	float: left;
	width: 450px;
	margin: 0;
	margin-bottom: 20px;
	margin-top: -15px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
	border-top: 0px;
	}

#subnav li {
	float: left;
	margin: 0;
	margin-right: 10px;
	padding: 0 0px 0 0;
	list-style: none;
	
	}

#subnav a {
	float: left;
	padding: 4px 4px;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
	color: #111;
	border-bottom: 1px solid #bbb;
	}

#subnav a:hover {
    color: #049;
	background: #ddd;
	}
	
#subnav a.active {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #f90;
	}


