/*  
Theme Name: The Eye Fund
Theme URI: http://www.eyefund.info/
Description: The Eye Fund's WordPress theme.
Version: 1.0
Author: Phil Sherry
Author URI: http://www.philsherry.com/

	Eye Fund v1.0
		http://news.eyefund.info/
	This theme was designed and built by Phil Sherry.
	The CSS, XHTML and design is released under GPL:
		http://www.opensource.org/licenses/gpl-license.php

*/

@import "http://eyefund.info/css/master.css";

.alignright {
	display: inline;
	float: right;
}

.alignleft {
	display: inline;
	float: left
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 30px;
}

.entry ul li, #blogfoot ul li, #blogfoot ul ul li {
	list-style: none;
	padding: 0 0 10px 15px;
}

.entry ul li:before, #blogfoot ul ul li:before { content: "\00BB \0020"; }

.upcoming li h4 { display: inline; }

.vcard {}

.summary {}

.description {
	margin: .5em 0 0;
}

#blogfoot #s { color: #000; width: 420px; }
#blogfoot #searchsubmit { padding: 1px; }

.entry form { text-align: center; } /* This is mainly for password protected posts, makes them look better. */

select { width: 100px; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 80%;
	padding: 2px;
}

#commentform #submit {
	margin: 0 110px 0 0;
	float: right;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.required { color: #f60; }

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p { margin: 10px 5px 10px 0; }

#commentform p { margin: 5px 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */

/* Begin Blogfoot */

#blogfoot { 
	clear: both;
	padding: 20px 0 10px 0; 
}

#blogfoot form { margin: 0; }

#blogfoot .column {
	display: inline;
	width: 200px;
}

/* End Sidebar */

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a { display: block; }

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { background-color: #fff; } /* Doesn't work in IE */
	
/* End Calendar */
