/*
Theme Name: Project Zeus
Theme URI: http://www.somethingmassive.com
	
*/
	
/*
RESET
*/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; height:100%; }
html, body							{ height: 100%; }
ul									{ list-style: none; }
ol									{ list-style: none; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; }
img									{ vertical-align: middle; }
table								{ border-collapse: collapse; }

/*
UTILITY
*/

.floatLeft							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.smpad								{ padding: 5px 0; }
.top								{vertical-align: top;}
.small								{font-size: 9px;}
.bold								{font-weight: bold;}

/*
STRUCTURE
*/

body 					{font: 14px  Helvetica, Arial, sans-serif; color: #4c4c4c; text-align: center; background-color: #ffffff; margin: 0; padding: 0; line-height: 1.4em;}
#container 				{margin: 0 auto;  text-align:left; width:1010px; min-height: 100%; text-align: center; padding-top: 40px;}
#container img			{margin-bottom: 15px;}
.jon-image 				{float: left; width: 500px; margin-right: 10px;}
.jon-image img			{float: right;}
.john-image 			{float: right; width: 500px;}
.john-image img 		{float: left; }
.date 					{font-size: 68px; font-weight: bold; margin-bottom: 30px; color: #828182;}
.archive-posts img {float: left; width: 10%; height: 10%;}
.pages {margin-top: 50px;}
a {color: #4c4c4c;}

#panel {
	background: #ededed;
	height: 100px;
	display: none;
	padding: 20px;
}

#panel a {text-decoration: underline;}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 1px #4c4c4c;
}
.btn-slide {
	text-align: center;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	font-size: 12px;
}
.active {
	background-position: right 12px;
}