/*  
Theme Name: FightDUIs.com Custom Theme
Theme URI: http://www.fightduis.com/
Description: Blog theme to integrate with FightDUIs.com website
Version: 1.0
Author: Kevin Ingersoll
Author URI: http://keviningersoll.com/
*/

body, h1, h2, h3, h4, h5, p, ul, li {
	margin: 0;
	padding: 0;
}

body {
	font: .8em Arial, Helvetica, sans-serif;
	text-align: center;
	background: #CCC;
	margin: 10px;
}

#wrap {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	border: 1px solid #000;
	overflow: auto;
}

.top {
	background: #9EB5D6;
	color: #FFF;
	font: bold 200% Times New Roman, Times, serif;
	text-transform: uppercase;
	text-align: center;
}

.cities {
	background: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	padding: 2px;
}
.cities a {
	color: #FFF;
	text-decoration: none;
}
.cities a:hover {
	text-decoration: underline;
}

#header {
	background: #C2CFE5;
	padding: 10px 0;
	overflow: auto;
}
#header h3 {
}
#header h3 a {
	display: block;
	float: left;
	width: 350px;
	height: 179px;
	text-indent: -9999%;
	overflow: hidden;
	background: #4783B4 url(images/bay-area-dui-law.png) no-repeat;
}
#header p, #header ul {
	font-size: 200%;
	font-weight: bold;
	color: #00467E;
	margin-left: 350px;
}
#header p {
	text-transform: uppercase;
	font-style: italic;
	text-align: center;
	padding: 10px 0;
}
#header li {
	margin-left: 65px;
}

.yellow {
	background: #FE0;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	word-spacing: 2px;
}

.nav {
	float: left;
	width: 163px;
	margin: 20px 0 20px 5px;
	background: #369 url(images/nav.png);
}
.nav li {
	list-style: none;
	padding: 1px 10px 1px 25px;
	text-indent: -15px;
}
.nav li.first, .nav li.last {
	background: url(images/nav.png) no-repeat -163px -15px;
}
.nav li.first {
	padding-top: 8px;
}
.nav li.last {
	background-position: -163px 10px;
	padding-bottom: 8px;
}
.nav a {
	color: #CCC;
	text-decoration: none;
}
.nav a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer {
	clear: both;
	background: #000;
	text-align: center;
	padding: 15px 140px;
}
#footer p {
	font-weight: bold;
	color: #FF0;
	padding: 0 0 10px
}
#footer li {
	display: inline;
	padding: 0 5px;
}
#footer a {
	text-decoration: none;
	color: #CCC;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}

#content {
	margin-left: 168px;
	padding: 15px 20px 30px;
}


#content p, #content h1, #content h2 {
	margin: 15px 0;
}
#content ul {
	margin: 15px 0 15px 40px;
}

.summary, .phones {
	font-weight: bold;
	font-size: 125%;
}
.splash {
	text-indent: -9999%;
	overflow: hidden;
	width: 540px;
	height: 456px;
	background: url(images/dui-what-to-do.jpg) no-repeat;
}
.phones {
	margin: 10px 20px;
}
.phones li {
	float: left;
	width: 50%;
}
