/*MAIN BACKGROUND COLOR IS THE EEEEEE*/
body {
	margin-top: 20px;
	padding: 10;
	background: #ffffff;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

h1 {
    margin-top: 0;
    text-align:left;
    margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	font-size: 2em;
    border-bottom: none;
    font-weight:bold;
}

h2 {
	font-size: 1.5em;
    margin-top: 0;
    font-weight:bold;
}

ul {
}

/*hyper link text color*/
a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

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

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

.header {
	width: 1000px;
	margin: 0 auto;
}

/* Header */

.titlebar {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	background: url(./img/titlebar.jpg) no-repeat left top;
}

.titlebar h1, .titlebar p {
	float: left;
	margin: 0;
}

.titlebar span {
	color: #000000;
}

.titlebar h1 {
	padding: 25px 0 0 30px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 5em;
}

.titlebar p {
	text-transform: uppercase;
	padding: 75px 0 0 3px;
	font-size: 10px;
	color: #000000;
}

/* Menu */

.menu {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 30px;
	background: url(./img/menubuttons.jpg) no-repeat left top; 
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	display: inline;
}

.menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 1px 0px 0px 0px;
	padding: 7px 37px 0 37px;
	background: url(./img/menubuttonseperator.png) repeat-y left top;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	color: #000000;
}

.menu a:hover {
	color: #FFFFFF;
}

.menu .first {
	background: none;
}

/* Page */

.page {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0px;
}

/* Latest Post */

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

/* Content */

.content {
	float: left;
	width: 460px;
	padding: 0px 0px 0px 30px;
}

.post {
	padding-bottom: 45px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}


/* Main article Title */

.byline {
	background: url(./img/seperator.png) repeat-x left bottom;
	padding-bottom: 10px;
}

.tag {
	padding: 0 15px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}

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

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	padding: 10px 0px;
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	background: url(./img/seperator.png) repeat-x left bottom;
}

/* Sidebar Titles and the style of their blocks */
.sidebar li h2 {
	height: 34px;
	margin: 0 0 0 0;
	padding: 5px 15px 0px 20px;
	background: url(./img/sidemenutitlebar.jpg) repeat-x left top;
	font-size: 12px;
	color: #000000;
    font-weight:normal;
    border-color: #ffffff;
}

.sidebar a {
}


/* Footer */

.footer {
    text-align: center;
    height: 70px;
    width: 973px;
    margin: 0 auto;
    background:url(./img/footer.jpg) repeat-x left top;
}

.footer p {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: smaller;
}

.footer a {
	color: blue;
}

