﻿/* Copyright Carbonite,Inc. 2008 */

/* Color chart:

medium gray:9FA5B3
medium purple:553CA0
green: 5f9646

*/


/* CONTAINER */

@import '_reset.css';

body{background:#9FA5B3;font-family:Trebuchet MS;color:#333;line-height:1.45}

.clear, .clearer, .clearfix { clear: both; }

.commentpolicy {
	margin-top: 41px;
	padding: 10px;
	border: 3px double #ccc;
	background: #fafafa;
}

#sidebar .commentpolicy p {
	font-size: 12px;
	line-height: 1.3;
	margin: 0 0 9px 0;
}

.commentpolicy h4 {
	margin: 0 0 9px 0;
	padding: 0;
}

/* [][][][][][][][][][][][][][] - TOP NAV - [][][][][][][][][][][][][][] */

div.topNav{
font:normal 11px/11px 'Trebuchet MS',Helvetica,Verdana,sans-serif;
}
div.topNav:link,div.topNav:visited{ text-decoration:none }

.subnav{
	clear:both;
	border:none;
	background:#fff url(/images/bg_subnav.jpg) repeat-x left bottom;
	padding-bottom:3px;
	height:30px;
}

.topNav .subnav ul { padding: 12px 10px 0px 30px; }
	.topNav .subnav ul li {
		float: left;
		display: inline;
		border-right: 1px solid #ABA5BF;
		line-height: 11px;
	}
	.topNav .subnav ul li.last { border: 0;	}
	.topNav .subnav ul li a {
		float: left;
		margin: 0px 10px;
		color: #553CA0;
	}
		.topNav .subnav ul li a:hover { text-decoration: underline;	}


/* [][][][][][][][][][][][][][] - MAIN NAV TABS - [][][][][][][][][][][][][][] */

