/*
    960 Grid System ~ Text CSS.
    Learn more ~ http://960.gs/

    Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
body
{
    font: 12px/1.5 "Trebuchet MS", Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    background: #fff url("../images/bg.gif") repeat-x;
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	color: #333;
}



a:link
{
    color: #0093D3;
}

a:active
{
    color: #0093D3;
}

a:visited
{
    color: #0093D3;
}

a:hover
{
    color: #000;
	text-decoration: none;
}

hr
{
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
	padding-bottom: 20px;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
    font-size: 24px;
	color: #000;
}

h2
{
    font-size: 18px;
}

h3
{
    font-size: 14px;
}

h4
{
    font-size: 14px;
}

h5
{
    font-size: 14px;
}

h6
{
    font-size: 14px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
    list-style: decimal;
}

ul
{
    list-style: square;
}

li
{
    margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{

}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.sayings {
    margin: 7px 0px 70px 0px;
}

#nav ul {
    margin: 14px 0px 0px -6px;
    padding: 0px;
    list-style: none;
}

#nav ul li {
    margin: 0px;
    padding: 0px;
    display: inline;
}

a#nav_about {
    display: block;
    float: left;
    width: 52px;
    height: 19px;
    background: url("../images/nav_about.gif") 0 0 no-repeat;
    text-decoration: none;
}

a#nav_work {
    display: block;
    float: left;
    width: 49px;
    height: 19px;
    background: url("../images/nav_work.gif") 0 0 no-repeat;
    text-decoration: none;
}

a#nav_services {
    display: block;
    float: left;
    width: 65px;
    height: 19px;
    background: url("../images/nav_services.gif") 0 0 no-repeat;
    text-decoration: none;
}

a#nav_blog {
    display: block;
    float: left;
    width: 43px;
    height: 19px;
    background: url("../images/nav_blog.gif") 0 0 no-repeat;
    text-decoration: none;
}

a#nav_contact {
    display: block;
    float: left;
    width: 67px;
    height: 19px;
    background: url("../images/nav_contact.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover#nav_about, a:hover#nav_work, a:hover#nav_services, a:hover#nav_blog, a:hover#nav_contact {
    background-position: 0 -19px;
}

a#nav_about_selected {
    display: block;
    float: left;
    width: 52px;
    height: 19px;
    background: url("../images/nav_about.gif") 0 -19px no-repeat;
    text-decoration: none;
}

a#nav_work_selected {
    display: block;
    float: left;
    width: 49px;
    height: 19px;
    background: url("../images/nav_work.gif") 0 -19px no-repeat;
    text-decoration: none;
}

a#nav_services_selected {
    display: block;
    float: left;
    width: 65px;
    height: 19px;
    background: url("../images/nav_services.gif") 0 -19px no-repeat;
    text-decoration: none;
}

a#nav_blog_selected {
    display: block;
    float: left;
    width: 43px;
    height: 19px;
    background: url("../images/nav_blog.gif") 0 -19px no-repeat;
    text-decoration: none;
}

a#nav_contact_selected {
    display: block;
    float: left;
    width: 67px;
    height: 19px;
    background: url("../images/nav_contact.gif") 0 -19px no-repeat;
    text-decoration: none;
}

#featured {
    background: url("../images/features/pdnphotoannual2008.jpg") no-repeat;
	width: 940px;
	height: 231px;
	position: relative;
	text-align: left;
}

#featured_container {
	margin: 0px 0px 0px 10px;
	background: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#featured_nested {
	text-align: left;
	font-weight: normal;
	line-height: 1.3em;
}

#featured_nested h1  {
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
}

#featured_nested a:link, #featured_nested a:visited, #featured_nested a:active {
}
#featured_nested h1 a:link, #featured_nested h1 a:visited, #featured_nested h1 a:active {
	color: #fff;
	text-decoration: none;
}

#featured_nested a:hover {
	text-decoration: none;
	color: #aaa;
}

#featured_nested h2  {
	color: #aaa;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

#featured_nested .technologies  {
	font-size: 10px;
	color: #666;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

#footer {
	position: absolute;  /* Needed for Safari */
	padding: 30px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	background: #2a2a2a url(../images/bg_footer.gif) repeat-x;
	width: 100%;
	color: #555;
}

#footer h2 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
    font: 24px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#footer small {
    font: 10px Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-style: italic;
}

#footer .copy {
	color: #555;
	font-style: normal;
	line-height: 17px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #555;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

.footer_blogger {
	left: 0px;
}

#logo {
}

#webdes {
	margin-left: -10px;
}

#webdev {
}

.hidden {
	visibility: hidden;
}
.omega { 
	margin-bottom: 15px;
}

.lightgray {
	background: #e0e0e0;
	height: 100%;
}

.buffer_supersmall {
	height: 5px;
	clear:both;
}

.buffer_small {
	height: 15px;
	clear:both;
}

.buffer_large {
	height: 30px;
	clear:both;
}

