/* !Tags */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font: 1em Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
a {
	color: #16A8E6;
	text-decoration: none;
	outline: none;
}
a:hover {
	border-bottom: 1px solid #16A8E6;
}
h1, h2 {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-weight: normal;
	text-transform: lowercase;
}
h2 {
	color: #666;
	font-size: 20px;
}
h3 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	margin: 1.5em 0 -0.75em 0;
	padding: 0;
}
h3 a {
	color: #000;
}
h3 a:hover {
	border-bottom: 1px solid #000;
}
h3 span {
	padding-right: 6px;
	font-size: 14px;
	color: #666;
}
h4 {
	color: #666;
	padding: 0;
	margin: 2.5em 0 1em 0;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	border-top: 1px solid #555;
}
h4 span {
	background: #fff;
	position: relative;
	top: -10px;
	padding: 0 16px;
	margin: 0;
}
p, ol, ul, dl, blockquote, code, .vcard {
	color: #000;
	line-height: 22px;
	margin: 1.5em 0;
}
dt {
	font-weight: 600;
	margin-top: 1em;
}
dt em {
	font-weight: normal;
}
pre {
	border: 1px solid #777;
	padding: 0.3em;
	padding-bottom: 0.5em;
	line-height: normal;
	overflow: auto;
}
blockquote {
	font-size: 16px;
	padding-left: 20px;
}
blockquote big {
	color: #555;
	font-size: 45px;
	line-height: 1px;
	vertical-align: -16px;
}
blockquote small {
	color: #555;
	font-size: 16px;
}
strong {
	font-weight: 600;
}
sup, sub {
	font-weight: normal;
}
ul, ol {
	margin: 1.5em 0;
	padding: 0;
}
ul li {
	list-style: none;
	background: url(../images/bullet.png) left center no-repeat;
	padding-left: 12px;
}
ol li {
	list-style-position: inside;
}
em {
	letter-spacing: 1px;
}
hr {
	height: 1px;
	border: none;
	background: #555;
	margin: 1.5em 0;
}
label, input[type=submit], input[type=reset], input[type=button], button {
	cursor: pointer;
}
input, textarea {
	font: 1em Georgia, "Times New Roman", Times, serif;
	border: 1px solid #777;
	outline: none;
}
input:focus, textarea:focus {
	border: 1px solid #16A8E6;
}
/* !IDs */
#center {
	margin: 0 auto;
	width: 550px;
}
#content {
	margin-top: 60px;
	text-align: left;
}
#navigation {
	margin: 1.5em 0;
	border-top: 1px solid #16A8E6;
	border-bottom: 1px solid #16A8E6;
}
#navigation ul {
	padding: 0;
	margin: 0;
}
#navigation li {
	float: left;
	list-style: none;
	background: none;
	margin: 5px 5px 5px 0;
	padding: 0;
}
#navigation li.right {
	float: right;
}
#footer {
	margin: 2em 0;
	padding-bottom: 1.5em;
	border-top: 1px solid #16A8E6;
	font-size: 14px;
}
#footer ul {
	padding: 0;
	margin: 0;
	float: right;
}
#footer li {
	float: right;
	list-style: none;
	background: none;
	margin: 5px 0 5px 5px;
	padding: 0;
}
#footer p {
	float: left;
	color: #666;
	padding: 0;
	margin: 5px 0 0 0;
}
#navigation a,
#footer a {
	padding: 2px;
}
#navigation a:hover,
#footer a:hover {
	color: #fff;
	background: #16A8E6;
	border-bottom: none;
}
#social {
	margin: 0.75em auto;
	list-style: none;
	width: 504px;
}
#social li {
	float: left;
	list-style: none;
	background: none;
	margin-right: 12px;
	width: 48px;
	height: 48px;
}
#social li img {
	border: none;
}
#social li a,
#social li a:hover {
	border: none;
}
#column_left {
	padding-right: 9px;
	margin-right: 10px;
	/*border-right: 1px solid #555;*/
}
#column_left,
#column_right {
	width: 265px;
	float: left;
}
#commentform label input.text {
	width: 240px;
	margin: 0 4px 6px 0;
	padding: 2px;
}
#commentform textarea {
	width: 546px;
	height: 96px;
	padding: 2px;
	margin-bottom: 6px;
}
#searchfield {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
/* !Classes */
.clear {
	float: none;
	clear: both;
}
.active {
	color: #fff;
	background: #16A8E6;
}
.excerpt {
	color: #444;
}
.icon {
	padding-left: 18px;
	background-position: left center;
	background-repeat: no-repeat;
}
.time {
	background-image: url(../images/time_new.png);
}

.category {
	background-image: url(../images/category_new.png);
}
.comment {
	background-image: url(../images/comment_new.png);
}
.categories li,
.blogroll li {
	background-image: url(../images/category_new.png);
	padding-left: 20px;
	width: 163px;
	float: left;
}
.categories li a,
.blogroll li a {
	color: #000;
}
.categories li a:hover,
.blogroll li a:hover {
	border-bottom: 1px solid #000;
}
.right {
	float: right !important;
}
.nomargin {
	margin: 0 !important;
}
.noborder {
	border: none !important;
}
.normal {
	font-weight: normal !important;
}
/* !Pseudo classes */
::-moz-selection {
	background: #16A8E6;
	color: #fff;
}
::selection {
	background: #16A8E6;
	color: #fff;
}
