@charset "utf-8";
/* CSS Document */

/* Reset CSS Styles */
* {
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

a {
	color: #333;
	text-decoration: underline;
}

ul, ol, dl {
     position: relative;  
}


.line {
	position: relative;
	clear: both;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color:#CCC;
	padding: 7px 0 0 0;
	margin: 0 0 7px 0;
	line-height: 1px;
	height: 1px;
	font-size: 0px;
}

body {
	height: 100%;
	text-align: center;
	min-width: 960px;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Arial, Helvetica, sans-serif;
	background-color:#98948b;
	background-image:url(/img/pagebg.gif);
	background-position:center;
	background-repeat:repeat;
	margin-top: 30px;
}

p {
	padding: 0 0 15px 0;
}



h2, h2 a {
	font-family: Verdana, Geneva, sans-serif;
	color:#98948b;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}

#container {
	position: relative;
	width: 958px;
	margin: 0 auto;
	border: 1px solid #878276;
}

#body {
	position: relative;
	width: 956px;
	background-image: url(/img/bodybg.gif);	
	background-position: 0 0;
	background-repeat: repeat-y;
	border: 1px solid #fff;
	overflow: auto;
}

#top {
	position: relative;
	height: 276px;
}

#top img {
	position:relative;
	float: right;
}

#logo {
	position: relative;
	float: left;
	width: 230px;
}

#menu {
	position: relative;
	height: 32px;
	padding: 4px;
	text-align: left;
	background-color:#fff;
	border: 1px solid #cbcabf;
	border-width: 1px 0 1px 0;
	background-image:url(/img/line.gif);
	background-position: 50% 50%;
	background-repeat:repeat-x;
	text-align: center;
}

#menu img {
	padding: 0;	
}

#left { 
	position: relative;
	float: left;
	width: 202px;
	padding: 10px 15px 10px 15px;
}

#right {
	position: relative;
	float: left;
	width: 694px;
	padding: 15px 15px 10px 15px;
	text-align: left;
}



#footer {
	position: relative;
	width: 820px;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 7px;
	padding-right: 140px;
	text-align: right;
	font-size: 10px;
	color: #deded2;
}

#footer a {
	color: #deded2;	
}

.graphite_logo {
	position: absolute;
	top: 7px;
	right: 15px;
	border-width: 0;
}

ul#sidebar_list {
	text-align: left;
	font-size: 12px;	
	font-weight: bold;
	list-style-type: none;
	/*list-style-image:url(/img/doublearrow.gif);*/
	margin: 0 0 0 20px;
}

ul#sidebar_list li {
	padding-left: 15px;
	margin-top: 5px;
	vertical-align:middle;
	line-height: 1.2em;
}

ul#sidebar_list li {
	background-image:url(/img/doublearrow.gif);
	background-repeat:no-repeat;
	background-position:0 3px;	
}

ul#sidebar_list a {
	text-decoration: none;	
	color: #5b5447;
}

ul#sidebar_list a:hover {
	text-decoration: underline;	
}

#sidebar #side_contact {
	line-height: 2em;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	color: #5b5447;
}

small {
	font-size: 12px;
	color: #999;
}

.post .subtitle {
	position: relative;
	font-size: 12px;
	color: #666;
	overflow: auto;
	padding: 5px 0 8px 0;
}

.post .subtitle .date {
	position: relative;
	float: left;
	background-image:url(/img/calendar.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 20px;
}

.post .subtitle .comments {
	position: relative;
	float: right;
	background-image:url(/img/comment.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-right: 10px;
}

.entry {
	font-size: 14px;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 10px 20px 10px;
	clear: both;
}

h1.title {
	padding: 0;
	margin: 0;
	line-height: 1em;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color:#CCC;
}

.entry h1 {
	font-family: Arial, Helvetica, sans-serif;
	
}

.entry h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #726a59;
	padding: 0px 0 10px 0;
	margin: 0;
}

.entry ul {
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
	list-style-type:square;
}

.entry ul ul {
	list-style-type:circle;
}

.postmetadata {
	font-size: 9px;
	border: 1px solid #eee;
	border-width: 1px 0 0 0;
	padding-top: 7px;
	text-decoration: none;
}