.navTabs{
	float:left;
	width:100%;
	background:#fff url(/images/bg_topnav.gif) repeat-x bottom;
	font:bold 11px/normal verdana,Helvetica,Verdana,sans-serif;
	margin-top:-1px;
}
.navTabs ul{ padding:20px 10px 0}
.navTabs li{
	float:left;
	background:url(/images/bg_tabsleft.gif) no-repeat left top;
	padding:0px 0px 0px 13px;
	margin-right:1px;
}
.navTabs a{
	float:left;
	background:#553CA0 url(/images/bg_tabsright.gif) no-repeat right top;
	padding:10px 25px 6px 15px;
	text-align:center;
	color:#fff;
}
.navTabs a.buylink{ padding:10px 25px 6px 20px}
.navTabs a span{
	padding-right:20px;
	background:url(/images/icon_cart_off.gif) no-repeat right top;
}
/*Activates buttons*/
li.active_menu{ background-image:url(/images/bg_tabsleft_on.gif)}
li.active_menu a{ background-image:url(/images/bg_tabsright_on.gif);padding-bottom:6px;color:#553CA1}
li.active_menu a span{ padding-right:20px;background:url(/images/icon_cart_on.gif) no-repeat right top}


/* [][][][][][][][][][][][][][] - UTILITY NAV - [][][][][][][][][][][][][][] */


.util{ width:100%;margin-bottom:0;float:left;background:#999 url(/images/bg_masthead.gif) no-repeat -130px 0px}

.util.basic{background-image:none;border-top:2px solid #707186}
.util.basic div.logo{padding-top:10px}
div.logo{
float:left;
padding:12px 10px 10px 16px;
width:259px;
height:36px;
}
div.partnerLogo{
float:right;
padding:12px 18px 0px 16px;
}
div.partnerLogo p{
float:left;
padding:12px 18px 0px 16px;
}
/* Top Right Utility Nav */
.utilNav{
text-align:right;
float:right;
width:240px;
margin-right:0px;
font:bold 11px/26px Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.utilNav a{ color:#fff;padding:0px 15px 0px 5px}
.utilNav a:hover{ text-decoration:underline}
.utilNav a.starlink{
background:transparent url(/images/bg_starlink.gif) no-repeat right center;
padding-right:18px;
}
.utilNav li{
float:left;
background:url(/images/sep_tools.gif) repeat-y right top;
margin:0px;
padding:0px 0px 1px 9px;
}
.utilNav li.last{ background:none}
.utilNav li.active{ background:url(/images/bg_utilnavactive.gif) top left no-repeat;margin-right:0}
.utilNav li.active a{ color:#553ca0}
.utilNav .intlSites{
margin:5px 15px 0 0;
_margin-right:7px;
line-height:normal;
float:right;
clear:both;
list-style:none;
text-align:left;
width:150px;
}
.utilNav .intlSites li{
background:none;
clear:both;
padding:0;
position:relative;
}
.utilNav .intlSites li ul{
position:absolute;
left:-999em;
top:0;
border:1px solid #C0C09F;
background:#FFFFCC;
margin:-1px 0 0 -1px;
width:100%;
_width:135px;
}
.utilNav .openIntl li ul{
display:block;
left:auto;
}
.utilNav .intlSites li ul li{
display:block;
width:100%;
}
.utilNav .intlSites a{
display:block;
background:url(/images/arrow_dwn.gif) no-repeat right center;
padding:4px;
padding-right:11px;
font-weight:normal;
text-decoration:underline;
color:#6654A8;
}
.utilNav .intlSites li ul li a{
text-decoration:none !important;
background-image:none;
display:block;
_width:100%;
}
.utilNav .intlSites li ul li a:hover{
color:#FFF;
background:#6654A8;
}
#intlSitesBehind{
background:url(../images/somefakeimage.gif);/*needed for the awesome IE7,which won't recognize the height of this temp. div unless we add a fake background.*/
position:absolute;
left:0;
top:0;
}



#admin {
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
}


#container {
	width: 896px;
	margin: 0 auto;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 13px;
	color: #666;
	background: #fff;
}

#contentContainer {
	background:#fff url(/images/bg_content_bottom.gif) no-repeat bottom;
	margin: 0;
	padding-bottom: 15px;
}

/* GENERAL MOJO AND MULA */

h1 {
	color: #666666;
	font-size: 16px;
	
}

h2 {
	color: #333;
	font-weight: normal;
	font-size: 19px;
	margin: 0 0 8px 0;
}


h3, h3 a { /* blog title */
	font-weight: normal;
	font-size: 17px;
	color: #553CA0;
	margin: 12px 0 0 10px;
}

h3 a { margin: 0 }

h3 a:hover { text-decoration: underline }

img{
	border: none;
}

a {
	color: #5f9646;
	text-decoration: none;
}

/*a:hover {
	color: #5f9646;
	background-color: #F5F5F5;
}*/


#searchbox {
	font-size: 11px;
	line-height: 19px;
}

#searchbox input {
	margin-right: 3px;
}

#searchbox input#searchfield { width: 125px; }

input {
	color: #333;
	font-size: 11px;
	padding: 3px;
}

.button {
	padding: 2px;
}

#searchbutton {
	margin-left: 3px;
	/*padding: 2px;*/
}

/* HEADER ELEMENTS */

#header {
	padding: 4px 0 0 10px;
	clear: both;
	/*margin-bottom: 10px;*/
}


/* the slogan */
#header p {
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
}

p#subscribe {
	float: right;
	padding: 40px 42px 0 0;
}

/* NAVIGATION ELEMENTS */

#navigation ul {
	margin-left: 7px;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 140px;
}

#navigation a {
	display: block;
	padding: 5px 5px 5px 10px;
	width: 130px;
	background: url(/images/pillbutton.gif) no-repeat top left;
	color: #333 !important;
}

#navigation a:link, #navlist a:visited {
	color: #5f9646;
	text-decoration: none;
}

#navigation a:hover {
	color: #5f9646;
}

