/*   
Theme Name: dsIDXpress Website Theme
Description: Our promo theme for the dsIDXpress wordpress website
Author: Diverse Solutions
Author URI: http://www.diversesolutions.com
Version: 1.0
Tags: tan, light, one-column, two-columns, three-columns, fixed-width, custom-header, right-sidebar, theme-options, threaded-comments, photoblogging	
*/


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
		- Photoblog widget
	* Footer		(Formatting of items in footer)
		





/****************************
 **   General
 ****************************/

body {
	margin: 0 auto;
	padding: 0;
	background: #727272;
	font-family: "Arial", "Georgia", "Baskerville", serif;
	color: #666;
}

a {
	color: #5f5f5f;
}

img {
	border: 0;
}

#page{
	margin: 0 auto;
	padding: 0;
	width:100%;
	
}

/****************************
 **   Layout
 ****************************/


/* Menu */

#menu {
	height:3.0em;
	margin-top:0px;
}

/*#menu ul li {
	float: left;
	height:31px;
	margin-left:0px;
	padding-left:19px;
}

#menu .page_item a {
	display: block;
	height:31px;
	line-height:28px;
	padding-right:19px;
	font-size:14px;
	font-weight:bold;
	font-family:"Verdana";
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	
}

#menu .current_page_item a {
	background: url(images/nav-bg-rt.jpg) no-repeat right top;
}

#menu .current_page_item{
	background: url(images/nav-bg-lt.jpg) no-repeat 0;
}*/
.lavaLamp {
    position: relative;
    height: 31px; width: 540px;
    padding-top: 15px; margin: 0px 0;
    overflow: hidden;
}
/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    background: url("images/nav-bg-rt.jpg") no-repeat right 0px;
    width: 9px; height: 31px;
    z-index: 8;
    position: absolute;
}
.lavaLamp li.back .left {
    background: url("images/nav-bg-lt.jpg") no-repeat top left;
    height: 31px;
    margin-right: 9px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative; overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font: bold 20px arial;
    color: #666666; outline: none;
    text-align: center;
    height: 31px; top: 3px;
    z-index: 10; letter-spacing: 0;
    float: left; display: block;
    margin: auto 10px;
}
.lavaLamp li a#menu_item_6{}
/* Header */

#header-wrap {
	background: #ffffff;
	height:126px;
}

#header{
	width: 1000px;
	margin: 0 auto;
	padding-top:12px;
}
#header-left{
	height:80px;
	float:left;
}
#header-left #logo{
	margin:8px 0px 0px 10px;
}
#header-right #search{
	height:30px;
	margin:0px;
}
#header-right #searchform div #s {
	border: 0;
	margin-top: 4px;
	margin-left: 5px;
	width: 149px;
	height: 15px;
	color: #ffffff;
	font-size: 14px;
	font-style:italic;
	outline: none;
	background:transparent;
}
#header-right #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 35px;
	height: 26px;
	overflow: hidden;
	cursor: pointer;
	font-family:"Arial";
	font-weight:bold;
	color: #717171;
	font-size: 0.7em;
	text-transform:uppercase;
}
#header-right{
	margin-top:5px;
	float:right;
}
#logo{
	float:left;	
}
#search{
	float:right;
	padding-left:20px;
	font-size:24px;
	font-style:italic;
}
.no-sidebar div #header {
	background-image: url(images/header-no-sidebar.jpg);
}

.double-right-sidebar div #header {
	background-image: url(images/header-double-sidebar.jpg);
}

#header div {
	
}

.double-right-sidebar #header div {
	width: 947px;
}

#header h1 {
	font: 2.2em/169px "Georgia", "Baskerville", serif;
	margin: 0;
}

#header h1 a {
	color: #d3d3d3;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-shadow: #000 0 1px 2px;
	float: left;
}

#blog-description {
	position: relative;
	top: 60px;
	color: #616161;
	text-shadow: #000 0 1px 1px;
	left: 1.3em;
}
/* Homepage Banner */
#homepage-header{
	background:url(images/homepage-header.jpg) repeat-x 0 0;
	height:400px;
}
#homepage-header #header-wrapper{
	width:1000px;
	padding:10px;
	margin:0px auto;
}
#homepage-header #header-wrapper #text{
	width:480px;
	font-size:25px;
	color:#fff;
	font-family:"Myriad Pro";
	text-shadow:0 0 1px #fff;
	float:left;
}
#homepage-header #header-wrapper #getStarted-button{
	margin-top:75px;
}

