@charset "UTF-8";

html, body {
	height: 100%;
	margin: 0;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
body {
	font: 0.8em Helvetica, sans-serif;
	background: #ffffcc;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	line-height:1.5em;
}
h2 {
	font: 1em Helvetica, sans-serif;
	font-weight: bold;
	line-height:1.5em;
}

a {
   color: #ff9900;
   outline: none;
}

a:visited {
	color: #ff9900;
}
.oneColFixCtr #container {
	width: 100%;
	min-height: 100%;
}
#nav_bg {
	position: fixed;
	margin-left: 50%;
	left: -500px;
	bottom: 4px;
	width: 1000px;
	height: 116px;
	background:url(../images/nav_bg.png) no-repeat right bottom;
	z-index: 999;
}
#nav_bg_end {
	float: right;
	background: url(../images/nav_bg_end.gif) 0 0 no-repeat;
	width: 20px;
	height: 60px;
	margin-top: 56px;
}
#nav_content {
	width: 960px;
	height: 116px;
	margin: 0;
	background: url(../images/jd_logo.png) 0 1px no-repeat;
	text-align:right;
}

#contact_btn a {
  background:url(../images/nav_contact_btn.png) 0 0 no-repeat;
  width: 104px;
  height: 24px;
  overflow: hidden;
  color:white !important;
  text-shadow: 0 0 1px #333;
  font-weight:bold;
  font-size:1.3em;
  display:block;
  padding:8px 17px 5px 0;
  text-decoration: none;
  margin-left: 10px;
}

#contact_btn a:hover {
  background:url(../images/nav_contact_btn.png) 0 -39px no-repeat;
}

#contact_btn a:active {
  position: relative;
  top: 1px;
  left: 1px;
}

#nav_wrapper {
	float: right;
	width: auto;
	height: 100%;
}
.oneColFixCtr #content_container {
	width: 866px;
	min-height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-bottom: 55px;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	width: 755px;
	margin: 19px 0 85px 56px;
}

/* About Section */

#header_about {
	width: 840px;
	height: 160px;
	margin: 19px 0 0 13px;
}
.about_copyL {
	float: left;
	display: inline;
	width: 354px;
	height: auto;
	margin: 32px 0 0 56px;
}
.about_copyR {
	float: left;
	display: inline;
	width: 354px;
	height: auto;
	margin: 32px 0 0 44px;
}
.section {
	width: 100%;
	height: auto;
	margin: 40px 0 300px 0;
	background: url(../images/content_bg.gif) 0 0 repeat-y;
}
#section_top_contact {
	width: 866px;
	height: 118px;
	background: url(../images/content_top_contact.gif) 0 0 no-repeat;
}
.section_bottom {
	width: 100%;
	height: 116px;
	margin-top: 20px;
	background: url(../images/section_bottom.gif) 0 0 no-repeat;
}
.section_bottom_contact {
	width: 100%;
	height: 27px;
	background: url(../images/section_bottom_contact.gif) 0 0 no-repeat;
}
.section_bottom_blurb {
	position: relative;
	top: 33px;
	left: 220px;
	width: 215px;
	font-weight: bold;
	margin: auto auto;
}
.section_bottom_blurb_contact {
	position: relative;
	top: 25px;
	left: 220px;
	width: 215px;
	font-weight: bold;
	margin: auto auto;
}
.section_intro {
	float: right;
	display: inline;
	width: 482px;
	height: auto;
	margin: 4px 56px 0 0;
	padding-top: 4px;
}
.section_intro_top {
	font-weight:bold;
}
.section_header {
	float: right;
	width: auto;
	height: auto;
	margin: 16px 44px 0 0;
}

/* Web Portfolio section */

#slider {
	float: right;
	width: 483px;
	margin: 32px 56px 0 0;
}
#slider ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	height:210px;
	overflow:hidden;
	list-style:none;
	color: #999999;
	}

#control {
	float: right;
	clear: both;
	width: auto;
	height: auto;
	margin: 3px 56px 0 0;
}
#control li {
	float: left;
	list-style: none;
	width: 25px;
	height:22px;
	margin: 1px;
	text-align: center;
	background-color: #eaeaea;
	border: 1px solid #999999;
	padding-top: 3px;
}
#control li:hover {
	border-color: #FFCC33;
	background:#FF9900;
}
#control li a {
	display: block;
	width: 25px;
	height: 22px;
	text-decoration: none;
	color: #333333;
}
#control li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* Email Portfolio section */

#slider2 {
	float: right;
	width: 483px;
	margin: 32px 56px 0 0;
}
#slider2 ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2 li{ 
	height:210px;
	overflow:hidden;
	list-style:none;
	color: #999999;
	}
#controls2 {
	float: right;
	clear: both;
	width: auto;
	height: auto;
	margin: 3px 56px 0 0;
}
#controls2 li {
	float: left;
	list-style: none;
	width: 25px;
	height:22px;
	margin: 1px;
	text-align: center;
	background-color: #eaeaea;
	border: 1px solid #999999;
	padding-top: 3px;
}
#controls2 li:hover {
	border-color: #FFCC33;
	background:#FF9900;
}
#controls2 li a {
	display: block;
	width: 25px;
	height: 22px;
	text-decoration: none;
	color: #333333;
}
#controls2 li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* Logo Portfolio section */

