/* @group general styling */

* {
	color: #fff;
	font: 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

html {
	background: #363636 url(images/background.png) repeat-x;
}

body {
	width: 1000px;
	margin: auto;
	background: url(images/pencil.png) no-repeat right center;
}

.softwhite {
	color: #99b0fc;
}

blockquote {
	margin-left: 25px;
	padding-left: 5px;
	border-left: thin solid #99b0fc;
}

code, .code, pre.textmate-source {
	margin-left: 25px;
	font: .9em Monaco, Courier, mono;
	overflow: auto;
	padding: 5px;
	padding-left: 10px;
	background-color: rgb(21, 25, 30);
	display: block;
}

code .inline {
	display: inline;
}

h1, h2, h3, h4, h5, h6 {
	font-size: large;
	font-variant: small-caps;
}

object
{
	position: relative;
	left: -5px;
}

#left a {
	color: #99b0fc;
	text-decoration: none;
}

#left a:hover {
	color: #202020;
}

hr {
	color: #99b0fc;
	border: 0;
	background-color: #99b0fc;
	height: 2px;
}


/* @end */

/* @group layout */

#header {
	background: url(images/header.png) no-repeat;
	height: 242px;
}

#footer {
	height: 42px;
	background: url(images/footer_background.png) no-repeat;
	text-align: center;
	font-size: 13px;
	padding-top: 75px;
}

#ruler_title {
	color: #000;
	font: small-caps 17px "Lucida Grande", Lucida, Verdana, sans-serif;
	top: 212px;
	position: relative;
	left: -358px;
	width: 425px;
	height: 30px;
	overflow: hidden;
}

#ruler_title a, #ruler_title a {
	color: #000;
	font: small-caps 17px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

#tagline {
	position: relative;
	left: 200px;
	width: 350px;
	height: 15px;
	top: 53px;
}

#tagline a {
	text-decoration: none;
	color: #c7cdfc;
}

#tagline a:after {
	content: " →";
}

#tagline a:hover {
	color: #202020;
}

#home_link
{
	width: 550px;
	height: 100px;
	display: block;
	position: relative;
	left: 180px;
	top: 70px;
	float: left;
}

/* @end */

/* @group content section */

#content {
	background: url(images/blueprint_background.png) repeat-y;
	min-height: 1200px;
}

#left {
	padding-left: 185px;
	padding-right: 400px;
	padding-top: 0;
	padding-bottom: 10px;
	line-height: 1.3em;
}

#left img {
	max-width: 400px;
	border: thin solid rgba(255,255,255,0.5);
}

#left li img {
	margin-left: -30px;
}

.post_title {
	height: 28px;
	padding-left: 191px;
	left: -185px;
	width: 415px;
	overflow: hidden;
	background-image: url(images/post_title.png);
	position: relative;
	padding-top: 5px;
	font: 19px Tahoma, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
}

#left .post_title a {
	font: 19px Tahoma, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

#left .post_title a:hover;{
	font: 19px Tahoma, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

.post_info {
	height: 37px;
	padding-left: 202px;
	left: -185px;
	width: 400px;
	overflow: hidden;
	background-image: url(images/post_info.png);
	padding-top: 2px;
	position: relative;
}

#left .post_info a {
	color: white;
}




/* @end */

/* @group sidebar */

#right
{
	width: 185px;
	float: right;
	margin-right: 183px;
}

.pages {
	list-style-type: none;
	padding: 0 0 0 5px;
	margin: 0 0 0 10px;
}

.pages .current {
	background-image: url(images/current.png);
}

.pages li {
	width: 174px;
	height: 21px;
	background-image: url(images/menu.png);
	margin-bottom: 3px;
}

.pages li a {
	padding-left: 5px;
	text-decoration: none;
	width: 174px;
	display: block;
}

.pages li:hover {
	background-image: url(images/current.png);
}

.postit {
	width: 182px;
	height: 176px;
	margin-left: 7px;
	padding-top: 60px;
	padding-left: 15px;
	padding-right: 10px;
	background: url(images/postit.png) no-repeat;
}

