/*<group=Layout>*/

body {
	margin: 0px;
	font: 12px "Lucida Grande", Verdana, Sans-serif;
	color: #272728;
	height: 100%;
	background: black;
}

#container {
	width: 740px;
	background: white;
	margin: auto;
	padding: 10px;
}

#logo {
	width: 740px;
	height: 253px;
	background: url(images/logo_back.jpg) no-repeat;
	margin: auto;
}

#page {
	width: 500px;
	float: right;
	margin-bottom: 60px;
}

/* main blog wrapper */
.post {
	
}

/* individual entry wrapper */
.entry {
	margin-bottom: 10px;
}

/* links after each post */
.postLinks {
	margin-bottom: 20px;
}

/* links to next, previous, etc pages */
.blogLinks {
	padding-top: 10px;
	border-top: 1px solid #d3d4d6;
}

.blogLinks .alignleft {
	float: left;
}

.blogLinks .alignright {
	float: right;
}

/* this styles the links at the top of individual pages */
.navigation {
	height: 20px;
}

.navigation#top {
	border-bottom: 1px solid #d3d4d6;
	padding-bottom: 5px;
}

.navigation#bottom {
	border-top: 1px solid #d3d4d6;
	padding-top: 5px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}


/*<group=Side Bar>*/

#bar {
	width: 178px;
	background: #e5e8ee;
	padding: 20px;
	float: left;
	border: 1px solid #d3d4d6;
	margin-bottom: 60px;
}

#bar ul, #bar ul li, #bar ul ul, #bar ul ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*</group>*/

#foot {
	clear: both;
	background: #e5e8ee;
	border: 1px solid #d3d4d6;
}

#foot p {
	padding: 10px;
	margin: 0;
}

/*</group>*/

/*<group=Headers>*/

h1 {
	font-size: 1.7em;
	margin: 0 0 10px 0;
}

h2 {
	color: #7b7d80;
	font-size: 10px;
	font-weight: bold;
}

/* styles the text at the top of archive pages */
h2.pagetitle {
	font-size: 1.2em;
	color: #272728;
}
	
/*</group>*/

/*<group=General Styles>*/

a:link, a:visited, a:active { 
	color: #334758;
	text-decoration: 	none;
	font-weight: bold;
}

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

a:active { 
	color: #76a4cb;
	text-decoration: none;
}
	
/*</group>*/