* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF url(images/bodybg.png) 0 0 repeat-x;
	color: #333;
	font: 10px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
h2, h3, h4 {
	font-family: HelveticaNeue-CondensedBold,"Helvetica Neue Bold Condensed","Helvetica Neue","Arial Black",Helvetica,sans-serif;
	font-weight: normal;
}
h3 {
	font-size: 1.6em;
	color: #9DA3B2;
	margin-bottom: 4px;
}
h4 {
	font-size: 1.4em;
	color: #647FBF;
	margin-top: 8px;
	margin-bottom: 4px;
}
a:link, a:visited {
	color: #816B43;
}
a:hover, a:active {
	color: #9CF;
}
p, li {
	font-size: 1.2em;
	line-height: 1.5em;
}
li p {
	font-size: 1em;
}
#hgrid, #vgrid {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 auto;
	margin-left: -479.5px;
	width: 959px;
	height: 200em;
	z-index: 100;
	background: url(images/grid2.gif) 0 0 repeat;
}
#hgrid { background: url(images/bggrid.gif) 0 0 repeat; }
#container {
	width: 959px;
	margin: 0px auto;
}
#wrapperMain {
	background: url(images/contentbg.gif) 0 100% repeat-x;
}
#wrapperContainer {
	background: url(images/hometrainbg2.gif) 50% 100% no-repeat;
}
/* branding */
#branding {
	float: right;
	width: 336px;
	height: 200px;
	/*background: #2D2E33 url(images/branding_bg.gif) 0 10px repeat-x;*/
	position: relative;
}
#brandingAuthor {
	display: none;
}
#brandingDomain {
	width: 200px;
	height: 35px;
	position: absolute;
	top: 17px;
	left: 0px;
	margin-left: -484px;
}
#brandingDomain a {
	display: block;
	text-indent: -1000em;
	width: 200px;
	height: 35px;
	background: url(images/davejlowe.com.png) 50% 0 no-repeat;
}
/* Nav Global */
#navGlobal {
	list-style: none;
	height: 46px;
	width: 276px;
	margin-left: 207px;
}
#navGlobal li {
	display: inline;
}
#navGlobal a {
	display: block;
	float: left;
	width: 62px;
	height: 26px;
	padding-top: 21px;
	margin: 4px 7px 0 0;
	font-size: 1.30em;
	text-align: center;
	font-family: HelveticaNeue-CondensedBold,"Helvetica Neue Bold Condensed","Helvetica Neue",Myriad,Helvetica,sans-serif;
	text-decoration: none;
	color: #2C476F;
	background: url(images/globalnav_bg.gif) 0 50% no-repeat;
}
#navGlobal a:hover, #navGlobal a:focus {
	background-position: left top;
	color: #FFF;
}
#navGlobal li.selected a {
	background-position: left bottom;
	color: #fff;
}
/* Content Extra */
#wrapperExtra {
	clear: both;
	z-index: 1;
	width: 100%;
	border-bottom: 4px solid #000;
	background: #000;	
}
#containerExtra {
	width: 959px;
	padding: 32px 7px 10px 7px;
	margin: 0 auto;
	padding-top: 32px;
	background: url(images/bg-road.gif) 100% 0 no-repeat;
}
#containerExtra:after {
	content: ".";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	
}
#contentExtra {
	color: #DEDEDE;
}
#contentExtra {
	clear: both;
}
/* Content Footer */
#wrapperFooter {
	clear: both;
	width: 100%;
	background: #263048 url(images/footerbg.gif) 0 0 repeat-x;	
}
#containerFooter {
	width: 959px;
	margin: 0 auto;
	padding-top: 8px;
}
#containerFooter:after {
	content: ".";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;	
}
#aboutAuthor {
	height: 190px;
	width: 545px;
	margin-right: 76px;
	float: left;
}
#aboutAuthor h3, #portfolio h3 {
	/*color: #31405A;
	font-size: 4.2em;*/
	height: 51px;
	text-indent: -1000em;
}
#aboutAuthor h3 {
	background: url(images/title-about.gif) 0 0 no-repeat;
}
#portfolio h3 {
	background: url(images/title-recentwork.gif) 0 0 no-repeat;
}
#aboutAuthor p.more a, #portfolio p.more a {
	background-color: #FFF;
	padding: 4px 6px;
	font: 11px Helvetica,Arial,sans-serif;
	text-decoration: none;
	color: #31405A;
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
}
#aboutAuthor p.more, #portfolio p.more { text-align: right; padding-right: 7px;	margin-bottom: 0;}
#aboutAuthor img {
	float: left;
	margin: -15px 15px 0 0px;
}
#aboutAuthor p {
	font: 12px HoeflerText,Georgia,"Times New Roman",serif;
	color: #EEE;
	line-height: 1.5;
	width: 538px;
	padding-top: 20px;
}
#portfolio {
	height: 190px;
	margin-left: 552px;
	padding-left: 7px;
	background-color: #1B2233;/*: url(images/footer-portfoliobg.gif) 614px 0 no-repeat;*/
}
#portfolio h3 {	margin-bottom: 15px; }
#portfolio li a {
	font: bold 12px Helvetica, Arial, sans-serif;
	display: block;
	padding: 20px 0 0 145px;
	height: 75px;
	position: relative;
	color: #fff;
	text-decoration: none;
}
#portfolio li a:hover { color: #C63; }
#portfolio li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.meta {	padding-top: 4px; }
.meta p {
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid #DDD;
	color: #444;
}
.meta .term {
	font-weight: bold;
	display: block;
	float: left;
	width: 62px;
	text-align: right;
	font-size: 12px;
	margin-right: 7px;
}
.meta a { font-size: 12px; }
p.comments {
	border-bottom: 0;
	float: right;
	padding-left: 23px;
	background: url(images/commentbubble_whitebg.gif) 0 50% no-repeat;
	width: 108px;
}
p.comments a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
p.comments a:hover { color: #9CF; }
/* Misc */
#wrapperMisc {
	clear: both;
	width: 100%;
	background-color: #fff;
}
#contentCopyrightTechnical {
	width: 959px;
	margin: 0 auto;
	padding-top: 8px;
	height: 30px;
}
#contentCopyrightTechnical p {
	float: left;
	font: 1.05em HelveticaNeue-CondensedBold,Helvetica,Arial,sans-serif;
	padding-top: 10px;
	color: #666;
	text-align: center;
}
#contentCopyrightTechnical p#djangoBadge {
	width: 131px;
	margin: 6px 69px;
	padding-top: 0;
}
#contentCopyrightTechnical p#hostingBadge { padding-top: 2px;}
#contentCopyrightTechnical img { border: 0; margin-left: 3px; }
#copyright, #contactInfo {	width: 131px; margin-right: 7px; }
#contactInfo { width: 200px; }
#validation { width: 189px; }
.caps {font-size:.92em;}
.amp {color:#666; font-size:1.05em;font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua",serif; font-style:italic;}    
.dquo {margin-left:-.38em;}
.clearfix {
	width: 100%;
	clear: both;
	height: 0;
}
