@charset "UTF-8";
/* CSS Document */


/* General styles */


* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.3;
	color: #333;
	text-decoration: none;
	}
	
p, ol, ul, blockquote, object {
	margin: 15px 0 20px 0;
	}

p, li, h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
	line-height: 1.3
	}

p, li, a, h1, h2, h3, h4, h5, h6 {
	color: #000000;
	text-decoration: none;
	text-transform: none;
	}

a:hover {
	color:#666
	}

ol, ul, li {
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}

p img, li img {
	margin-bottom: 3px;
	}

p:first-child img:first-child {
	margin-top: 3px;
	}

blockquote, blockquote p {
	font-size: 15px;
	line-height: 20px;
	}

input, textarea {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	font-family:2Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: none;
	outline: none;
	}
	
input.button {
	padding: 6px 10px 5px 10px;
	color: #ffffff !important;
	background-color: #ff6666;
	}

input.button:hover {
	background-color: #aaaaaa;
	cursor: pointer;
	}

abbr {
	border: none;
	}

.hr-above {
	padding-top: 20px;
	/* border-top: 1px solid #dddddd; */
	}
	


/* Header */


#header {
	position:fixed;
	top: 5px;
	left: 10px;
	}

#access, #blog-description {
	display: none;
	}

#header h1, #header a {
	font-size: 16px;
	margin: 0;
	color: #000000;
	line-height: 20px;
	}


/* Sidebar */


#primary {
	position: fixed;
	top: 180px;
	left: 20px;
	width: 150px;
	}

.sidebar li, .sidebar ul {
	list-style-type: none;
	margin: 0;
	}

.sidebar h3 {
	margin: 0;
	}

li.widget {
	margin-bottom: 50px;
	}

li.widget_search input.text {
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0 0 0 -1px;
	padding: 0;
	color: #000000;
	background-color: #ffffff;
	background-image: url(../.png);
	outline: none;
	}

li.widget_search input.button {
	display: none;
	}

li.widget_pages {
	top: 600;
	left: 20px;
	}

li.widget_pages h3 {
	display: none;
	}

#secondary {
	display: none;
	}

li.cat-item-1, li.cat-item-3 {
	display: none;
	}


/* Content */


#wrapper {
	width: 650px;
	margin: 40px auto 0 auto;
	}

#content{
	}

h2.entry-title, h2.entry-title a, h2.page-title, h2.page-title a {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	line-height: 35px;
	}

h2.page-title {
	margin-top: 30px;
	margin-bottom: 30px;
	}

.post {
	 margin: 30px 0 30px 0; border-top: 5px solid cyan; padding-top: 30px
	}

.entry-content ol, .entry-content ul {
	list-style-position: inside;
	}

.entry-content li {
	margin-left: 15px;
	}

.entry-content a, #related-posts li a {
	color: #000000;
	border-bottom: 2px solid cyan;
	}

.entry-date {
	display: block;
	}

.entry-meta-below {
	margin-top: 20px;
	}

.share-via, .twitter-link, .delicious-link, .facebook-link, .digg-link {
	margin-right: 5px;
	}

.edit-link {
	margin-left: 5px;
	}

a.post-edit-link {
	color: #aaaaaa;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	}

#link {
	margin-top: 20px;
	}
	
a.more-link, #pager-links li a {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 10px 5px 10px;
	color: #ffffff !important;
	background-color: cyan;
	font-weight: normal;
	}

a:hover.more-link, #pager-links li a:hover {
	background-color: #aaaaaa;
	text-decoration: none;
	}

.permalink-input {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 15px;
	padding: 10px;
	background-color: #dddddd;
	}

.permalink-input input {
	margin-top: 5px;
	width: 98%;
	}

#related-posts {
	position: relative;
	margin: 40px 0;
	padding-bottom: 160px;
	}

#related-posts h3 {
	font-size: 16px;
	}

#related-posts li {
	list-style-type: none;
	}

.related-post-1, .related-post-2, .related-post-3, .related-post-4 {
	width: 110px;
	height: 144px;
	overflow: hidden;
	position: absolute;
	top: 35px;
	}

.related-post-1 {
	left: 0;
	}

.related-post-2 {
	left: 130px;
	}

.related-post-3 {
	left: 260px;
	}

.related-post-4 {
	left: 390px;
	}

/* Comments */


#comments {
	margin-top: 60px;
	clear: both;
	}

#comments-list h3 {
	margin-bottom: 20px;
	font-size: 16px;
	}

#comments-list li {
	margin-bottom: 10px;
	margin: 10px 0 10px 0; border-top: 2px solid cyan; padding-top: 10px;
	list-style-type: none;
	}

.comment-author a {
	color: cyan;
	}

.comment-meta {
	display: none;
	}

li.comment p {
	margin: 10px 0;
	}

li.comment p a {
	color: cyan;
	}

#respond {
	margin-top: 60px;
	}

#respond h3 {
	margin: 0 0 25px 0;
	font-size: 16px;
	}

#trackbacks-list { display: none; }

.formcontainer p {
	margin-top: 0;
	}

.formcontainer {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top: 1px solid #dddddd;
	background-color: #dddddd;
	padding: 15px 10px 5px 10px;
	}

.formcontainer input, .formcontainer textarea {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: none;
	outline: none;
	}

.formcontainer input.button {
	padding: 6px 10px 5px 10px;
	color: #ffffff !important;
	background-color: cyan;
	}

.formcontainer input.button:hover {
	background-color: #aaaaaa;
	cursor: pointer;
	}

.form-input, .form-textarea, .form-submit {
	margin: 5px 0 10px 0;
	}

.formcontainer textarea {
	width: 98%;
	}

.page .entry-content {
	margin: 30px 0 30px 0; border-top: 5px solid cyan; padding-top: 30px;
	}

.page .entry-content .edit-link {
	margin: 0;
	}

.page .entry-content .edit-link a {
	text-transform: lowercase;
	}

.page .entry-content .edit-link a:before {
	content: " ";
	}

/* Footer */


#footer {
	margin: 100px 0 15px 0;
	clear: both;
	}

/* Page links */


#nav-above, #nav-below {
	display: none;
	}

#pager-links li {
	list-style-type: none;
	}

#pager-links li.prev {
	float: left;
	}

#pager-links li.next {
	float: right;
	}


/* Twitter */


.category-twitter-feed h2.entry-title, .category-twitter-feed h2.entry-title a, .category-twitter-feed .entry-meta-above span.cat-links a {
	display: none;
	}

.category-twitter-feed .entry-content p {
	font-size: 16px;
	line-height: 20px;
	text-indent: 35px;
	background: url('') top left no-repeat;
	}

.category-twitter-feed .entry-content p a {
	font-size: 16px;
	line-height: 20px;
	color: #00ff99;
	}