/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* 960 Grid System */
.container_12,.container_16{margin-left:auto;margin-right:auto;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;margin-left:10px;margin-right:10px}.container_12 .grid_3,.container_16 .grid_4{width:220px}.container_12 .grid_6,.container_16 .grid_8{width:460px}.container_12 .grid_9,.container_16 .grid_12{width:700px}.container_12 .grid_12,.container_16 .grid_16{width:940px}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_16 .grid_1{width:40px}.container_16 .grid_2{width:100px}.container_16 .grid_3{width:160px}.container_16 .grid_5{width:280px}.container_16 .grid_6{width:340px}.container_16 .grid_7{width:400px}.container_16 .grid_9{width:520px}.container_16 .grid_10{width:580px}.container_16 .grid_11{width:640px}.container_16 .grid_13{width:760px}.container_16 .grid_14{width:820px}.container_16 .grid_15{width:880px}.container_12 .prefix_3,.container_16 .prefix_4{padding-left:240px}.container_12 .prefix_6,.container_16 .prefix_8{padding-left:480px}.container_12 .prefix_9,.container_16 .prefix_12{padding-left:720px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_16 .prefix_1{padding-left:60px}.container_16 .prefix_2{padding-left:120px}.container_16 .prefix_3{padding-left:180px}.container_16 .prefix_5{padding-left:300px}.container_16 .prefix_6{padding-left:360px}.container_16 .prefix_7{padding-left:420px}.container_16 .prefix_9{padding-left:540px}.container_16 .prefix_10{padding-left:600px}.container_16 .prefix_11{padding-left:660px}.container_16 .prefix_13{padding-left:780px}.container_16 .prefix_14{padding-left:840px}.container_16 .prefix_15{padding-left:900px}.container_12 .suffix_3,.container_16 .suffix_4{padding-right:240px}.container_12 .suffix_6,.container_16 .suffix_8{padding-right:480px}.container_12 .suffix_9,.container_16 .suffix_12{padding-right:720px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_16 .suffix_1{padding-right:60px}.container_16 .suffix_2{padding-right:120px}.container_16 .suffix_3{padding-right:180px}.container_16 .suffix_5{padding-right:300px}.container_16 .suffix_6{padding-right:360px}.container_16 .suffix_7{padding-right:420px}.container_16 .suffix_9{padding-right:540px}.container_16 .suffix_10{padding-right:600px}.container_16 .suffix_11{padding-right:660px}.container_16 .suffix_13{padding-right:780px}.container_16 .suffix_14{padding-right:840px}.container_16 .suffix_15{padding-right:900px}html body * span.clear,html body * div.clear,html body * li.clear,html body * dd.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
/* Text Base */
body{font:12px/18px Verdana,sans-serif;}:focus{outline:1px dotted invert}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0;clear:both;height:0}h1,h2,h3,h4,h5,h6{font-weight:normal;}h1{font-size:24px}h2{font-size:18px}h3{font-size:14px;font-weight:bold;}h4{font-size:14px}h5{font-size:12px}h6{font-size:12px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:18px}

/* 
================================
Layout Styles
================================
*/   
/* CSS Document */
html,
body {
   margin:0;
   padding:0;
   height:100%;
   font: verdana 12px/18px;
}
table {
   font: verdana 12px/18px;
}
#Wrapper {
   min-height:100%;
   position:relative;
}
#Header_Wrapper {
}
#Body_Wrapper {
   padding-top:20px;
   padding-bottom:200px;   	/* Height of the footer */
}
#Footer_Wrapper {
   position:absolute;
   bottom:0;
   width:100%;
   height:170px;   			/* Height of the footer */
   background:#81AD45 url('footer_bg.gif') repeat-x center top;
   padding-top:30px;
   color: #fff;
   text-transform: uppercase;
}
#Footer_Wrapper p {
    font: verdana 10px small-caps;
    color: #fff;
}
.Main_Menu_Wrapper {
    margin-bottom:30px;
}	
.c_Main_Menu {
	background-color: #f6f6f6;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	padding: 0px 15px;
}
.c_Main_Menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.c_Main_Menu ul li{
    background-image: url('bullet_leaf.gif');
    background-repeat: no-repeat;
    background-position: 0 3px;
    margin: 0;
    padding-left: 15px;
    color: #9b9b9b;
}
.c_Main_Menu ul li a {
    text-decoration: none;
    color: #9b9b9b;
}
.c_Main_Menu ul li a:hover {
    color:#333;
    text-decoration: underline;
}

