/*  
Theme Name: DNY2.0
Theme URI: http://dotnetyuppie.com
Description: Custom theme (DNY 2.0)
Version: 2.00
Author: Dot Net Yuppie
Author URI: http://dotnetyuppie.com
*/

body {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:62.5%;
	background: url('images/FlourishBackground.jpg') repeat;
	min-width: 974px;
}

#HiddenAccessibilityLinks { display: none; }

#Heading {
	background: url('images/HeadingGradient.png') repeat-x;
	height: 129px;
	clear: both;
}
#HeadingLogoContainer {
	float: left; position: relative;
}
#HeadingCurve {
	position: absolute; left: 473px; top: 0;
}

#NavHome { background: url('images/NavHome.png') 0px 0px no-repeat; width: 71px; height: 131px; cursor: pointer;float: left; position: relative;}
#NavAbout { background: url('images/NavAbout.png') 0px 0px no-repeat; width: 71px; height: 131px; cursor: pointer;float: left; position: relative;}
#NavArchive { background: url('images/NavArchive.png') 0px 0px no-repeat; width: 71px; height: 131px; cursor: pointer;float: left; position: relative;}
#NavContact { background: url('images/NavContact.png') 0px 0px no-repeat; width: 71px; height: 131px; cursor: pointer;float: left; position: relative;}

#Nav {
	float: right; 
	position: relative;
	display: inline;
	vertical-align: top;
	width: 284px;
}

#NavHome:hover { background: url('images/NavHome.png') 0px -132px no-repeat; width: 71px; height: 131px; cursor: pointer;}
#NavAbout:hover { background: url('images/NavAbout.png') 0px -132px no-repeat; width: 71px; height: 131px; cursor: pointer;}
#NavArchive:hover { background: url('images/NavArchive.png') 0px -132px no-repeat; width: 71px; height: 131px; cursor: pointer;}
#NavContact:hover { background: url('images/NavContact.png') 0px -132px no-repeat; width: 71px; height: 131px; cursor: pointer;}

#FooterSpriteHome { background: url(images/NavigationSprite.png) no-repeat 0px -80px; height: 16px; width: 16px; padding-left: 19px;}
#FooterSpriteArchive {background: url(images/NavigationSprite.png) no-repeat 0px -16px; height: 16px; width: 16px; padding-left: 19px;}
#FooterSpriteAbout {background: url(images/NavigationSprite.png) no-repeat 0px -48px; height: 16px; width: 16px; padding-left: 19px;}
#FooterSpriteContact  {background: url(images/NavigationSprite.png) no-repeat 0px -64px; height: 16px; width: 16px; padding-left: 19px;}
#FooterSpriteRSS {background: url(images/NavigationSprite.png) no-repeat 0px 0px; height: 16px; width: 16px; padding-left: 19px;}
#FooterSpriteEmail {background: url(images/NavigationSprite.png) no-repeat 0px -32px; height: 16px; width: 16px; padding-left: 19px;}

#searchsubmit {
	padding: 0; 
	margin: 0; 
	display: inline; 
	vertical-align: bottom; 
	position: relative; 
	left: -11px; 
	top: -10px;
}
.AlignRight {
	text-align: right;
}

#ContentContainer {
	background: url('images/ContinuousFeedLeft.gif') repeat-y left;
	margin-left: 3%;
	padding-left: 28px;
	font-size: 1.2em;
	line-height: 1.5;
}
#InnerContentContainer {
	background: url('images/ContinuousFeedRight.gif') repeat-y right;
	margin-right: 3%;
	padding-right: 28px;
}
#ColumnWrapper {
	background: #FFF;
	padding-top: 50px;
	padding-bottom: 25px;
}
#ContentColumn {
	width: 66%;
	width: 600px;
	background-color: #FFF;
	float: left;
	padding-left: 15px;
}
#ContentColumnPadding {
	padding-right: 30px;
}
#NavigationColumn {
	margin-left: 67%;
	background-color: #FFF;
	position: relative;
	top: -40px;
}

#Footer {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url('images/FooterGradient.png') repeat-x #faffdb;
}
#InnerFooter {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
.FooterColumn {
	float: left;
	width: 240px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 2px dashed #cccc99;
}
.FooterColumn h2 {
	font-size: 2em;	
}
.FooterColumnNavigation {
	float: left; width: 33%; text-align: left; line-height: 2.5em;
	font-size: 1.2em;
}
.CenterElement {
	text-align: center;
	margin: 0 auto;
}
#FooterColumnRight {
	padding-top: 15px; width: 255px; text-align: center; border-right: 0;
}
#FooterColumnRight p {
	margin-top: 10px;
}

#RecentComments ul, #RecentPosts ul
{
	list-style-type: none;
	margin-left: 0; padding-left: 0;
}
#RecentComments ul li, #RecentPosts ul li  {
	line-height: 1.6em;
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 1.2em;
}
#RecentComments a, #RecentPosts a {
	font-weight: normal;
}

.SearchBox {
	width: 80%;
	height: 14px;
	font-size: 13px;
	padding: 3px;
	margin: 10px 0;
	display: inline;
	border: 1px solid #275E94;
	vertical-align: bottom;
	background-color: #DBEAF8;
}

.ClearFloat {
	clear:both;
}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: Georgia, Times, serif;
	letter-spacing: 0.03em;
}
a{
	color:#275E94;
	font-weight: bold;
}
a:hover{
	color:#CC0000;
}

/* EntryTitle */
.entrytitle h2 {
	font-size: 2.2em;
	margin: 0;
}
.entrytitle h2 a {
	color: #910808;
}
.entrytitle h2 a:hover {
	color:#275E94;
}
.entrytitle h3 {
	color:#6F6F6F;
	margin: 0;
}

/*  NavigationColumn */
#NavigationColumn h2
{
	margin-bottom: 0;
}
#NavigationColumn ul
{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#NavigationColumn ul li {
	border-bottom:1px dotted #ddd;	
	margin-bottom:0.3em;
	padding:0.3em;
	line-height: 1.2em;
}
#NavigationColumn a {
	font-weight: normal;
}
#NavigationColumn li:hover {
	background-color: #FAFFDB;
}

#SimpleArchive ul {
	list-style-type: none;
	margin: 0;
	pading: 0;
}
#SimpleArchive ul  li{
	line-height: 1.2em;
	padding: 0;
	margin: 5px;
}
#SimpleArchive h3 a {
	font-weight: bold;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#SimpleArchive a {
	font-weight: normal;
}

/* Entry */
.entry ul li {
	margin: 7px 0 8px 5em;
}
.entry ol li {
	margin: 7px 0 8px 5em;
}
.entry ol {
	padding: 0 0 0 5px;
	margin: 0;
}
.entry li {
	padding: 0 0 0 5px;
	margin: 0;
}

.entrymeta{
	font-size:0.9em;
}

.commentsblock{
	margin: 5px;
	padding: 5px;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.icon-zip { background: url('images/7zip.png') no-repeat; height: 16px; padding-left: 20px; }