#my-glider {
  position: relative;
}

#my-glider div.scroller { 
  /* modify width and height of scrolling section if necessary  */    
  width: 980px; 
  height:400px;
  overflow: hidden;
  }
  #my-glider div.scroller div.section {
    /* modify width and height of each section as needed (should match the size of the scroller window)  */    
    width:980px;
    height:400px;
    overflow:hidden;
    float:left;
    }
  #my-glider div.scroller div.content {
    xwidth: 10000px;
    }

#my-glider .controls {
	right: 0;
	top:  5px;
	z-index: 9000;
	position: absolute;
}


#my-glider .controls a {
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 0 0 4px;
  text-indent: -9999px;
  text-decoration: none;
  background: url(images/controls.png) 0 -28px no-repeat;
}

#my-glider .controls a:hover {
  background: url(images/controls.png) 0 -14px no-repeat;  
}

#my-glider .controls a.activeSlide {
  background: url(images/controls.png) 0 0 no-repeat;  	
}

/* Content */
#homepage-header #header-wrapper #carousel{
	margin-top:22px;
	float:right;
}
#content-container {
	background: #ffffff;
	padding:0px 0px 40px 0px;
}
#content-container-page {
	background: #ffffff url(images/internal-page-top.jpg) repeat-x top left;
	padding:40px 0px 40px 0px;
}
#content-box-wrapper-1, #content-box-wrapper-2, #content-box-wrapper-3{
	float:left;
	margin-right:30px
		
}
#content-box-wrapper-3{
	margin-right:0px;
}
#box-image{
	background: url(images/infobox-image-bg.jpg) top left no-repeat;
	height:132px;
	padding:10px 0 0 10px;
}
#box-info{
	width:310px;
}
#box-title{
	color:#9da553;
	font-size:24px;
}
#box-title h4{
	
	margin:5px 0px 15px 0px;
}
.separator{
	border-bottom:solid 1px #e6e6e6;
	width:90%;
	margin:40px auto 40px auto;
	height:1px;
}
#homepage-video{
	float:left;
	width:500px;
}
#homepage-comments{
	float:left;
	width:500px;
	background: url(images/comments-bg.jpg) top center no-repeat;
	height:350px;
}
#gsfn_list_widget{
	margin:15px;
}
.widget_title{
	font-size:36px;
	text-decoration:none;
}
.gsfn_topic_list{
	list-style:none;
	padding:0px 0px 0px 20px;
}
.gsfn_topic_list li{
	background:url(images/quotes.png) no-repeat 0 0;
	padding:10px 0px 0px 35px;
	margin:20px 0px 0px 0px;
}
.gsfn_link{
	color:#aab548;
	font-weight:bold;
	font-style:italic;
	margin-right:15px;
	text-decoration:none;
}
.gsfn_praise .time{
	font-size:12px;
}
.no-sidebar div #content-container {
}

.double-right-sidebar div #content-container {
	
}

#content {
	width: 1000px;
	margin: 0 auto;
}

.double-right-sidebar #content {
	width: 947px;
}

#body {
	float: left;
	width: 1000px;
	background:url(images/page-content-top.jpg) no-repeat 0 0;
	padding-top: 20px;
}
#body-inner{
	background: #ffffff url(images/page-content-bg.jpg) repeat-x 0 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
#homepage-body{
	width: 1000px;
	padding: 1px;
	overflow:hidden;

}
#homepage-body h3{
	font-size:29px;
}
.no-sidebar div div #body {
	width: 760px;
	float: none;
}

/* Sidebar */

#sidebar {
	float: right;
	font-size: 0.9em;
	width: 220px;
	position: relative;
	left: -15px;
}

.double-right-sidebar #sidebar {
	font-size: 0.8em;
	float: left;
	position: relative;
	left: 28px;
	width: 181px;
}

.double-right-sidebar #sidebar2 {
	font-size: 0.8em;
	float: right;
	position: relative;
	left: -8px;
	width: 169px;
}

/* Footer */

#footer-wrap-outer {
	background: #727272 url(images/footer-bg.jpg) repeat-x center top;
	height:383px;
}

#footer-wrap {
	width: 100%;
}

