/*
Theme Name: Athens V. Sparta
Description: WordPress theme designed specifically for the Athens V. Sparta website.
*/

/* ----------------------------------
 * Colors
 * ----------------------------------
 * #ffc104 - main golden yellow
 * #b28602 - gold accent
 * #222222 - darker grey background
 * #333333 - lighter grey background
 * ----------------------------------
 */

* {
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	color: white;
}

a {
	color: #ffc104;
	text-decoration: none;
}

#content a:hover {
	color: #ffc104;
	text-decoration: underline;
}

#sidebar a:hover, #footer a:hover, #content h2 a:hover {
	color: white;
	text-decoration: none;
}

.clearer {
	clear: both;
}

body {
	margin: 0; padding: 0;
	background: #000 url('images/greek_square.gif') top repeat-x;
}

#header {
	width: 100%; height: 170px;
	margin-top: 30px; padding: 0;
	background: transparent url('images/header_background.jpg') top center no-repeat;
	text-align: center;
	position: relative;
}

	#headertext a img {
		margin-top: 40px;
		border: none;
	}

	#navigation {
		width: 100%; height: 30px;
		border-top: solid 2px #000;
		background: transparent url('images/greek_square.gif') bottom repeat-x;
		position: absolute; bottom: 0; left: 0;
	}

		#navigation ul {
			width: 812px; height: 30px;
			margin: 0 auto; padding: 0;
			background-color: #ffc104;
		}

		#navigation ul li {
			height: 30px;
			margin: 0; padding: 0;
			float: left;
			list-style: none;
			display: block;
		}

		#navigation li a {
			height: 28px;
			margin: 1px 0 0 2px; padding: 0 16px;
			line-height: 28px;
			display: block;
			
			font-family: Trebuchet MS, Arial, Sans-Serif;
			font-size: 14pt;
			text-decoration: none;
			color: #000000;
		}

		#navigation li a:hover, #navigation .current_page_item a {
			background-color: #000000;
			color: #ffc104;
		}

#page {
	width: 816px;
	margin: 0 auto 30px auto; padding: 0;
}

#content {
	width: 550px;
	float: left;
	color: white;
	padding-top: 50px;
}

	#content .pagetitle {
		font-family: Trebuchet MS, Arial, Sans-Serif;
		font-size: 12pt;
		margin: 0 0 30px 10px;
	}
	
	/* Post Styles */
	
	#content .post {
		margin-bottom: 45px;
	}
	
	#content .post h2 {
		margin-left: 10px;
	}
	
	#content .post h2 a {
		font-family: Trebuchet MS, Arial, Sans-Serif;
		font-size: 18pt;
	}
	
	#content .post .postdetails {
		margin: 0 0 10px 10px;
		
		font-family: Trebuchet MS, Arial, Sans-Serif;
		font-size: 9pt;
	}
	
	#content .post .entry {
		background-color: #222;
		border-top: solid 1px #b28602;
		padding: 18px 20px 10px 20px;
	}
	
	#content .post .entry p {
		margin-bottom: 12px;
		line-height: 1.8em;
	}
	
	#content .post .postmetadata {
		background-color: #333;
		padding: 8px 20px;
		color: #000;
	}
	
		#content .post .postmetadata .comments {
			padding-left: 25px;
			float: right;
			background: transparent url('images/comment.png') left no-repeat;
		} 
	
		#content .post .postmetadata .categories {
			padding-left: 25px;
			background: transparent url('images/folder.png') left no-repeat;
		}
	
	/* Comment Styles */
	
	.commentlist {
		list-style: none;
	}
	
	.commentlist li {
		margin: 25px 0;
	}
	
	.commentlist li .commenttext {
		padding: 3px 15px;
		border-top: solid 1px #b28602;
		margin-top: 5px;
		background-color: #222;
	}
	
	.commentlist li .commentinfo {
		background-color: #000;
		padding: 0 10px;
	}
	
	.commentlist li .commentinfo .commenttitle {
		float: left;
	}
	
	.commentlist li .commentinfo cite {
		font-style: normal;
		font-weight: bold;
	}
	
	.commentlist li .commentinfo .commentmetadata {
		font-size: 8pt;
		float: right;
		position: relative; top: 2px;
	}
	
	.commentlist li .commentinfo .commentmetadata a {
		font-size: 8pt;
	}
	
	.commentlist li p {
		margin: 12px 0;
		line-height: 1.8em;
	}
	
	#commentssection #respond {
		margin: 30px 0 10px 0;
	}
	
	#commentssection .commentsheader {
		font-size: 12pt;
		margin-left: 10px;
	}
	
	/* Page Styles */
	
	#content .postpage {
		margin-bottom: 45px;
	}
		
	#content .postpage h2 {
		margin-bottom: 12px;
		
		font-family: Trebuchet MS, Arial, Sans-Serif;
		color: #ffc104;
		font-size: 18pt;
	}
	
	#content .postpage .entry p {
		margin-bottom: 12px;
		line-height: 1.8em;
	}
	
	/* Other #content styles */
	#content #commentssection {
		margin-bottom: 45px;
	}
	

#sidebar {
	width: 216px;
	margin: 15px 0 0;
	float: right;
}
	#sidebar ul li h2 {
		margin-bottom: 8px; padding-bottom: 1px;
		font-family: Trebuchet MS, Arial, Sans-Serif;
		font-size: 12pt;
		color: #ffc104;
		border-bottom: solid 1px #b28602;
	}

	#sidebar ul li {
		margin-bottom: 30px;
		list-style: none;
	}
	
	#sidebar ul li ul li {
		margin: 0 0 2px 25px;
		list-style-image: url('images/raquo.gif');
	}
	
	#sidebar ul li ul li a {
		
	}
	
#footer {
	width: 100%;
	background: transparent url('images/border_pattern.gif') repeat-x top;
	padding: 30px 0;
}

	#footer p {
		text-align: center;
		margin-bottom: 4px;
		font-size: 8pt;
		color: #999;
	}
	
	#footer a {
		font-size: 8pt;
	}
	
#searchform .inputtext {
	width: 140px;
	margin-left: 10px;
}
	
.inputtext {
	color: black;
	margin: 3px 3px 3px 0;
	padding: 1px 3px;
	border: none;
}

textarea.inputtext {
	width: 100%;
}

.inputsubmit {
	color: black;
	border: none;
	background-color: #ffc104;
	padding: 3px 5px;
	margin: 3px 0;
}

#searchform .inputsubmit {
	padding: 1px 3px;
}

.error {
	margin: 30px 0 30px 10px;
}

.error h2 {
	font-size: 16px;
}

.bottomnavigation {
	margin-bottom: 30px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


