/*
Href: /scripts/lightbox.css, Media: screen
Href: /scripts/XFNHighlighter.css, Media: 
Href: /skins/_System/csharp.css, Media: 
Href: /skins/_System/commonstyle.css, Media: 
Href: /skins/_System/commonlayout.css, Media: 
Href: /Skins/Nature/print.css, Media: print
Href: /Skins/Nature/style.css, Media: 
Href: /Skins/Nature/rain.css, Media: 
*/

/* Href: /scripts/lightbox.css, Media: screen */
@media screen{
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
}
/* Href: /scripts/XFNHighlighter.css, Media:  */
div.xfnFriendInfoBox
{
	text-align: left;
	z-index: 1000;
	border: solid 1px black;
	background-color: #faf4cf;
	color: #333;
	width: 200px;
	font-size: smaller;
	font-family: Arial, helvetica, Sans-Serif;
	padding-left: 4px;
}

div.xfnFriendInfoBox h3
{
	margin: 0;
	padding: 0;
}

div.xfnFriendInfoBox ul
{
	margin: 0;
}

div.xfnFriendInfoBox ul li
{
	margin: 0;
}

a.xfnRelationship
{
	/*
		padding-right: 13px;
	background: url(../images/friends.png) no-repeat right;
	*/
	white-space: nowrap;
	padding-right: 26px;
	background: url(../../images/xfn-small.png) no-repeat right;
}

a.xfnRelationship[rel~="colleague"],
a.xfnRelationship[rel~="co-worker"]
{
	padding-right: 21px;
	background: url(../images/xfn-colleague.png) no-repeat right;
}

a.xfnRelationship[rel~="colleague"][rel~="met"],
a.xfnRelationship[rel~="co-worker"][rel~="met"]
{
	padding-right: 26px;
	background: url(../../images/xfn-colleague-met.png) no-repeat right;
}

a.xfnRelationship[rel~="friend"]
{
	padding-right: 21px;
	background: url(../images/xfn-friend.png) no-repeat right;
}

a.xfnRelationship[rel~="friend"][rel~="met"]
{
	padding-right: 26px;
	background: url(../../images/xfn-friend-met.png) no-repeat right;
}

a.xfnRelationship[rel~="sweetheart"]
{
	padding-right: 21px;
	background: url(../images/xfn-sweetheart.png) no-repeat right;
}

a.xfnRelationship[rel~="sweetheart"][rel~="met"]
{
	padding-right: 26px;
	background: url(../../images/xfn-sweetheart-met.png) no-repeat right;
}

a.xfnRelationship[rel~="child"]
{
	padding-right: 21px;
	background: url(../../images/xfn-child.png) no-repeat right;
}

a.xfnRelationship[rel~="parent"]
{
	padding-right: 21px;
	background: url(../../images/xfn-parent.png) no-repeat right;
}

a.xfnRelationship[rel~="spouse"]
{
	padding-right: 21px;
	background: url(../../images/xfn-spouse.png) no-repeat right;
}

a.xfnRelationship[rel~="me"]
{
	padding-right: 21px;
	background: url(../../images/xfn-me.png) no-repeat right;
}

/* Href: /skins/_System/csharp.css, Media:  */
/*
Stylesheet for C#, VB, HTML/XML/ASPX, T-SQL, MSH

Downloaded from http://www.manoli.net/csharpformat/

This stylesheet is useful if you use the manoli.net code formatter.
*/

.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; }
/* Href: /skins/_System/commonstyle.css, Media:  */
/********* DropCap **********
Apply to the first letter of a post. 
Makes a nice magazine effect.

Make sure to overide border, font, etc... choices.
*/
.dropcap 
{
	float: left;
	font: 4em georgia, helvetica, verdana, arial, sans-serif;
	border: solid 1px;
	padding: 5px;
	margin-right: 5px;
}


