* { 
  font-size: 100.01%; 
}
html {
  height:100%;
  font-size: 62.5%;
}

body {
	background: #000000 url('../images/back-repeat.jpg') repeat;
	margin:0;
  	height:100%;
  	font:1.4em Arial, Helvetica, sans-serif;
  	min-width:975px;
}

#container {
  min-height:100%;
  position:relative;
  background: url('../images/top-repeat.png') repeat-x top center;
}
* html #container {
  height:100%;
  overflow:visible;
}

.clear {
	clear: both;
}

#header {
  width: 975px;
  margin:0 auto;
  overflow:hidden;
  position:relative;
}

#logo {
	float: left;
}

#logo h1 a, #logo span a {
	width: 227px;
	height: 74px;
	display: block;
	background: url('../images/jeff-wagner-interactive.png');
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 0 10px 49px;
	/*margin: 0 0 19px 49px;*/
	padding: 0px 0px 0px 0px;
}

/*#logo h1 a:hover, #logo span a:hover {
	background: url('../images/jeff-wagner-design-over.png');
}*/

#nav {
	float: right;
	text-align: right;
	margin: 45px 0 0 0;
}

#nav ul {
	list-style: none;
	margin: 0 50px 0 0;
	padding: 0 0 0 0;
}

#nav ul li {
	margin: 0 0 0 25px;
	padding: 0 0 0 0;
	display: inline;
}

#nav ul li a {
	font: 15px Arial;
	color: #9E9E9E;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li a.active {
	color: #4988B4;
}

#nav ul li a:hover {
	color: #ffffff;
}

#content, .content {
  width: 975px;
  margin:-10px auto;
  /*margin:-19px auto;*/
}

#content .top, .content .top {
  width: 975px;
  height: 31px;
  display: block;
  background: url('../images/content-back-top2.png');
}

#content .main, .content .main {
  width: 975px;
  background: url('../images/content-back-repeat2.png') repeat-y;
}

/*----------------- Home Page Services Styles -----------------*/

.services-holder {
  background: url('../images/divider.png') no-repeat 505px 4px;
}

.web-services {
  	width: 555px;
  	margin: 0px 0 0 30px;
  	float: left;
}

.web-services h2 {
  	text-align: left;
	margin: 10px 0 0px 20px;
	padding: 0 0 0 0;
	color: #4988B4;
	font: 24px Arial;
	font-weight: normal;
}

.web-services p {
  margin: 0 0 0 20px;
  padding: 0 0 0 0;
  font: 14px Arial;
  line-height: 18px;
  color: #9E9E9E;
}

.web-services ul {
  list-style: none;
}

.web-services ul li {
  margin: 0 0 0 0px;
  padding: 0 0 0 30px;
  background: url('../images/check-mark.png') no-repeat 0px 4px;
}

.web-services ul li a {
  font: 14px Arial;
  line-height: 18px;
  color: #9E9E9E;
  text-decoration: none;
  line-height: 36px;
}

.web-services ul li a:hover {
  color: #ffffff;
}


/*----------------- Blog Styles -----------------*/

.blog-posts {
  	width: 340px;
  	margin: 0px 0 0 0px;
  	float: left;
}

.blog-posts h2 {
  	text-align: left;
	margin: 10px 0 0px 0px;
	padding: 0 0 0 0;
	color: #4988B4;
	font: 24px Arial;
	font-weight: normal;
}

.blog-posts p {
  margin: 0 0 0 0px;
  padding: 0 0 0 0;
  font: 14px Arial;
  line-height: 18px;
  color: #9E9E9E;
}

.blog-posts p.date {
  margin: 0 0 0 0px;
  padding: 0 0 0 0;
}

.blog-posts ul {
  list-style: none;
  margin: 25px 0 0 -40px;
}

.blog-posts ul li {
  margin: 0 0 15px 0px;
  padding: 0 0 0 15px;
  background: url('../images/arrow2.jpg') no-repeat 0px 5px;
  font: 11px Arial;
  line-height: 18px;
  color: #474747;
}

.blog-posts ul li span.headline a {
  font: 14px Arial;
  line-height: 18px;
  color: #4988B4;
  text-decoration: none;
}

.blog-posts ul li span.headline a:hover {
  color: #ffffff;
}

#creditfooter {
	display: none;
}

.blog-posts ul.blog-link {
  list-style: none;
  margin: 0px 0 0 -45px;
}

