/*  
Theme Name: IpswichCorp
Theme URI: http://ipswichshellfish.com
Author: Tammy Hart
Author URI: http://www.tammyhartdesigns.com/
*/



/* Settings */
* {
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	}
	
a {
	color:#2a4156;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
.bluehighlight {
	color:#2a4156 !important;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
	
img.alignleft {
	margin-right:15px;
	}
	
img.alignright {
	margin-left:15px;
	}
	
.navigation {
	margin-bottom:1em;
	height:1.5em;
	}
	
p {
	margin:1.5em 0;
	line-height:1.5em;
	}
	
h1 {
	font:normal 3.4em/1.1em Georgia, "Times New Roman", Times, serif;
	color:#ad1827;
	letter-spacing:-.025em;
	text-align:left !important;
	}
	
h2 {
	margin:1.5em 0 -.5em;
	font:normal 2em/1.1em Georgia, "Times New Roman", Times, serif;
	color:#2a4156;
	letter-spacing:-.025em;
	}
	
h3 {
	margin:2em 0 -.75em;
	font:normal 1.5em/1.1em Tahoma, Verdana, sans-serif;
	color:#7ca488;
	letter-spacing:-.025em;
	}
	
h3 a {
	color:#7ca488;
	}
	
blockquote {
	background:url(images/quote.jpg) no-repeat 0 0;
	padding-left:10px;
	margin-left:20px;
	font-size:1.2em;
	border-bottom:1px dashed #e0d6cc;
	}
	
	cite {
		font-size:.7em;
		font-style:italic;
		padding-left:15px;
		}
	
.entry ul {
	margin:1.5em;
	}
	
	.entry ul li {
		padding:.1em 0 .5em 10px;
		list-style:none;
		background:url(images/bullet.jpg) no-repeat 0 .5em;
		}
		
	.entry ul ul {
		margin:.5em 1.5em 0;
		}
	
.download {
	background:#e6d7c7 url(images/download.jpg) no-repeat 0 50%;
	padding:0 15px 0 60px;
	font-size:1.5em;
	border:2px solid #b9a999;
	line-height:64px;
	display:block;
	width:auto;
	float:left;
	clear:right;
	}	

	
/* Structure */
body {
	background:#2a4156 url(images/body.jpg) repeat-x 0 0;
	text-align:center;
	color:#555;
	font:62.5% Tahoma, Verdana, sans-serif;
	padding-bottom:15px;
	}
	
#page-bg {
	background:#f0ebe5 url(images/page-bg.jpg);
	width:806px;
	margin:auto;
	text-align:left;
	}
	
#page-top {
	background:url(images/page-top.jpg) no-repeat 0 0;
	}
	
#page-btm {
	background:url(images/page-btm.jpg) no-repeat 0 100%;
	padding:0 3px 3px;
	}


/* Header */
#header {
	height:128px;
	border-bottom:1px solid #f0ebe5;
	font:bold 2em/128px Georgia, "Times New Roman", Times, serif;
	}
	

/* Nav */
#nav {
	background:#10293d url(images/nav.jpg);
	height:65px;
	border-bottom:1px solid #f0ebe5;
	}
	
#nav li {
	float:left;
	list-style:none;
	background:url(images/nav-div.jpg) no-repeat 100% 0;
	padding-right:2px;
	}
	
#nav li a {
	display:block;
	height:50px;
	width:110px;
	color:#fff;
	font-size:1.7em;
	padding:15px 0 0 18px;
	line-height:1em;
	letter-spacing:-.025em;
	}
	
#nav li a span {
	color:#7193b3;
	font-size:.65em;
	display:block;
	letter-spacing:normal;
	}
	
#nav li a:hover {
	color:#eebd58;
	text-decoration:none;
	}
	
#nav li a:hover span {
	color:#dd7d00;
	}


/* Sidebar */
#sidebar {
	width:203px;
	float:left;
	margin-bottom:35px;
	}
	
#sidebar ul {
	background:#edba53 url(images/sidebar.jpg) no-repeat 0 100%;
	padding-bottom:3px;
	}
	
#sidebar #searchform {
	padding:10px 8px 10px 14px;
	border-bottom:1px solid #db7300;
	border-top:1px solid #f7e282;
	font:1.5em/1.1em Tahoma, Verdana, sans-serif;
	color:#0c1f2f;
	width:177px;
	}
	
	#sidebar #s {
		width:165px;
		padding:2px;
		border:1px solid #db7300;
		}
		
	#sidebar #s, #sidebar #searchsubmit {
		font-size:11px;
		}
	
#sidebar li {
	list-style:none;
	}
	
#sidebar li a {
	display:block;
	font:1.7em/1.1em Tahoma, Verdana, sans-serif;
	color:#0c1f2f;
	padding:10px 8px 10px 14px;
	border-bottom:1px solid #db7300;
	border-top:1px solid #f7e282;
	width:177px;
	letter-spacing:-.025em;
	}
	
#sidebar li a:hover {
	color:#ad1827;
	text-decoration:none;
	}


/* Content */
#content {
	margin-left:220px;
	padding:10px 25px 35px 0;
	font-size:1.2em;
	}
	
	#content.noside {
		margin:0;
		padding:10px 25px 35px;
		}
	
#breadcrumb {
	margin-bottom:1.5em;
	border-bottom:1px dotted #dcd7d2;
	padding-bottom:.2em;
	color:#b3afab;
	}
	
/*.blurb {
	background:#97b1c8 url(images/blurb-bg.jpg);
	width:177px;
	float:right;
	margin:1.5em 0 1.5em 25px;
	clear:right;
	}
	
.blurb-top {
	background:url(images/blurb-top.jpg) no-repeat 0 0;
	}
	
.blurb-btm {
	background:url(images/blurb-btm.jpg) no-repeat 0 100%;
	padding:0 12px 0 10px;
	}*/
	
.blurb {
	background:#e6d7c7;
	border:2px solid #b9a999;
	width:245px;
	margin:5px;
	float:left;
	padding:8px;
	}
	
.blurb h2 {
	font:italic bold 1.4em/1em Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	border-bottom:2px solid #a31725;
	}
	
.blurb p {
	margin:5px 0 0;
	font-size:.9em;
	text-align:left !important;
	line-height:normal;
	}
	
.blurb img {
	float:right;
	margin-left:5px;
	padding:2px;
	background:#f0ebe5;
	display:block;
	border:1px solid #b9a999;
	}
	
#dsdmap {
	padding:3px !important;
	background:#e6d7c7;
	border:2px solid #b9a999;
	}
	
.page-image {
	background:url(images/bg-img.jpg);
	display:block;
	padding:7px;
	margin:0 0 5px 5px;
	float:right;
	}
	

/* Footer */
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
	
#footer {
	background:#7ca488 url(images/footer.jpg);
	height:76px;
	padding:0 13px;
	font-size:1.1em;
	line-height:76px;
	color:#000;
	clear:both;
	text-align:right;
	}
	
#footer img {
	margin-left:6px;
	}



/*
Whatever your hand finds to do, do it with all your might,
for in the grave, where you are going, there is neither
working nor planning nor knowledge nor wisdom.
Ecclesiastes 9:10
*/

/*
Tammy Hart
www.tammyhartdesigns.com
*/