
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #004488;}
a:hover 
{
	color: #0066CC;
}
a img {border: none;}

body {
	color: #222222;
	font: 75% Helvetica, Arial, sans-serif;
	line-height: 1.5;
	background-color: #006699;
	background-color: #ffffff;
	background-image: url(Images/background-blue-fade.jpg); background-repeat:repeat-x;
}


.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; } 
.frame { padding: 5px; border: 1px solid #aaa; } 


p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.4em Tahoma,sans-serif;}
h2 {font: bold 1.2em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(Images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 
{
	padding-top: 6px; 
	color: #AA0000; 
	color: #FF9900; 
	color: #006699; 
	margin-bottom: 4px;
}

/****************************************
	Miscellaneous
*****************************************/
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/****************************************
	Structure 
*****************************************/
.inner-container {
	border: 0;
	background: #FFFFFF;
	background-color:Transparent;
	font-size: 1.2em;
	margin: 10px auto;
	padding: 0px;
	width: 100%;
	width: 960px;
}

.outer-container {
}

/*****************************************
	Header
*****************************************/

.header
{
	background-color: #000000;
	background-color:Transparent;
	height: 100px;
	margin-bottom: 5px;
	margin-bottom: 0px;
	text-align: left;
	vertical-align: middle;
	width: auto;
}
.header .title 
{
	color: #000000;
	color: #ffffff;
	vertical-align: middle;
	padding-left: 20px;
	padding-left: 30px;
	padding-left: 0;
	font-size:30px;
	font-weight:normal;
	font-style:italic;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;

}
.header .title .sitename a {
	color: #000000;
	color: #FFFFFF;
	padding-bottom: 2px;
	text-decoration: none;
	vertical-align: middle;
}
.header .title a:hover 
{
	color: #ffff00;
	color: #AA0000;
	color: yellow;
	border-bottom: 1px solid #aa0000;
	border-bottom: 1px solid #ffff00;
}

.header .title .slogan {
	font: bold 1.4em Verdana,sans-serif;
	padding-top: 6px;
}

.imagelink a 
{
	color: #FFFFFF;
	text-decoration: none;
}
.imagelink a:hover
{
	color: yellow;
	text-decoration: none;
}


.description{
	font-size:12px;
	color:#6b89a3;
	color:#ffffff;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	top:-5px;
}

/****************************************
	Menu Bar
****************************************/
.path {
	background-color: #1589FF;
	background-color: #000000;
	background-image: url(images/menu_back_gray.gif); background-repeat:repeat; 
	background-color: #006699;
	background-image: url(images/menu_back_blue.png); background-repeat:repeat; 
	color: #FFFFFF;
	font: normal 1.0em Verdana,sans-serif;
	padding: 8px 12px;
	padding: 2px 12px 2px 12px;
	margin-top: 0px;
}
.path li,.path ul {display: inline;}
.path a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 16px;
}
.path a:hover {
	color: #FF9900;
	color: #FFFFFF;
	color: yellow;
	text-decoration: underline;
}

/********************************
	main container
*********************************/
.main {
	background-color: #E6CFCF;
	background-color: #FFE6F1;
	background-color: #efefef;
}

/********************************
	content area
*********************************/
.content {
	padding: 0 0 0 0;
	padding: 0 10px 0 10px;
	background-color: #ffffff;
	vertical-align: top;
	width: 500px;
	width: auto;
	width: 700px;
	text-align: center;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	font-size: 1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(Images/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/******************************
	navigation/sidebar columns
*******************************/
.sidebar 
{ 
	background-color: #efefef;
	background-color: #E6ECFF;
	background-color: #FFF2BF;
	background-color: #f7f7f7;
	text-align: left;
	width: 260px;
	border-right: solid 1px #006699;
	border-right: solid 1px #cccccc;
}
.navigation
{ 
	background-color: #ffffff;
	width: 320px;
	border-left: solid 1px #cccccc;
}
.overflow
{
	background-color: #ffffff;
	width: auto;
	border-left: solid 1px #cccccc;
}
.navigation, .sidebar, .overflow
{
	height:auto;
	vertical-align: top;
	padding: 0 0 0 8px;
}
.navigation h2, .sidebar h2, .overflow h2
{
	color: #4483DC; 
	color: #AA0000;
	color: #FF9900;
	color: #006699; 
	font: normal 1.4em Tahoma,sans-serif;
	line-height: 30px;
	margin: 10px 0 0 0;
	padding-left: 12px;
	padding-left: 0px;
}
.navigation ul, sidebar ul, .overflow ul 
{
	padding: 0;
/*	border-top: 1px solid #EAEADA; */
	text-transform: capitalize;
}
.navigation li, .sidebar li, .overflow li
{
	line-height: 20px;
	display: block;
	font-size: 1.0em;
	color: #330099;
	color: #004080;
	text-decoration: none;
	width: 95%;
}
.navigation li a , .sidebar li a, .overflow li a 
{
	line-height: 20px;
	color: #330099;
	color: #004080;
	text-decoration: none;
}
.navigation li img, .sidebar li img
{
	padding-right: 5px;
}
.navigation li a:hover, .sidebar li a:hover, .overflow li a:hover 
{
	text-decoration: underline;
}
.navigation h2 a, .sidebar h2 a, .overflow h2 a
{
	color: #FF9900;
	color: #006699; 
	text-decoration: none;
}
.navigation h2 a:hover, .sidebar h2 a:hover, .overflow h2 a:hover
{
	border-bottom: 1px solid #555533;
	border-color: #555533;
	color: #555533;
}

/**************************************
	Image Processor
***************************************/
.UploadItemColumnLeft
{
	text-align: right;
	padding: 4px;
}

.UploadItemColumnRight
{
	text-align: left;
	padding: 4px;
}

.blogroll
{
	text-align: left; 
	margin: 0 auto;
}

.blogroll h2
{
	color: navy; 
	font: bold 1.4em Tahoma,sans-serif;
	line-height: 20px;
	margin:0 0 2px 0; 
	margin: 0 0 8px 0; 
	padding: 0 0 4px 0;
	text-align: center;
    border: solid 1px #989898;
	background-color: #cccccc;
}
	
/**************************************
	footer 
***************************************/
.footer {
	text-align: center; 
	background-color: #000000;
/*	background-image: url(images/menu_back_gray.gif); background-repeat:repeat; */
/*	background-image: url(images/menu_back.gif); background-repeat:repeat;		*/
	background-image: url(images/menu_back_gray.gif); background-repeat:repeat; 
	background-color: #006699;
	background-image: url(images/menu_back_blue.png); background-repeat:repeat; 
	color: #FFFFFF;
	font: 0.8em sans-serif;
	padding: 10px 12px;
	padding: 4px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {color: yellow;}

/**************************************
	posts 
***************************************/
.post h1 a {
	color: #606040;
	color: #AA0000; 
	color: #FF9900;
	color: #006699; 
	text-decoration: none;
}
.post h1 a:hover {
	border-bottom: 1px solid #555533;
	border-color: #555533;
	color: #555533;
}

.post 
{
	margin: 6px 0 2px;
}

.post .entry
{
/*	border-bottom: dashed 2px #cccccc; */
	padding-bottom: 10px;
}

.post .info
{
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #222222;
	margin: 2px 0 4px;
	margin: 0 0 20px;
	padding: 5px 10px;
}
.post img {
	border: 4px solid #DDD;
	margin: 4px 0;
	border: solid 1px #cccccc; background-color: #efefef; padding: 3px;
}
.post a img 
{
	border: 4px solid #DDD;
	border: solid 1px #cccccc; background-color: #efefef; padding: 3px;
}
.post a:hover img 
{
	border-color: #CCCCCC;
	border: solid 1px #999999; background-color: #ffff0f; padding: 3px;
}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* related posts */
#relatedPosts a {
	display: block;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 1.2em;
}
/******************************** 
	generated posts 
*********************************/
.gpost_outer_container
{
	padding-bottom: 0; 
	padding-top: 0;
}
.gpost_inner_container
{
	border: 0px solid #000000; 
	background: #FFFFFF; 
	font-size: 1.2em; 
	margin: 0 auto; 
	padding: 0px; 
	width: auto;
}
.gpost_description
{
	text-align: left; 
	font-size: 0.9em; 
	width: 500px; 
	width: auto; 
	padding-top: 8px; 
	padding-bottom: 0px; 
	margin: 0 auto 0 auto; 
}
.gpost_content
{
	text-align: left; 
	font-size: 1.0em; 
	width: 500px; 
	width: auto; 
	padding-top: 8px; 
	padding-bottom: 0px; 
	margin: 0 auto 0 auto; 
}
.gpost_image
{
	border:0; 
	float: left; 
	padding: 3px 3px 3px 3px;
}

/******************************** 
	comments 
*********************************/
.comment 
{
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

.comment .date {
	text-align: left;
	margin: 0;
	padding: 3px 0px;
}
.comment .author {
	margin: 0;
	text-align: left;
	padding-top: 3px;
	margin: 5px 0px 3px 0px;
	clear: both;
}

.self {
	background-color:#F5F5F5;
}

.comment .gravatar {
	float: right;
	/*clear: both;*/
	width: 80px;
	margin: 5px 5px 5px 5px;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content 
{
	float:left;
	min-height: 85px;
	width: 440px;
	margin: 5px 0 0 0px;
}
.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
}

.commentForm input {
	width: 130px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}

.commentForm .bbcode {
    font-size:10px;
/*
    float:right;
    position:relative;
    top:20px;
*/
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

/*********************************
	Archive
*********************************/

#archive {
	padding: 10px;
}

#archive h1 {
	margin: 0;
	padding-bottom: 9px;
}

#archive h2 {
/*	border-bottom: 1px solid silver; */
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
	margin: 10px 0 0 0;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
/*	border-bottom: 1px solid #D8D8D8; */
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	/*width: 70px;*/
	text-align: center;
}

#archive .rating{
	/*width: 70px;*/
	text-align: center;
}

/****************************
	 Tag cloud
*****************************/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

/****************************
	Star rater
*****************************/

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
	margin: 0;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/****************************
	Contact page
*****************************/

#contact{
	padding: 10px;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}


