/*
Theme Name: Liquid City theme
Theme URI: http://www.liquidcitizen.net/
Description: Custom theme based on WordPress default.
Author: Sonny Liew
*/

/* Begin Typography & Colors */
body
{
	margin: 0 0 0 0;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #000000;
	color: #ffffee;
}

a:link	{ color: #ffbb88; }
a:visited	{ color: #ffbb88; }
a:hover	{ color: #bb3322; }
a:active	{ color: #bb3322; }

.menu, a.menu:link, a.menu:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.menu:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 20px;
	font-family: Verdana, Arial, Sans-Serif;
}

h2
{
	font-size: 14px;
	font-family: Verdana, Arial, Sans-Serif;
}

p
{
	font-size: 12px;
}

.post
{
	margin-top: 30px;
	padding: 10px;
	background-color: #555555;
}

.entry, .entry p
{
	font-size: 13px;
}

.postmetadata
{
	font-size: 10px;
	text-align: right;
}

.latest-news
/* "Latest News" heading on home page */
{
	background-color: #aa0000;
	padding: 10px;
}

td.sidebar h2
{
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #333333;
}

td.sidebar p, td.sidebar li
{
	color: #333333;
	font-size: 10px;
}
td.sidebar ul
{
	padding:0;
	margin:0;
	list-style-type: none;
}
td.sidebar ul ul li:before
{
	content: "\00BB \0020";
}

td.sidebar a:link, td.sidebar a:visited
{
	color: #0088ee;
	text-decoration: none;
}
td.sidebar a:hover
{
	text-decoration: underline;
	color: #bb3322;
}


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

#commentform textarea {
	width: 300px;
	padding: 2px;
	}




