/*  
Theme Name: DClancy One
Theme URI: http://www.danielclancy.com/
Description: Version One of DanielClancy.com designed by BePrivy
Version: 1.0
Author: Jacob Reiff
Author URI: http://www.beprivy.com/

*/

@import "zero.css";

/* Body, Structure */

body {
	background: #003b4b url(images/bgv2.gif) 0 0 repeat;
	font-size: 62.5%;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: normal;
	color: #000;
}

#contain {
	position: relative;
	width: 590px;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	background-color: #FFF;
	border-left: 10px solid #044d61;
	border-right: 10px solid #044d61;
	border-top: none;
	border-bottom: none;
}

#content {
	padding: 3em 12px;
	margin: 0;
	background-color: #FFF;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 0 1.4em 0;
}

div#content p strong {
	font-weight: bold;
}


/* Head */

h1#logo, h1#logo span {
	width: 200px;
	height: 200px;
	background: url(images/logo_phone.gif) 0 0 no-repeat;
	cursor: pointer;
}

h1#logo strong {
	position: absolute;
	left: -5000px;
}

p#tag, p#tag span {
	width: 390px;
	height: 170px;
	background: url(images/tagline2.gif) 0 0 no-repeat;
}

div#tagcont {
	position: absolute;
	right: 10px;
	top: 30px;
}


/* Lists */

div#content ul {
	position: relative;
	left: 10px;
}

div#content ul li {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0 .5em .4em .5em;
	width: 265px;
	float: left;
}


/* Links */

h2 a, h2 a:visited {
	color: #044d61;
	text-decoration: none;
}

h2 a:hover {
	color: #59A6D2;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Headers */

h2 {
	font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	font-size: 1.8em;
	margin: 2em 0 1em 0;
}


/* Navigation */

	ul#navigation {
		width: 390px;
		height: 30px;
		background: #A6CEE5;
		position: absolute;
		top: 0;
		right: 10px;
		padding: 0 0 0 0px;
	}

	ul#navigation li {
		float: left;
	}
	
	ul#navigation li strong {
		position: absolute;
		left: -5000px;
	}

	li#about, li#about span {
		width: 97px;
		height: 30px;
		overflow: hidden;
		background: url(images/nav2/resume.gif) 0 0 no-repeat;
		cursor: pointer;
	}

	li#about span:hover {
		background: url(images/nav2/resume.gif) 0 -30px no-repeat;
		cursor: pointer;
	}

	li#about-a, li#about-a span {
		width: 97px;
		height: 30px;
		overflow: hidden;
		background: url(images/nav2/resume.gif) 0 -30px no-repeat;
	}

	li#services, li#services span {
		width: 59px;
		height: 30px;
		overflow: hidden;
		background: url(images/nav2/services.gif) 0 0 no-repeat;
		cursor: pointer;
	}

	li#services span:hover {
		background: url(images/nav2/services.gif) 0 -30px no-repeat;
		cursor: pointer;
	}

	li#services-a, li#services-a span {
		width: 59px;
		height: 30px;
		overflow: hidden;
		background: url(images/nav2/services.gif) 0 -30px no-repeat;
	}

	li#location, li#location span {
		width: 60px;
		height: 30px;
		overflow: hidden;
		background: url(images/nav2/location.gif) 0 0 no-repeat;
		cursor: pointer;
	}

	li#location span:hover {
		background: url(images/nav2/location.gif) 0 -30px no-repeat;
		cursor: pointer;
	}

	li#location-a, li#location-a span {
		width: 60px;
		height: 30px;
		overflow: hidden;
		background: url(images/nav2/location.gif) 0 -30px no-repeat;
	}

	li#assoc, li#assoc span {
		width: 100px;
		height: 30px;
		overflow: hidden;
		background: url(images/nav2/assoc.gif) 0 0 no-repeat;
		cursor: pointer;
	}

	li#assoc span:hover {
		background: url(images/nav2/assoc.gif) 0 -30px no-repeat;
		cursor: pointer;
	}

	li#assoc-a, li#assoc-a span {
		width: 100px;
		height: 30px;
		overflow: hidden;
		background: url(images/nav2/assoc.gif) 0 -30px no-repeat;
	}
	
	li#news, li#news span {
		width: 43px;
		height: 30px;
		overflow: hidden;
		background: url(images/nav2/news.gif) 0 0 no-repeat;
		cursor: pointer;
	}
	
	li#news span:hover {
		background: url(images/nav2/news.gif) 0 -30px no-repeat;
		cursor: pointer;
	}
	
	li#news-a, li#news-a span {
		width: 43px;
		height: 30px;
		overflow: hidden;
		background: url(images/nav2/news.gif) 0 -30px no-repeat;
	}

	li#contact, li#contact span {
		width: 59px;
		height: 30px;
		overflow: hidden;
		background: url(images/nav2/contact.gif) 0 0 no-repeat;
		cursor: pointer;
	}

	li#contact span:hover {
		background: url(images/nav2/contact.gif) 0 -30px no-repeat;
		cursor: pointer;
	}

	li#contact-a, li#contact-a span {
		width: 59px;
		height: 30px;
		overflow: hidden;
		background: url(images/nav2/contact.gif) 0 -30px no-repeat;
	}


/* Pop */

div#pop {
	margin: 20px 0 20px;
}

p#needalawyer, p#needalawyer span {
	width: 590px;
	height: 50px;
	background: url(images/needalawyer.gif) 0 0 no-repeat;
}


/* Footer */

div#cc {
	margin: 15px 0;
	text-align: center;
}

div#cc img {
	margin: 0 auto;
}

div#footer {
	background: url(images/ftop.gif) 0 0 no-repeat #003B4B;
	padding: 18px 30px 10px;
	margin: 0;
	clear: both;
}

div#footer div {
	width: 170px;
	margin: 0;
	padding: 0;
}

div#footer div.left {
	width: 320px;
}

div#footer p {
	font-size: 1.2em;
	margin: 0 0 .6em 0;
	color: #FFF;
}

ul#footernav {
	text-align: right;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	list-style-type: none;
	margin: 3px 0 0 0;
	padding: 0;
}

ul#footernav li {
	margin: 0 0 1em 0;
}

div#footer a, div#footer a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

div#footer a:hover {
	color: #59A6D2;
	text-decoration: none;
	border-bottom: 1px solid #59A6D2;
}

/* Images */

.pic {
	border: double 3px #003B4B;
	padding: 0;
}

/* Image Replacement */

.replace {
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
}

.replace span {
	display: block;
	left: 0px;
	position: absolute;
	top: 0px;
}


/* Misc */

hr {
	display: none;
}

hr.dotted {
	height: 1px;
	border-top: 1px dotted #003B4B;
	width: 566px;
	margin: 30px auto;
	display: block;
}

.right {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
}

.left {
	float: left;
	clear: left;
	margin: 10px 10px 4px 0;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
	height: 1px;
}

.ddfmwrap {
	position: relative;
	right: 50px;
}