/* Container Styles */
.c_Wrapper {
    margin-bottom: 30px;
    padding: 0px 10px;
}
.c_Logo {
    margin-bottom: 20px;
}
.c_TopLinks {
    margin-top: 30px;
    margin-bottom: 20px;
}
.c_TopLinks_Header {
	background: url('toplink_tr.gif') no-repeat right top;
	height: 10px;
}
.c_TopLinks_Content {
	background-color:#333;
	color:#8eb735;
	text-transform:uppercase;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	padding: 10px 10px;
}
.c_TopLinks_Footer {
	background: url('toplink_br.gif') no-repeat right top;
	height: 20px;
}
#TopLinks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align:center;
}
#TopLinks ul li {
    display:inline;
    margin: 0px;
    padding: 0px 30px;
}
#TopLinks ul li a {
    color:#8eb735;
	text-decoration: none;
	padding-bottom: 10px;
}    
#TopLinks ul li a:hover {
    color:#8eb735;
	text-decoration: none;
	border-bottom: 4px solid #8eb735;
	padding-bottom: 10px;
}    
.c_GreenTitle H2, .c_GreenTitle H3{
    color: #8eb735;
}
.c_Wrapper .c_Content p, .c_Wrapper p, p, .c_Content ol, .c_Content ol li, #divText p {
    color:#333;
    font-size: 12px;
    line-height: 18px;
}
.c_Wrapper .c_Content ul {
   list-style-type: none;
   padding: 0;
   margin: 0 0 18px 18px; 
}
.c_Wrapper .c_Content ul li {
    margin: 0;
    background-image: url('bullet_green.gif');
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 12px;
}
.c_Resources {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 15px 15px;
    margin-bottom: 30px;    
}
.c_Resources  ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.c_Resources ul li {
    margin: 0;
    padding: 10px 0px;
    border-bottom: 1px solid #d0d0d0;
}
.c_Resources ul li:last-child {
    border-bottom: none;
}
.c_Resources ul li a {
    text-decoration: none;
    color:#360;
}
.c_Resources ul li a:hover {
    text-decoration: underline;
    color:#9c0;
    /*color:#3f8515;*/
}
.c_Header {
}
.c_Footer {
    margin-bottom: 30px;
    padding: 0 10px;
}
.c_Footer_Header h2{
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}    
.c_Footer_Content, .c_Footer_Content p {
    font-size: 10px;
}
.c_Footer_Content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.c_Footer_Content ul li{
    margin: 0;
}
.c_Footer_Content ul li a, .c_Footer_Content p a{
    text-decoration: none;
    color: #fff;
}
.c_Footer_Content ul li a:hover, .c_Footer_Content p a:hover{
    text-decoration: underline;
    color: #fff;
}

/* 
================================
Table Styles
================================
*/   
/*table {
   font: verdana 12px/18px;
   color: #333;
   margin-left: 40px;
   background-color: #edf7dc;
}
table thead td {
    text-transform: uppercase;
    color: #8eb735;
    font-weight: bold;
    border-bottom: 1px solid #d0d0d0;
}
table td {
    padding: 0 10px 5px;
}*/
table {
	background-color: #FFFFFF;
	border: none;
	color: #495E49;
	font-family: verdana, sans-serif;
	font-size: 12px;
	text-align: left;
}

table a:link, table a:visited, table a:active {
	background-color: transparent;
	color: #0096BD;
	text-decoration: none;
}

table a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

table caption {
	background-color: transparent;
	color: #67BD2A;
	font-family: Georgia, serif;
	font-size: 12px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: left;
}

table, td, th {
	margin: 0;
	padding: 0;
}
table {
    margin-bottom: 18px;
}
tbody td, tbody th {
	background-color: #D6F2C3;
	border-bottom: 2px solid #B3DE94;
	border-top: 3px solid #FFFFFF;
	padding: 5px;
}

tbody tr.odd th, tbody tr.odd td {
	background-color: #C8EDAE;
	border-bottom: 2px solid #67BD2A;
}

tbody tr:hover td, tbody tr:hover th {
	background-color: #BAE899;
}

td, th {
	vertical-align: middle;
}

tfoot td, tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
}

thead th, thead td {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 8px 2px 8px;
	white-space: nowrap;
}

/* 
================================
Utility Styles
================================
*/   
.float_right {
    float: right;
}
a {
    text-decoration: none;
    color:#9c0;
    /*color:#360;*/
}
a:hover {
    text-decoration: underline;
    color:#360;
    /*color:#9c0;*/
    /*color:#3f8515;*/
}    
.img_frame {
    border: 1px solid #d0d0d0;
    padding: 10px;
    margin: 0 10px 10px 0;
    float: left;
}
h3.check {
    background: transparent url('check.gif') no-repeat;
    padding-left: 30px;
    padding-top: 5px;
    height: 22px;
}
h2.leaf {
    background: transparent url('leaf.gif') no-repeat;
    padding-left: 18px;
    padding-top: 2px;
    height: 22px;
}
.ValidateMessage {
    color: #f00;
}
.float_clear {
    clear:both;
}
h4.toolboxLabels {
	color: #8EB735;
	font-weight: bold;
}
/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
Author: Viktor Persson
URL: http://arcsin.se
Adapted by: Al @ http://www.nyveldt.com/blog/

