/*
Theme Name:     ENPOSStest 
Description:    Minor changes to the Twenty Ten theme 
Template:       twentyten
Version:        0.1.1
*/


@import url("../twentyten/style.css");

#content, #content input, #content textarea {
    color: #333333;
    font-size: 15px;
    line-height: 24px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
        color: #000;
        line-height: 1.5em;
        margin: 0 0 0;
}

#content table.event th {
	width: 180px;
}
#content table.event td {
	border-top: none;
}

#content a.upcoming-events, #content a.past-events {
	text-decoration: none;
	color: #999999;
} 
#content a.upcoming-events:hover, #content a.past-events:hover {
	text-decoration: underline;
} 
#content a.upcoming-events.current, #content a.past-events.current {
	color: #000000;
}

#content ul.character-list {
	list-style: none;
}
#content ul.character-list li {
	float: left;
	margin-right: 8px;
}
#content ul.character-list li a {
	font-size: 18px;
	color: #888;
	text-decoration: none;
}
#content ul.character-list li a.current {
	color: #000;
}
#content ul.character-list li a:hover {
	text-decoration: underline;
}
