/* external CSS file */
/* filename main.css */

/*
	Name: Appheaval
	Date: April 2010
	Version: 1.0
*/

/***** Global *****/
/* Body */
	body {
		background: #F5F4EF;
		color: #000305;
		font-size: 87.5%; /* Base font size: 14px */
		font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
		line-height: 1.429;
		margin: 0;
		padding: 0;
		text-align: left;
	}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #888f72;
	padding: 0 1px;
	text-decoration: underline;
}
a:hover, a:active {
	background-color: #888f72;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}


body {
	color: white; 
	font-family: Helvetica, Verdana, Arial; 
	background-color: #323529}


/* HTML5 tags */
header, section, footer, aside, nav, article, figure { display: block; }

	
/***** Layout *****/
.body {clear: both; margin: 0 auto; width: 800px;}
img.right figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: right; margin: 0 0 2em 2em;}

	
/*	Header
*****************/
#banner {
	margin: 0 auto;
	padding: 0;
}

	/* Banner */
	#banner h1 {font-size: 3.571em; line-height: 0;}
	#banner h1 a:link, #banner h1 a:visited {
		color: #ddd;
		display: block;
		font-weight: bold;
		text-decoration: none;
		width: 400px;
		margin-left: -6px;
	}
	#banner h1 a:hover, #banner h1 a:active {
		background: none;
		color: orange;
		text-shadow: none;
	}

	#banner h1 strong {
		font-size: 0.34em; 
		font-weight: normal;
		color: #ccc;
	}

/* Main Nav */
#banner nav {
	background: #646355;
	font-size: 1.143em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 2em auto;
	padding: 0;
	text-align: center;
	width: 800px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#banner nav ul {list-style: none; margin: 0 auto; width: 800px;}
#banner nav li {float: left; display: inline; margin: 0}

#banner nav a:link, #banner nav a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 5px 1.5em;
	text-decoration: none;
}
#banner nav a:hover, #banner nav a:active,
#banner nav .active a:link, #banner nav .active a:visited {
	background: orange;
	color: #fff;
	text-shadow: none !important;
}

#banner nav li:first-child a {
	margin-left: -40px;

	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;

	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

/*extra*/

/*
	Featured
*****************
#featured {
	background: #fff;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px;
	width: 760px;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#featured figure {
	border: 2px solid #eee;
	float: right;
	margin: 0.786em 2em 0 5em;
	width: 248px;
}
#featured figure img {display: block; float: right;}

#featured h2 {color: #C74451; font-size: 1.714em; margin-bottom: 0.333em;}
#featured h3 {font-size: 1.429em; margin-bottom: .5em;}

#featured h3 a:link, #featured h3 a:visited {color: #000305; text-decoration: none;}
#featured h3 a:hover, #featured h3 a:active {color: #fff;}

/*
	Body
*****************/
#content {
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px 20px;
	width: 760px;
	border: 4px solid #292c21;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #5f644f;
/*	background-color: #333;
	background-image: url(images/dot.png); */
}

#content p {
	margin-bottom: 2em;
}

#content img#plogo {
	padding: 0 50px 0 90px;
	margin: 0;
}

#content img#pimage {
	float: right;
	margin: 0px 10px 0 60px;
}

#content #psummary {
	padding-left: 25px;
	padding-bottom: 40px;
}

#store {
}

/*
	Footer
*****************/
#contentinfo {padding-bottom: 2em; text-align: right;}
