/*#############################################################
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.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

html{
	
}
body {
	background-image:url(img/Drip_BG.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
	background-color:#FBF8FC;
	color: #5C5C5C;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	font-size:12px;
	
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	line-height:140%;
}
h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
	font-weight:bold;
	border-bottom:1px solid #5C5C5C;
	clear:both;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 4px;
	clear:both;
}
.content a{
	color:#CA00B0;
}
.content a:visited{
	color:#FF4EEA;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #5C5C5C;
	padding-top: 6px;
}
.content h1 a,.content h2 a, .content h3 a {
	color: #5C5C5C;
}
.content h1 a:visited,.content h2 a:visited,.content h3 a:visited {
	color: #5C5C5C;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	width:1000px;
	margin:0 auto 0 auto;
}

.header {
	height: 170px;
	background-image:url(img/Header_BG.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

/* title */
.HeaderMenu{
	position:absolute;
	top:131px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#C59FCE;
	width:960px;
	text-align:center;
}
.HeaderMenu a{
	color:#E8D9EC;
	text-decoration:none;
	margin-left:20px;
	font-weight:bold;
}
.HeaderMenu a:hover{
	text-decoration:underline;
}
.HeaderBanner{
	height:60px;
	width:468px;
	background-color:#CCCCCC;
	position:absolute;
	top:30px;
	left:400px;
}
.HeaderNav{
	positioN:absolute;
	top:30px;
	right:0;
	width:100px;
	color:#F8F8F8;
	text-align:right;
}
.HeaderNav a{
	text-decoration:none;
	color:#F8F8F8;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	margin-bottom:3px;
}
.HeaderNav a:hover{
	text-decoration:underline;
}

.logo{
	display:block;
	width:343px;
	height:71px;
	position:absolute;
	top:30px;
	left:0;
}
.title {
	display:none;
	
}
.title h1 {

}
.title a {

}

/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {

	clear: both;
	padding: 12px 0px 0 0px;
	margin-top:30px;
}

