/*
Theme Name: Lipsig Law
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
	color:#1CB0B3;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

body { 
	margin: 0px auto;
	background: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
}
a { color: #1cb0b3; }

#container {
background-color:#FFFFFF;
margin:0;
padding:0;
text-align:center;
width:100%;
}

#top_section {
	width: 100%;
	text-align: center;
	background: url('images/top_bg.gif') repeat-x center top;
}

#top_area {
	margin: 0px auto;
	width: 980px;
	height: 94px;
	text-align: left;
}

#logo_area {
	width: 317px;
	height: 94px;
	float: left;
	background: url('images/logo.gif') no-repeat left top;
}

#top_menu {
	width: 663px;
	height: 94px;
	float: left;
	text-align: right;
	font-size: 11px;
	color: #C0BFBF;
}

.bluebold {
	color:#1CB0B3;
	font-weight:bold;
}

#top_menu a {
	color:#454673;
	text-decoration:none;
}

#top_menu a:hover {
	text-decoration:underline;
}

#top_menu1 {
	padding: 10px 16px 0 0;
}

#top_menu2 {
	padding: 45px 16px 0 0;
}

#navigation {
	background: url('images/nav.gif') no-repeat;
	color: #49545C;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	margin: 0px auto;
	text-align: left;
	width: 980px;
}
#navigation p {
	padding:8px 0 0 16px;
}
#navigation a {
	color:#FFFFFF;
	text-decoration:none;
}
#navigation a:hover {
	text-decoration: underline;
}

/* aqua section */
#aqua_section {
	background: url('images/blue_bg.gif') repeat-x center top #37C1C3;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
#aqua_container {
	color:#FFFFFF;
	line-height:18px;
	margin:0 auto;
	padding:15px 16px;
	text-align:left;
	width:980px;
}
#aqua_content {
	width: 653px;
}
#aqua_content h3 {
color:#FFD95F;
font-size:16px;
font-weight:normal;
margin:0 0 10px;
}
#aqua_content p {
margin:0 0 10px 0px;
font-size: 12px;
}
.btn_learnb {
	background:url('images/btn_learnmoreb.gif') no-repeat;
	display:block;
	height:18px;
	width:91px;
	}
a.btn_learnb {
color:#1CB0B3;
font-size: 0;
}

/* middle area */
#middle_area {
	height: 230px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#flash {
	float: left;
	height: 230px;
	width: 696px;
}
/* footer */
#footer_section {
	background:url('images/home/footer_bg.gif') repeat-x center top #F2F2F2;
	text-align:center;
	width:100%;
}
#footer_area {
	background:url('images/footer_logo.gif') no-repeat right top;
	font-size:11px;
	margin:0 auto;
	padding:13px 0 40px;
	text-align:left;
	width:980px;
}
#footer_area h4 {
font-size:23px;
font-weight:bold;
letter-spacing:-1px;
padding:0 0 10px 14px;
}
#footer_area p {
color:#868686;
line-height:18px;
margin:0 70px 10px 16px;
}
#footer_area a {
color:#868686;
text-decoration:none;
}
#footer_area a:hover {
text-decoration:underline;
}

/* content area */
#content_area {
	margin: 12px auto 0;
	text-align: left;
	width: 980px;
	clear: both;
	overflow: hidden;
}
#left_column {
	float: left;
	line-height: 24px;
	margin: 0 11px 0 0;
	width: 673px;
}

#right_column {
	float: left;
	line-break: 24px;
	width: 296px;
}
#content_area h2 {
font-size:18px;
font-weight: bold;
}
#content_area h2 a {
	color: #1CB0B3;
}
#content_area small {
	font-size: 10px;
}
#content_area .entry-content p {
	margin: 5px 0;
	font-size: 12px;
}
.entry-utility { font-size: 12px;}
.navigation { font-size: 12px; }

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#reply-title { font-weight: bold; font-size: 12px;}
#comments label { font-size: 12px; min-width: 65px; display: inline-block; }
.required { display: none; font-size: 0; margin: 0;}
.comment-notes { font-size: 12px; }
.form-allowed-tags { font-size: 11px; }

.widget-area ul { margin: 0; padding: 0;  }
.widget-area ul li { display: block; font-size: 12px; }

.widget-title { font-weight: bold; font-size: 14px; }

.widget-container {  border-bottom: 1px solid #CCCCCC; padding: 10px 0px; }
#home_contact {
	background:url('images/contact_bg.jpg') no-repeat center top;
	color:#CFF1F2;
	float:left;
	font-size:11px;
	height:230px;
	width:284px;
}


		#home_contact form { padding: 12px 0px 0px 0px; }
		#home_contact p { margin: 5px 0px 5px 0px; }
		#home_contact h3 { font-size: 20px; font-weight: normal; color: #ffffff; }
		#home_contact table { width: 267px; color: #cff1f2; font-size: 11px; }
		#home_contact table td { vertical-align: top; }
			.quick_field { width: 130px; height: 21px; border-width: 1px; border-style: solid; border-color: #dcdcdc; color: #1f2b33; font-size: 11px; padding: 0px 0px 0px 0px; }
			.quick_text { width: 130px; height: 67px; border-width: 1px; border-style: solid; border-color: #dcdcdc; color: #1f2b33; font-size: 11px; padding: 0; }