.blog-posts ul.blog-link li {
  margin: 0 0 15px 0px;
  padding: 0 0 0 45px;
  background: url('../images/rss-icon.png') no-repeat 0px 5px;
}

.blog-posts ul.blog-link li a {
  font: 14px Arial;
  color: #4988B4;
  text-decoration: none;
  line-height: 38px;
}

.blog-posts ul.blog-link li a:hover {
  color: #ffffff;
}

.screen-reader-text {
	color: #cccccc;
	font-size: 13px;
	}

.content-right-blog #s {
	width: 100px;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
	}
	
.content-right-blog ul.blog-link {
  list-style: none;
  margin: 5px 0 0 0px;
}

.content-right-blog ul.blog-link li {
  margin: 0 0 15px 0px;
  padding: 10px 0 5px 45px;
  background: url('../images/rss-icon.png') no-repeat 0px 5px;
  line-height: 24px;
}

/*----------------- Home Page Services Styles -----------------*/

.web-design {
  	width: 440px;
  	margin: 0px 0 0 30px;
  	float: left;
}

.web-dev {
  	width: 250px;
  	margin: 0px 0 0 0px;
  	float: left;
}

.seo {
  	width: 255px;
  	margin: 0px 0 0 0px;
  	float: left;
}

.web-design h2, .web-dev h2, .seo h2 {
	margin: 220px 0 0 0;
  	padding: 10px 15px 10px 20px;
	display: block;
	position: absolute;
    background: url('../images/headings-back.png') repeat;
	color: #4988B4;
	font: 18px Arial, Helvetica, sans-serif;
	font-style: italic;
}

.web-design h2 a, .web-dev h2 a, .seo h2 a {
	color: #4988B4;
	text-decoration: none;
}

.web-design h2 a:hover, .web-dev h2 a:hover, .seo h2 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.web-design p, .web-dev p, .seo p {
  	margin: 20px 0 0 20px;
	color: #9E9E9E;
	font: 14px Arial, Helvetica, sans-serif;
}

.content .main .hero {
	margin: 0 0 0 30px;
  	padding: 0 0 0 0;
	width: 915px;
	height: 325px;
	display: block;
}

.content .main .hero h2 {
	text-indent: -9999px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}


/*----------------- My Recent Work Styles -----------------*/

.recent-work-left {
  	width: 420px;
  	margin: 0px 0 0 30px;
  	float: left;
}

.recent-work-left h3 {
  	text-align: left;
	margin: 10px 0 18px 20px;
	padding: 0 0 0 0;
	color: #4988B4;
	font: 24px Arial;
	font-weight: normal;
}

.recent-work-left h4 {
  margin: 25px 0 10px 20px;
  /*margin: 5px 0 10px 0;*/
  padding: 0 0 0 0;
  color: #ffffff;
}

.recent-work-left h4 a {
  font: 18px Arial;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}

.recent-work-left h4 a:hover {
  color: #4988B4;
}

.recent-work-left p {
  margin: 0 0 0 20px;
  padding: 0 0 0 0;
  font: 14px Arial;
  line-height: 18px;
  color: #9E9E9E;
}

.recent-work-left p span {
  color: #4988B4;
}

.recent-work-left p a {
  color: #50BC0E;
  text-decoration: none;
}

.recent-work-left p a:hover {
  color: #ffffff;
}

.recent-work-left img {
	width: 420px;
	height: 55px;
	margin: 0 0 17px 0;
	/*margin: 0 0 14px 0;*/
	padding: 0px;
	overflow: hidden;
}

.recent-work-left img.last {
	width: 420px;
	height: 55px;
	margin: 0 0 0px 0;
	padding: 0px;
}

.recent-work-left a img {
	border: solid #3C3C3C 1px;
}

.recent-work-left a:hover img {
	border: solid #ffffff 1px;
}

.recent-work-right {
  	width: 475px;
	height: 280px;
  	margin: 0 0 0 20px;
  	float: left;
	text-align: right;
}

img.arrow {
	margin: 13px 0px 0px 295px;
	padding: 0 0 0 0;
	float: left;
}

.recent-work-right h4 {
	margin: 9px 20px 21px 0;
  	/*margin: 9px 20px 20px 0;*/
	padding: 0 0 0 0;
	color: #4988B4;
	font: 14px Arial;
	font-weight: normal;
	line-height: 16px;
}

.recent-work-right h4 a {
  	color: #949494;
	text-decoration: none;
}

