@charset "UTF-8";

/*
!!DO NOT DELETE THIS COMMENT!!

Designed for countryprimitiveworkshop.com (March 2010) (C) Noel McAvoy.
- Website: http://noelmcavoy.com

----------------------------------------------------
@Generic page styles
----------------------------------------------------*/
body{
background-image:url('../images/subtlegrunge2.jpg');
font-family: Papyrus;
}

h1{
font-size:2.5em; /* 40px/16=2.5em */ 
text-align:center;
margin-top:8px;
}
h3{
text-align:center;
}
p{
font-size:1.25em;
}

.bodyparagraph {
    /* background: #9A7642 top right no-repeat; */
    background-color: rgba(154,118,66,0.5);
}
/*----------------------------------------------------
@Content specific styles
----------------------------------------------------*/
#content
{
	margin-left:200px;
	margin-right:50px;
}
/*----------------------------------------------------
@Navigation specific styles
----------------------------------------------------*/
#nav
{
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 1em;
	font-size: 1.1em;
	font-weight:900;
	z-index:10;
	text-shadow: 2px 2px 2px #000; /* comment out this whole line to make the menu work in Chrome */
}

#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1px;
}

#nav ul li
{
	float: left;
	line-height: normal;
	margin: 0;
	border-style:solid;
	border-color: transparent;
}

#nav ul li a
{
	float: left;
	display: block;
	padding: 8px 6px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background: transparent url(images/navspacer.jpg) top right no-repeat;


}

#nav ul li a:hover, #hornav ul li a:active
{
    /* background: #9A7642 top right no-repeat; */
    background-color: rgba(154,118,66,0.5); /* transparent brown */
}

#nav ul li a#current
{
	background: #7B8955  repeat-x !important;
	color: #FFFFFF !important;
	font-weight: bold;
}

#nav li:hover ul
{
	left:auto;
}

div#nav > ul > li > ul
{
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em;
}
/* -----------------------------------------------------------------
@Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview-landscape
{
	display: none;
}

.hoverbox a .preview-portrait
{
	display: none;
}

.hoverbox a:hover .preview-landscape
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox a:hover .preview-portrait
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}


.portrait
{
	width: 85px;
	height: 125px;
}

.landscape
{
	width: 125px;
	height: 85px;
}

.preview-portrait
{
    	border-color: #000;
	width: 169px;
	height: 250px;

}

.preview-landscape
{
    	border-color: #000;
	width: 250px;
	height: 169px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
        width: 200px; /* added 1401 13062010 to make them look more even */
        height: 200px; /* added 0508 14062010 to even up the landscape pictures */
}