/* RESET FIRST
=============================================== */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BASICS
=============================================== */

body {
	font-size: 81.25%; /* = 13px */
	line-height: 1.5;
	font-family: Arial, Helvetica, Calibri, "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	background-color: #262626;
}

body * {
	font-family: Arial, Helvetica, Calibri, "Lucida Grande", Verdana, sans-serif;
}

h1 {
	font-size: 2em;
	line-height: 1;
	font-weight: normal;
}

h1 a {
	font-weight: normal;
}

h2 {
	margin: 1em 0 0 0;
	font-size: 1.5em;
	line-height: 1;
	font-weight: normal;
	color: #262626;
}

h3 {
	margin: 1em 0 0;
	font-size: 1em;
	font-weight: bold;
}

ol, ul, p, dl, table {
	margin: 1em 0 0;
}

a {
	text-decoration: none;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	padding: 2px 4px;
	font-style: normal;
	color: #747474;
	background-color: #fffdda;
}

small {
	font-size: 0.846em;
	color: #dcdcdc;
}

blockquote {
	padding-left: 1em;
	font-style: italic;
	color: #747474;
}

.article ul {
	margin-left: 1em;
}

.article ul li {
	list-style-type: disc;
}


/* GENERIC
=============================================== */

.first {
	margin-top: 0 !important;
}

.quiet {
	color: #747474;
}

.rss {
	padding-left: 17px;
	background: transparent url(images/feed-icon-12x12.png) no-repeat left center;
}

.alone {
	margin-left: 130px;
}


/* LAYOUT
=============================================== */

#header {
	height: 10em;
	border-top: 4px solid #262626;
	background: #fff url(images/stripes.png) repeat-x left top;
}

#header .content {
	position: relative;
}

#logo {
	margin-left: 130px;
}

#service-navi {
	position: absolute;
	left: 650px;
	top: 0;
	width: 260px;
}

#service-navi li {
	float: left;
	width: 117px;
	margin-right: 13px;
}

#body {
	min-height: 500px;
	padding-bottom: 20em;
	background: #fff url(images/illustration.png) repeat-x 50% bottom;
}

#body .content {
	overflow: auto;
}

#main {
	width: 637px;
	margin-right: 10px;
	float: left;
}

#sidebar {
	width: 247px;
	float: left;
}

#sidebar h2 {
	margin-top: 2em;
	
}

#sidebar .tweets .metainfo {
	overflow: hidden;
	margin-bottom: .5em;
	font-size: .800em;
	line-height: 1.5;
}

#sidebar .tweet {
	padding-left: 23px;
}

#sidebar .tweets img {
	width: 43px;
	height: 43px;
	float: left;
	margin-right: 5px;
	border: 1px solid #666666;
}

#sidebar .entry-meta {
	display: block;
	font-size: 0.846em;
}

.twitter-message {
	font-size: 0.846em;
}

#footer {
	height: 24em;
	padding: 2em 0 0;
	font-size: 0.846em;
	color: #aeaeae;
}

html > body #footer {
	height: auto;
	min-height: 24em;
}

#footer .copyright, #footer .latest-comments {
	width: 247px;
	margin-right: 13px;
	margin-bottom: 5em;
	float: left;
}

#footer .recent-posts {
	width: 310px;
	margin-right: 13px;
	margin-bottom: 5em;
	float: left;
}

#footer .copyright {
	padding-left: 130px;
}

#footer .recent-posts {
	margin-right: 0;
}

.content {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}


/* HYPERLINKS
=============================================== */

a:link, a:visited {
	color: #6e4181;
}

#service-navi a {
	display: block;
	padding-left: 15px;
	height: 24px;
	line-height: 23px;
	text-align: center;
}

#service-navi a:link, #service-navi a:visited {
	background: transparent url(images/button.png) no-repeat left top;
	color: #262626;
}

#service-navi a:hover, #service-navi a:active, #service-navi a:focus {
	background-position: left bottom;
}

.meta-info a:link, .meta-info a:visited,
#sidebar a:link, #sidebar a:visited {
	color: #747474;
}

