/* ----------------------------
	Copyright 2008, Clint Rutkas

	swatches
	----------
		444			- gray, text
		eee			- off-white
		2E4D9D	- blue
---------------------------- */

* { margin: 0; padding: 0; }

body {
	font-size: 100%;
	background: #fff;
	font-family: Arial, Helvatica, Geneva, sans-serif;
	color: #444;
}


/* type, links
---------------------------- */
a { text-decoration: none; font-weight: bold; color: #2E4D9D; padding: 0 0.125em; }


ul { margin: .5em 2em; }

/* structure
---------------------------- */
#page {
	margin: 0 auto;
	width: 59.375em;
}

#header {
	margin: 0 auto;
	height: 10.75em;
	width: 59.375em;
	background: url(img/layout_header.jpg) no-repeat left top;
}
	#header h1 * img { border: none; }
	#header h1 a { padding: 0; margin: 0; }
	#header h2 {
		float: right;
		margin: -4em 3em 0 0;
		font-size: 0.875em;
		text-align: right;
	}

#navigation {
	display: none;
	background: #444;
	height: 2em;
}
	#navigation ul { list-style-type: none; }
	#navigation ul li {
		float: left;
	}
	#navigation ul li a {
		display: block;
		padding: 0.25em 2em 0 2em;
		line-height: 2em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 0.875em;
		color: #999;	
	}
	#navigation ul li a:hover { background: #000; color: #fff; }

#content {
	clear: both;
	margin: 3em 0 0 0;
}

/* left column
-------------- */
#col-alpha {
	float: left;
	width: 43em;
	text-align: justify;
}

/* right column
-------------- */
#col-beta {
	float: right;
	width: 210px;
}

	#col-beta .block {
		margin: 0 0 2em 0;
		padding: 0.65em 0 0 0;
		background: url(img/layout_nav_bg.jpg) repeat-y left top;
	}

	#col-beta ul {
		margin: 0;	
		list-style-type: none;
		padding-bottom: 1em;
	}
	
	#col-beta ul li {
		font-size: 0.75em;
	}
	
	#col-beta ul li span { padding-left: 0.75em; }
	
	#col-beta ul li.title {
		margin: 0 0 0.5em 0;
		padding: 0 0.6em 0.5em 0.6em;
		text-transform: uppercase;
		border-bottom: dashed 1px #888fc9;
		font-size: 0.875em;
		font-weight: bold;
		color: #fff;
	}
		
		/* title icons */
		.icon { padding-left: 2.125em !important; } /* common */		
		.disk { background: url(img/icon_disk.png) no-repeat 0.5em top; }
		.camera { background: url(img/icon_camera.png) no-repeat 0.5em top; }
		.archives { background: url(img/icon_date.png) no-repeat 0.5em top; }
		.postcategories  { background: url(img/sitemap.png) no-repeat 0.5em top; }
		.microsoft { background: url(img/page_white_visualstudio.png) no-repeat 0.5em top; }
		.mylinks { background: url(img/application_xp_terminal.png) no-repeat 0.5em top; }
		.friends { background: url(img/status_offline.png) no-repeat 0.5em top; }
		.about { background: url(img/status_offline.png) no-repeat 0.5em top; }
	
	#col-beta ul li
	{
		line-height: 1.5em;
		font-weight: normal;
		color: #fff;
	}
	
	#col-beta .aboutMe
	{
		margin: 0.35em 0.75em;
		padding: 0.25em 0.5em;
		background-color: #fff;
		border: 1px solid #000;
		color: #000;
		
		opacity: 0.8;
		filter: Alpha(Opacity=80);
	}
	
	#col-beta ul li a img 
	{
		border: 0;
	}
	#col-beta ul li a 
	{
		color: #fff;
		padding: 0.35em 0.75em;
		display: block;
	}
	#col-beta ul li a:hover { color: #fff; background: #17254a; }
	
	#col-beta .spacer {
		height: 2em;
	}


