/*
Design by BEDA Design 2009
*/

body { margin: 0; padding: 0; font-size: 13px; color: #8c8c8c; background-image: url(images/bluebg.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: center top; }

body, th, td, input, textarea, select, option {
	text-transform: none;
	font-family: "Arial", "Times New Roman", Arial, Times, serif;
}

h1, h3 {
	font-weight: normal;
	color: #ffffff;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
	font-weight: bold;
	color: #000000;
	font-family: "Trebuchet MS", "Tahoma", Arial, San serif;

}

h2 {
	letter-spacing: -1px;
	font-size: 18px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 170%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #4169e1;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: navy;
}

/* Header */

#header {
	width: 960px;
	height: 248px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background: url(images/bg02.gif) no-repeat right top;
}

#blog h1, #sub_head {
	margin: 0;
	color: #ffffff;
}

#blog  {
	padding-top: 90px;
	padding-left: 26px;
}

#sub_head  {
	padding-left: 140px;
	margin-top: -10px;
}
#header a {
	color: #fff;
}

/* Page */

#page { left: 14px; width: 940px; margin: 0 auto; }

/* Content */

#content {
	float: left;
	width: 700px;
	margin: -9
}

.post { width: 680px; float: left; margin-left: 14px; padding: 0 0 20px; }

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 2px dashed #cccccc;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: right;
	color: #646464;
	padding: 5px 10px;
	border: 1px dashed #cccccc;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img05.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img06.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #4169e1;
	background: url(images/img02.gif) no-repeat 5px 50%;
	padding-left: 15px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0;
	border-bottom: 2px solid #777;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
	font-size: smaller;
}