/****************************
	Search page
*****************************/

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/****************************
	Syntax highlighter
*****************************/

.code
{
	line-height: normal;
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

/****************************
	XFN tags
*****************************/

div.post .entry a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .entry a[rel="me"] {	
	background-image:url('../../pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/
div.post .entry a[rel~="contact"] ,
div.post .entry a[rel~="acquaintance"],
div.post .entry a[rel~="friend"] {
	background-image:url('../../pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .entry a[rel~="contact"][rel~="met"] ,
div.post .entry a[rel~="acquaintance"][rel~="met"] ,
div.post .entry a[rel~="friend"][rel~="met"] {
	background-image:url('../../pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .entry a[rel~="colleague"] ,
div.post .entry a[rel~="co-worker"] {
	background-image:url('../../pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .entry a[rel~="colleague"][rel~="met"] ,
div.post .entry a[rel~="co-worker"][rel~="met"] {
	background-image:url('../../pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .entry a[rel~="muse"] ,
div.post .entry a[rel~="crush"] ,  
div.post .entry a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('../../pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .entry a[rel~="muse"][rel~="met"] ,
div.post .entry a[rel~="crush"][rel~="met"] ,  
div.post .entry a[rel~="date"][rel~="met"] ,
div.post .entry a[rel~="sweetheart"][rel~="met"] {
	background-image:url('../../pics/xfn/sweetMet.gif');
}