/*  
Theme Name: Window World of Athens
Theme URI: http://www.windowworldofathens.com
Description: This is a wordpress theme for Window World of Athens by HBST, a student-run advertising agency at the University of Georgia.
Version: 1.0
Author: Min Jung Kim
Author URI: http://www.minjungkim.net
*/


	body {
		margin:20px 0;
		padding:0;
		color:#333;
		background:#f4f4f4;
		font-family:Arial, Helvetica, sans-serif;
		font-size: .9em;
		text-align: center;
	}
	h1 {
		font-size: 1.8em;
		color: #000;
		font-weight: lighter;
		text-shadow: 0px 2px 3px #fff;
	}
	h2 {
		margin:0;
		font-size: 1.6em;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #005b97;
		text-shadow: 0px 2px 3px #fff;
	}
	h3 {
		font-size: 1.1em;
		color: #222;
		text-shadow: 0px 1px 1px #fff;
	}
	
	a, a:link {
		text-decoration: underline;
		color: #238cd1;
	}
	
	a:hover {
		text-decoration: none;
		color: #000000;
	}
	img { border: 0; }
	
	#wrap {
		width:940px;
		margin:0 auto;
		background:#f4f4f4;
		text-align: left;
	}
	#header {
		background:#f4f4f4;
		float: left;
		width: 940px;
	}
	#main {
		float:left;
		width:620px;
		background:#f4f4f4;
	}
	.sidebar {
		float:right;
		width:300px;
		background:#f4f4f4;
		display: inline;
	}
	#footer {
		clear:both;
		padding:15px 20px;
		background:#f4f4f4;
		text-align:center;
		font-size: .9em;
		color: #666666;
	}
	
	h1.blogtitle {display: none;}
	
/* sidebar */
	.sidebar ul { padding: 0; width: 300px;}
	.sidebar ul li {
		list-style: none;
		text-align: left;
		margin: 0 0 5px 0;
		padding: 0 15px;
		font-weight: bold;
		font-size: 1.1em;
	}
	.sidebar ul li a {
		display: block;
		text-decoration: none;
		padding: .25em;
		color: #222;
		text-shadow: 0px 1px 1px #fff;
	}
	.sidebar ul li a:hover {
		color: #005b97;
	}
	.sidebar ul li.page_item {
		border-bottom: solid 1px #ddd;
	}
	.sidebar ul li.pagenav h2{ display: none; }
	.sidebar ul li#search-4 {border-bottom: 0px;}
	
	#searchform {margin-bottom: 20px;}
	#searchform input#s {width: 290px;}
	
	.sidebar ul li#pages-3 h2.widgettitle {display: none;}
	
	.sidebar ul li.widget_meta {
		font-size: .7em;
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	.sidebar ul li h2.widgettitle {
		font-size: .9em;
	}
	
	img.facebook {
		margin: 15px 0;
		border: 0;
	}

/* Posts */
	.post{
		padding: 10px 0 20px 0;
	}
	span.timestamp {
		color: #666;
		font-size: .8em;
		margin-bottom: 5px;
		text-shadow: 0px 2px 3px #fff;
	}
	.post h2 a{
		text-decoration: none;
	}
	.post h2 {
		margin-bottom: 5px;
	}
	.entry {
		line-height: 130%;
	}
	p.postmetadata{
		border-top: 1px solid #ddd;
		border-bottom: 2px solid #ddd;
		margin: 10px 0 0 0;
		padding: 5px 0;
		font-size: .85em;
		color: #666;
	}
	h2.pagetitle {display: none;}
	
	img.alignright {float:right; padding:0 0 1em 1em;}
	img.alignleft {float:left; padding:0 1em 1em 0;}
	img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
	a img.alignright {float:right; padding:0 0 1em 1em;}
	a img.alignleft {float:left; padding:0 1em 1em 0;}
	a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
	
	
/* comments */
.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow: 0px 2px 3px #fff;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