/* THE SMALL BOX BELOW NAV */

#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}

/* CONTENT ELEMENTS */

#content {
	width: 615px;
	padding: 0 20px;
	margin-right: 200px;
}

#content a {
	color: #5f9646;
	text-decoration: none;
}

#content a:hover {
	color: #5f9646;
	text-decoration: underine;
}

#content .post {
	margin-bottom:23px;
}

#content p {
	margin-bottom: 14px;
}

#content .postheader {
	color: #aaa;
	font-size: 110%;
	text-decoration: none;
}
#content .author {
	float: left;
}

#content .pubDate {
	float: right;
}

#content .postfooter {
	margin: 8px 0;
	padding: 8px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}




/* SIDEBAR ELEMENTS */

#sidebar {
	float: right;
	width: 200px;
	padding-right: 15px;
}

#sidebar h2 {
	font-size: 15px;
	background:url(/images/header_bordered.gif) no-repeat right bottom;
	padding:0px 0px 5px 0px;
	margin-top: 12px;
}

#sidebar p {
	margin-top: 12px;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-transform: capitalize;
}

#sidebar a img {
	border: none;
	margin-right: 3px;
}

#blogroll ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#blogroll a img {
	border: none;
	margin-right: 3px;
}

/* Beware the ugly tag */
#ctl00_ctl02_ulBlogroll ul {
	margin-left: 8px;
	padding-left: 8px;
	list-style-type: none;
}


/* POST ELEMENTS */

#relatedPosts a {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

.comment {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 35px;
}

.comment .date {
	text-align: right;
	margin: 0;
	padding: 3px 0px;
}
.comment .author {
	margin: 0;
	text-align: left;
	padding-top: 3px;
	margin: 10px 0px 10px 0px;
}

.self {
	background-color: #F5F5F5;
}

.comment .gravatar {
	float: right;
	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;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	padding: 10px;
}

#archive a{
	color: #5f9646;
}

#archive h1 {
	margin: 0;
	padding: 0;
}

#archive h2 {
	padding-bottom: 4px;
	font-size: 12px;
	margin: 20px 0 4px 0;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 0 20px 2em;
	padding: 0;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
	padding: 2px 3px;
}

#archive table th {
	background: #eee;
	border-bottom: 1px solid #ccc;
}

#archive table td{
	border-bottom: 1px solid #D8D8D8;
}

#archive .date{
	width: 92px;
}

#archive .comments{
	width: 100px;
	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: 15px;
}

#tagcloud a.big {
	font-size: 13px;
}

#tagcloud a.medium {
	font-size: 11px;
}

#tagcloud a.small {
	font-size: 9px;
}

#tagcloud a.smallest {
	font-size: 7px;
}

/*----------------------------
					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;
}

/* 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 {
	background: white;
	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;
}

/* And they lived happily ever after. The End. */

/* 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
----------------------------*/

.searchresult{
	margin: 20px 0;
}

.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;}



/* [][][][][][][][][][][][][][] - FOOTER - [][][][][][][][][][][][][][] */


.footer{
	clear: both;
	background:#504B73 url(/images/bg_footer.gif) repeat-x bottom left;
	font:normal 11px/15px 'Trebuchet MS',Helvetica,Verdana,sans-serif;
	font-size:11px;
	line-height:19px;
	color:#fff;
	height: 113px;
	width:870px;
	margin: 0 auto 10px auto;
}

.footer .gridA{
	background:transparent url(/images/bg_footerl.gif) no-repeat bottom left;
}

.footer .gridB{
	background:transparent url(/images/bg_footerr.gif) no-repeat bottom right;
}

.footer .links{
	float:left;padding:20px;
}

.footer .links a{
	color:#fff;text-decoration:underline;
}

.footer .logos{
	float:right;padding:20px;
}

.footer .logos img{
	vertical-align:top;margin-left:13px;
}





/*----------------------------
					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');
}