/*  
Theme Name: wmn
Theme URI: http://wordpress.org/
Description: made for william.
Version: 1.22
Author: Damien Newman
Author URI: http://mdnpress.com/

*/

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ECEBE4;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
	color: #191918;
	line-height: 18px;
}

#table-hd
{
	margin: 13px 13px 0px 13px;
	border-width: 13px 13px 0px 13px;
	border-style: solid solid none solid;
	border-color: #D8D7D1;
}

#table-d
{
	margin: 0px 13px 13px 13px;
	border-width: 0px 13px 13px 13px;
	border-style: none solid solid solid;
	border-color: #D8D7D1;
}

#journal
{
	margin-top: 36px;
	margin-left: 13px;
	margin-bottom: 78px;
	margin-right: 35px;
}

#entry
{
	margin-top: 18px;
	width: 420px;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
	color: #191918;
	line-height: 19px;
	text-transform: inherit;
}

.post { padding: 0 0 55px 0; }

.h2
{
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	color: #2C4995;
	line-height: 18px;
	font-weight: bold;
}

#entry h2
{
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	color: #2C4995;
	line-height: 18px;
	font-weight: bold;
}

#sidebar-inside
{
	margin-top: 36px;
	margin-left: 14px;
}

.sidebar
{
	background-image: url(images/sidebar-shadow.gif);
	background-repeat: repeat-y;
}

#nav { margin-top: 18px; }

#about
{
	margin-top: 45px;
	width: 286px;
}

.about-copy { margin-top: 18px; }

/*----- SPACE: links -----------*/
a, a.nav, a.nav:link, a.nav:visited
{
	color: #2C4995;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

a.nav:hover
{
	color: #2C4995;
	font-size: 12px;
	text-decoration: underline;
}


#nav li
{
	margin: 0 0 0 -10px;
	padding: 0;
	list-style: none;
}

li a, li a:link, li a:visited
{
	color: #2C4995;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

li a:hover
{
	color: #2C4995;
	font-size: 12px;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

li
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

a, a.plink, a.plink:link, a.plink:visited
{
	color: #191918;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

a.plink:hover
{
	color: #191918;
	font-size: 12px;
	text-decoration: underline;
}

#entry a, a:link, a:visited
{
	color: #2C4995;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

#entry a:hover
{
	color: #2C4995;
	font-size: 12px;
	text-decoration: underline;
}


#entry ul
{
	padding: 10px 5px 0px 16px;
	line-height: 1.4em;
}

#entry li
{
	padding: 0 10px 5px 0;
	line-height: 1.4em;
	list-style: url(images/bullet.gif);
}

