/*
Theme Name: Horace P Memorial Theme
Description: Ed Muscle Project Archive
Author: Ed Muscle
Author URI: http://edmuscle.com
*/

/* general */

body {
	margin: 0;
	font-family: georgia, serif;
	background: #fff;
	line-height: 1;
	color: #444;
	}
	
img {
	border-style: none;
	}
	
/* headers */

h1 {
	margin: 0; 
	}

h1 a {
	display: block;
	width: 1000px;  
	height: 47px;
	margin: 0; 
	padding: 0;
	background: url(../graphics/flag.png) no-repeat;
	text-decoration: none;
	}
	
h1 a span { 
	display:none 
	}	

h2,
h3 {
	margin: 0 0 1px 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 130%;
	color: #000;
	}
	
/* container */

#container {
	margin: 7px 0 0 0;
	padding: 0 0 20px 0;
	overflow: hidden;
	background: #f2f2f2;
	border-top: 1px solid #ddd;	
	border-bottom: 1px solid #ddd;		
	}	
	
/* flag */	
	
#flag {
	width: 1000px;
	margin: 30px auto 10px auto;
	}
	
/* content */	

#wrapper {
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 30px 30px 20px 30px;
	background: #fff;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;	
	}

/* front */
	
#front .item {
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	margin: 0 0 10px 0;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #ddd;
	}
	
#front .image {
	float: left;
	width: 210px;
	padding: 0 10px 0 0;
	line-height: 0;
	background: url(../graphics/background-front-image.png) center right no-repeat;
	
	}
	
#front .text {
	float: left;
	width: 425px;
	padding: 10px 0 0 20px;
	}
	
#front span.light-text {
	color: #aaa;
	}		

#front .item p {
	margin: 0 0 17px 0;
	font-size: 13px;	
	line-height: 160%;
	}
	
#front .meta {
	margin: 15px 0 0 0;
	}

/* article */
	
#article .item {
	margin: 0 0 10px 0;
	overflow: hidden;
	}	
	
#article .image {
	float: right;
	width: 400px;
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 0;
	}	
	
#article .text {
	float: left;
	width: 450px;
	}
	
#article h2 {
	font-size: 30px;
	line-height: 120%;
	}	
	
#article .item p {
	margin: 10px 0 20px 0;
	font-size: 14px;
	line-height: 180%;	
	}

#article .meta {
	margin: 20px 0 20px 0;
	padding: 0 0 0 10px;
	font-size: 13px;
	line-height: 150%;
	border-left: 5px solid #ccc;
	}
	
#article img.frame {
	padding: 5px;
	border: 1px solid #ccc;
	}
	
#article p.link {
	margin: 30px 0 20px 0;
	}			

/* nav */

#navigation {
	clear: both;
	width: 1000px;
	margin: 5px auto 0 auto;
	padding: 30px 0 30px 0;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	background: #fff;
	text-align: center;
	}
	
/* footer */

#footer {
	clear: both;
	width: 1000px;
	margin: 15px auto 80px auto;
	font-size: 16px;
	line-height: 160%;
	color: #aaa;
	}	
	
 /* links */
 
a,
a:visited {
	color: #906;
	text-decoration: none;
	}
 
a:hover,
a:active {
 	color: #f39;
 	text-decoration: underline;	
 	}
 	
#footer a,
#footer a:visited {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
	}
 
#footer a:hover,
#footer a:active {
 	color: #f39;
	border-bottom: 1px dotted #f39;
 	} 		
 	
a.button,
a.button:visited {
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	padding: 8px 15px 6px 15px;
	font-family: "Myriad Pro", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #906;
	color: #fff;
	text-decoration: none;
	}
 
a.button:hover,
a.button:active {
	background: #f39;
 	color: #fff;
 	text-decoration: none;	
 	}
 	
a.button-small,
a.button-small:visited {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 6px 0 0;
	padding: 3px 8px 2px 8px;
	background: #f4f7cd;
	color: #906;
	border: 1px solid #dce0a9;
	}
 
a.button-small:hover,
a.button-small:active {
	background: #906;
	color: #fff;
	text-decoration: none;
	border: 1px solid #906;	
 	}		
	
 /* end */	