/*
Theme Name: WordPress Ondrik
Theme URI: http://artisdead.net/
Description: Hell if I know.
Version: 1
Author: Ondrik
Author URI: http://artisdead.net/

*/



/* Begin Typography & Colors */

@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #e0dcda;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.8em;
}
body a:link {
	color: #990000;
	text-decoration: none;
}

body a:visited {
	color: #660000;
	text-decoration: none;
}

body a:hover {
	color: #000000;
	text-decoration: underline;
}

body a:active {
}
#header {
	margin: 0px;
	background-color: #BABABA;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 100%;
	position: fixed;
	clear: both;
	height: 50px;
	background-image: url(../../../../images/page_elements/fleur2.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#header h1 {
	font-size: 1.4em;
	xfont-weight: bold;
	color: #333333;
	text-align: right;
	padding-right: 10px;
	font-family: "Trebuchet MS";
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;	

}
#header a:link {
	color: #333333;
	text-decoration: none;
}

#header a:visited {
	color: #333333;
	text-decoration: none;
}

#header a:hover {
	color: #333333;
	text-decoration: underline;
}

#header a:active {
	color: #333333;
	text-decoration: none;
}

#nav {
	background-color: #d9d4d2;
	height: 100%;
	width: 150px;
	background-position: left top;
	position: fixed;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: repeat;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #c3bcb9;
	font-family: "Trebuchet MS";
	line-height: 1.4em;
	color: #000000;
	margin-top: 61px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	line-height: 1.8em;

}
#nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#nav a:link {
	color: #666666;
	text-decoration: none;
}

#nav a:visited {
	color: #666666;
	text-decoration: none;
}

#nav a:hover {
	color: #000000;
	text-decoration: underline;
}

#nav a:active {
	color: #666666;
	text-decoration: none;
}

#stuff {
	margin-left: 175px;
	padding-top: 70px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#stuff img {
	background-color: #FFFFFF;
	padding: 15px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-right: 20px;
}#stuff h3 {
	color: #666666;
	font-family: "Trebuchet MS";
}
#stuff h4 {
	font-size: .8em;
	padding: 0px;
	margin: 0px;
}

#footer {
	text-align: right;
	font-size: .8em;
}

#written {
	margin-left: 175px;
	padding-top: 70px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 800px;
}
#written h3 {
	color: #666666;
	font-family: "Trebuchet MS";
}
#written p {
	border-bottom-width: 1px;
}
#written ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
#written ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3.4em;
	list-style-type: none;
}


#portfolios {
	margin-left: 175px;
	padding-top: 70px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;

}#portfolios h3 {
	color: #666666;
	font-family: "Trebuchet MS";
}

.hidden {
	visibility: hidden;
}
#portfolios td {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

#about {
	list-style-type: none;
	text-decoration: none;
	
}
.widget widget_links {
	list-style-type: none;


}
.widgettitle {
	list-style-type: none;
	text-decoration: none;


}

/* =Images
-------------------------------------------------------------- */

#written img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#written .attachment img {
	max-width: 900px;
}
#written .alignleft,
#written img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#written .alignright,
#written img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#written .aligncenter,
#written img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#written img.alignleft,
#written img.alignright,
#written img.aligncenter {
	margin-bottom: 12px;
}
#written .wp-caption {
	background: #FFF;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#written .wp-caption img {
	margin: 5px 5px 0;
}
#written .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#written .wp-smiley {
	margin: 0;
}
#written .gallery {
	margin: 0 auto 18px;
}
#written .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#written .gallery img {
	border: 2px solid #cfcfcf;
}
#written .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#written .gallery dl {
	margin: 0;
}
#written .gallery img {
	border: 10px solid #f1f1f1;
}
#written .gallery br+br {
	display: none;
}
#written .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/* Begin Not My Stuff */

.post {
	clear:both;
	padding-top: 10px;
	padding-bottom: 30px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background-color: #666666;
	border: 1px solid #000000;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	color: #333333;
	background-color: #CCCCCC;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 740px;
}

.entry {
	clear: both;
	padding-top: 10px;
	border-top-color: #333333;
	padding-bottom: 20px;
}



.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#searchform {
	background: #bcd67e url(images/searchform-bg.gif) repeat-x;
	width: 220px;
	padding: 10px 10px 10px 10px;
	float:right;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #e9facc;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
	font-family: Arial, Helvetica, sans-serif;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
	font-family: Arial, Helvetica, sans-serif;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
 #linkcat-2 {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
}
 #categories-498562811 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
}
 #archives {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
}
.widgettitle {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-size: .6em;
}
.post-cat {
	font-size: .8em;
}
 .post .post-title h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.post-comments {
	font-size: .8em;
}
 .post .post-date .post-month {
	background-color: #000000;
	margin-left: 1px;
}
 .post .post-date .post-day {
	background-color: #FFFFFF;
}
 .post .entry {
	background-color: #E7E7E7;
	border: 1px solid #999999;
	padding: 10px;
}
.xoxo blogroll {
	font-family: Arial, Helvetica, sans-serif;
}
 #linkcat-4 .widgettitle {
}
 #linkcat-4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
}
 #linkcat-3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
}
.wp-caption aligncenter {
	text-align: center;
	background-color: #FFFFFF;
}
.wp-caption-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-top: 0px;
}

