/* COLORS */
/*


*/

/*----------------------RESETS------------------------*/
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 0;
	padding: 0;
}

ol, ul, dl, li, dt, dd
{
	margin: 0;
	padding: 0;	
}

pre
{
	margin: 0;
	padding: 0;	
}

fieldset
{
	margin: 0;
	padding: 0;
}

label
{
	padding: 0;
	margin: 0;
}

textarea, input
{
	margin: 0;
}

/*--------------------DEFAULTS------------------------*/

body
{
	font-size: 76%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, "trebuchet ms", sans-serif;	
}

h1, h2, h3, h4, h5, h6
{
	color: #6AB7FF;
	font-family: Georgia, "Times New Roman", Times, serif; 
}

h1 
{
	font-size: 2.4em;
	font-weight: bold;
}

h2
{
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

h3
{
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 0.25em 0;
}

h4
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}

h5
{
	font-size: 1.0em;
	font-weight: bold;
}

h6
{
	font-size: 0.8em;
	font-weight: bold;	
}

a
{
	color: #FF3564;
	text-decoration: none;
}

img
{
	border: 0;
}

p
{
	padding: 0 0 15px 0;
}

pre
{
	margin: 0 0 15px 0;
	padding: 15px;	
}

strong
{	
	color: #D5D5D5;
	font-weight: bold;
}

pre 
{
	font-family: monospace;
	font-size: 1.0em;
}

/* ------------------FORM STUFF ------------------------*/

input, select, textarea
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, "trebuchet ms", sans-serif;		
	font-size: 76%;
}

label
{
	font-weight: bold;
	padding: 10px 0 3px 0;
}

input, textarea
{
	display: block;
	margin-bottom: 10px;
}

input.bare, textarea.bare
{
	border: 0;
}

legend
{
	margin: 0 0 15px 0;
	color: #6AB7FF;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif; 
}

fieldset
{
	padding: 15px;
}

/*------------------------LISTS------------------------------*/

ul.horizontal
{
}

ul.horizontal li
{
	margin: 0;
	padding: 0;
	display: inline; /* Gets rid of ie float margin doubling bug */
	float: left;
	list-style: none;
}

dl.horizontal dt
{
	float: left;	
	margin-right: 15px;
}

dl.horizontal dd
{	
}
/*----------------------------ASPNET SPECIFIC -----------------------*/

#__VIEWSTATE, #__EVENTVALIDATION
{
	display: none;
	margin: 0;
	padding: 0;
}

/*----------------------General Classes-------------------------*/

.csharpcode, .csharpcode pre
{
	clear: left;
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
	overflow: auto;
}

.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; }


/* FCKEditor styles in fckstyles.xml */
.floatLeft
{
	float: left;
}

img.floatLeft
{
	margin: 5px 15px 15px 0;
}

.floatRight
{
	float: right;
}

img.floatRight
{
	margin: 5px 0 5px 15px;
}

.clearLeft
{
	clear: left;
}

/* End FCKEditor styles */

/*------------------------------------------------------*/
/*------------------MAIN CONTAINERS-------------------*/
/*------------------------------------------------------*/

html
{
	height: 100%;
}

body
{	
	margin: 0;
	border: 0;
	padding: 0;	
	height: 100%;	
	width: 100%;
	text-align: center;	
	background-color: white;
	color: #AAAAAA;
}