.recent-work-right h4 a:hover {
	color: #ffffff;
  	text-decoration: none;
}

#recent-website{
  	width: 475px;
	height: 280px;
	display: block;
	float: left;
	margin: 0 0 0 0;
}

.recent-work-right #recent-website a img  {
  	border: solid #8C8C8C 1px;
}

.recent-work-right #recent-website a:hover img  {
  	border: solid #ffffff 1px;
}

.website-left {
  margin: 105px 0 0 0;
  position: absolute;
  float: right;
  z-index: 10;
}

.website-left a {
  width: 54px;
  height: 55px;
  display: block;
  background: url('../images/website-left.png');
  text-indent: -9999px;
  cursor: pointer;
}

.website-left a:hover {
  background: url('../images/website-left-over.png');
}

.website-right {
  margin: 105px 0 0 421px;
  position: absolute;
  z-index: 10;
}

.website-right a {
  width: 54px;
  height: 55px;
  display: block;
  background: url('../images/website-right.png');
  text-indent: -9999px;
  cursor: pointer;
}

.website-right a:hover {
  background: url('../images/website-right-over.png');
}

/*----------------- End of My Recent Work Styles -----------------*/

.content-left {
  	width: 500px;
  	margin: 0px 0 0 50px;
  	float: left;
}

.content-left2 {
  	width: 875px;
  	margin: 0px 0 0 50px;
  	float: left;
}

.content-left-blog {
  	width: 525px;
  	margin: 0px 0 0 50px;
  	float: left;
}

.content-left h1, .content-left-blog h1, .content-left2 h1 {
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	color: #4988B4;
	font: 24px Arial;
	font-weight: normal;
}

.content-left h2, .content-left2 h2 {
	text-align: left;
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
	color: #4988B4;
	font: 18px Arial;
	font-weight: normal;
}

.content-left-blog h2.blog-heading {
	text-align: left;
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
	color: #4988B4;
	font: 24px Arial;
	font-weight: normal;
}

.content-left h2 a, .content-left-blog h2.blog-heading a, .content-left2 h2 a {
	color: #4988B4;
	text-decoration: underline;
}

.content-left-blog h2.blog-heading a {
	color: #4988B4;
	text-decoration: none;
}

.content-left-blog h2.blog-heading2 {
	margin: 30px 0 0 0;
}

.content-left-blog h2.blog-heading2 a {
	color: #4988B4;
	font-size: 18px;
	text-decoration: underline;
	font-weight: normal;
}

.content-left-blog h2.blog-heading2 a:hover {
	color: #ffffff;
}

.content-left h2 a:hover, .content-left2 h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.content-left-blog h2.blog-heading a:hover {
	color: #ffffff;
	text-decoration: none;
}

.content-left h2.about {
	text-align: left;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	color: #4988B4;
	font: 18px Arial;
	font-weight: normal;
}

.content-left p, .content-left2 p {
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	color: #9E9E9E;
	font: 14px Arial;
	font-weight: normal;
	line-height: 18px;
}

.content-left-blog p {
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	color: #9E9E9E;
	font: 14px Arial;
	font-weight: normal;
	line-height: 18px;
}

.content-left-blog p.blog {
	text-align: left;
	margin: 0px 0 0px 0;
	padding: 0 0 0 0;
	color: #ffffff;
	font: 10px Arial;
	font-weight: normal;
	line-height: 18px;
}

.content-left ul, .content-left-blog ul, .content-left2 ul {
	margin: 10px 0 0 35px;
	padding: 0 0 0 0;
}

.content-left li, .content-left-blog li, .content-left2 li {
	color: #4988B4;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	line-height: 22px;
}

.content-left-blog ol li {
	color: #4988B4;
	margin: 0 0 0 0px;
	padding: 0 0 10px 0;
	line-height: 22px;
}

.content-left li a, .content-left-blog li a, .content-left2 li a {
	color: #4988B4;
	text-decoration: none;
}

.content-left li a:hover, .content-left-blog li a:hover, .content-left2 li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.content-left li span, .content-left-blog li span, .content-left2 li span {
	color: #ffffff;
}

.content-left li span.gray, .content-left-blog li span.gray, .content-left2 li span.gray {
	color: #9E9E9E;
}

.content-left li span.gray strong, .content-left-blog li span.gray strong, .content-left2 li span.gray strong {
	color: #ffffff;
}

.content-left p span.white, .content-left2 p span.white, .content-left-blog p span.white {
	color: #ffffff;
}

