/*
-- -- -- -- -- -- --
Base CSS
-- -- -- -- -- -- --

This file simply removes default styling on most HTML elements in 
order to reduce the need to later override them.

*/

h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/* 
fix ie6 "peekaboo bug" using the "holly hack". 
Note, this style only gets applied to ie6
*/

html {margin:0px; padding:0px; overflow-x:hidden !important;}

* html .wrapper {
height: 1%;
}
    /* \*/
    * html .posts { height: 1%; width:99%;}
    /* */
    


a img,:link img,:visited img {border: none;}

body {
	font-size : .9em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0px;
	padding:0px;
	width:100%;
}

a:visited,
a:active,
a:link {	
	color: Navy;
	text-decoration : none;
	/*This font size is overriding the tagcloud font size #Added for DF#10121
font-size:1.1em !important;*/
}

a:hover {
	text-decoration : underline;
}

h1 {
	margin : 0px;
	margin-top : 10px;
	margin-bottom : 5px;
	font-size : 1.0em;
}

h1 a:visited,
h1 a:active,
h1 a:link {
	color : #000;
}

h1 a:hover {
	color : #47F;
	text-decoration : none;
}

h2 {
	margin-top : 10px;
	margin-bottom : 3px;
	font-size : 1.0em;
}

h3 {
	font-size : 1.2em;
}

h5 {
	margin: 0px;
	padding: 0px;
}

p {
	
}

#authors ul {
	list-style : none;
	padding : 0px;
	margin : 0px 5px;
}

div.News
{
	font-size: 0.75em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	padding-left: 10px;
}

/* --------------
       Header
   --------------- */
.HeaderTitle
{
	font-size : 1.5em;
	margin: 0px;
}

.HeaderTitles
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 90%;
}

.HeaderTitles h1 
{
    font-size: 24px;
}
.HeaderTitles a:visited,
.HeaderTitles a:active,
.HeaderTitles a:link,
.HeaderTitles a:hover
{
	color: White;
	text-decoration : none;
	font-size: 0.75em;
	font-weight: normal;
}

.HeaderBar
{
	font-weight: normal;
	font-size: 0.75em;
	border-collapse: collapse;
	background-image: url(images/BlueTabBack.gif);
   background-repeat:repeat-x;
}

.HeaderBarTabWindow
{
	background-image: url(images/BlueTabRight.gif);
	background-repeat: no-repeat;
	float: left;
}

.HeaderBar a:visited,
.HeaderBar a:active,
.HeaderBar a:link
{
	color:WhiteSmoke;
	text-decoration: none;
	font-weight: normal;
}

.HeaderBarTab
{
   background-image: url(images/BlueTabFace.gif);
   background-repeat:repeat-x;
   border-collapse: collapse;
   padding: 0px;
   height: 25px! important;
   white-space: nowrap;
   float:left;
}
.HeaderBarTab a
{
    float: left;
    padding: 6px;
}
.HeaderBarTabBack 
{
    float:right;
    padding: 6px;
}
.BlogStatsBar
{
	text-align:right;
	font-weight: normal;
	font-size: 0.95em;
	color: Silver;
	border-collapse:collapse;
}



p.date img {
	vertical-align : middle;
}

p.date {
	font-size : 0.9em;
	font-weight : bold;
	margin-bottom : 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	text-align: right;
}

blockquote {
	font-style : italic;
}

/* --------------
       Posts
   --------------- */
.posts {width:99% !important;}   

div.post h1 
{
    margin-top: 0;
	padding-left: 3px;
	font-weight: bolder;
	font-size: 0.9em;
	padding-bottom: 1px;
	padding-top: 3px;
	border-bottom: gainsboro 1px solid;
	background-color: #f5f5f5;
}
div.post h1 a:visited, 
div.post h1 a:active, 
div.post h1 a:link 
{
	color: Navy;
	text-decoration : none;
}

div.post
{
	border: solid 1px gainsboro;
	margin-bottom: 10px;
	clear:both;
	
}
/*#10081*/
.postText a {white-space:normal !important; word-wrap:break-word !important;}
.postText  {white-space:normal !important;}


div.postText
{
	padding-right: 10px;    
	padding-left: 10px;
	font-size: 0.8em;
	padding-bottom: 2px;
	padding-top: 2px;
	height:1%;
	clear:both;
	position:relative;
}
    /*#11473*/
    /*.postText ul {margin:10px; position:relative; left:20px;}*/
    .postText ul{list-style:disc;}
    .postText ol{list-style:decimal;}

div.postText img
{
    padding: 5px 25px 5px 5px;
   
}
div.bottom
{
    font-size: 1em;
    text-align: right;
    padding: 0 10px;
}
div.bottom .rating 
{
    text-align: left;
    display: block;
} 
div.bottom .tags 
{
    float: left;
    padding-bottom:5px;
}
div.postFoot
{
	background-color: #f5f5f5;
	border-top: gainsboro 1px solid;
	font-size: 0.65em;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: right;
}
div.postFoot #postAuthor 
{
    float: left;
}
div.post pre, div.post pre.code 
{
    font-size: 10pt;
}
div.post pre.code 
{
	border: solid 1px gainsboro;
	padding: 5px;
}
div.post p pre.code 
{
	border: none;
	padding: 0;
}
#top 
{
	background-image: url(images/BlueTabBackground.gif);
    background-repeat: repeat;
	color : WhiteSmoke;
	border-top : 4px solid Black;
	border-bottom : 4px solid Black;
	padding: 0px;
	margin: 0px;
	width:100%;
	overflow:hidden;
}

