/*-----------------------------------------------------
| 																										|
|      			CSS for Nixon Happenings Page							|
| 																										|
-----------------------------------------------------*/

/*CONTENTS
-----------------------
Reset
Matrix Layout
Title Header
Archive Column
Content Column
Sidebar Column
General Styles

/*---------------------------------------------------------
	Reset
---------------------------------------------------------*/	
/*body {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	}*/

ul, h1, h2, h3, h4, h5 { 
	padding: 0;
	margin: 0;
	}
	
ul, li {
	list-style-type: none;
	}
	
li a {
	text-decoration: none;
	}
	
img { 
	border: 0;
	}

/*---------------------------------------------------------
	Title Header 
---------------------------------------------------------*/	
#titleheader h2 { 
	/*color: #666666;
	text-transform: uppercase;
	font-style: italic;*/
	}

/*---------------------------------------------------------
	Archive Column 
---------------------------------------------------------*/	
#happarchives { 
	float: left;
	width: 140px;
	padding: 0 20px 0 0;
	}
	
#happarchives ul { 
	padding: 0 0 35px 0;
	line-height: 1em;
	text-transform: uppercase;
	}

#happarchives li {
	font-style: italic;
}	

	
#happarchives ul ul { 
	padding: 0;
	}

#happarchives ul ul li {
	padding: 0 0 .6em 0;
	}	
	
#hapfullarchive {
	display: none;
}

#happarchives li a {
	text-decoration: none;
	}
	
#happarchives li a:link, #happarchives li a:visited {
	color: #666666;
	}

#happarchives li a:hover, #happarchives li a:active {
	color: #c4151b;
	}
	
#happarchives li a.active {
	color: #c4151b;
	}
	
/*---------------------------------------------------------
	Content Column 
---------------------------------------------------------*/	
#happcontent { 
	float: left;
	width: 430px;
	padding: 0 55px 0 0;
	}
	
#happcontent h2 { 
	color: #000000;
	font-size: 14px; 
	font-weight: bold;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1em;
	padding: 0 0 4px 0;
	height: auto; 
	}
	
#happcontent h4 { 
	color: #666666;
	text-transform: uppercase;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1em;
	font-size: 12px;
	}
	
#happcontent h2 a:link, #happcontent h2 a:visited { 
	color: #000000;
	text-decoration: none;
	}
	
#happcontent h2 a:active, #happcontent h2 a:hover { 
	color: #c4151b;
	text-decoration: none;
	}
#happcontent a {
	text-decoration: underline;
}

#happcontent a:hover {
	color: #C4151B;
	text-decoration: none;
}

.image-left { 
	float: left;
	padding: 4px 15px 10px 0;
	}
	
.image-center { 
	text-align: center;
	padding: 4px 0 10px 0;
	}
	
.image-right { 
	float: right;
	padding: 4px 0 10px 15px;
	}
	
.posted { 
	clear: both;
	padding: 8px 0 6px 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 2em;
	}
	
.hapcopy { 
  padding-bottom: 40px;
  clear: both;
  }

.posted img { 
	vertical-align: text-bottom;
	}
	
.posted form, .posted input { 
	display: inline;
	}


	
#hapination { 
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-top: 1px solid #a7a9ac;
	padding: 10px 0 0 0;
	line-height: 1em;
  text-transform: uppercase;
	}

#hapination a:link, #hapination a:active, #hapination a:hover, #hapination a:visited { 
	text-decoration: none;
	color: #000000;
	padding: 2px 5px;
	}
	
#hapination a:active, #hapination a:hover { 
	background-color: #e4e5e6;
	}
	
#hapination span { 
	background-color: #000000;
	color: #ffffff;
	padding: 2px 5px;
	}
	


/*---------------------------------------------------------
	Sidebar Column 
---------------------------------------------------------*/	
#happxcontent { 
	float: left;
	width: 315px;
	}
	
.flickr { 
	padding: 0 5px 5px 0;
	float: left;
	}
	
#vidcontainer { 
	margin-bottom: 5px;
	}
	
#thumbcontainer img { 
	width: 72px;
	border: 3px solid #ffffff;
	}
	
.ytthumb { 
	float: left;
	}
	
h4#videotitle { 
	padding: 0 0 5px 0;
	}

/*---------------------------------------------------------
	General Styles 
---------------------------------------------------------*/	
.hapsubtitle { 
	padding-bottom: 8px;
	display: block;
	}
	
.hapmore { 
	text-align: right;
	padding: 5px 0 40px 0;
	clear: both;
	}
	
.feedicon { 
	float: left;
	}
	