.content-left p span.white2, .content-left2 p span.white2 {
	color: #ffffff;
	font-size: 24px;
	margin-top: 8px;
}

.content-left p span.blue, .content-left2 p span.blue, .content-left-blog p span.blue {
	color: #4988B4;
}

.content-left p span.red, .content-left2 p span.red {
	color: #FF3E3E;
}

.content-left p a, .content-left-blog p a, .content-left2 p a {
	color: #4988B4;
	text-decoration: none;
}

.content-left p a:hover, .content-left-blog p a:hover, .content-left2 p a:hover {
	color: #ffffff;
}

.content-right {
  width: 312px;
  margin: 0px 0 0 53px;
  float: left;
}

.content-right-blog {
  width: 262px;
  margin: 0px 0 0 73px;
  float: left;
}

.content-right .pic-jeff {
	width:312px;
	height:340px;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url('../images/pic-of-jeff-wagner.png') no-repeat;
}

.content-right h2 {
	text-align: left;
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
	color: #4988B4;
	font: 18px Arial;
	font-weight: normal;
}

.content-right h2.blog, .content-right-blog h2.blog {
	text-align: left;
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
	color: #ffffff;
	font: 18px Arial;
	font-weight: normal;
}

.content-right h3 {
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	color: #4988B4;
	font: 18px Arial;
	font-weight: normal;
}

.content-right p, .content-right-blog p {
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	color: #9E9E9E;
	font: 14px Arial;
	font-weight: normal;
	line-height: 18px;
}

.content-right-blog p a {
	color: #4988B4;
	font: 14px Arial;
	text-decoration: none;
}

.content-right-blog p a:hover {
	color: #ffffff;
	font: 14px Arial;
	text-decoration: none;
}

.content-right p span.white {
	color: #ffffff;
}

.content-right ul, .content-right-blog ul {
	margin: 15px 0 0 15px;
	padding: 0 0 0 0;
}

.content-right li, .content-right-blog li {
	color: #ffffff;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
}

.content-right li a, .content-right-blog li a {
	color: #4988B4;
	text-decoration: none;
	line-height: 22px;
}

.content-right li a:hover, .content-right-blog li a:hover {
	color: #ffffff;
}

.content-right p a {
	color: #4988B4;
	text-decoration: none;
	line-height: 18px;
}

.content-right p a:hover {
	color: #ffffff;
}

#content .bottom, .content .bottom {
  width: 975px;
  height: 41px;
  display: block;
  background: url('../images/content-back-footer2.png');
  margin: 0px;
  padding: 0px;
}

.content-right a img.portfolio, .content-right-blog a img.portfolio {
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
	border: solid #9E9E9E 2px;
}

.content-right a:hover img.portfolio, .content-right-blog a:hover img.portfolio  {
	border: solid #ffffff 2px;
}

.content-right p span {
	float: right;
	margin: 0 8px 0 0;
}

.content-right p span.white {
	float: left;
}

.content-right p span a {
	color: #4988B4;
	text-decoration: none;
}

.content-right p span a:hover {
	color: #ffffff;
}

/* ----------------- Portfolio Styles ----------------- */

.my-work {
  width: 865px;
  margin: 0px 0 0 50px;
  float: left;
}

.main hr {
  width: 865px;
  margin: 20px 0 0 50px;
  /*margin: 20px 0 0 -8px;*/
  padding: 0 0 0 0;
  float: left;
  color: #0E0E0E;
  background-color: transparent;
  border: none;
  border-bottom: dashed #9E9E9E 1px;
}

.main hr.blog {
  width: 525px;
  margin: 30px 0 0 0px;
  /*margin: 20px 0 0 -8px;*/
  padding: 0 0 0 0;
  float: left;
  color: #0E0E0E;
  background-color: transparent;
  border: none;
  border-bottom: dashed #9E9E9E 1px;
}

.my-work img {
  float: left;
  margin: 20px 28px 0 0;
  /*margin: 5px 26px 0 0;*/
}

.my-work .featured {
  float: right;
  width: 312px;
}

.my-work a img {
  border: solid #9E9E9E 1px;
}

.my-work a:hover img {
  border: solid #ffffff 1px;
}

.my-work h3 {
  margin: 20px 0 10px 0;
  /*margin: 5px 0 10px 0;*/
  padding: 0 0 0 0;
  color: #ffffff;
}

.my-work h3 a {
  font: 18px Arial;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}