#callout {
	position: relative;
}

#callout dl {
	width: 220px;
	height: 240px;
	background: #fff url("../images/callout/bubble.gif") no-repeat;
	float: right;
	text-align: center;
	padding: 35px 0px 0px 0px;
}

#callout dt {
	font-size: 18px;
}

#callout dd {
	font-size: 12px;
}

.biopic {
	margin: 0px 0px 0px -14px;
}

.bggray {
	background-color: #DDD;
}

.internal h1 {
	margin: -5px 0px 0px 0px;
	padding: 0px;
    font: 24px/1.2 "Trebuchet MS", Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: bold;
}
.internal h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
    font: 18px "Trebuchet MS", Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #666;
}
.internal h3 {
	margin: 0px;
	padding: 0px;
}
.subnav {
	margin-top: 20px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}
.contactinfo {
	background: #eff5f9;
	padding: 10px;
	margin: -10px;
}
.contactinfo h2 {
    font: 18px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.contactinfo h3 {
    font: 14px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: normal;
}
hr.contactinfo_hr {
	border-color: #C2D7E5;
	border-style: dotted;
	border-width: 1px 0 0;
	clear: none;
	height: 0;
	margin: 20px 0px -10px 0px;
}

h1.pagetitle {
    font: 30px "Trebuchet MS", Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: bold;
	color: #0672bc;
	text-transform: uppercase;
}
.contactinternal {
	margin-left: 0px;
}
dt {
	font-weight: bold;
    font: 14px "Trebuchet MS", Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
#colophon {
	margin-left: 37px;
}
.workinfo {
	background: #eff5f9;
	padding: 10px;
	margin: -10px;
	margin-top: 40px;
}
.workinfo h2 {
    font: 18px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.workinfo h3 {
    font: 14px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: bold;
}
hr.workinfo_hr {
	border-color: #C2D7E5;
	border-width: 1px 0 0;
	clear: none;
	height: 0;
	margin: 20px 0px -10px 0px;
}
.buffer_right {
	padding-right: 10px;
}
#newsletter_container {
}
#newsletter {
	padding:10px;
	font: 12px/2em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
#newsletter fieldset{
	border: 1px dotted #999;
}
#newsletter legend{
    font: 14px "Trebuchet MS", Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}
#newsletter label {
	font-size: 10px;
	margin-left: 10px;
	width: 25px;
	display: inline;
    font: 10px Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-transform: lowercase;
	font-weight: bold;

}
#newsletter input {
	font: 85%/1em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	width: 170px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#newsletter #subscribe {
	width: 102px;
	height: 29px;
	float: left;
	margin-left: 4em;
	background: url(../images/button/subscribe.gif) no-repeat;
}
#newsletter #newsletter_text {
    font: 11px/1.1em "Trebuchet MS", Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin: 0px 10px 10px 10px;
}
.invisible {
	visibility: hidden;
}
.feed {
  margin: 0px 15px 0px 0px;
  padding: 0 0 0 15px;
  background: url("../images/icons/rss.gif") no-repeat 0 50%;
}
.green {
  margin: 0px;
  padding: 0 0 0 20px;
  background: url("../images/icons/dh_green_logo.gif") no-repeat 0 50%;
}
.footer_valid {
	margin: 0px 30px 0px 0px;
	padding: 2px 0px 0px 0px;
	display: block;
	float: left;
}
#l320116-320116 {
	width: 120px;
    font: 11px/1.1em "Trebuchet MS", Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
#index_bottom {
	background: #fff url("../images/bg_index_bottom.gif") repeat-y;
}
#index_services {
	background: #e0e0e0;
	padding: 25px 0px 10px 0px;
}
#index_text {
	background-color: #777;
	color: #222;
    font: 24px/2em Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: normal;
	text-align: center;
}
.gettwit_created_at {
	font-weight: bold;
	margin-top: 10px;
}
#navbar-iframe {
	height:0px;
	visibility:hidden;
	display:none;
}
div.feedburnerFeedBlock {
	margin-top: 10px;
}

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}
div.feedburnerFeedBlock ul li {
margin-left:0;
padding-left:0;
list-style-type: none
}
div.feedburnerFeedBlock .date {
	font-weight: bold;
}
div.feedburnerFeedBlock #creditfooter {
	visibility: hidden;
}
div.feedburnerFeedBlock .fbsubscribelink{
	margin-top: 10px;
}
div.feedburnerFeedBlock .fbsubscribelink a:link{
	text-decoration: none;
}
div.feedburnerFeedBlock .fbsubscribelink a:active{
	text-decoration: none;
}
div.feedburnerFeedBlock .fbsubscribelink a:visited{
	text-decoration: none;
}
.gettwit_text {
	margin-bottom: 10px;
}
.morelink a:link, .morelink a:active, .morelink a:visited {
	text-decoration: none;
}
.rightpad {
	padding-right: 15px;
}
#topten li {
	font-weight: normal;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding-left:0;
}