/* @override http://dev.fortysevenmedia.com/apma/css/apma.css
	http://oipng.com/css/apma.css */

html, body {    
   height: 100%; 
}


body {
	background: #191d10 url(../images/bkg.jpg) repeat-y center top;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #533518;
}

#container {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
	margin-bottom: -90px;
}

.clear {
	clear: both;
}

.padbottom {
	margin-bottom: 20px;
}

.padtop {
	margin-top: 20px;
}

.indent {
	margin-left: 20px;
}

/* @group Header ////////////////////////////////////////////////////// */

#header {
	background: url(../images/header_bkg.jpg) no-repeat;
	float: left;
	width: 1020px;
}

#logo {
	margin-left: 30px;
	float: left;
	width: 250px;
	display: inline;
}

#logo h1 {
	margin: 0;
}

#logo h1 a {
	background: url(../images/logo.png) no-repeat;
	width: 242px;
	height: 115px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
}

#tagline {
	float: right;
	margin-top: 70px;
	color: #c3c3b8;
	font-size: 19px;
	font-style: italic;
	margin-right: 30px;
	display: inline;
	width: 400px;
	text-align: right;
}



/* @end */

/* @group Navigation ////////////////////////////////////////////////////////////*/

#nav {
	width: 960px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	clear: both;
	display: inline;
	height: 43px;
	margin-top: 43px;
	margin-bottom: 20px;
}

#nav ul {
	font-size: 15px;
	line-height: 18px;
	padding-top: 12px;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #714c2b;
	text-decoration: none;
	border-right: 1px solid #714c2b;
	float: left;
	padding-left: 11px;
	padding-right: 11px;
}

#nav li a:hover {
	color: #a70009;
}

#nav li a.last {
	border: none;
	
}

#nav li a.current {
	color: #a70009;
}

#nav li a:hover.current {
	color: #a70009;
}



/* @end */

/* @group Typography /////////////////////////////////////////////// */


a {
	color: #a70009;
	text-decoration: underline;
}

a:hover {
	color: #474623;
}

p {
	margin-bottom: 1.5em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.button {
	margin-bottom: 0px;
	font-style: italic;
	color: #714c2b;
	text-align: right;
	text-transform: lowercase;
}

.button a {
	color: #714c2b;
}

.button a:hover {
	color: #a70009;
}

h1 {
	color: #a70009;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: .5em;
}

h2 {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	background: url(../images/h2_bkg.gif) no-repeat;
	margin-bottom: .5em;
	padding: .7em 3%;
	float: left;
	width: 93%;
}

h3 {
	color: #a70009;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	margin-bottom: .5em;
}

h4 {
	color: #474623;
	font-style: italic;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px dashed #474623;
	padding-bottom: .3em;
	margin-bottom: .5em;
}

#content ul {
	
}

#content ul li {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 25px;
	background: url(../images/bullet.png) no-repeat 0 9px;
}

/* @end */

#content {
	float: left;
	display: inline;
	width: 695px;
	margin-left: 30px;
}

#sidebar {
	float: right;
	display: inline;
	width: 220px;
	margin-right: 30px;
}

/* @group Sidebar ////////////////////////////////////////// */

ul#thumbs {
	list-style-type: none;
}

ul#thumbs li {
	float: left;
	display: inline;
	border: 2px solid #9a7660;
	margin-right: 5px;
	margin-bottom: 5px;
}

#sidebar ul#thumbs li {
	background-image: none;
	padding: 0px;
}

ul#thumbs li a {
	background: none no-repeat 0;
	text-decoration: none;
	border-top-style: none;
	padding: 0;
	float: left;
	display: inline;
}

ul#thumbs li a:hover {
	background-color: transparent;
}

ul#thumbs a{
	display:block;
	float:left;
	width:64px;
	height:64px;
	line-height:50px;
	overflow:hidden;
	position:relative;
	z-index:1;	
		
}
	
ul#thumbs a img{
	float:left;
	position:absolute;
}