.my-work h3 a:hover {
  color: #4988B4;
}

.my-work p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font: 14px Arial;
  line-height: 18px;
  color: #9E9E9E;
}

.my-work p span {
  color: #4988B4;
}

.my-work p a {
  color: #50BC0E;
  text-decoration: none;
}

.my-work p a:hover {
  color: #ffffff;
}

.my-work ul li {
  color: #ffffff;
  margin-bottom: 5px;
}

.my-work ul li a {
  color: #9E9E9E;
  text-decoration: none;
}

.my-work ul li a:hover {
  color: #50BC0E;
  text-decoration: none;
}

/* ----------------- Featured Styles ----------------- */

.featured {
  width: 500px;
  text-align: left;
  margin: 20px 0 0 0;
}

.featured h2 a {
  font: 18px Arial;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.featured h3 {
  margin-top: 5px;
}

.featured h2 a:hover {
  color: #4988B4;
}

.featured p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font: 14px Arial;
  line-height: 18px;
  color: #9E9E9E;
}

.featured a img {
  margin: 0px 20px 15px 0;
  padding: 0px;
  padding: 0 0 0 0;
  border: solid #9E9E9E 1px;
}

.featured a:hover img {
  border: solid #ffffff 1px;
}

hr.featured-hr {
  width: 500px;
  margin: 20px 0 0 0px;
  /*margin: 20px 0 0 -8px;*/
  padding: 0 0 0 0;
  float: left;
  color: #0E0E0E;
  background-color: transparent;
  border: none;
  border-bottom: dashed #9E9E9E 1px;
}

/* ----------------- Footer Styles ----------------- */ 
#footer {
  height:255px;
  position:relative;
  background: url('../images/footer-repeat.jpg') repeat-x top center;
  background-color: #0E0E0E;
  margin: 15px 0 0 0;
  /*margin: 20px 0 0 0;*/
}

* html #footer {
  height:255px;
  overflow:visible;
}

#footer-holder {
  width: 975px;
  margin:0 auto;
  overflow:hidden;
  position:relative;
}

#footer-holder .left {
	float: left;
	text-align: left;
	margin: 0 0 0 0;
	width: 545px;
}

#footer-holder .left ul {
	list-style: none;
	margin: 25px 0 0 30px;
	padding: 0 0 0 0;
}

#footer-holder .left ul li {
	margin: 0 18px 0 0;
	padding: 0 0 0 0;
	display: inline;
}

#footer-holder .left ul li a {
	font: 14px Arial;
	color: #9E9E9E;
	text-decoration: none;
	text-transform: uppercase;
}

#footer-holder .left ul li a.active {
	color: #4988B4;
}

#footer-holder .left ul li a:hover {
	color: #ffffff;
}

#footer-holder .right {
	float: right;
	width: 325px;
	text-align: left;
	margin: 0px 30px 0 0;
}

#footer-holder .left span.facebook {
	float: left;
	width: 31px;
	height: 53px;
	display: block;
	text-indent: -9999px;
	background: url('../images/facebook-icon.png') no-repeat;
	margin: 45px 5px 0 30px;
}

#footer-holder .left p {
	font: 14px Arial;
	color: #9E9E9E;
	margin: 0px 0 0 0px;
	padding: 0px;
	line-height: 18px;
}

#footer-holder .left p {
	margin: 35px 0 0 30px;
}

#footer-holder .left p a {
	font: 18px Arial;
	color: #337497;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 18px;
}

#footer-holder .left p.footer-link a {
	font: 14px Arial;
	color: #337497;
	text-decoration: none;
	text-transform: none;
	line-height: 18px;
}

#footer-holder .left p a:hover {
	color: #ffffff;
}

#footer-holder .right span.xhtml a {
	float: right;
	width: 80px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	background: url('../images/xhtml-icon.png') no-repeat;
	margin: 15px 0px 0 0;
	cursor: pointer;
}

#footer-holder .right span.css a {
	float: right;
	width: 80px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	background: url('../images/css-icon.png') no-repeat;
	margin: 15px 15px 0 0;
	cursor: pointer;
}

#footer-holder .left span.xhtml a {
	float: left;
	width: 80px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	background: url('../images/xhtml-icon.png') no-repeat;
	margin: 30px 15px 0 30px;
	cursor: pointer;
}

#footer-holder .left span.css a {
	float: left;
	width: 80px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	background: url('../images/css-icon.png') no-repeat;
	margin: 30px 15px 0 0;
	cursor: pointer;
}

