﻿/* 
 * Reset css (modified Eric Meyer) 
 */

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,
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-weight: normal;
	font-style: normal;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
	background-repeat:no-repeat;
}
/* remember to define focus styles! */
:focus {
	outline: 1px dotted #0096e0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after {
content: “.”;
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
 * Basic styles
 */

body {
	width: 900px;
	background-color: #282828;
	padding-left: 60px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #282828;
	line-height: 14px;
}
a {
	text-decoration: none;
	color: #00a1ec;
	outline: none;
}
a:hover {
	color: #282828;
	outline: none;
}
strong {
	font-weight: bold;
}
.hidden {
	display: none;
}
.space {
	display: none;
	margin-bottom: 4px;
}
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

/*
 * Navigation
 */

#nav {
	background-color: #fff;
	width: 720px;
	padding-left: 10px;
	padding-top: 5px;
}
#nav ul li {
	float: left;
	width: 174px;
	margin-right: 5px;
}
#nav ul li a {
	padding: 5px 10px 5px 10px;
	background-color: #282828;
	color: #fff;
	display: block;
	text-decoration: none;
}
#nav ul li a:hover {
	background-color: #00a1ec;
}
#nav ul li.current_page_item a {
	background-color: #00a1ec;
}


/*
 * Head
 */

#head {
	padding-top: 5px;
	width: 730px;
	background-color: #fff;
}


/*
 * Content
 */

#content {
	width: 705px;
	min-height: 450px;
	background-color: #fff;
	padding: 15px 15px 20px 10px;
	margin-right: 10px;
}


/*
 * Section
 */

.section {
	width: 705px;
	float: left;
	margin-bottom: 30px;
}
.left {
	width: 194px;
	margin-right: 5px;
	float: left;
	border-top: 1px solid #282828;
	padding: 10px 3px 0 3px;
}
.tags {
	padding-top: 10px;
	border-top: 1px dotted #282828;
}
.tags ul li{
	width:194px;
}
.tags ul li a {
	padding: 3px 5px 3px 5px;
	background-color: #282828;
	color: #fff;
	text-decoration: none;
	margin-right: 2px;
	float: left;
	margin-bottom: 2px;
}
.tags ul li a:hover {
	background-color: #00a1ec;
}
.editfield {
	margin-top: 15px;
	margin-bottom: 20px;
	width: 150px;
	float: left;
	clear: left;
}
.right {
	width: 500px;
	float: left;
	border-top: 2px solid #282828;
	padding-top: 20px;
	line-height: 1.5em;
}
.right h1 a{
	text-decoration: none;
	color: #282828;
}
.right h1 a:hover{
	color: #00a1ec;
}
.article-text {
	margin-top: 10px;
}
a .more{
	padding: 3px 3px 3px 3px;
	background-color: #00a1ec;
	color: #fff;
	text-decoration: none;
}
a:hover .more{
	background-color: #282828;
	color: #fff;
}
h1 {
	font-size: 250%;
	margin-bottom: 20px;
}
.date {
	font-weight: bolder;
}
.categories {
	margin: 10px 0 10px 0;
}
.comments {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #282828;
}
.comments a{
	background-color: #00a1ec;
	color: #fff;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}
.comments a:hover{
	background-color: #282828;
}
.floatleft {
	float: left;
}
.floatleft a {
	color: #282828;
	text-decoration: none;
}
.floatleft a:hover {
	color: #00a1ec;
}
.floatright {
	float: right;
}
.floatright a {
	color: #282828;
	text-decoration: none;
}
.floatright a:hover {
	color: #00a1ec;
}
.line {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #282828;
	display: block;
	width: 500px;
	height: 1px;
}


/*
 * Meta
 */

.metabox-list {
	width: 160px;
	float: right;
	color: #fff;
}	
.metabox {
	margin-bottom: 20px;
}
.metabox a {
	color: #fff;
	text-decoration: none;
}
.metabox a:hover {
	color: #00a1ec;
}
.metabox ul {
	margin: 3px 2px 0 3px;
}
.metabox ul li {
	margin-bottom: 2px;
}
.metabox ul li a {
	color: #fff;
	text-decoration: none;
}
.metabox ul li a:hover {
	color: #00a1ec;
}
h3 {
	font-weight: bold;
	border-bottom: 2px solid #fff;
	padding-bottom: 2px;
}
#searchinput {
	margin: 5px 0 0 3px;
	width: 90px;
	height: 14px;
	padding-left: 2px;
	margin-right: 2px;
	border: 1px solid #fff;
	background-color: #282828;
	color: #00a1ec;
	font-size: 10px;
	float:left;
}
#searchsubmit {
	border: 0px;
	background-color: #282828;
	color: #fff;
	font-size: 100%;
	margin-top: 7px;
	margin-left: 0px;
}

/*
 * Footer
 */

#footer {
	width: 500px;
	display: block;
	padding-left: 204px;
}
#footer .right {
	border-top: 1px solid #282828;
	padding-top:5px;
}
#footer a {
	color: #00a1ec;
	text-decoration: none;
}
#footer a:hover {
	color: #282828;
}


/*
 * Comments
 */

label {
	width: 90px;
	float: left;
	font-style: italic;
}
input {
		margin-bottom:3px;
}
textarea#comment {
	width: 400px;
	margin-left: 90px;
}
#comments {
	border-bottom: 1px dotted #282828;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
em {
	font-style: italic;
}
.comment-meta {
	margin-bottom: 10px;
}
.commentlist .right {
	margin-bottom: 15px;
	border-bottom: 2px solid #282828;
	border-top: 0px;
}
span.commenttext {
	margin-top: 15px;
}
.commenttext p{
	margin-left: 15px;
	margin-bottom: 5px;
	font-weight: bolder;
}
.user_info {
	border-top: 1px dotted #282828;
}
input.button {
	margin-left: 90px;
	margin-top: 10px;
}


/*
 * Contact Form
 */

#gb_form label{
	width: 200px;
	clear: left;
}

 
/*
 * Adsense
 */

.content-block {
	width: 200px;
	float: right;
}
.smalltext {
	font-size: 10px;
}
 
 
 
 
 
 
 