

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('images/img01.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	

	font-size: 22em;
	font-spacing: 1em;
	color: #333333;

}

h2 {
	font-size: 8em;
	color: #333333;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}



a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	Text-decoration: none;
}

a:active {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}



/* Menu */

#menu {
	width: 960px;
	height: 25px;
	margin: 0 auto;
	padding: 0px 0;
/*	background: url(images/img02.jpg) no-repeat center top;  */

}

#menu ul {
	height: 25px;
	margin: 0;
	padding: 0;
/*	background: url(images/img03.gif) no-repeat; */
	list-style: none;
}

#menu li {
	float: left;
	height: 25px;
	background: url('images/img03.gif') no-repeat right top; 
}

#menu a {
	float: left;
	height: 25px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url('images/img02.gif') repeat-x;
	color: #FFFFFF;
	height: 25px
}

#menu .current_page_item a {
	height: 25px;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 960px;
	height: 175px;
	margin: 0 auto;
}


/* slogan */

#slogan {
	width: 960px;
	height: 9px;
	margin: 0 auto;
	border-bottom: none;
	color: #333333;
}

#slogan h1, #slogan h2 {
	margin: 0;
	padding: 0px 10px;
}

#slogan h1 {
	float: left;
	padding-top: 1px;
	letter-spacing: -1px;
	text-transform: ;
	font-size: 24px
}

#slogan h2 {
	float: right;
	padding-top: 4px;
	letter-spacing: -1px;
	text-transform: normal;
	font-weight: normal;
	font-size: 2em;
}



/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
}

/* Content */

#content {
	float: right;
	width: 680px;
}

.post {
	padding-bottom: 10px;
}

.post .title {
	margin: 0;
	padding: 1px 10px;
	letter-spacing: 1px;
	border-bottom: 1px dotted #999999;
	text-transform: normal;
	font-size: 24px;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 1px 10px;
}

.post .meta {
	height: 15px;
	background: #cccccc;
	border-top: 1px solid #eeeeee;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.post .posted {
	float: left;
	height: 10px;
	padding: 5px 10px;
}



.post .permalink {
}

/* sidebar */

#sidebar {
	float: left;
	width: 250px;
	margin: 10;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 10px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url('images/img04.gif') no-repeat left 40%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 90%
}

#sidebar p {
	padding: 0 0 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 10px 0px 0px 20px;
	/*background: url(images/img03.gif) repeat;*/
	
	border-bottom: 1px dotted #999999;
	text-transform: normal;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 6px solid #3F3F3F;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