.postit p {
	overflow: hidden;
	color: #404040;
	height: 115px;
	font: 12px Tahoma, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.postit .more {
	color: #404040;
	text-decoration: none;
	float: right;
}

.postit .more:hover {
	color: #202020;
}

.menu li a {
	text-decoration: none;
}

.menu li a:hover:before {
	content: "→ ";
}

.archives li {
	list-style-image: url(images/date_icon.png);
	opacity: 1;
}

.categories {
	list-style-type: lower-greek;
}


/* @end */

/* @group photo link */

#photo {
	width: 124px;
	height: 173px;
	background-image: url(images/photo.png);
	display: block;
	position: absolute;
	top: 487px;
	margin-left: 44px;
}

#photo:hover {
	top: 483px;
}



/* @end */

/* @group comments */

#comments .comment {
	width: 397px;
	background: url(images/comment_bottom.png) no-repeat 0 bottom;
	padding-bottom: 35px;
}

#comments .comment_content {
	background-image: url(images/comment_bg.png);
	font-size: 12px;
}

#comments .comment_content p{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #404040;	
}

#comments .comment_content i, #comments .comment_content b{
	font-size: 12px;
	color: #404040;	
}

#comments .comment_content a {
	font-size: 12px;
}

#comments .comment_top {
	height: 46px;
	background-image: url(images/comment_top.png);
	padding-top: 10px;
	overflow: hidden;
}

#comments .comment_content, #comments .comment_top {
	padding-left: 20px;
	padding-right: 20px;
}

#comments .comment_name {
	margin-top: 5px;
	color: #808080;
	font-weight: bold;
	font-size: 14px;
}

#comments .comment_name a {
	font-weight: bold;
}

#comments .comment_author {
	font-weight: bold;
	color: #202020;
}

#comments .gravatar {
	float: right;
	margin-top: 3px;
	border: 1px solid #404040;
}

#comments a {
	color: #4f84ff;
}

#comments a:hover {
	color: #202020;
}

#comments div {
	color: #404040;	
}

#comments .comment_date {
	font-size: 12px;
	color: #808080;
}

#post_comment {
	font-size: 13x;
}

#post_comment h6 {
	font-size: 18px;
	margin: 0;
	margin-top: 2px;
	margin-bottom: 2px;
}

#post_comment input, #post_comment textarea {
	color:  black;
} 

#post_comment_link {
	display: block;
	float: right;
	margin-top: 3px;
}

#post_comment a {
	color: #404040;
	text-decoration: none;
}

#post_comment a:hover {
	color: #202020;
}

#num_comments {
	font-size: 18px;
}

#comments .owner {
	background-image: url(images/comment_bottom_owner.png);
}

#comments .owner .comment_top {
	background-image: url(images/comment_top_owner.png);
}

#comments .owner .comment_content{
	background-image: url(images/comment_bg_owner.png);
}

/* @end */

small
{
	font-size: 12px;
}

small a
{
	font-size: 12px;
}

.navigation .alignleft a:before {
	content: "← ";
}

.navigation .alignright {
	float: right;
}

#searchform_ {
	position: relative;
	top: -70px;
	float:left;
	height: 0px;
	margin-left: 15px;
}

#left i, #left em {
	font-style: italic;
}

#left b, #left strong {
	font-weight: bold;
}
	
.incoming
{
	overflow: hidden;
	border: 3px solid #DCEEEE;
	padding: 0.5em;
	margin: 2em 0em;
	color: #2530A8;
}
/*background-color: #F1FAF9;*/

.incoming h3
{
width: 100%;
margin: 0;
padding: 5px;
font-weight: bold;
font-size: 16px;
}

.incoming a
{
	color: #405D77;
}

.incoming a:hover
{
	color: red;
}

.incoming div
{
	padding: 5px;
}

.incoming p
{
	margin: 0; padding: 0;
}

.incoming ul li, .incoming ul
{
background: none;
margin: 0; padding: 0;
}

.incoming ul li
{
	margin-left: 40px;
}

.incoming .hide
{
float: right;
margin: 5px;
padding: 0;
}
