/*
Description:	This is the custom.css file for Atlanta Criminal Defense Attorneys.Com, which is based on the Thesis framework from DIYthemes.
Author: 		Traci Gregory
Author URL:		http://laloba.com/

SEO by :  Peachtree SEO  http://www.peachtreeseo.com

*/
/*Remove footer*/
remove_action('thesis_hook_footer', 'thesis_attribution');

.custom #header {  }
.custom #header { border-bottom:none;
background-color: #383838;
height:100px;
padding-top:0;
padding-bottom:0;
background:url('https://www.atlanta-criminal-defense-attorneys.com/wp-content/uploads/2010/06/vs-logo-full-size.jpg')
center left no-repeat; }


.custom #header #tagline { display:none; }
.custom #footer { background: #D1D1D1; }
.custom #footer_area .page { padding-bottom: 0em; }



/* change contact widget details */
.custom .widget_contact-widget {
   position: absolute;
   width: 250px;
   top: 400px;  left: 100px;
   }

.custom .widget_contact-widget #translucentbkg {
   width: 250px;
   background-image: url(transparent.png) !important;  /* Mozilla only */
   background-color: transparent !important;           /* Mozilla only */
   background-image: none;                             /* IE only */
   background-color: #666666;                          /* IE only */
   filter:alpha(opacity=50);                           /* IE only */
   }

#opaquetext { position: relative; }

/*Stay-Connected and Share-This-Post Box*/
.box { margin: 0; padding: 0.7em; background: #E9CDDB; border: 1px solid #0262A5;}
.box h3 { margin-top: 0; }
.box p { margin-bottom: 0; }
.box .stayintheloop {float:left; width:36%;}
.box .social_icons {float:right; width:54%; }
.box .social_icons a, .box .social_icons a:hover {border:none; }
.box .social_icons img {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;-khtml-opacity: 1.0; }
.box .social_icons img:hover {filter:alpha(opacity=50);-moz-opacity: 0.5; opacity: 0.5;-khtml-opacity: 0.5;}

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #D1D1D1;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items1 {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 210px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #00000;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items1 h3 {
	/* font size */
	font-size: 2.5em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #ffdf00;
	/* distance between border and widget text */
	margin-bottom: 5px;
}
/* widget item setup */
#footer_setup .footer_items2 {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 350px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #0A0A0A;
	/* do not change these! */
	display: inline-block;
	float: right;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items2 h3 {
	/* font size */
	font-size: 1.5em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #0A0A0A;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #ffdf00;
	/* distance between border and widget text */
	margin-bottom: 5px;
}	
/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }
