html, body {
	height: 100%;
}

.print {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 13px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	color: #000;
}

img {
	border: none;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

#container {
	width: 730px;
	padding: 0px 15px 0px 15px;
	min-height: 100%;
}

#main {
	width: 740px;
	padding: 0px 10px 10px 10px;
	text-align: left;
}

#menu {
	position: relative;
}

#menu .spacer {
	height: 50px;
}

#header {
	height: 29px;
	background: #99CC00;
}

#colors {
	height: 29px;
	width: 760px;
}

#colors div {
	height: 29px;
	float: left;
}

#cyan {
	background: #01CCCC;
	width: 200px;
}

#purple {
	background: #FF0199;
	width: 294px;
}

#red {
	background: #FF3300;
	width: 266px;
}

h1 span {
	display: none;
}

h1 {
	position: absolute;
	right: 0px;
	padding: 0;
	margin: 0;
	display: block;
	width: 252px;
	height: 23px;
	background: url(../img/logo.gif) no-repeat 0px 0px;
}

h1 a {
	display: block;
	width: 252px;
	height: 23px;	
}

h2 {
	display: block;
	padding: 66px 0px 0px 13px;
	margin: 0;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	width: 500px;
}

a {
	color: #01CCCC;
}

h3, h4, h5, h6 {
	color: #FFF;
	font: bold 18px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 2px;
	margin: 8px 0px 0px 0px;
}

h3 span, h4 span, h5 span, h6 span {
	background: #000;
	padding: 2px;
}

h3 a, h3 a:visited  {
	color: #FFF;
}

h3 a:hover {
	color: #FF0199;
}

h4 {
	color: #FFF;
	margin: 20px 0px 10px 0px;
}

h5 {
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
}

h6 {
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
}

h3 a {
	text-decoration: none;
}

#comment-error {
	color: #FF0199;
	margin-bottom: 20px;
	font-style: italic;
}

span.field-error {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	background: url(../img/invalid.gif) no-repeat;
	margin: 8px 0px 0px -10px;
}

#content {
	margin-right: 182px;
	padding: 65px 15px 0px 15px;
	line-height: 22px;
}

#menu {
	width: 150px;
	float: right;
	padding: 50px 15px 0px 17px;
}

#menu h3 {
	font-size: 16px;
	margin-bottom: 4px;
}

input, textarea {
	border: 1px solid #01CCCC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

textarea {
	overflow: auto;
}

input.focused, textarea.focused {
	border-color: #FF0199;
}

input.error, textarea.error {
	border-color: #A71429;
	background: #A71429;
	color: #FFF;
}

#menu ul {
	padding: 0;
	margin: 25px 0px 0px 0px;
}

#menu li {
	padding: 0;
	list-style-type: none;
}

#menu li ul {
	margin: 0px 0px 25px 20px;
}

#menu li ul li {
	margin-bottom: 3px;
	list-style-image: url(../img/arrow.gif);
}

#menu a {
	text-decoration: none;
}

#menu li div {
	margin: 0px 0px 25px 5px;
}

#footer {
	clear: right;
	padding: 15px 0px 0px 15px;
	height: 35px;
	font-size: 11px;
}

#footer * {
	font-size: 11px;
}

span.date {
	color: #959595;
}

a.comment {
	font-size: 11px;
}

a.trackback {
	font-weight: bold;
}

ul.buttons li {
	padding: 0;
	margin-bottom: 6px;
	list-style-type: none;
	border: 1px solid #01CCCC;
	font-size: 9px;  
	line-height: 9px;
	width: 78px;
}

ul.buttons a {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 9px;
	line-height: 10px;
	display: inline;
	color: #FFF;
	background: #01CCCC;
	text-decoration: none;
	width: 72px;
	height: 11px;
	padding: 0px 0px 0px 4px;
	margin: 1px 1px 1px 1px;
	display: block;
}

ul.buttons a:hover {
	background: #FF0199;
	color: #FFF;
}

div.separator {
	height: 1px;
	margin: 20px 0px;
}

ol.comment {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a.post-comment-link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

li.comment {
	padding: 5px;
	margin-bottom: 10px;
}

li.comment a.comment-index {
	float: left;
	display: block;
	width: 30px;
	text-align: center;
	margin-right: 8px;	
	line-height: 18px;
	color: #FFF;
	background: #01CCCC;
}

#comment-form label {
	display: block;
}

#comment-form textarea {
	height: 100px;
	width: 350px;
}

#comment-form input {
	width: 200px;
}

#comment-info {
	margin-top: 20px;
	font-size: 11px;
}

input.submit-button {
	display: block;
	margin-top: 5px;
	border: none;
	color: #FFF;
	background: #167DAF url(../img/submitbtn.gif) no-repeat;
	width: 120px !important;
	height: 21px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
}

input.remember-checkbox {
	border: none;
	width: auto !important;
}

div.footer {
	border-bottom: 1px solid #CCC;
	padding: 16px 0px;
	font-size: 11px;
}

div.footer a.comment {
	padding-left: 15px;
	background: url(../img/comment.gif) no-repeat 0px 3px;
	font-weight: bold;
}

div.footer a.bookmark {
	padding-left: 10px;
	background: url(../img/bookmark.gif) no-repeat 0px 3px;
	font-weight: bold;
}

div.footer a.trackback {
	padding-left: 12px;
	background: url(../img/trackback.gif) no-repeat 0px 3px;
	font-weight: bold;
}

.bookmark-menu, .comment-menu {
	z-index: 100;
	display: none;
	position: absolute;
	width: 100px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0;
	padding: 2px;
	list-style-type: none;
}

.comment-menu {
	width: 120px;
}

.bookmark-menu li, .comment-menu li {
	padding: 0;
	margin: 0;
	line-height: 18px;
	height: 22px;
}

.bookmark-menu li a, .comment-menu li a {
	padding: 2px;
	text-decoration: none;
	display: block;
}

.bookmark-menu li a:hover, .comment-menu li a:hover {
	color: #FFF;
	background: #FF0199;
}

div.article-text {
	margin-top: 20px;
}

div.article-text code {
	display: block;
	margin-left: 20px;
	cursor: pointer;
	background: #FFF;
}

div.article-text code.selectable {
	cursor: auto;
}

div.article-text code span.info {
	display: block;
	position: absolute;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 8px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	display: none;
}

div.article-text code span.keyword {
	color: #000;
	font-weight: bold;
}

div.article-text code span.tag {
	color: #A6135A;
}

div.article-text code span.string {
	color: #095E89;
}

div.article-text code span.line {
	color: #666;
}

div.article-text code span.comment {
	color: green !important;
	font-weight: normal !important;
	font-style: italic;
}

div.code-info {
	font-size: 11px;
	border-top: 1px solid #F2F2F2;
}

#more-tags {
	margin-top: 5px;
}

#tag-cloud a, #tag-cloud span {
	margin-right: 20px;
}

#tag-cloud span {
	color: #555;
}

a.more {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.back-to-top {
	display: block;
	width: 12px;
	height: 8px;
	background: url(../img/top.gif) no-repeat;
	margin-bottom: 20px;
}

a.back-to-top span {
	display: none;
}

div.article-text img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

div.article-text img.right {
	float: right;
	margin: 0px 0px 5px 5px;
}

ul.bookmarks {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.bookmarks li {
	display: inline;
	margin: 0;
	padding-right: 5px;
}

a:visited {
	color: #6DABAB;	
}

a:hover {
	color: #FF0199;
}

em.explicit {
	display: inline-block;
	width: 40px;
	height: 9px;
	padding: 0;
	margin: 0;
	background: url(../img/explicit.gif) no-repeat left top;	
}

em.explicit span {
	display: none;
}

#out-campaign span {
	display: none;
}

#out-campaign {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/outcampaign.gif) no-repeat left top;
	margin: 20px 0px;
}

#about-me-summary {
	margin-bottom: 5px !important;
}