.no-sidebar div #footer-wrap {
}

.double-right-sidebar div #footer-wrap {
}

#footer {
	width: 1000px;
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 40px;
}

/****************************
 **   Content
 ****************************/

/* General */

h2 {
	font-size: 2.4em;
	font-weight: normal;
	font-style: normal;
	color: #3b3b3b;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

h2 a {
	text-decoration: none;
	color: #3b3b3b;
}

.post .entry {
	font-size: 0.9em;
	line-height: 1.3em;
	clear: both;
}

.post .author {
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -1.5em;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {
	background-image: url(images/date.jpg);
	width: 89px;
	height: 73px;
	text-align: center;
	float: right;
	text-transform: uppercase;
}

.post .date .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	color: #a9a9a9;
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	line-height: 18px;
	color: #afafaf;
}

.post .date .year {
	display: block;
	font-size: 0.7em;
	padding-top: 3px;
	color: #a5a5a5;
}

.metadata {
	margin-top: 40px;
	text-align: center;
	font-size: 0.7em;
	color: #797979;
}

.metadata a {
	text-decoration: none;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	clear: both;
	display: block;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 0.9em;
	color: #88897b;
	background: url(images/more-link.png) no-repeat left center;
	padding-left: 30px;
}

.hr {
	clear: both;
	border: 0;
	background-image: url(images/hr.jpg);
	color: #f8faf7;
	background-color: #f8faf7;
	width: 426px;
	height: 121px;
	margin: -8px auto 0;
}

.hr hr {
	display: none;
}

.navigation {
	width: 100%;
	margin-top: 50px;
}

.navigation a {
	text-decoration: none;
	font-size: 0.7em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result h4 a {
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}


/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: none;
   text-align: center;
   background-color: #f8faf7;
   padding-top: 4px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Comments */


.commentlist {
	padding: 0;
	list-style-type: none;
	margin-top: 16px;
	margin-left: 0px;
}

.commentlist li {
	margin-top: 16px;
	margin-left: 30px;
	max-width: 460px;
}

.commentlist li .comment-content,
.commentlist li .before-comment,
.commentlist li .after-comment,
.commentlist li .after-comment div {
	background:transparent url(images/comment.jpg) no-repeat top right;
}

.commentlist li .comment-content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
 	padding: 28px 0 0px 0px;
}

.commentlist li .before-comment {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width: 27px; /* top slice width */
	margin-left: -27px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.commentlist li .after-comment {
	/* bottom */
	position:relative;
	width:100%;
}

.commentlist li .after-comment,
.commentlist li .after-comment div {
	height: 40px; /* height of bottom cap/shade */
	font-size:1px;
}

.commentlist li .after-comment {
	background-position:bottom right;
}

.commentlist li .after-comment div {
	position:relative;
	width:27px; /* bottom corner width */
	margin-left: -27px;
	background-position:bottom left;
}

.commentlist .comment {
	margin: 0;
	font-size: 0.8em;
	padding-right: 27px;
}

.comment-text {
	margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.commentlist .comment .reply {
	text-align: right;
	position: relative;
	top: 15px;
	z-index: 100;
	font-size: 0.9em;
}

.commentlist .comment .reply a {
	color: #D7DBD8;
	text-decoration: none;
}



.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

/* Comment Form */


input.text {
	width: 200px;

	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

/* Frame */


.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	background: url(images/frame-top-left.jpg) no-repeat left top;
}

.frame-outer span span {
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
}

.frame-outer span span span {
	background: url(images/frame-top-right.jpg) no-repeat right top;
}

.frame-outer span span span span {
	background: url(images/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 425px;
}

.frame-outer.small span {
	background: url(images/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.small span span {
	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.small span span span {
	background: url(images/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.small span span span span {
	background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span span {
	background: none;
}

.frame-outer span span span span .wp-caption-text {
	margin-top: 10px;
}

/* Pricing */
#pricing-top{
	
}
#pricing-title{
	float:left;
}
#pricing-title h1{
	margin-top:0px;
}
#pricing-buttons, #pricing-buttons a{
	float:right;
	margin-right:10px;
}
#pricing-info{
	text-align:center;
	font-size:14px;
	padding:75px 0px 0px 0px;
	background:url(images/pricing-rule.jpg) no-repeat 0px 30px;
}
#pricing-info .bold{
	font-weight:bold;
}
#pricing-info .green{
	color:#b2cf5c;
	vertical-align:top;
	font-size:18px;
}
#pricing{
	text-align:center;
}
.price-or{
	color:#fcb040;
	font-size:65px;
}
.price-sym{
	color:#fcb040;
	font-size:48px;
	vertical-align:top;
	margin-top:5px;
}
.price-grey{
	color:#717171;
	font-size:45px;
}
.price-blue{
	color:#00aeef;
	font-size:85px;
}
.price-green{
	color:#b2cf5c;
	font-size:48px;
	vertical-align:top;
	margin-top:5px;
}
#pricing-call{
	font-size:18px;
	text-align:center;
	padding:50px;
}
#pricing-call .bold{
	font-weight:bold;
}
#pricing-disclaimer{
	font-size:10px;
	font-style:italic;
	height:100px;
}
#pricing-disclaimer .green{
	color:#b2cf5c;
	vertical-align:top;
	
}
#pricing-domain{
	float:left;
	margin-left:360px;
	margin-top:-30px;
}