ul#thumbs a:hover{
	overflow:visible;
	z-index:1000;
	border:none;
	top:-25px;
	left:-25px;		
}

ul#thumbs a:hover img,
#content ul#thumbs a:hover img {
	border: 2px solid #9a7660;	
	background:#fff;			
}

#content ul#thumbs li {
	background-image: none;
	padding: 0px;
}

#content ul#thumbs a img {
	border: none;
	padding: 0px;
}

#sidebar h3 {
	color: #474623;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: .3em;
	border-bottom: 1px dashed #474623;
	margin-top: 20px;
}

#sidebar ul li {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 25px;
	background: url(../images/bullet.png) no-repeat 0 9px;
}

#sidebar ul.newsletter li {
	background: none;
	padding-left: 0px;
}

#sidebar ul.newsletter li a.button {
	
}

/* @end */

/* @group Home Page ////////////////////////////////////////////// */


body#home #content {
	margin-top: -8px;
}

.mainpic {
	width: 685px;
	height: 256px;
	background: url(../images/home_mainimg_bkg.png) no-repeat;
	padding-top: 14px;
	padding-left: 12px;
}

#content .mainpic img {
	border: none;
	padding: 0px;
}

#content .mainpic li {
	background-image: none;
	padding: 0px;
}

h3.article_head,
h1.article_head {
	float: left;
	width: 600px;
}

.date {
	color: #474623;
	font-size: .8em;
	font-style: italic;
	text-transform: lowercase;
	float: right;
	display: inline;
	line-height: 1em;
}

.date2 {
	line-height: 4em;
}

ul.entries {
	width: 670px;
	float: left;
	margin-bottom: 1.5em;
}

#content ul.entries li {
	float: left;
	width: 220px;
	background-image: none;
	padding: 0px;
	
}

ul.entries li a {
	width: 190px;
	display: block;
	padding: 5px 10px 5px 20px;
	background: url(../images/bullet.png) no-repeat 0 5px;
	color: #533518;
	text-decoration: none;
}

ul.entries li a:hover {
	text-decoration: underline;
}

.callout_box {
	float: left;
	width: 185px;
	margin-right: 20px;
	display: inline;
	border: 1px dashed #c3996d;
	padding: 15px;
	background: url(../images/callout_bkg.png) repeat;
}

.callout_last {
	margin-right: 0px;
}

.callout_box h3 {
	text-transform: uppercase;
	line-height: 1em;
}

.callout_box p,
.callout_box p.button {
	margin-bottom: 5px;
}


/* @end */

/* @group Journal ////////////////////////////////////////// */

.entry {
	background-image: url(../images/callout_bkg.png);
	padding: 10px 10px 0;
	border-bottom: 1px dashed #c3996d;
}

.odd {
	background-image: none;
}

/* @end */

/* @group Footer //////////////////////////////////////////////// */

.clearfooter {
	clear: both;
	height: 90px;
}

#footer {
	position: relative;
	height: 75px;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footer_bkg.jpg) no-repeat;
	padding-top: 15px;
	margin-top: 30px;
}

#oipng {
	float: left;
	display: inline;
	width: 187px;
	height: 59px;
	overflow: hidden;
	text-indent: -1000px;
	margin-left: 30px;
	background: url(../images/oipng_logo.png) no-repeat;
}

#utility {
	float: left;
	width: 535px;
	text-align: center;
	padding-top: 15px;
	color: #80583a;
}

#sponsor {
	float: right;
	width: 233px;
	margin-right: 30px;
	display: inline;
	padding-top: 15px;
}

#sponsor a {
	width: 233px;
	height: 32px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/fortyseven_logo.png);
}


/* @end */

/* @group Content //////////////////////////////////////////////// */

#content img {
	border: 1px solid #c3996d;
	padding: 3px;
	margin-bottom: 10px;
}

#content img.left {
	float: left;
	position: relative;
	margin-right: 10px;
}

#content img.right {
	float: right;
	position: relative;
	margin-left: 10px;
}

/* @end */