form
{
	width: 100%;	
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper
{		
	width: 964px;	
	height: 100%;	
	margin: 0 auto;
	text-align: left;	
}

#contentWrapper
{
	width: 100%;
	float: left;
	background-color: Black;
	word-spacing: 0.1em;
	font-size: 1.1em;
	line-height: 1.6em;	
}

#nonFooter
{
	position: relative;
	min-height: 100%;
	background-color: Black;
}

* html #nonFooter
{	
	height: 100%;
}

#header
{	
	width: 100%;
	height: 240px;	
	background: Black url(../images/header.png) no-repeat;	
}

body.fullHeight #header
{
	height: 140px;		
}

#master_cph_pcrPlaceHolder
{
	float: left;
}

#content
{
	float: left;
	display: inline;
	padding: 0 60px;  /* have to use padding, otherwise ie does mad things with margins for input elements inside fieldsets! */	
}

#contentFooter
{
	padding-bottom: 30px;	/* gap above the main footer */
	clear: both;	
	border-bottom: 60px solid black;		
}

#footer
{	
	background: url(../images/FooterBar.png) Black no-repeat; 
	color: white;
	
	width: 964px;
	height: 60px;
	margin-top: -60px;	
	padding: 0;
	
	position:relative;
	float: left;
	clear: both;
	
	text-align: center;	
	line-height: 20px; 
}

#footer #notices
{
	padding-top: 12px;
}

/*-------------------NAVIGATION------------------------*/

#navPrimary
{
	padding: 90px 0 0 0;
	margin: 0 0 0 60px;
}

#navPrimary ul
{	
	margin: 0;
	padding: 0;
}

#navPrimary a
{
	padding-top: 3px;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.2em;	
	text-decoration: none;	
	display: block;
	float: left;	
}

#navPrimary a:link, #navPrimary a:visited
{
	color: #FF3564;
}

#navPrimary a:hover
{
	padding: 0;
	border-top: 3px solid #FF3564;
}

#navPrimary a:active
{
}

#navPrimary h1
{
	padding-top: 3px;
	font-size: 1.2em;
	color: White;
}

#navPrimary li
{
	padding: 0 10px 0 0;	
}

/*---------------------Content--------------------------------*/
/*---------------------Content--------------------------------*/
/*---------------------Content--------------------------------*/
/*
.sectionImage
{
}

.sectionContent
{
	float: right;
	width: 534px;
}

.secondaryContent
{
	width: 280px;
	float: left;
	margin: 0 30px 0 0;	
	clear: left;		
}
*/
/*********************** HOME ******************/

#about
{
	width: 407px;
	margin-right: 15px;
	float: left;
}

#latestArticles
{
	width: 422px;	
	float: left;
}

#projectsAndElsewhere
{
	padding-top: 30px;
	clear: left;
	min-width: 0;	
}

#projects
{
	clear: left;
	width: 407px;
	margin-right: 15px;
	float: left;
}

#elsewhere
{
	width: 422px;
	float: left;	
/*	line-height: 1.2em;*/
}

#elsewhere ul
{
	list-style: none;	
	margin-bottom: 5px;
}

#elsewhere li
{
	padding-bottom: 8px;
}

/*-----------------------------BLOG-----------------------------*/

#blog
{
	width: 629px;
	margin-right: 15px;
	float: left;	
}

#blogNav
{
	width: 200px;
	float: left;	
}

a.feedLink
{
	border: none;	
	display: block;
	margin-top: 5px;
	padding: 5px 0 5px 40px;
	background: url(../images/rss_icon_glass.gif) Black no-repeat;
}

.diggLink
{
	padding-left: 20px;
	background: url(../images/diggLinkImage.gif) black no-repeat;
}

.dotnetKicksLink
{
	padding-left: 10px;
}

#submissionLinks
{	
	margin-bottom: 10px;
}

/*---------------------------COMMENTS-----------------------------*/

p#commentContent
{
	border: 1px solid #6AB7FF;
}

#commentEntry
{
	margin-top: 15px;
	border: 1px solid #6AB7FF;
	padding-top: 5px;
	float: left;
}

#commentEntry input.button
{
	margin-top: 10px;
}

#commentEntry ul.authorDetails
{
	width: 275px;
	float: left;
	list-style: none;
}

#commentContentEntry
{
	float: left;
}

#commentContentEntry textarea
{
	width: 537px;
	float: left;
}

#commentEntry ul li
{
	padding: 0;
	margin: 0 0 9px 0;
}

#commentEntry ul input
{
	width: 260px;
	padding: 0;
}

#commentEntry ul input.button
{
	width: 130px;
}

#commentEntry ul input, #commentEntry textarea
{	
	background-color: #D5D5D5;
	color: black;	
}

#commentEntry textarea
{
	clear: left;
}

.commentPostErrors
{
	clear: left;
}

div#comments
{
	padding-top: 30px;
	clear: right;
}

div#comments h3
{
	margin-bottom: 15px;	
}

div#comments dd
{
	padding: 15px;
	margin-bottom: 30px;
	border-top: 1px solid #AAAAAA;
}

div#article
{
	margin: 0 30px 15px 0;
	width: 614px;
}

div.inset
{
	float: right;
	width: 200px;
	border: 2px solid #D5D5D5;
}

#articleInfo
{
	float: right;
	width: 200px;
	margin: 45px 0 30px 0;
	line-height: 1.2em;
}

#articleInfo dl
{
	border: 2px solid #6AB7FF;
	padding: 15px;	
}

#articleInfo dt
{
	color: #D5D5D5;
	font-weight: bold;
}

#articleInfo dd
{	
	margin-bottom: 0.4em;
}

#articleCreateOrEdit
{
	width: 812px;
}

/*-----------------------------ARTICLE LIST---------------------------*/

.articleList
{
	list-style: none;
}

.articleList a
{
	padding: 0 0 12px 32px;	
}
.articleList a:link
{		
	background: url(../images/book_next_24_all.gif) 0 -72px transparent no-repeat;
}

.articleList a:visited
{
	background: url(../images/book_next_24_all.gif) 0 0 transparent no-repeat;
}

.articleList a:active, .articleList a:hover
{
	background: url(../images/book_next_24_all.gif) 0 -144px transparent no-repeat;
}


.articleList dt
{

}

.articleList dd
{
	color: #D5D5D5;
	margin-bottom: 10px;	
}

/*--------------------------------CONTACT---------------------------*/

.adr
{
	padding-bottom: 10px;
}

.vcard
{
	padding-bottom: 10px;
}