/*	More Info	*/

#more-details{
	padding:20px;
	font-size:16px;
	line-height:22px;
	color:#565656;
}
#more-details #title{
	text-align:center;
	font-size:48px;
	padding:0px 20px 20px 20px;
}
#more-info{
	background: url(images/pricing-rule.jpg) no-repeat bottom center;
	padding-bottom:20px;
}
#more-info p{
	font-size:14px;
}
#shortcode-wrapper{
}
.heading-title{
	background: url(images/heading-icon.png) no-repeat left 26px;
	padding-left:30px;
	font-size:36px;
	padding-top:20px;
	padding-bottom:10px;
}
.heading-info{
	font-size:14px;
	margin-bottom:20px;
}

/*	Try It	*/

#try-it-wrapper h1.heading-title{
	background: url(images/heading-icon.png) no-repeat left 26px;
	padding-left:30px;
	font-size:36px;
	padding-top:20px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#try-it-header{
	background: url(images/pricing-rule.jpg) no-repeat bottom center;
	padding-bottom:10px;
	margin-bottom:10px;
}
#try-it-wrapper p{
	margin-top:0px;
	padding:0px 30px 0px 30px;	
	font-size:14px;
}
#try-it-wrapper fieldset{
	width:500px;
	margin-left: 50px;
	float:left;
}
#try-it-wrapper #email-info{
	float:left;
	background:url(images/email-info-box.png) no-repeat 0 0;
	width:350px;
	height:146px;
	margin-top:110px;
	margin-left:10px;
	padding-left:50px;
}
#try-it-wrapper #email-info h3{
	color:#6d6e72;
	font-size:22px;
	margin-bottom:10px;
	}
#try-it-wrapper #email-info p{
	padding:0px;
	width:320px;
	font-size:18px
	}
#try-it-wrapper fieldset legend {
	display:block;
	font-size:1.35em;
	font-weight:bold;
}
.form-submit {
	background-color:#EFEFFF;
	margin:1.5em 0 0.75em;
	overflow:hidden;
	padding:1.25em 0;
	text-align:center;
}

fieldset .form-row {
	overflow:hidden;
	padding:0.5em 0 0.75em;
}
fieldset .form-label {
	float:left;
	font-size:1.1em;
	padding:0.4em 0 0;
	text-align:right;
	width:140px;
}
fieldset .form-field, fieldset .form-comment {
	margin-left:140px;
	padding-left:5px;
}
fieldset {
	border:0px solid #C7D5E1;
	margin:1em 0 1.5em;
	overflow:hidden;
	padding:1em 0 2em;
}
fieldset input, fieldset textarea, fieldset select {
-x-system-font:none;
font-family:'Helvetica Neue',Arial,Helvetica,sans-serif;
font-size:1.25em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}
.submit-but {
font-size:1.35em;
padding:0px;
width:170px;
}
/*	Contact	*/
#contact-wrapper{
	padding:1px;
}
#contact-left{
	float:left;
	width:500px;
}
#contact-left fieldset{
	width:
	
}
#contact-left textarea{
	width:308px;
}
#contact-right{
	float:left;
	padding-top:35px;
	margin-left:100px;
}
#contact-right img{
	margin-top:15px;
	border:solid 10px #d7d7d7;
        margin-bottom:15px;
}
#contact-right-heading{
	font-size:24px;
	margin-bottom:20px;
}
#contact-info{
	font-size:12px;
	line-height:18px;
}
/****************************
 **   Sidebar
 ****************************/