#tagline {
	font-size : 0.8em;
	margin : 0px;
	color: White;
	font-weight: normal;
}

/* -------------
   Comment Forms
------------- */
div.commentForm label
{
    width: 100px;
    display: inline-block;
}
/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts {
	background: white;
	padding: 5px 10px 10px 10px;
	border: solid 1px gainsboro;
	
}

#relatedPosts h1 {
	margin: 0px;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
	font-size: .9em;
	font-weight:bold;
}
#relatedPosts a:hover {
	font-style:italic; 
	text-decoration:none;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	
}
/*----------------------------
					Comments
----------------------------*/

.comment {
	border: solid 1px gainsboro;
	background-color: white;
	margin-bottom: 10px;
	width:100%;
	float:left;
	clear:both;
}
.comment .title 
{
	padding: 3px;
	width:100px;
	float:left;
}

 td.titleTD {background-color:#eee; }
 
 #archive td.title {font-weight:bold;}
 
.comment .date {
	font-size: 10px;
	color: #666666;
	margin: 0;
	padding: 3px 0px;
	text-align:left;
}

.comment .author {
	margin: 0;
	padding: 3px 3px;
	float: left;
	font-size:.8em;
	
}

.self {
	border: 1px solid black;
}

.comment .gravatar 
{
    background:transparent;
	
	/*removed all padding and margin*/
	}

.comment .gravatar img {
	
}

.comment .content {
/*height:80px;	min-height: 60px; */
/*removed height margin: 5px; */
	
}

/*9592*/
.contentBox {float:left; padding:10px; }

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 100px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	
}
.commentTable .content {font-size:.9em;}

.success 
{
    display:block;
	color: green;
	font-weight: bold;
	clear:both;
}


/* -------------
   LEFT MENU
------------- */

#leftmenu {
	position :relative;
	left : 0px;
	width : 200px;
	/*height:auto;*/
	background-color: WhiteSmoke;
	padding-top: 5px;
}

#leftmenu h1 {
	font-size : 0.9em;
	margin : 0px;
	margin-top : 10px;		
	padding-bottom: 2px;
	padding-left: 3px;
	border-top: solid 1px Gainsboro;
}
#leftmenu ul {
	list-style: none;
	margin : 0px;
	padding-left : 0px;
	margin-left : 1px;
	margin-bottom : 10px;
	font-size : 0.75em;
}

#leftmenu a
{
	padding: 1px;
	text-decoration: none;
	
}

#leftmenu a:active,
#leftmenu a:visited,
#leftmenu a:link
{}

#leftmenu a:hover
{
	font-style: italic;
}

#leftmenu .box 
{
    padding: 10px;
    /*#9592*/
    overflow:hidden;
    width:180px; 
}


#leftmenu .box div 
{
    font-size: 0.8em;
       
}

#leftmenu .box h1 {padding-top:5px;}
#leftmenu .box a 
{
    font-size: small;
     
} 
/**/
#leftmenu .box UL {
    margin-left: 10px;
}

#leftmenu .box div div span {
    font-size:11px;
}

.recentPosts span
{
    display: block;
    float: none;
    margin-left: 10px;
}



/* #10085 */
ul.recentPosts li a {font-weight:bold;}
ul.recentPosts li {margin:5px 0;}

/* recentComments */

ul.recentComments li {margin:5px 8px;}
ul.recentComments li a.postTitle {margin-left:-7px; font-weight:bold;}



/*----------------------------
					 Blogroll
----------------------------*/
#blogroll 
{
    padding:0 0 30px 0px;
    margin-left: 10px;
}
#blogroll ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
/*DF#9558*/

#blogroll ul li a
{
	font-size:1em;
	padding-left:10px;
	/*display:block; -- DE2390 --rphillips --- get the link and the rss to line up*/
}


#blogroll ul ul li a {
	margin-left:11px !important;
	margin-top:2px;
	color:#666;
	font-size:1.3em !important;
	
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
	float:left;
	position:relative;
	top:4px;
}
#leftmenu div h1 {margin-left:10px; padding-top:5px;}
#leftmenu div.box h1 {margin-left:0px;}
/*----------------------------
					 Main
----------------------------*/

#main {
/*	margin-left : 200px;	*/
	background-color : White;
	padding : 10px;
	padding-bottom: 30px;
	border-left : 1px solid #555;
	border-bottom : 4px solid Black;
	height:100% !important;/*#10081 IE FIX*/

}
#comment {float:left;} /*#10081 IE FIX*/
.commentTable {width:100%;} /*#10081 IE7 FIX*/
.commentTable td.titleTD {width:120px;}