/* main left */
.Sponsors{
	margin-bottom:10px;
}
.Sponsors a{
	display:block;
	margin-bottom:10px;
}
.Sponsors p a{
	display:inline;
}
.sidenav {
	float: left;
	width: 202px;
	
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav img {
	border: none;
}
.sidenav ul 
{
	text-transform: capitalize;
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	/* display: block; */
	font-size: 1em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
	
}
.sidenav li a:hover {
	color: #111;
	background: url(img/nav_li.gif) no-repeat;
}

#blogroll 
{
	font-size: 0.9em;
}
.open
{
	font-size: 1em;
}


.TOC{
	float:left;
	width:238px;
	margin-right:16px;
	
}
.toc_layer1{
	background-image:url(img/TOC_Middle.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	margin-bottom:15px;
}
.toc_layer2{
	background-image:url(img/TOC_Head_Expanded.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.toc_layer3{
	background-image:url(img/TOC_Footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:10px;
}
.TOC h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:12px;
	padding:12px 0 0 0px;
	text-align:center;
	margin-bottom:15px;
}
dl{
	width:210px;
	overflow: auto;
	margin: 0 0 0px 10px;
    background: url(img/dot.gif) repeat-x 0 .9em;	
	 }
dt{
	background:#E2E2E2;
	font-size: 11px;
}
dd.edition{
	font-size:11px; 
}

.Updated{
	color:#3F3D2F;
	padding-left:5px;
	
}

dt{
	float: left;
	padding-right: 3px;
	color: #3F3D2F}
dd{
	margin:0;
	background-color:#EEE2F1;	
}
dd.edition{
	float: right;
	padding-left: 3px;
	color: #3F3D2F;
}	
dd.edition a{
	color:#3F3D2F;
	text-decoration:none;
	padding:0 1px 0 1px;
}
dd.edition a:visited{
	color:#666666;
}
dd.edition a:hover{
	color:#3F3D2F;
	text-decoration:underline;
	background-color:#EEE2F1;
}
.lc_TOC_ArticleLink{
	color:#3F3D2F;
	text-decoration:none;
	background-color:#EEE2F1;
	text-transform:capitalize;
}

.lc_TOC_ArticleLink:visited{
	color:#666666;
}


.lc_TOC_ArticleLink:hover{
	color:#3F3D2F;
	text-decoration:underline;
}
/* content */
.content {
	float: left;
	margin-right: 18px;;
	width: 520px;
	
}
.content .postheader {
	text-decoration: none;
	color: #5C5C5C;
}
.content .descr {
	color: #5C5C5C;
	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;
}

/* search form */
#searchbox input 
{
	border: 1px solid #999999;
	padding: 2px 3px;
}
#searchbutton {
	border: 1px solid #999999;
	margin-left: 5px;
	padding: 2px 3px;
}
#searchcomments
{
	margin-right: 3px;
}

/* footer */
#footer{
	text-align:center;
	font-size:9px;
	padding:0 0 20px 0;
}
#footer p{
	margin:0;
	padding:0;
}
.footer {
	background: #321D38 url(img/Footer_BG.jpg) repeat-x;
	color: #F8F8F8;
	font-size: 1.1em;
	/*line-height: 40px;
	text-align: center;*/
	padding-top:20px;
	margin-top:40px;
}
.footer a {
	color: #F8F8F8;
	text-decoration: none;
}
.footer a:hover {
	color: #F8F8F8;
	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;
	margin-top:7px;
}

.commentForm input {
	width: 345px;
	padding:3px;
	margin:5px;
	font-size:120%;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}

/* 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
----------------------------*/

.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');
}

/* Admin Menu */
#AdminMenu ul{
	margin:10px 10px 0px 30px;
}
#AdminMenu ul li{
	padding:0;
	margin:4px;
}
#AdminMenu ul li a{
	color:#333333;
}


#searchbox{
	margin-bottom:15px;
}

.bluedivider{
	background-image:url(img/Divider_Blue.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:502px;
	height:13px;
	clear:both;
}

#HomeSideBar{
	width:160px;
	float:right;
	margin-left:16px;
}
#HomeSideBar img{
	margin-bottom:10px;
}

#HomePostList .posts {
	width:320px;
	float:left;
	margin-right:16px;
}
#HomePostList .bluedivider{
	width:316px;
}

.DesignThumb{
	float:left;
	margin:0 5px 5px 0;
}


.Updated{
	color:#CA00B0;
}




/*_______________________________________________________
Feedlist styles (footer above the footer)
_______________________________________________________*/
.RSSTitle_MyMeltdownNews span{
	display:none;
}
.RSSTitle_MyMeltdownNews{
	background-image:url(img/NewOnMyMD.jpg);
	width:318px;
	height:29px;
	display:block;
}


.RSSTitle_NewonDesignMeltdown span{
	display:none;
}
.RSSTitle_NewonDesignMeltdown{
	background-image:url(img/NewOnDesignMeltdown.jpg);
	width:318px;
	height:29px;
	display:block;
}

.RSSTitle_NewonSpamMeltdown span{
	display:none;
}
.RSSTitle_NewonSpamMeltdown{
	background-image:url(img/NewOnSpamMeltdown.jpg);
	width:318px;
	height:29px;
	display:block;
}