/* posts
--------------------- */
.post { margin: 0 0 5em 0; } 

	/* used for single posts, with comments */
	.single { margin: 0 0 3em 0; } 

	.post-title {
		text-transform: uppercase;
		font-size: 1.5em;
	}
	.post-title a { color: #444; padding: 0; }
	.post-title a:hover { color: #fff; background: #2E4D9D; }
	
	.post-body {
		margin: 0 0 2em 0;
		line-height: 1.75em;		
		font-size: 0.75em;
	}
	
	.post-body p
	{
		margin-bottom: 1em;
	}
	
	.post-body a img { border: none; }
	.post-body a:hover { background: none; color: #444; }
	.post-body img
	{
		margin: 1em !important;
		padding: 0.5em;	
		background: #eee;
		border: solid 1px #dfdfdf !important;
	}
	
	.post-body a:hover img  
	{
		border: solid 1px #2E4D9D !important; 
	}
	
	.post blockquote {
		margin: 0 3em 2em 3em;
		padding: 0.5em 0 0.5em 0.75em;
		border-left: solid 0.5em #eee;
		line-height: 1.75em;		
		font-size: 0.875em;
		font-family: Georgia, serif;
		color: #777;
	}
	
	.more {
		line-height: 0.75em;
	}
	.more a {
		display: block;
		width: 10em;
		padding: 0 1em 0 0;
		background: #dadada url(img/arrow_end_right.png) no-repeat right center;
		text-align: center;
	}
	.more a:hover { color: #fff; background-color: #2E4D9D;	}

	.post-meta {
		margin: 0;
		padding: 0.25em 1em;
		line-height: 1.5em;
		background: #dadada;
		clear: both;
	}
	
	.post-meta a { font-weight: normal; color: #888; }
	.post-meta a:hover { color: #fff; }	

	.post-date {
		margin: 0 0 1em 0;
		line-height: 2em;
		font-size: 0.6875em;
	}
	
	.post-permalink {
		font-size: 0.6875em;
		display: block;
	}
	
	.post-tags {
		font-size: 0.75em;
		display: block;
	}
	.post-tags a { color: #666; background: #fff; padding: 0.25em; }
	.post-tags a:hover { background: #2E4D9D; }	
	
	.post-share, .post-comments {
		font-size: 0.75em;
	}
	.post-share a, .post-comments a { color: #666; padding: 0.25em; }
	.post-share a:hover, .post-commentsa :hover { background: #2E4D9D; }	
	
	.post-comments {
		float: right;	
		padding-left: 1.5em;
		background: url(img/icon_comments.png) no-repeat left 0.4em;

	}
	.post-comments a { color: #2E4D9D; }
	.count { font-size: 1.25em; }


/* comments
--------------------- */
.comment {
	margin: 0 4em 2em 0;
	border-bottom: solid 1px #eee;
	line-height: 1.75em;
	font-size: 0.75em;
}

	.comment-meta { float: left; }
	
	.comment-author {
		display: block;
		text-transform: uppercase;
	}
		
	/* alt style for blog-owner comments */
	.author { background: url(img/monkey_avatar.jpg) no-repeat 0 4em; }
	
	.comment-date {	}
	
	.comment p {
		margin: 0 0 2em 15em;
		line-height: 1.75em;
	}

	.comment blockquote {
		margin: 0 3em 2em 3em;
		padding: 0.5em 0 0.5em 0.75em;
		border-left: solid 0.5em #eee;
		line-height: 1.75em;		
		font-size: 0.875em;
		font-family: Georgia, serif;
		color: #777;
	}
	
	
/* comment form
--------------------- */	
#comment-form { margin: 0 0 3em 11.25em; }

	#comment-form h3 {
		margin: 0 0 1.5em 0;
		text-transform: uppercase;
	}

	#comment-form label {
		display: block;
		font-size: 0.75em;
	}

	#comment-form input, #comment-form textarea {
		display: block;
		margin: 0 0 1em 0;
		padding: 0.25em;
		border: solid 1px #a6a6a6;
		background: #f2f2f2;
		font-size: 1em;
		color: #333;
		width: 11em;
		background: url(img/textfield.gif) #fff repeat-x 50% top
	}
	
	#comment-form div
	{
		float: right; 
		margin-right: 3em
	}
	
	#comment-form div input, #comment-form textarea
	{
		width: 26.5em;
	}
	
	#comment-form textarea {
		width: 26.5em;
		height: 5em;
		font-size: 1em;
		font-family: Arial, Helvatica, Geneva, sans-serif;
	}	
	
	#comment-form .button {
		padding: 0.5em;
		border: solid 1px #2E4D9D;
		background: #2E4D9D;
		color: #fff;
		cursor: pointer;
		font-size: 0.75em;
		font-weight: bold;
		text-transform: uppercase;
	}
	#comment-form .button:hover {
		background: #eee; color: #2E4D9D;
	}


#footer {
	margin: 0 auto;
	clear: both;
	height: 7em;
	width: 59.375em;
	background: url(img/layout_footer.jpg) no-repeat left top;
}
	#footer-content { padding: 1.75em 1em 0 1em; }
	
	#footer-content p {
		margin: 0 0 .5em 0;
		font-size: 0.75em;
		font-weight: bold;		
		color: #fff;
	}
	
	#footer-content a { color: #fff; }
	#footer-content a:hover { color: #fff; }
	#footer-hosting
	{
		float: right;
		margin: 0 !important;
	}

.pagination {
	margin: 0 0 8em 0;
	line-height: 1.5em;	
}

.paginationTop
{
	margin-bottom: 1em;
	height: 1em;
}

.paginationHome, .arrow-left, .arrow-right
{
	background: #dadada;
	font-size: 0.75em;	
	font-weight: bold;
	color: #2E4D9D;
	float: left;
	display: block;
}
.arrow-right:hover, .arrow-left:hover, .paginationHome:hover
{
	background: #2E4D9D;
}

	.arrow-left {
		
		width: 10em;
		padding: 0 0 0 2.5em;
		background: #dadada url(img/arrow_end_left.png) no-repeat left center;
	}
	.arrow-right:hover { background: #2E4D9D url(img/arrow_end_right.png) no-repeat right center;	}
	
	.arrow-right {
		margin: 0 0 0 0.5em;
		padding: 0 2.5em 0 0em;		
		width: 10em;
		background: #dadada url(img/arrow_end_right.png) no-repeat right center;
		text-align: right;
	}
	.arrow-left:hover { background: #2E4D9D url(img/arrow_end_left.png) no-repeat left center;	}	

	.paginationHome
	{
		padding: 0 .5em;
		margin-left: .5em;
	}
	
	.paginationWidthFloat
	{
		width: auto;
	}

	.paginationPadRight 
	{
		padding-right: .5em;
	}
	 
	.paginationPadLeft
	{
		padding-left: .5em;
	}

/* misc
---------------------------- */
.photo {
	margin: 1em;
	padding: 0.5em;	
	background: #eee;
	border: solid 1px #dfdfdf;
}

.left {
	float: left;
	margin: 1em 1em 1em 0;
}

.right {
	float: right;
	margin: 1em 0 1em 1em;
}
#search
{
	float: right;
	position: relative;
	
}
#search-results, .searchProgress
{
	width: 300px;
	top: 2em;
	right: 0px;
	position: absolute;
	display: inline;
	background-color: #F2F2F2;
	z-index: 500;
	border: 1px solid black;
	text-align: left;
	padding: .25em;
}


#search-results h5
{
}

#search-results ul
{
	list-style-type: none;
	
}

#search-results ul li
{
	margin: .25em auto;
}

#search-results ul li a
{
	display: block;
}


#search-results div.innerbox
{
}

#search a.close
{
	color: #000;
	float: right;
}
#search a.close:hover
{
	color: #339;
	float: right;
	background-color: Transparent;
}

.archivesTags td
{
	vertical-align: top;
}
.pagination a:hover, #search-results ul li a:hover { color: #fff; }
#search-results ul li a:hover  {background: #2E4D9D; }