#footer-holder .right .twitter {
	float: right;
	width: 316px;
	height: 182px;
	display: block;
	background: url('../images/twitter-back.png') no-repeat;
	margin: 0px 0px 0 0;
}

#footer-holder .right h4 {
	font: 16px Arial;
	color: #4988B4;
	text-decoration: none;
	line-height: 16px;
	margin: 58px 0 0 15px;
	padding: 0px;
}

#footer-holder .right .twitter-feed {
	color: #9E9E9E;
}

#footer-holder .right .twitter-feed a {
	color: #4988B4;
	text-decoration: none;
}

#footer-holder .right .twitter-feed a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer-holder .right ul.twitter-content {
	margin: 10px 15px 0 15px;
	padding: 0px;
	height: 65px;
	overflow: hidden;
	color: #9E9E9E;
}

#footer-holder .right ul.twitter-content #twitter_update_list {
	color: #9E9E9E;
}

#footer-holder .right li.twitter-content a {
	font: 14px Arial;
	color: #9E9E9E;
	text-decoration: none;
	line-height: 16px;
}

#footer-holder .right li.twitter-content a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer-holder .right p.twitter-link {
	margin: 5px 15px 0 15px;
	padding: 0px;
	text-align: right;
}

#footer-holder .right p.twitter-link a {
	font: 14px Arial;
	color: #4988B4;
	text-decoration: none;
	line-height: 16px;
}

#footer-holder .right p.twitter-link a:hover {
	color: #ffffff;
	text-decoration: none;
}

/*----------- Contact Form Styles -------------*/

input.inputbox1 {
	width: 350px;
	height: 22px;
	margin: 3px 0px 0 0;
	padding: 5px 5px 0 5px;
	background-color: #1D1D1D;
	border: solid #4B4B4B 1px;
	color: #ffffff;
}

input.inputbox2 {
	width: 50px;
	height: 22px;
	margin: 3px 0px 0 0;
	padding: 5px 5px 0 5px;
	background-color: #1D1D1D;
	border: solid #4B4B4B 1px;
	color: #ffffff;
}

input.submit {
	margin: 0px 0px 0 125px;
	padding: 0px 0px 0 0px;
	background: url('../images/submit.png') no-repeat;
	width: 123px;
	height: 41px;
	display: block;
}

textarea.textarea1 {
	width: 355px;
	height: 100px;
	margin: 3px 0px 0 0;
	padding: 0px 0px 0 5px;
	background-color: #1D1D1D;
	border: solid #4B4B4B 1px;
	color: #ffffff;
	line-height: 18px;
}

p span.form-blue {
	color: #4988B4;
}

p.blue {
	color: #4988B4;
}

p span.form-red {
	color: #FF3E3E;
}



/*----------- Lightbox Gallery -------------*/

.gallery{
  margin: 10px 0 0 0;
  }

.gallery img{
  margin: 10px 10px 0 0;
  float: left;
  }
  
.gallery a img {
  border: solid #9E9E9E 2px;
  }
  
.gallery a:hover img {
  border: solid #ffffff 2px;
  }

#lightbox{
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
  }

#lightbox a img{ border: none; }

#outerImageContainer{
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  }

#imageContainer{
  padding: 10px;
  }

#loading{
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  }
#hoverNav{
  position: absolute;
  top: -12%;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  }

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
  width: 49%;
  height: 100%;
  background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
  display: block;
  margin: 25px 0 0 0;
  }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100% 
  }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }     
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  } 
    
#overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000000;
  }
  
.flash-replaced .alt {
     display: block;
     height: 0;
     position: absolute;
     overflow: hidden;
     width: 0;
     margin-bottom: 0px;
}

.mybloglog {
     margin: 0 0 0 60px;
}

.blog-pic {
	background: url('../images/jwi-blog-pic.png') no-repeat;
	margin: 25px 0 0 -20px;
	width: 343px;
	height: 151px;
	display: block;
	float: left;
	z-index: 100;
}

p.blog-about-intro {
	margin: 10px 0px 0 15px;
}

ol.commentlist li {
	margin-top: 20px;
}

.tweetmeme_button {
	background-color: #090909;
}

.tweetmeme_button iframe {
	background-color: #090909;
}

.digg-left {
	float: left;
	margin: 10px 0 0 0;
}

.digg-right {
	float: left;
	margin: 0 0 0 15px;
}