.FooterSponsors{
	text-align:center;
	padding:30px 0 20px 0;
}
#feedlist{
	margin-top:30px;
}
.bumpin{
	width:1000px;
	margin:0 auto 0 auto;
	position:relative;
}
.feedlist{
	color:#D3D3D3;
	font-size:14px;
}
.feedlist ul{
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
}
.feedlist li{
	background-image:url(img/FeedlistDivider.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	margin:0 0 10px 0;
	padding:0 0 20px 15px;
	font-weight:bold;
}
.feedlist a{
	color:#D3D3D3;
	text-decoration:none;
}
.feedlist a:hover{
	color:#D3D3D3;
	text-decoration:underline;
}
.feedlist .rss_item{
	
}
.feedlist .rss_date{
	font-size:10px;
	font-weight:normal;
	padding-left:5px;
}
.feedlist .col1, .feedlist .col2, .feedlist .col3{
	padding-bottom:35px;
	position:relative;
}
.feedlist .FeedListRSS{
	display:block;
	width:16px;
	height:16px;
	position:absolute;
	right:10px;
	top:0;
}
.FeedListDivider{
	margin-left:6px;
}	
.feedlist .MoreLink{
	text-transform:uppercase;
	font-size:10px;
	float:right;
	padding-right:15px;
}

/*_______________________________________________________
FeedBurner Feedlist styles (footer above the footer)
_______________________________________________________*/
#SpamMeltdown2025119 .feedTitle a{
	display:none;
}
#SpamMeltdown2025119 .feedTitle{
	background-image:url(img/NewOnSpamMeltdown.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:318px;
	height:29px;
	display:block;
	padding-bottom:0;
}
.feedlist .col2 .feedTitle a{
	display:none;
}
.feedlist .col2 .feedTitle{
	background-image:url(img/NewOnDesignMeltdown.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:318px;
	height:29px;
	display:block;
	padding-bottom:0;
}

.feedlist #creditfooter{
	display:none;
}

.feedlist{
	color:#D3D3D3;
	font-size:14px;
}
.feedlist ul{
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
}
.feedlist li{
	background-image:url(img/FeedlistDivider.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	margin:0 0 10px 0;
	padding:0 0 20px 15px;
	font-weight:bold;
}
.feedlist a{
	color:#D3D3D3;
	text-decoration:none;
}
.feedlist a:hover{
	color:#D3D3D3;
	text-decoration:underline;
}
.feedlist li{
	
}
.feedlist .date{
	font-size:10px;
	font-weight:normal;
	padding-left:5px;
	line-height:100%;
	padding-bottom:0;
}
.feedlist .col1, .feedlist .col2, .feedlist .col3{
	padding-bottom:35px;
	position:relative;
}
.feedlist .FeedListRSS{
	display:block;
	width:16px;
	height:16px;
	position:absolute;
	right:10px;
	top:0;
}
.FeedListDivider{
	margin-left:6px;
}	
.feedlist .MoreLink{
	text-transform:uppercase;
	font-size:10px;
	float:right;
	padding-right:15px;
}



.OtherProjectsList{
	margin:0;
	padding:0;
	list-style-type:none;
}
.OtherProjectsList li{
	margin:0 0 14px 15px;
	padding:0;
	background-image:none;
}
.OtherProjectsList li a{
	display:block;
	background-color:#643A70;
	border:1px solid #888888;
	color:#CCCCCC;
	padding:8px 10px;
	margin-right:15px;
}
.OtherProjectsList li a:hover{
	display:block;
	background-color:#A269B1;
	border:1px solid #888888;
	text-decoration:none;
}
.col1,.col2,.col3{
	border:0px solid #00FF00;
	width:320px;
	float:left;
}
.col1, .col2{
	margin-right:20px;
}


/*____________________________________________________________
In COPY Tool Tip
____________________________________________________________*/

#dhtmltooltip{
position: absolute;
left: -300px;
width: 154px;
border: 1px solid black;
padding: 2px;
background-color: #660099;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


/*____________________________________________________________
Ad Styles
____________________________________________________________*/
.ad_200_200{
	float:right;
	margin:0 0 10px 10px;
	display:none;
}

#ad_468_60_center{
	width:468px;
	height:60px;
	margin:0 auto 25px auto;
	display:none;
}

/* home page thumb */
.ClipThumb{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	
}

.socialBookmarksContainer{
	margin:10px 0 10px;
	clear:both;
}