/*
Theme Name: Gatti law default
Description: Gatti law, first theme
Author: Jeremy Duffy
Author URI: http://www.jeremyduffy.com
*/



/* Begin Typography & Colors */
h1 {
	FONT-SIZE: 12pt;
	COLOR: #003366;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

h2 {
	font-size: 10pt;
	color: #003366;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
	margin-top: 5px;
	margin-bottom: 5px;
}

td {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
p {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #fefef6;
	margin: 0;
	color: #000000;
}
a:link {
    color: #000099; 
}
a:visited {
    color: #990000; 
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 13px;
	width: 150px;
	height: 34px;
	background-color: #dac99a;
	white-space: nowrap;
	vertical-align:middle;
	border: 1px solid #BDA45F;
}
.navlink {
	text-decoration: none;
	color: #003567;
	white-space: nowrap;
}

#main_area{
	vertical-align: top;
	padding			: 30px;
	background: url('images/bg.gif') 50% 50% no-repeat;
}

#quick_contact_area{
	width: 150px;
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
}

.quick_contact_text{
	text-align: right;
	white-space: nowrap;
	font-size: 8pt;
}

#news_area{
	vertical-align: top;
	text-align: center;
	width: 140px;
	background: #dac99a;
	border: 1px solid #BDA45F;
	padding			: 5px;
}

.news_text{
	font-size: 9pt;
	font-weight: bold;
}

/* This hides the login link until we need it */
#login {
	display		: none;
}

.entry {
	text-align	: justify;
}

/* For fixing extra space in tables and such */
.nop p, .nop br {
	display		: none;
}