/* General styles */
body {
	margin:18px 10%;
	padding:0;
	border:0;		/* This removes the border around the viewport in old versions of IE */
	width:80%;
	background-color:#fff;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
				/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 62.5%; /* resets font size in most browsers to 10 pt, others calculated from there */
	font: 14px Georgia,serif;
	color: #666;
}
a {
	color:#333;
}
h1,h2,h3,p,ul,ol,li {
	margin: 0;
	padding: 0;
}
h1,h2,h3 {
	color:#333;
	margin: 18px 0 0 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1 {
	font-size:36px;
	line-height:36px;
}
h2 {
	font-size:24px;
	line-height:36px;
}
h3 {
	font-size:18px;
	line-height:18px;
}
p {
	font-size:14px;
	line-height:18px;
	margin-bottom:18px;
}
img {
	border:0;
	margin:18px 0;
}
.icon {
	margin: 2px 2px 0px 2px;
	vertical-align: bottom;
}
/* Header styles */
#header {
	position:relative;
	clear:left;
	float:left;
	width:100%;
}
#header a.logo,
#header a.logo:hover {
	text-decoration: none;
}
#header h1 {
	border:0;
	letter-spacing:3px;
	text-transform:uppercase;
}
#header h2 {
	color:#999;
	margin:0;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;		/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	border-top: 0;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	/*background:#eee;		/* right column background color */
}
.rightmenu .colleft {
	right:25%;			/* right column width */
}
.rightmenu .col1 {
	width:65%;			/* left column content width (left column width minus left and right padding) */
	left:25%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:25%;			/* right column content width (right column width minus left and right padding) */
	left:30%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	margin-top: 18px;		/* to align fully with left column text */
}
.rightmenu .col2 p {
	padding: 0 3px;
}
.rightmenu .col2 h2 {
	margin-top: 0;
	font-size:18px;
	font-variant:small-caps;
	letter-spacing:1px;
}
.rightmenu .col2 ol,ul {
	margin-bottom: 18px;
}
.rightmenu .col2 li {
	font-size: 12px;
	line-height: 18px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	color: #333;
	border: 0;
}
#footer p {
	/*text-align:right;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 9px;
	line-height: 9px;
	margin: 3px 0;
}
/* Blog styles */
.post {
	border-bottom: 1px solid #eee;
	margin-bottom: 17px;
}
.posttitle > a {
	text-decoration: none;
}
.postdate, .postmetadata, .commentmetadata {
	font: 12px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.tags {
	background: transparent url(/images/icons/tag_blue.png) no-repeat center left;
	padding: 2px 0 2px 20px;
}
.tags > a {
	text-decoration: none;
}
.edit {
	background: transparent url(/images/icons/page_white_edit.png) no-repeat center left;
	padding: 2px 0 2px 20px;
}
.share {
	background: transparent url(http://s7.addthis.com/static/btn/sm-plus.gif) no-repeat center left;
	padding: 2px 0 2px 20px;
}
.comments {
	background: transparent url(/images/icons/comments.png) no-repeat center left;
	padding: 2px 0 2px 20px;
}
#twitter_update_list > li {
	margin: 9px 0;
}
.tag-cloud > a {
	text-decoration: none;
}
.wp-smiley {
	margin: 0px;
	border: 0px;
}
.entry ul > li {
	display: list-item;
	list-style: disc;
	text-indent: 0;
}
.avatar {
	margin: 0;
}