Feel free to use and modify but please provide credits.
#############################################################*/

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
	
}
.content .postheader {
	text-decoration: none;
	color: #06C;
}
.c_Wrapper .descr {
	color: #0f628a;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.postcontent {
/*	font-size: 1.2em;*/
/*	padding-bottom: 1.2em;*/
}
.postcontent p {
/*	font-size: inherit;*/
/*	padding-bottom: 1.2em;*/
}
/*#ctl00_cphBody_divText {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
#ctl00_cphBody_divText p {
	font-size: inherit;
	padding-bottom: 1.2em;
}*/
.postfooter {
	padding:2px 3px 3px 8px;
	border:1px solid #e3e4e4;
	background-color:#f5f5f5;
	font-size:0.9em;
	color:#505050;
}
.postfooter img{
	border: none;
}

/*----------------------------
					 Widgets
----------------------------*/

div#widgetzone{
	padding: 0;
	background: none;
	width:100%;
}

div#widgetzone .clear{
	clear: left;
}

div.widget{
	background: white;
	margin-bottom: 10px;
	width: 100%;
	z-index: 1;
	min-width: 1px;
	clear: both;
}

div.widget .content{
	line-height: 16px;
	color: #666666;
	width: 100%;
	float: none;
	margin: 0;
}

div.widget h4{
	font-size: 1.2em;
	border-bottom: 1px dashed #DDD;
	color: #E73;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;	
	z-index: 0;
	letter-spacing: 1px;
}

div.widget a.edit{
	font-size: 10px;
	font-weight: normal;
	float: right;
	z-index: 1;
}

div.widget a.delete{
	font-weight: bold;
	color: #999999;
	float: right;
	margin-left: 5px;
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

#widgetzone .widget .content ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: capitalize;
}

#widgetzone .widget .content ul li {
	list-style: none !important;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

#widgetzone div.search{
	background: none;
	border: none;
	padding-left: 10px;
}


/* search form */
#searchbox input 
{
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
#searchbutton {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}
#searchcomments
{
	margin-right: 3px;
}

/* footer */
.footer {
	background: #0094D6 url(img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* related posts */
#relatedPosts a {
	display: block;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

/* comments */
.comment 
{
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.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: left;
	clear: both;
	margin: 5px 5px 5px 5px;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px 0 0 5px;
}
.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
}

.commentForm input {
	width: 345px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: none;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
}

/* Archive */
#archive p
{
	font-size: 1.2em;
}
#archive img
{
	border: none;
	padding-right: 5px;
}
#archive h2 {
	font-size: 1.2em;
	margin-bottom: 4px;
}
#archive span 
{
	display: block;
	margin-bottom: 3px;
	font-size: 1.1em;
}

#archive span a 
{
	margin-left: 4px;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
	border-bottom: none;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
	padding: 3px 1px 3px 1px;
}

#tagcloud li a:hover {
	color: #111;
	background: none;
}

#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;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
	font-size: 1.2em;
	width: 80%;
}

.calendar .weekend {
	background-color: #F1F1F1;
}

.calendar .other {
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #F1F1F1;
}

.calendar td {
	vertical-align: top;
	background: white;
}

/*----------------------------
					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: 0px;
}

/* 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;
}

/* code styles for CodeFormatter Extension*/
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }

/*----------------------------
				Search page
----------------------------*/
div#postnavigation {
    font-size: 10px;
    margin-bottom: 20px;
}
/*----------------------------
				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
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.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 .postcontent a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .postcontent 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 .postcontent a[rel~="contact"] ,
div.post .postcontent a[rel~="acquaintance"],
div.post .postcontent a[rel~="friend"] {
	background-image:url('../../pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .postcontent a[rel~="contact"][rel~="met"] ,
div.post .postcontent a[rel~="acquaintance"][rel~="met"] ,
div.post .postcontent a[rel~="friend"][rel~="met"] {
	background-image:url('../../pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .postcontent a[rel~="colleague"] ,
div.post .postcontent a[rel~="co-worker"] {
	background-image:url('../../pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .postcontent a[rel~="colleague"][rel~="met"] ,
div.post .postcontent a[rel~="co-worker"][rel~="met"] {
	background-image:url('../../pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .postcontent a[rel~="muse"] ,
div.post .postcontent a[rel~="crush"] ,  
div.post .postcontent a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('../../pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .postcontent a[rel~="muse"][rel~="met"] ,
div.post .postcontent a[rel~="crush"][rel~="met"] ,  
div.post .postcontent a[rel~="date"][rel~="met"] ,
div.post .postcontent a[rel~="sweetheart"][rel~="met"] {
	background-image:url('../../pics/xfn/sweetMet.gif');
}
