/*

Paperclippy - Last Update May 20, 2007
      
Based on a CSS template layout by Keith Donegan of Code-Sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #000;
}

p {
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 14px 0;
	}
	
a:link, a:active, a:visited {
	color: #c30;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}
	
hr {
	border: 0;
	border-bottom: 1px dotted #ccc;	
}

h1{
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 18px;
	margin: 15px 0 5px 10px;
}

h1.uppercase {
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	}

h2 a:link, h2 a:active, h2 a:visited {
	color: #c30;
	text-decoration: none;
	}

h2 a:hover {
	color: #000;
	text-decoration: underline;
	}
	
	
#wrapper { 
	margin: 0 auto;
	width: 850px;
}

#header {
	width: auto;
	margin: 0 0px 5px 0px;
	border-bottom: 1px solid #000;
	height: 124px;
}

#logo {
	float: left;
	margin: 5px 0 0 0;
	width: 560px;
	height: 119px;
	}
	
#logo a  {
	display: block;
	width: 560px;
	height: 119px;
    background-color: transparent;
	}
	
#logo img  {
	display: block;
	width: 0;
	}
	
#logo span {
	position: absolute;
	width: 560px;
	height: 119px;
	background: url(../site-media/site/logo-small.png) no-repeat;
	text-indent: -5000px;
	}
	
#nav {
	margin: 20px 10px 0 0;
	list-style: none;
	font-size: 14px;
	float: right;
	}
	
#nav li {
	display: inline;
	padding: 10px 10px 1px 5px;
	}
	

#leftcolumn { 
	margin: 5px 0px 5px 10px;
	padding: 0 20px 0 0;
	width: 470px;
	float: left;
	text-align: left;
	border-right: 1px solid #ccc;
}

#rightcolumn { 
	float: left;
	margin: 0px 0px 5px 10px;
	padding: 0 10px 10px 0;
	width: 250px;
	min-height: 200px;
	display: inline;
	font-size: 12px;
}

#footer { 
	width: auto;
	border-top: 1px solid #000;
	clear: both;
	color: #333;
	margin: 0;
}

#footer ul {
	margin-top: 10px;
}

#footer li {
	list-style-type: none;
	padding-bottom: 3px;
	margin-top: 4px;
}

/* IMAGES */

.right {
	float: right;
	margin: 3px 0 10px 10px;
} 

.left {
	float: left;
	margin: 3px 10px 10px 0;
}

.center {
	display: block;
	margin: 3px auto 10px auto;
}

.thumb {
	float: left;
	margin: 0 10px 3px 0;
	border: 1px solid #ccc;
	padding: 3px;
}

/* CLASSES */

.entry {
	padding: 10px 10px 0 0;
}

.entry h1 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: none;
	line-height: 18px;
	margin: 0;
}

.entry h1 a:link, h1 a:active, h1 a:visited {
	color: #c30;
	text-decoration: none;
	}

.entry h1 a:hover {
	color: #000;
	text-decoration: none;
	}

.entry p {
	margin: 7px 0 7px 0;
}

.archive {
	padding: 15px 10px 10px 10px;
	border-bottom: 1px dotted #ccc;	
}

.archive h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 5px 0;
}

.archive h1 a:link, h1 a:active, h1 a:visited {
	color: #c30;
	text-decoration: none;
	}

.archive h1 a:hover {
	color: #000;
	text-decoration: none;
	}
	
.archive p {
	margin: 7px 0 7px 0;
	line-height: 16px;
}

.aboutbox {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 10px 10px 0 10px;
}

.rightbox {
	padding: 10px 10px 10px 10px;
}

.emailbox {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 20px;
	background: url(../site-media/site/stripes.png) repeat;
}

.clear {
	border: 0;
	clear: both;
}

.footerbox {
	float: left;
	padding: 15px 10px 10px 10px;
	width: 260px;
}

.footerbox h1 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	margin: 0 0 7px 0;
}

.footerwide {
	clear: both;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.footerwide p {
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}

.more {
	font-family: Georgia, serif;
	padding: 10px 0 15px 0;
}

.archivebox {
	float: left;
	margin: 0 25px 0 10px;
	padding: 0;
	width: 200px;
	min-height: 300px;
}

.archivebox h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.archivebox ul {
	margin-top: 15px;
}

.archivebox li {
	list-style-type: none;
	padding-bottom: 5px;
}

.ad-text {
	padding: 10px 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #ccc;
}

.ad-image {
	padding: 10px 0 10px 0;
	margin: 0 0 15px 0;
}

.ad-image-2 {
	padding: 15px 0 10px 0;
	margin: 5px 0 5px 0;
	border-top: 1px dotted #ccc;
}

.ad-border {
	margin: 2px 0 2px 0;
	border: 1px solid #ccc;
}

.ad-noborder {
	margin: 2px 0 2px 0;
}

.ad-inline {
	padding: 5px 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #ccc;
}

.category {
	color: #999;
	text-transform: none;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #ccc;
	clear: both;
	margin-bottom: 10px;
}

.category-individual {
	color: #999;
	text-transform: none;
}

.category-index {
	color: #999;
	text-transform: none;
	padding: 2px 0 5px 0;
	clear: both;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.pages {
	margin: 5px 0 0 0;
}

.browsep {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.browse {
	margin: 0 0 10px 0;
}

.browses {
	margin: 15px 0 0 0;
}

.bigfield {
	color: #666; font-size: 16px; padding: 3px;
	}
	
.legacy {
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	background-color: #c00;
	padding: 100px 5px;
	margin-bottom: 20px;
}

.legacy a {
	color: #fff;
	text-decoration: underline;
}