/*  
Theme Name: ajeblog
Theme URI: http://www.freewpthemes.net/preview/blogsmith
Description: Widget ready and tested on WP 2.2+.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background:#000000;
	background-image:url(images/bg_body.gif);
	background-position:center top;
	background-repeat:repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#logo {
	display: block;
	width: 750px;
	height: 50px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:0px;
}

/* Menu */

#menu {
	width: 750px;
	height: 45px;
	margin: 0 auto;
	background:#F6F6F6;
	background: url(images/img02.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#menu .current_page_item a {
	background: url(images/img06.gif) repeat-x;
}

div#menu ul li a {
	border-right: 1px solid #DDDDDD;
}

/* Page */

#page {
	width: 750px;
	height: auto;
	margin: 0 auto;
	background: url(images/bg_content.gif) repeat-y;
}

#page-bg {
	width: 750px;
	height: auto;
	border-top: 1px solid #DDDDDD;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 470px;
	padding: 20px 0 0 20px;
}

.posts {
}

.posts li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 160px;
	height: auto;
	padding: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 0px 5px 10px;
	background: url(images/img07.gif) no-repeat 0px 50%;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar h2 {
	margin: 0;
	padding: 10px 0 3px 0px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#search {
	margin-bottom:15px;
}

#search label.hidden {
	display:block;
	height: auto;
	margin-bottom:5px;
}

#search div {
}

#search br {
	display: none;
}

#archives {
	margin-bottom:-15px;
}

#comment {
	width: 470px;
}

#notes {
	padding: 20px 0 0 20px;
}

/* Footer */

#footer {
	width: 750px;
	margin: 0 auto 10px auto;
	padding: 0px 0px 10px 0px;
	background: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #999999;
}



li#calendar {
	width: 160px;
	height: auto;
}
li#calendar h2 {
	border: none;
}
li#calendar caption {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #FFFFFF;
}
table#wp-calendar {
	width: 160px;
	height: auto;
	text-align: center;
}
table#wp-calendar th {
	font-size: 12px;
}
table#wp-calendar td {
	font-size: 12px;
}