/* General */

.sidebar h2 {
	font-size: 1.4em;
	color: #676767;
	margin-bottom: 20px;
}

.sidebar a {
	color: #9f9f9f;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* Search */

.sidebar #searchform div {
	background-image: url(images/searchform.jpg);
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
.sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 149px;
	height: 16px;
	color: #909090;
	font-size: 1.0em;
	outline: none;
}
.sidebar #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	cursor: pointer;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	color: #999;
	font-size: 0.7em;
	text-transform: lowercase;
}

.double-right-sidebar .sidebar #searchform div {
	background-image: url(images/searchform-double-sidebar.jpg);
	width: 190px;
	height: 45px;
	margin-left: -3px;
}
.double-right-sidebar .sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 117px;
	height: 16px;
	color: #909090;
	font-size: 0.9em;
	outline: none;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* Photoblog widget */

.sidebar .dsidxpress_photoblog div {
	text-align: center;
}

.sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}
/****************************
 **   Features page
 ****************************/
.content-left{
	float:left;
}
.content-right ul{
	list-style:none;
}
.content-right ul.checked-bg li{
	background:url(images/checkmark.png) no-repeat left top;
	padding-left:20px;
	font-size:12px;
	margin-bottom:10px;
	
}
.content-right .more-details{
	float:right;
	font-size:12px;
	color:#9d9d9d;
	font-style:italic;
}
.content-right ul.help li{
	background:url(images/help.png) no-repeat left top;
	padding-left:20px;
	font-size:12px;
	margin-bottom:10px;
	
}
.content-right{
	float:left;
	width:500px;
	margin-left:50px;
}
.content-right h2{
	color:#a9b842;
	font-size:30px;
	font-weight:400;
}
.content-right h2 span{
	color:#717b2d;
	font-size:30px;
	font-weight:400;
}
.content-right h4{
	color:#6a6a6a;
	font-size:24px;
	font-weight:400;
	margin-top:10px;
	margin-bottom:0px;
}


/****************************
 **   Footer
 ****************************/

#footer #subscribe a {
	display: block;
	position: absolute;
	background-image: url(images/rss.png);
	width: 149px;
	height: 126px;
	margin-left: -126px;
	margin-top: -68px;
	text-indent: -2000px;
	overflow: hidden;
}

#footer .legal, #footer .credit {
	color: #5f5f5f;
}

#footer .legal {
	float: left;
}

#footer .credit a {
	text-decoration: none;
}

#footer .credit {
	float: right;
}


#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
}


#footer .widget {
	margin-right: 21px;
	margin-left: 21px;
}

#footer {
}

#footer a {
	color: #ffffff;
}

#footer h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}
.footer-column{
	float:left;
	width:175px;
	padding:10px;
	font-size:12px;
	color:#ffffff;
}
.footer-column h4.footer-nav{
	
	font-size:18px;
	margin:5px;
}
.footer-column ul.footer-nav, .footer-column p, .footer-column ul.footer-nav ul{
		padding:0px;
		margin-left:10px;	
}

.footer-column ul.footer-nav li{
	list-style:none;
	padding-bottom:5px;
}
.footer-column ul.footer-nav li a {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
}
.footer-column ul.footer-nav li.links-blog{
	background:url(images/wordpress_16.png) no-repeat 0 0px;
	padding-left:20px;
	padding-bottom:10px;
}
.footer-column ul.footer-nav li.links-facebook{
	background:url(images/facebook_16.png) no-repeat 0 0px;
	padding-left:20px;
	padding-bottom:10px;
}
.footer-column ul.footer-nav li.links-twitter{
	background:url(images/twitter_16.png) no-repeat 0 0px;
	padding-left:20px;
	padding-bottom:10px;
}
.footer-column ul.footer-nav li.links-site{
	background:url(images/dslogo_icon.png) no-repeat 0 0px;
	padding-left:30px;
	padding-bottom:10px;
}
.footer-spacer{
	float:left;
	width:1px;
	border-left:solid 1px #7a7a7a;
	border-right:solid 1px #9e9e9e;
	height:176px;
}
