/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body{
	background: url(../images/body-bg.png) no-repeat center 300px #E4D9D0;
}

#navarea{
	margin: 40px 0 0 0;
	
}

nav{
	position: relative;
	float: right;
	right: 50%;
}

nav a{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 5px 20px;
}

nav a:hover{
	color: #DA565A;
}

.navinner{
	background-color: #E4D9D0;
	padding: 5px;
	-webkit-box-shadow: inset -2px -2px 2px 1px rgba(155, 146, 137, 1);
	box-shadow: inset -2px -2px 2px 1px rgba(155, 146, 137, 1);
}

nav li{
	display: inline-block;
	float: left;
	margin: 0;
	position: relative;
	left: 50%;
	border: 1px solid #000;
	background-color: #fff;
	padding: 5px;
}

.current a{
	color: #DA565A;
}

blockquote{
	background-color: #fff;
	padding: 20px;
	-webkit-box-shadow: inset -2px -2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow: inset -2px -2px 2px 1px rgba(0, 0, 0, .2);
}

blockquote p {
	margin: 0;
	color: #204D5E;
	font-size: 22px;
	line-height: 36px;
}

.middleColumn{
	text-align: center;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select{
	margin: 0 auto 20px;
	width: 400px;
}

#Form_Form_action_process{
	background: none;
	border: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-radius: none;
	text-shadow: none;
	padding-right: 20px;
	padding-left: 20px;
	font-style: italic;
}
/* #Page Styles
================================================== */

#logo-home{
	width: 510px;
	height: 209px;
	margin: 100px auto 0;
	background: url(../images/logo-home.png) no-repeat right;
}

#logo-sub{
	width: 430px;
	height: 209px;
	margin: 100px auto 0;
	background: url(../images/logo-sub.png) no-repeat right;
}

#home-comp{
	width: 579px;
	height: 373px;
	margin: 40px auto 0;
}

#hometag{
	text-align: center;
	font: italic 18px/32px Georgia, "Times New Roman", Times, serif;
	width: 750px;
	margin: 40px auto 0;
}

.archive-item{
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	overflow: auto;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #333;
}

.archive-item p{
	margin: 0 0 10px 0;
}

.archive-item h3{
	color: #204D5E;
	font-size: 24px;
}

.archive-item img{
	float: right;
	border: 10px solid #fff;
	margin: 0 0 0 30px;
}
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/