/********* Image Drop Shadow **********
Applies a nice dropshadow to a block element.
Must be combined with .innerbox.

Sample usage:
<div class="dropshadow"><div class="innerbox">Text or image</div></div>

*/
.dropshadow
{
	float:left;
	clear:left;
	background: url(../../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
	display: block;
}

.innerbox
{
	position:relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #999999;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.innerbox
{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}

/* This applies to debug information when compiled as a #DEBUG release. */
div.debug
{
	font-size: x-small;
	width: 200px;
	position: absolute;
}

/********* PrintIcon **********
Applies a print icon to a print link.

Sample usage:
<a class="printIcon"...></a>

*/
a.printIcon
{
	background: url('../../images/printer.png') no-repeat top left;
	padding-bottom: 4px;
}

a.printIcon span
{
	background: url('../../images/printer.png') no-repeat top left;
	padding-left: 17px;
}

/********* ShareIcon **********
Applies a share-icon to an element with the shareIcon class.
http://shareicons.com/

Sample usage:
<a class="shareIcon"...></a>

*/
.shareIcon
{
	background: url('../../images/share-icon-16x16.png') no-repeat center left;
}

/********* Gravatar **********
This is an avatar thumbnail displayed next to a blog post.

Sample usage within comments.ascx:
<asp:Image runat="server" id="GravatarImg" visible="False" class="gravatar"></asp:Image>
*/
img.avatar
{
	float: left;	
	width: 50px;
	padding: 5px;
	border: 0;
	display: block;
}

.accessKey
{
	text-decoration: underline;
}

/********* Pullout **********
A magazine layout box that floats right. Good for emphasizing 
a point in a blog post.

USE THIS IN THE CONTENT OF A BLOG POST

Sample usage.
<span class="pullout">It is indeed a fact</span>
*/
.pullout
{
	display: block;
	width: 30%;
	padding: 10px;
	background-color: #ddd;
	float: right;
	font: bold 1em arial, helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0.05em;
	margin: 5px;
	clear: both;
	border: solid 1px;
}

.pullout .alt
{
	float: left;
}

/* blockquote styling */
blockquote.withline   
{
	text-align: justify; 
	padding: 5px;
	border-left: 1px solid #9ACD32;
}


/********* form **********
Styling for a Form. Assumes use of dl for the form.

<dl class="form">
*/
dl.form dt
{
	height: 18px;
	margin-top: 5px;
}

dl.form dd
{
	margin-left: 0;
}

dl.form input
{
	width: 300px;
}

dl.form textarea
{
	width: 400px;
	height: 200px;
}

label.required
{
	font-weight: bold;
}

/******** horizontal list ************
Used to make an ordered or unordered list horizontal.
*/
ul.horizontal
{
	list-style: none;
}

ul.horizontal li
{
	display: inline;
}

.postTitle, .postTitleDate
{
	clear: both;
}

.clear { clear: both; }
.left { float:left; }
.right { float: right; }
.block { display: block; }
.inline { display: inline; }

/*--------{tags}-------------*/
#tag-cloud
{
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#tag-cloud li
{
	display: inline;
	list-style-type: none;
}

#tag-cloud li, #tag-cloud li a
{
	display: inline;
}

#tag-cloud li
{
	padding: 2px 3px;
}

.tag-style-1
{
	font-size: .8em;
	font-weight: normal;
}
.tag-style-2
{
	font-size: 1em;
	font-weight: normal;
}
.tag-style-3
{
	font-size: 1.2em;
	font-weight: bold;
}
.tag-style-4
{
	font-size: 1.4em;
	font-weight: normal;
}
.tag-style-5
{
	font-size: 1.6em;
	font-weight: bold;
}
.tag-style-6
{
	font-size: 1.8em;
	font-weight: bold;
}
.tag-style-7
{
	font-size: 2em;
	font-weight: bold;
}

/*---------{search}--------------*/
#search-progress
{
	background: url(../../images/loaders/subtext-loader.gif) no-repeat;
	width: 32px;
	height: 32px;
	margin: 4px auto;
}

#searchResults
{
	z-index: 100;
}

#searchWrapper
{
	position: relative;
	width: 100%;
}

a.closeSearch
{
	position: absolute;
	top:0;
	right: 4px;
	display: block;
}

/*---------{comments}--------------*/
.commentInfo
{
	clear: left;
}

a.edit-comment
{
	background: transparent url(../../images/pencil.png) no-repeat scroll left center;
	padding-left:20px;
}

/*---------{buttons}--------------*/

.btn { cursor:pointer; }
/* Href: /skins/_System/commonlayout.css, Media:  */
/********* Search **********
A standard layout for the search box
Assumes the following structure:

#search
	label
		input.searchterm
			.searchButton
	#searchResults {visible only when search button is clicked}

----------------------------*/
#search
{
	float: right;
	/*width: 280px;*/
}

#search #searchResults
{
	z-index: 100;
	position: relative;
	padding: 5px;
	margin: 0;
	border: solid 1px;
}

#searchResults ul
{
	padding: 0;
	margin: 5px;
}

#searchResults ul li
{
	list-style-position: inside;
}

/********* Previous / Next Links **********
A standard layout for the previous entry and 
next entry links.
Assumes the following structure:

.previousNext
	a
	span " | "
    a
	span " | "
	a
----------------------------*/
div.previousNext
{
	width: 100%;
	text-align: center;
	font-size: .9em;
	padding: 4px;
}


/********* Blog Stats **********
Renders blog stats in a horizontal fashion.

Sample usage:
<dl title="Blog Statistics" id="blogStats">
	<dt>posts</dt>
	<dd><asp:Literal ID="PostCount" Runat="server" /></dd>
	<dt>comments</dt>
	<dd><asp:Literal ID="CommentCount" Runat="server" /></dd>
	<dt>trackbacks</dt>
	<dd><asp:Literal ID="PingTrackCount" Runat="server" /></dd>
</dl>

*/
#blogStats
{
	float: right;
	text-align: right;
	font-size: .7em;
}

#blogStats dt, #blogStats dd
{
	float: left;
	margin: 0;	
}

#blogStats dt
{
	padding-right: 2px;
	margin-right: 2px;
	text-transform: lowercase;
}

#blogStats dd
{
	margin-right: 7px;
}

/********* Captcha **********/
div.captcha
{
	margin: 2px 0 8px 6px;
}

div.captcha img
{
	width: 180px;
	height: 50px;
	border: solid 1px #999;
	display: block;
}

div.captcha label
{
	display: inline;
	float: left;
}

div.captcha input
{
	margin-left: 4px;
	display: inline;
}
/* Href: /Skins/Nature/print.css, Media: print */
@media print{
#main #mainBody #content, #main #mainBody, #main #header
{
	background: #fff;
	width: 100%;
	border: 0;
	padding: 0 !important;
	margin: 0 !important;
	color: #000;
}

#main #header h1, #main #header h1 a, #main #header #tagline
{
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
}

#main #header
{
	margin: 0;
	padding: 0;
	height: 70px;
}

#sidebar, #commentform, #main div.eofp
{
	display: none;
}
}
/* Href: /Skins/Nature/style.css, Media:  */
/*
Original site design by Bartosz (http://www.bartosz.co.nr/) site no longer functional.
Adapted by Subtext team.
*/
body 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.74em;
	color: #333;
	line-height: 20px;
	cursor: default;
	margin: 0;
	background-position: center;
	background-repeat: repeat-y;
}

a 
{
	text-decoration:none;
}

a:hover 
{
	border-bottom:1px dotted #000;
}

#main 
{
	width: 700px;
	padding: 10px;
	background-color: #fff;
	margin:0 auto 0 auto;
}

#header 
{
	width: 700px;
	height: 258px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 20px;
}

#header p 
{
	padding:5px;
	margin:0;
	margin-left:340px;
	margin-right:10px;
	text-indent:5px;
}

#header h1 
{
	color:#fff;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:300%;
	font-weight:bold;
	padding:0;
	padding-top:75px;
	padding-left:340px;
	padding-bottom:25px;
	margin:0;
	border-bottom:2px solid #ffffff;
	background-image:none;
	line-height: 0.7em;
}

#menu 
{
	width: 577px !important;
	width: 575px;
	padding: 5px 123px 6px 0 !important;
	padding: 5px 125px 6px 0;
	margin: 0;
	background-color: #ccc;
	text-align: right;
	color: #fff;
	background-image: url("images/menubg.jpg");
	margin-bottom: 10px;
}

#menu a 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	font-weight:bold;
	text-transform:uppercase;
	color: #fff;
	text-decoration:none;
	padding: 13px 5px 12px 5px;
	margin-left: 1px;
}

#menu a:hover 
{
	padding: 13px 5px 11px 5px;
}

#logo
{
	display: block;
	width: 323px;
	height: 258px;
	border-right:2px solid #fff;
	float:left;
}

#sidebar 
{
	width:150px;
	border:1px solid #cccccc;
	padding:5px;
	float:left;
	clear:left;
	background-image: url("images/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
}

#content
{
	width: 530px;
	float: left;
	margin-left: 5px;
}

.post 
{
	margin: 0;
	padding: 10px;
	border: 1px solid #cccccc;
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.post p 
{
	margin:10px;
}

.postInfo 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	letter-spacing:2px;
	font-variant:small-caps;
	text-transform:lowercase;
}

.postInfo a 
{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.post h1, .post h2, .post h3 
{	
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000;
	border-bottom:2px solid #cccccc;
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
}

.post h2
{
	font-size: 2.0em;
}

.post h2 a
{
	color: #000;
}

.post h3 
{
	font-size: 1.6em;
	border-bottom:none;
}

.post h4 
{
	font-size: 1.4em;
	border-bottom:none;
}

.post h5 
{
	font-size: 1.2em;
	border-bottom:none;
}

.postfoot
{
	clear:both;
}

div.author div.commentText
{
	background: #ffffef url(images/CommentAuthorGradient.gif) repeat-x top left;
	border: solid 1px #967758;
}

div.comment
{
	margin: 0 0 1em 0;
	padding: 5px;
	clear: both;
	float: left;
	width: 450px;
}

div.comment .commentInfo
{
	width: 450px;
	color: #333;
	margin-bottom: .2em;
	padding-left: 26px;
	height: 22px;
	display: block;
	background: url(images/CommentIcon.gif) no-repeat 0 .1em;
}

div.comment h3
{
	font-family: Arial, helvetica, Sans-Serif;
	margin: 0;
}

div.comment .commentText
{
	width: 450px;
	display: block;
	border: solid 1px #587796;
	margin: 0;
	padding: 5px;
	float: left;
}

img.avatar
{
	padding: 0 5px 5px 0;
	margin: 0;
}

div.debug
{
	display: none;
}

p.date
{
	display: none;
}

#sidebar h1,h2,h3 
{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #333;
	border: none;
	background-image: none;
}

#sidebar h2
{
	font-size: 2em;
	margin-bottom: 4px;
}

#blogStats
{
	float: none;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
}

#sidebar ul li
{
	padding: 0;
	margin-left: 5px;
	list-style-type: none;
}

#footer
{
}

span.adminLink
{
}

#commentform
{
	width: 450px;
	clear: left;
	margin-bottom: 1em;
}

#footer p.leafy, #footer p.rain
{
	display:none;
	font-size: .7em;
}

/* ------------- {search layout} -------------- */
#search
{
	padding: 0;
	margin: 0 0 5px 0;
	width: 100%;
	float: none;
}

#search input
{
	margin-left: 5px;
	padding: 0;
}

#search input.searchterm
{
}

#search-results
{
	width: 500px;
	position: absolute;
	top: 18px;
	left: 0;
	text-align: left;
}

#search-results div.innerbox
{
	background-color: #f6f6f6;
	padding: 10px;
}

a.closeSearch
{
	position: absolute;
	top:0;
	right: 4px;
	display: block;
}
/* Href: /Skins/Nature/rain.css, Media:  */
body
{
	background-color: #d7effa;
	background-image: url("images/rain/mainbg.jpg");
}

a
{
	color:#539acc;
}

#header
{
	background-color: #354055;
}


#logo
{
	background-image: url("images/rain/waterdrop.jpg");
}

#menu a:hover, #menu a.active 
{
	background-image: url("images/rain/link.jpg");
}

.post
{
	background-image: url("images/rain/fadedwaterdrop.jpg");
	
}

.post h2
{
	background-image: url("images/rain/bluewetglass.gif");
}
.post h2 a
{
	color:#000077;
}
.post h2 a:hover
{
	color: #539acc;
}

#footer p.rain
{
	display: inline;
}


/* ------------- {search layout} -------------- */
#search
{
	position: relative;
	padding: 0;
	margin: 6px 0px 0 0px;
}

#search-box
{
	padding: 0;
	margin: 0 0 5px 0;
	width: 20px;
	float: none;
}

#search input
{
	margin: 0;
	padding: 0;
}

#search-results
{
	width: 300px;
	min-width: 300px;
	position: absolute;
	top: 18px;
	right: 28px;
	z-index: 10;
	text-align: left;
}

#search-results h5
{
	font-size: 1em;
	color: #444;
	margin: 0;
	padding: 0;
	width: 300px;
}

#search-results ul
{
	padding: 0;
	margin: 0 0 0 8px;
	width: 100%;
}

#search-results ul li
{
	padding: 0;
	margin: 0: 
}

#search-results div.innerbox
{
	background-color: #f6f6f6;
	padding: 10px;
}

#search a.close
{
	position: absolute;
	top:0;
	right: 4px;
	display: block;
}

#search-progress
{
	position: absolute;
	top: 18px;
	left: 80px;
}