#commentform a:link, #commentform a:visited {
	color: #aeaeae;
}

#footer a:link, #footer a:visited {
	color: #f2f2f2;
}

#footer .latest-comments a.permalink:link, #footer .latest-comments a.permalink:visited {
	color: #aeaeae;
}

a:hover, a:active, a:focus,
.meta-info a:hover, .meta-info a:active, .meta-info a:focus,
#commentform a:hover, #commentform a:active, #commentform a:focus,
#sidebar a:hover, #sidebar a:active, #sidebar a:focus,
#footer a:hover, #footer a:active, #footer a:focus,
#footer .latest-comments a.permalink:hover, #footer .latest-comments a.permalink:active, #footer .latest-comments a.permalink:focus {
	color: #9c699c;
}

a.go {
	padding-left: 18px;
	background: transparent url(images/go-arrow.gif) no-repeat left center;
}


/* ARTICLES
=============================================== */

.article, .comment {
	position: relative;
	margin-left: 130px;
	height: 8em;
}

.article {
	height: 8em;
	margin-bottom: 3em;
}

.page-navi {
	margin-left: 130px;
}

.prev {
	float: left;
}

.prev a {
	padding-left: 17px;
	background: transparent url(images/prev.gif) no-repeat left center;
}

.next {
	float: right;
}

.next a {
	padding-right: 17px;
	background: transparent url(images/next.gif) no-repeat right center;
}

.comments {
	margin-top: 4em;
}

.comment {
	height: 6em;
	margin-top: 1em;
	color: #565656;
}

.comment p {
	margin-top: 0.5em;
}

.odd {
	padding: 1px 0.5em 0.5em;
	background-color: #f2f2f2;
}

.meta-details {
	padding: 0.5em;
	margin-top: 1em;
	font-size: 0.846em;
	background-color: #f2f2f2;
}

html > body .article {
	height: auto;
	min-height: 8em;
}

html > body .comment {
	height: auto;
	min-height: 6em;
}

.meta-info {
	position: absolute;
	left: -130px;
	width: 103px;
	padding: 0 10px 4px 0;
	border-right: 4px solid #dcdcdc;
	font-size: 0.846em;
	line-height: 1.773;
	font-weight: bold;
	text-align: right;
	color: #747474;
}
.meta-info img {
	border: 1px solid #666666;
}

.author-comment .meta-info {
	border-color: #6e4181;
}

.comments h2 {
	margin-left: 130px;
}

.write-comment {
	margin-top: 3em;
}


/* FORMS
=============================================== */

fieldset {
	margin-top: 1em;
}

input.text, textarea {
	font-size: 1em;
	padding: 2px;
	border: 1px solid #747474;
}

#s {
	width: 150px;
}

#ssubmit {
	vertical-align: middle;
}

#commentform {
	padding: 13px;
	margin: 1em 0 0 130px;
	background-color: #262626;
}

#commentform label {
	display: block;
	color: #fff;
}

#commentform p {
	color: #fff;
}

#commentform input.text {
	width: 247px;
	vertical-align: middle;
}

#commentform input.text, #commentform textarea {
	border: none;
}

#commentform input.text {
	margin: 0.5em 0;
}

#commentform textarea {
	width: 477px;
}

#submit {
	height: 24px;
	width: 117px;
	border: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	background: transparent url(images/submit-button.png) no-repeat left top;
	color: #262626;
	cursor: pointer;
}

#submit:hover {
	background-position: left bottom;
}


/* FOOTER
=============================================== */

#footer img {
	display: block;
}

#footer h2 {
	height: 23px;
	margin-top: 0;
	color: #f2f2f2;
}

.latest-comments li {
	padding: 0 0 1em 25px;
	background: transparent url(images/qmark.gif) no-repeat left top;
}

.recent-posts li {
	width: 100%;
	float: left;
	clear: left;
	padding: 0;
	margin-bottom: 0.5em;
}

.recent-posts .date {
	display: block;
	float: left;
	margin-right: 13px;
	font-weight: bold;
}

.recent-posts a {
	display: block;
/* 	float: left; */
}