/** general */
html, body {
	background-color: #f1f1f1;
	font-family: Georgia;
	font-size: 0.875em;
	color: #666;
}

p {
	margin: 0 0 15px 0;
}

.to_upper {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #666;
}

h1 a:hover, h2 a:hover {
	color: #666;
}

#content a {
	border-bottom: 2px solid #ffff00;
}

#content a:hover {
	border: none;
	color: #666;
}

/** single */
.single {
	margin: 20px 0 0 0;
	float: left;
}

.single_left {
	float: left;
	text-align: right;
	width: 185px;
	padding: 0 15px 0 0;
}

.single_right {
	float: left;
	width: 505px;
}

.single_right p {
	color: #4c4c4c;
	line-height: 19px;
	font-size: 13px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	width: 475px;
}

.border_top {
	border-top: 1px solid #ccc;
}

.border_bottom {
	border-bottom: 1px solid #ccc;
}

.single_left h1 div, .single_left h2 {
	color: #333;
	background: #ffff00;
	font-size: 2.4em;
	padding: 3px 5px;
	font-style: italic;
	float: right;
}

.single_left h2 {
	font-size: 1.7em;
}

.single_left h1 {
	float: right;
	margin: 0 0 30px 0;
}

.single_left h3 {
	clear: right;
	background: #ffff00;
	float: right;
	font-style: italic;
	color: #333;
	padding: 3px 2px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.single_left .single_meta {
	clear: right;
}

.single_comment {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}

.single_align_middle {
	margin: 15px 0 0 0;
}

.single .comment_author {
	color: #333;
	font-weight: bold;
}

/** share */
#share {
	position: relative;
	height: 15px;
}

#share img {
	position: absolute;
	right: 0;
	top: -8px;
	cursor: pointer;
}

/** comment form */
#comment_form input, #comment_form textarea {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	width: 220px;
	padding: 0 1px;
}

#comment_form textarea {
	width: 325px;
	height: 250px;
	overflow: hidden;
}

#comment_form .submit {
	padding: 3px;
	text-transform: uppercase;
	background: #ffff00;
	width: 55px;
	border: none;
	font-size: 0.9em;
	cursor: pointer;
	margin: 0 0 0 70px;
}

#comment_form label {
	float: left;
	width: 60px;
	text-align: right;
	margin: 0 10px 0 0;
}

#comment_form {
	width: 500px;
	padding: 8px 0 0 0;
	margin: 0 0 80px 0;
}

/** grid items post page */
.item {
	border-bottom: 1px solid #ccc;
	margin: 15px 0 15px 0;
	padding: 0 0 15px 0;
	float: left;
	width: 345px;
	height: 315px;
	position: relative;
}

.odd_item {
	margin-right: 15px;
}

.item h2 {
	margin: 10px 0;
}

.read_more {
	position: absolute;
	bottom: -5px;
	right: 0;
}

.item h2 span {
	padding: 0 5px 0 2px;
}

.item_poster {
	overflow: hidden;
	width: 345px;
	height: 190px;
}

#post_navigation {
	margin: 0 auto;
	width: 300px;
	padding: 25px 0; 
	clear: both;
}

#post_navigation .left {
	margin: 0 10px 0 0;
}

/** first post */
#first_post, .first_items {
	margin-top: 0px;
}

#first_post {
	width: 705px;
	height: 290px;
}

#first_post_poster {
	width: 705px;
	height: 290px;
	overflow: hidden;
}

#first_post_header, #first_post_content {
	position: absolute;
	top: 15px;
}

#first_post_header {
	right: 280px;
}

#first_post_header h1 {
	text-align: right;
}

#first_post_header h1 div {
	padding-left: 6px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-top: 2px;
	background: #ffff00;
	font-size: 2.3em;
	color: #000;
	font-style: italic;
	line-height: 30px;
	float: right;
	clear: right;
}

#first_post_content {
	color: #4c4c4c;
	line-height: 19px;
	font-size: 13px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background: #fff;
	width: 240px;
	height: 240px;
	right: 20px;
}

