/*
Theme name: BookMarx
Theme URI: http://tommymarx.com/
Widget ready, tested on WordPress 2.8.5
Colors: 3C3C78 (dark blue), 8888C3 (hover blue), EDE9DC (ivory)
Colors:
*/


/* MAIN */

	body {
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 0;
		background: #EDE9DC;
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		}

	h1, h2, h3 {
		margin: 0;
		text-decoration: none;
		text-transform: lowercase;
		font-weight: normal;
		color: #3C3C78;
		}


/* MAIN: BLOG TITLE */

	h1 {
		font-size: 36px;
		text-align: left;
		padding: 75px 0px 0 50px;
		}

#logo p, #logo h1 {
	text-transform: lowercase;
	font-weight: normal;
}

#logo h1 {
	color: #000000;
	text-decoration: none;
}

#logo p {
	padding: 2px 0px 0 0;
	text-align: right;
	font-size: 18px;
	color: #3C3C78;
}

/* MAIN: SIDEBAR AND CONTENT TITLES */

	h2 {
		font-size: 18px;
		}

/* MAIN: COMMENT TITLES */

	h3 {
		font-size: 18px;
		}

/* MAIN: OTHER VALUES */

	hr {
		display: none;
		}

	a {
		text-decoration: none;
		color: #3C3C78;
		}

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


/* HEADER */

	#header {
		width: 700px;
		height: 349px;
		padding: 0 0 0 300px;
		margin: 0 auto;
		background: url(images/header1.gif) no-repeat;
		}

	#logo {
		width: 700px;
		height: 130px;
		background: url(images/header2.gif) no-repeat;
		}

/* PAGE */

	#page {
		width: 1000px;
		margin: 0 auto;
		}


/* CONTENT */

	#content {
		float: right;
		width: 650px;
		}

	.post {
		margin-top: -100px;
		margin-bottom: 150px;
		}

	.title {
		text-align: right;
		font-size: 24px;
		}

	.entry {
		padding: 10px 25px 10px 25px;
		background: url(images/content.gif) repeat-y;
		border: 2px solid #3C3C78;
		font-size: 14px;
		}

	.entry a {
		text-decoration: underline;
		color: #3C3C78;
		}

	.entry a:hover {
		text-decoration: underline;
		color: #8888C3;
		}

	.byline {
		margin: 0px -10px 0 0;
		text-align: right;
		font-style: italic;
		text-transform: lowercase;
		font-size: 10px;
		color: #3C3C78;
		}

	.byline a {
		text-decoration: none;
		color: #3C3C78;
		}

	.byline a:hover {
		text-decoration: none;
		color: #8888C3;
		}

	#comment {
		width: 500px;
		font-size: 14px;
		}


/* SIDEBAR */

	#sidebar {
		float: left;
		width: 250px;
		padding: 50px 0 0 50px;
		}

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

	#sidebar li {
		margin: 0 0 30px 0;
		}

	#sidebar li ul {
		padding: 10px;
		margin-top: 5px;
		background: url(images/sidebar.gif) repeat-y;
		border: 2px solid #3C3C78;
		}

	#sidebar li li {
		margin: 5px;
		text-align: right;
		text-transform: lowercase;
		font-size: 12px;
		color: #FFFFFF;
		}

	#sidebar h3 {
		text-align: right;
		color: #FFFFFF;
		}

	#sidebar a {
		text-decoration: none;
		color: #FFFFFF;
		}

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


/* FOOTER */

	#footer {
		width: 1000px;
		height: 100px;
		margin: 0 auto;
		background: #EDE9DC;
		}

	#footer p {
		margin-left: 50px;
		text-align: left;
		text-transform: lowercase;
		font-size: 12px;
		color: #0B035F;
		}