#postPaging 
{
    font-size: small;
}
#footer {
	margin : 0px;	
	padding-top : 5px;
	text-align : center;
	font-size : 0.7em;
}

input, textarea
{
	font-size: 1.0em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

.commentForm
{
	font-size : 0.9em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Button
{
	border: 1px solid SteelBlue;
	background-color: gainsboro;
}

/*----------------------------
					Star rater
----------------------------*/

.rating p{
	display: inline;
	position: relative;
	top: 12px;
	left: 55px;
	font-size:.7em;
}

.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(/BlogEngine/pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	padding: 10px;
	font-size:.9em;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
		
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/* Tag cloud */
#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
	/*DF # 9623 */
	line-height:25px;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 24px;
}

#tagcloud a.big {
	font-size: 21px;
}

#tagcloud a.medium {
	font-size: 18px;
}

#tagcloud a.small {
	font-size: 15px;
}

#tagcloud a.smallest {
	font-size: 12px;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	padding: 10px;
	font-size:.9em;
}

#archive h1 {
	padding-bottom: 9px;
	margin: 0;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#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: 100px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

ul#monthList li.year {font-size:1.1em;}
ul#monthList li.year ul li a {font-size:1.2em !important;}

/* 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
----------------------------*/
.searchpage post, #searchpage {padding:10px; }
.searchresult{
	margin-bottom: 20px;
	padding:10px;
	font-size:.9em;
}
.searchresult .text {font-size:.9em;}

.searchpage .msbutton {vertical-align:top;}

.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;
}

#searchpage .msbutton
{
	height: 19px; /*DE2402 to line up with search input*/
	vertical-align: text-bottom; /*DE2402 to line up with search input*/
	*vertical-align: baseline; /*DE2402 IE 6-7 only*/
}

#searchpage #q
{
	border: inset 1px black;
	display: inline;
}

html >/**/ body #searchpage #q
{
	vertical-align: text-bottom; /*DE2402 to align inputs - hidden from ie67*/
}

/*----------------------------
			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;}

/* DF#10349 */
.closewindow {
  /* 	float:left; */
	width: 70%; 
	margin-left : 200px;	
	background-color : White;
	padding : 10px;
	/*padding-bottom: 30px; */
	clear:both;
}

/*----------------------------
					XFN tags
----------------------------*/

div.post .postText a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .postText a[rel="me"] {	
	background-image:url('/BlogEngine/pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/

div.post .postText a[rel~="contact"] ,
div.post .postText a[rel~="acquaintance"],
div.post .postText a[rel~="friend"] {
	background-image:url('/BlogEngine/pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .postText a[rel~="contact"][rel~="met"] ,
div.post .postText a[rel~="acquaintance"][rel~="met"] ,
div.post .postText a[rel~="friend"][rel~="met"] {
	background-image:url('/BlogEngine/pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .postText a[rel~="colleague"] ,
div.post .postText a[rel~="co-worker"] {
	background-image:url('/BlogEngine/pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .postText a[rel~="colleague"][rel~="met"] ,
div.post .postText a[rel~="co-worker"][rel~="met"] {
	background-image:url('/BlogEngine/pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .postText a[rel~="muse"] ,
div.post .postText a[rel~="crush"] ,  
div.post .postText a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('/BlogEngine/pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .postText a[rel~="muse"][rel~="met"] ,
div.post .postText a[rel~="crush"][rel~="met"] ,  
div.post .postText a[rel~="date"][rel~="met"] ,
div.post .postText a[rel~="sweetheart"][rel~="met"] {
	background-image:url('/BlogEngine/pics/xfn/sweetMet.gif');
}
/*Search & comment button */
.msbutton
{
	margin: 0px;
	border: solid 1px #555555;
	background: transparent url('../../../images/msButtonBg.gif') repeat-x left top;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	padding: 1px 4px;
	vertical-align: middle;
	height: 20px;
	display: inline;
	cursor: pointer;
	
}
input.msbutton {width:100px;}

/*Calendar */
div#calendarContainer {width:170px !important; position:absolute; left:0px;}
table.calendar {align:center !important; width:170px !important; font-size:10px !important; margin:5px 15px;}


/* #10278 RTE and Standard Formatting in Posts*/

.postText h1, .postText h2, .postText h3, .postText h4, .postText h5, .postText h6{

	padding: 1em 0 !important;
	margin:0;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-transform:none !important;
    font-weight:normal !important;
    color:#000 !important;
    letter-spacing:normal !important;
    background:none !important;
    border:none !important;
}
.postText h1{font-size: 20px !important;}
.postText h2{font-size: 18px !important;}
.postText h3{font-size: 16px !important;}
.postText h4{font-size: 14px !important;}
.postText h5{font-size: 12px !important;}
.postText h6{font-size: 10px !important;}

/*.postText ul {margin:1em 0 !important;} */

.box ul li a, #page {font-size:.8em;}

/*DF#10224:commented the style "clear" in page.aspx and commentview.ascx*/
#divText
{
  clear:both;
}

#divcomment
{
  clear:left;
}

