#nav {
	font-size: 12px;
}

#menu ul li {
	color: #000;
	float: left;
	line-height: 24px;
	margin: 0 0 0 3px;
	list-style-type: none;
	text-transform: uppercase;
	display: block;
}

#menu a:link, #menu a:active, #menu a:visited {
	padding: 3px;
	margin: 0 5px 0 0;
	color: #0000ff;
	text-decoration: none;
	border: 1px solid #fff;	
}

#menu a:hover {
	border: 1px solid #0000ff;
	padding: 3px;
}

#menu .current_page_item a:link, #menu .current_page_item a:active, #menu .current_page_item a:visited, #menu .current_page_item a:hover {
	border: 1px solid #333;
	padding: 3px;
}

#rss ul li {
	color: #000;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#rss a {
	color: #0000ff;
	border: 1px solid #fff;
	padding: 3px;
}

#rss a:hover {
	border: 1px solid #0000ff;
	padding: 3px;
}

#header h1, #header h2 {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

#header a:link, #header a:visited, #header a:active {
	font-family: Sans-Serif, 'Lucida Grande', Trebuchet MS;
	text-decoration: none;
	font-size: 26px;
	color: #000;
}

#header a:hover {
	color: #000099;
}

#footer {
	text-align: center;
	font-size: 12px
}

#footer a:hover {
	text-decoration: underline;
}

.archive_head {
	font-family: Sans-Serif, 'Lucida Grande', Trebuchet MS;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	margin: 10px 0 0;
	color: #000;
}

.post-title h1 a:link, .post-title h1 a:visited, .post-title h1 a:active {
	font-family: Sans-Serif, 'Lucida Grande', Trebuchet MS;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	color: #000;
}

.post-title h1 a:hover {
	color: #000099;
}

.post-title h2 a:link, .post-title h2 a:visited, .post-title h2 a:active {
	font-family: Sans-Serif, 'Lucida Grande', Trebuchet MS;
	text-decoration: none;
	font-weight: normal;
	font-size: 22px;
	color: #000;
}

.post-title h2 a:hover {
	color: #000099;
}

.entry {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	color: #000;
	margin: 10px 0 0;
}

.entry p {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	color: #000;
	margin: 10px 0 0;
}

.entry ul li {
	list-style-type: none;
	background: transparent url(i/bullet.png) no-repeat left 5px;
	padding: 0 0 5px 15px;
	margin: 5px 0 0 15px;
	display: block;
	clear: both;
}

.entry ol li {
	list-style-type: decimal;
	padding: 0 0 5px 15px;
	margin: 5px 0 0 25px;
	clear: both;
}

.entry strong {
	font-size: 14px;
}

.entry a:hover {
	border-bottom: 1px solid #000099;
}

.navigation a:link, .navigation a:visited, .navigation a:active {
	font-size: 10px;
	text-transform: uppercase;
}

.navigation a:hover {
	text-decoration: underline;
}

/*++++ sidebar ++++*/
#sidebar {
	text-align: left;
}

#sidebar .widget {
	padding: 0 0 25px;
}

#sidebar ul li h3 {
	background: #f1f1f1;
	font-variant: small-caps;
	font-size: 14px;
	text-align: left;
	color: #000;
	padding: 5px 10px;
	margin: 10px 0 5px;
}

#sidebar ul {
	padding: 0;
	margin: 0;
}

#sidebar li {
	list-style-type: none;
}

#sidebar ul li ul {
	padding: 0 10px;
}

#sidebar ul li ul li{
	border-bottom: 1px solid #ccc;
	text-align: left;
}

#sidebar ul li ul li a{
	font-family: Verdana;
	font-size: 14px;
	color: #0000ff;
	padding: 3px 0;
	text-decoration:none;
}

#sidebar ul li ul li a:hover {
	text-decoration: underline;
}

#sidebar p {
	padding:0 10px
}

#sidebar .textwidget {
	padding:0 10px	
}