body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #737373; background: #ffffff url(images/img01.gif) repeat-x; letter-spacing: 1.5px; }
h1, h2 { color: #444; font-family: Arial, Helvetica, sans-serif; }

h1 { font-size: 3em; letter-spacing: 3px; }

h2 { 
	font-size: 2em;
}

h3 { color: #1e1d1d; font-size: 1.25em; font-weight: bold; letter-spacing: 2px; }

p, ul, ol { margin-bottom: 1.8em; line-height: 160%; }

ul, ol {  }

blockquote {
}

a { color: #414141; }

a:hover { text-decoration: none; }

hr {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img01.gif) repeat-x fixed center top;
}

#menu ul { background: url(images/img01.gif) no-repeat fixed; height: 45px; margin: 0; padding: 0; letter-spacing: 3px; list-style: none; }

#menu li { background-image: url(images/img01.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; float: left; height: 45px; }

#menu a { float: left; height: 20px; margin: 0; padding: 10px 15px; text-decoration: none; font-size: 12px; font-weight: bold; color: #b0b0b0; font-family: verdana; background-image: url(images/img01.gif); background-repeat: repeat-x; }

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}

/* Splash */

#splash { width: 960px; height: 220px; margin: 15px auto 0; }


/* Logo */

#logo { width: 960px; height: 91px; margin: 0 auto; border-bottom: 6px solid #737373; color: #414141; }

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 { float: left; padding-top: 15px; text-transform: uppercase; font-size: 3em; top: -2px; }

#logo h2 {
	float: right;
	padding-top: 32px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
}

/* Content */

#content {
	float: right;
	width: 680px;
}

.post {
	padding-bottom: 20px;
}

.post .title { color: #444; margin: 0; padding: 5px 20px; letter-spacing: 2px; border-bottom: 1px dashed #b9b9b9; font-size: 24px; }

.post .title a {
	text-decoration: none;
}
#post h3 { }
.post .entry {
	padding: 10px 20px;
}

.post .meta { height: 26px; background: #f5f5f5; border-top: 1px solid #e9e9e9; text-decoration: none; text-transform: uppercase; font-size: 12px; text-align: center; }

.post .posted { text-align: center; float: left; height: 16px; padding: 5px 20px; }
/* Sidebar */

#sidebar { float: left; width: 250px; }

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin-bottom: 20px;
	list-style-type: none;
	list-style-image: url(images/image7.png);
	list-style-position: inside;
}

#sidebar li ul {
	padding: 20px;
	list-style-image: url(images/image7.png);
}

#sidebar li li { margin: 0; padding-left: 10px; padding-bottom: 5px; background: url(images/image7.png) no-repeat left 50%; }

#sidebar p { padding: 0 20px; list-style-type: none; }

#sidebar h2 { height: 20px; margin: 0; padding: 6px 0 0 20px; border-bottom: 1px dashed #b9b9b9; text-transform: uppercase; font-size: 14px; font-weight: bold; color: #000000; background-color: transparent; background-image: none; background-attachment: scroll; background-position: 0 top; }
/* Footer */

#footer { font-size: 11px; clear: both; width: 960px; height: 50px; margin: 0 auto; padding: 20px 0; border-top: 6px solid #3f3f3f; }

#footer p { margin: 0; text-align: center; line-height: normal; }
.photo_right { float: right; }
.photo_left {
	float: left;
	clear: right;
	padding-right: 6px;
	padding-top: 6px;
}