#first_post_footer {
	position: absolute;
	bottom: 10px;
	font-size: 0.8em;
}

/** search items */
.search_item {
	width: 705px;
	height: 100px;
	padding: 15px 0;
	margin: 0;
}

.search_item_left, .search_item_right {
	float: left;
	width: 350px;
}

.search_item_left {
	width: 175px;
}

.search_item_right h2 a div {
	color: #333;
	font-size: 1.4em;
	background: #ffff00;
	float: left;
	padding: 3px 5px;
	display: block;
	margin-top: -5px;
}

.search_item .date {
	font-size: 1.4em;
	margin-bottom: 10px;
}

.search_item h3 {
	margin-top: 8px;
	color: #ccc;
}

.top_border {
	border-top: 1px solid #ccc;
}

/** header and links */
#header {
	background: #545555;
	border-bottom: 1px solid #8c8c8c;
}

#profiles a {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial;
	margin: 0 0 0 5px;
}

#profiles a:hover, #footer a:hover {
	color: #ffff00;
}

#wallpaper .credits a, #wallpaper .credits a:hover {
	padding: 2px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: white; ;
	letter-spacing: 0.05em;
	font-size: 0.85em;
	color: #4c4c4c;
	text-decoration: none;
}

#navigation a {
	display: block;
	padding: 4px 6px;
}

#navigation a, #searchsubmit {
	font-weight: bold;
	font-size: 1.15em;
	font-family: Arial;
}

#navigation a:hover, #navigation .selected {
	background: #ffff00;
	color: #666;
}

/** sidebar */
#sidebar li.widget {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}

.sidebar_content .submit {
	padding: 3px;
	text-transform: uppercase;
	background: #ffff00;
	width: 55px;
	border: none;
	font-size: 0.9em;
	cursor: pointer;
	margin: 0 0 0 70px;
}

.bullet {
	font-size: 1.2em;
	margin: 0 4px;
}

#flickr div {
	display: inline;
	width: 75px;
	height: 75px;
	overflow: hidden;
}

#tweet a {
	background: #ffff00;
}

#tweet a:hover {
	border: none;
}

#tweet em {
	font-style: italic;
}

#tweet p {
	display: block;
	width: 230px;
}

/** sidebar form */
#sidebar a:hover {
	border-bottom: 2px solid #ffff00;
}

#sidebar h2 {
	letter-spacing: -1px;
	margin: 0 0 7px -1px;
	font-style: italic;
	font-size: 2.5em;
	color: #333;
}

#sidebar h3 {
	font-weight: bold;
}

#search {
	padding: 0 0 20px 0;
}

#searchsubmit, #s {
	border: none;
	background: none;
	font-weight: bold;
	color: #fff;
}

#s {
	padding-left: 2px;
	padding-bottom: 3px;
	padding-right: 0;
	padding-top: 0px;
	background: #666666;
	width: 160px;
	border: 1px solid #d8d8d8;
}

#s2 {
	padding-left: 2px;
	padding-bottom: 5px;
	padding-right: 0;
	padding-top: 0px;
	background: #fafafa;
	width: 160px;
	border: 1px solid #d8d8d8;
}

#searchsubmit {
	cursor: pointer;
	width: 68px;
	text-align: center;
	padding: 0;
	margin: 0 0 0 -4px;
	color: #666;
}

/** page */
.page {
	padding-left: 75px;
	padding-bottom: 30px;
	padding-right: 0;
	padding-top: 30px;
	border-top: 1px solid #ccc;
	position: relative;
}

.page p {
	width: 600px;
	color: #4c4c4c;
	line-height: 19px;
	font-size: 13px;
}

.page h1 {
	font-size: 2.7em;
	margin: 0 0 20px 0;
	color: #333;
	font-style: italic;
}

#square {
	width: 10px;
	height: 170px;
	position: absolute;
	left: 27px;
	top: 37px;
	background: #ffff00;
}

/** footer */
#footer {
	border-bottom: 1px solid #ccc;
	background: #333;
}