#slider3 {
	float: right;
	width: 483px;
	margin: 32px 56px 0 0;
}
#slider3 ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider3 li{ 
	height:210px;
	overflow:hidden;
	list-style:none;
	color: #999999;
	}
#controls3 {
	float: right;
	clear: both;
	width: auto;
	height: auto;
	margin: 3px 56px 0 0;
}
#controls3 li {
	float: left;
	list-style: none;
	width: 25px;
	height:22px;
	margin: 1px;
	text-align: center;
	background-color: #eaeaea;
	border: 1px solid #999999;
	padding-top: 3px;
}
#controls3 li:hover {
	border-color: #FFCC33;
	background:#FF9900;
}
#controls3 li a {
	display: block;
	width: 25px;
	height: 22px;
	text-decoration: none;
	color: #333333;
}
#controls3 li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* Print Portfolio section */

#slider4 {
	float: right;
	width: 483px;
	margin: 32px 56px 0 0;
}
#slider4 ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider4 li{ 
	height:210px;
	overflow:hidden;
	list-style:none;
	color: #999999;
	}
#controls4 {
	float: right;
	clear: both;
	width: auto;
	height: auto;
	margin: 3px 56px 0 0;
}
#controls4 li {
	float: left;
	list-style: none;
	width: 25px;
	height:22px;
	margin: 1px;
	text-align: center;
	background-color: #eaeaea;
	border: 1px solid #999999;
	padding-top: 3px;
}
#controls4 li:hover {
	border-color: #FFCC33;
	background:#FF9900;
}
#controls4 li a {
	display: block;
	width: 25px;
	height: 22px;
	text-decoration: none;
	color: #333333;
}
#controls4 li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* Other Portfolio section */

#slider5 {
	float: right;
	width: 483px;
	margin: 32px 56px 0 0;
}
#slider5 ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider5 li{ 
	height:210px;
	overflow:hidden;
	list-style:none;
	color: #999999;
	}
#controls5 {
	float: right;
	clear: both;
	width: auto;
	height: auto;
	margin: 3px 56px 0 0;
}
#controls5 li {
	float: left;
	list-style: none;
	width: 25px;
	height:22px;
	margin: 1px;
	text-align: center;
	background-color: #eaeaea;
	border: 1px solid #999999;
	padding-top: 3px;
}
#controls5 li:hover {
	border-color: #FFCC33;
	background:#FF9900;
}
#controls5 li a {
	display: block;
	width: 25px;
	height: 22px;
	text-decoration: none;
	color: #333333;
}
#controls5 li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* Contact Section */

#header_contact {
	width: 100%;
	background: url(../images/contact_header.jpg) no-repeat;
	margin-top: 50px;
}
.leftbar {
	float: left;
	width: 228px;
	height: 822px;
	margin: 45px 45px 45px 56px;
	overflow: hidden;
	background: url(../images/tweetbox.jpg) 0 0 no-repeat;
}
.rightbar {
	float: left;
	width: 482px;
	margin: 45px 0 0 0;
}
#tweets_bg {
	width: auto;
	height: auto;
}
#phone {
	font-size: 1.8em;
	font-weight: bold;
	margin: 35px 0 0 60px;
}
#avatar_frame {
	float: left;
	width: 73px;
	height: 73px;
	padding: 5px;
	margin: 25px 0 0 15px;
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
#latest_tweet {
	width: 199px;
	height: 425px;
	margin-left: 14px;
	padding-top: 45px;
	font-size: 1em;
	line-height: 1.3em;
	background:url(../images/tweet_bubble.gif) 0 0 no-repeat;
}

/* Twitter feed styles */
#twitter_wrap {
	width: 180px;
	height: 390px;
	overflow:hidden;
	margin: 0 0 0 9px;
}
#twitter {
	position: relative;
	top: -50px;
}
.twitted {
	width: 100%	;
}
.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("../images/loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}
.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.twitted ul#twitter_update_list li {
	margin: 0;
	padding-top: 3px;
}
.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}
.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #FF9900;
	font-size: 1em;
}
.twitted ul#twitter_update_list li a {
	/* timestamp link */
	font-size: .8em;
	font-weight: normal;
	color: #999999;
	font-style: italic;
}
.twitted p.profileLink {
	margin: 8px 20px 0 0;
	font-weight: bold;
	font-size: .7em;
	text-align: right;
}

/* end Twitter feed styles */

#linkedin {
	width: 120px;
	height: 33px;
	margin: 15px 15px 0 15px;
	clear: left;
}
#skype {
	width: 182px;
	height: 44px;
	margin: 5px;
}

/* Footer styles */

#footer_section {
	width: 100%;
	height: auto;
	margin: 0;
	background:url(../images/footer_bg.gif) 0 0 repeat-y;
}
#footer_intro_top {
	font-weight: bold;
	font-size: 1em;
	color: #ffffcc;
}
#footer_intro {
	float: right;
	display: inline;
	width: 482px;
	height: auto;
	margin: 16px 56px 75px 0;
	padding-top: 4px;
	font-size: 0.8em;
	color: #ffffcc;
}
#footer_intro a {
	color: #ffffcc;
}