#footer div.column {
	float: left;
	width: 135px;
	height: 125px;
	margin: 15px 0 0 0;
	color: #989898;
	font-size: 10.6px;
}

#footer div.column a {
	color: #989898;
	font-size: 10.6px;
}

#footer div.column a:hover {
	text-decoration: underline;
	color: #989898;
	font-size: 10.6px;
}

#contact {
	padding-left: 270px;
}

#footer_bottom {
	border-top: 1px solid #262626;
	clear: left;
	padding: 4px 0;
	font-size: 6pt;
	font-family: Arial;
	letter-spacing: 1px;
}

#footer h3 {
	color: #fff;
	font-style: italic;
	font-size: 1.5em;
	margin: 0 0 10px 0;
}

/** wordpress inline */
.right {
	float: right;
}

.left {
	float: left;
}

.alignright {
	float: right;
	margin: 15px 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 15px 15px 15px 0;
}

/** Mischelaneous */
.item h2 {
	font-size: 1.6em;
	color: #000;
	font-style: italic;
}

.item h2 span {
	background: yellow;
}

#post_navigation {
	margin-bottom: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
}

#post_navigation a {
	color: #666;
}

.link_column h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 15px 0;
}

td {
	padding-bottom: 4px;
}

.agenda_post {
	margin-right: 10px;
	float: left;
	height: 330px;
	width: 345px;
}

#sidebar_agenda_title {
	padding-top: 5px;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	line-height: 1.3em;
	font-size: 1em;
	text-transform: uppercase;
}#sidebar_agenda_title a {
	color: #222222;
	margin-left: -4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-top: 2px;
	text-transform: uppercase;
	background-color: yellow;
}#sidebar_agenda_title a:hover {
	color: #222222;
	margin-left: -4px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-right: 3px;
	padding-top: 2px;
	text-transform: uppercase;
	background-color: yellow;
}
 h4 {
	margin-top: -2px;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding-right: 10px;
	width: 100%;
	color: #cccccc;
	font-weight: bold;
	font-size: 30px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
 h5 {
	margin-top: 2px;
	margin-bottom: -5px;
	text-transform: uppercase;
	width: 100%;
	color: #999999;
	font-weight: bold;
	font-size: 15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
 h6 {
	margin-top: -30px;
	margin-right: 0px;
	float: right;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
	font-size: 15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
 #author_page_header {
	color: white;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 10px;
	margin-bottom: 0px;
	height: 270px;
	width: 674px;
	background-color: #333333;
}
 #author_page_header h2 {
	margin-left: -1px;
	margin-bottom: 7px;
	margin-top: -2px;
	letter-spacing: -1px;
	font-style: italic;
	font-size: 2.6em;
	color: yellow;
}

#hr {
	padding-top: 10px;
	padding-bottom: 15px;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	width: 704px;
	height: 25px;
}

#hr h3 {
	border-bottom-color: #eaeaea;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 0;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 2px;
	font-style: italic;
	color: #222222;
	font-size: 1.2em;
}

#author_page_header img {
	padding-left: 4px;
	padding-bottom: 7px;
	padding-right: 4px;
	padding-top: 4px;
	border-bottom-color: yellow;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	margin-top: 10px;
	background-color: white;
}

#author_page_header a {
	border-bottom-style: solid;
	border-bottom-color: yellow;
	border-bottom-width: 0.5px;
	color: white;
}

#author_page_header a:hover {
	background-color: yellow;
	color: #222222;
}

#author_foto {
	width: 125px;
	float: left;
}

#author_info {
	padding-bottom: 20px;
	padding-right: 15px;
	height: auto;
	margin-top: -30px;
	font-size: 12px;
	line-height: 16px;
	border-top-width: 2px;
	width: 490px;
	float: right;
}

dt {
	color: yellow;
	margin-top: -5px;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
}

dd {
	color: #e6e6e6;
	margin-bottom: 15px;
}

 #cat22 h5 {
	margin-bottom: 20px;
	margin-top: -30px;
}

 h2 a {
	text-decoration: none;
	color: black;
}

 h2 a:hover {
	color: black;
}

