/* Import External Styles */
@import url(/assets/iclandscaping/blog.css);
@import url(/assets/iclandscaping/calendar.css);
@import url(/assets/iclandscaping/newsletter.css);
/*
@import url(/assets/iclandscaping/store.css);
*/
/*

Author:			Daniel Marino
Author URL:		http://www.iamdanielmarino.com
Project:			Iowa City Landscaping
Reference:		Global Styles
Date:				Jan 2008

*/

* { margin: 0; padding: 0; }

body {
	font-family: Tahoma, "Lucida Grande", Helvetica, Arial;
	font-size: 80%;
	line-height: 120%;
	background: #eae7db url(header-background.jpg) top center no-repeat;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 190%;
	line-height: 150%;
	font-weight: bold;
	border-bottom: #9a9891 1px dotted;
	margin: 0 0 5px 0;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	line-height: 150%;
	font-weight: normal;
	border-bottom: #9a9891 1px dotted;
	margin: 4px 0 5px 0;
	}

a { text-decoration: none; }	

img { border: 0; }

#header-container { width: 100%; }

#header {
	position: relative;
	width: 850px;
	height: 245px;
	margin: 0 auto;
	}

#logo {
	position: absolute;
	top: 20px;
	left: 0;
	}

#key-info {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	text-align: right;
	font-size: 90%;
	color: #fff;
	line-height: 20px;	
	}

#key-info a, #footernav a { color: #8ac029; }

#key-info a:hover, #navigation a:hover, #footernav a:hover { text-decoration: underline; }

#key-info .separator {
	padding: 0 8px;
	color: #abb9cd;
	}

#navigation {
	position: absolute;
	top: 155px;
	right: 0;
	}

#navigation ul {
	text-align: right;
	list-style: none;
	}

#navigation li { display: inline; }

#navigation a {
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	margin: 0 0 0 15px;
	}	

#main {
	width: 850px;
	margin: 0 auto;
	margin-bottom: 60px;
	}

#main a { color: #0f3c80; }

#main ul, #footer ul, #main ol, #footer ol { list-style: none; }

#main ul li, #footer ul li {
	padding-left: 15px;
	margin-bottom: 5px;
	background: url(ul-bullet.png) 0 4px no-repeat;	
	}	

#categories, #why {
	width: 360px;
	margin: 0 30px 0 0;
	float: left;
	}

#news {
	width: 200px;
	margin: 0 30px 0 0;
	float: left;
	background: #e0dacc;
	padding: 0 10px 10px 10px;
	}
	
#sidebar, #footernav {
	width: 210px;
	float: left;
	}
	
#sidebar h2 {
  width: 210px;
}
#footer-container {
	width: 100%;
	height: 170px;
	padding: 10px 0;
	background: url(footer-background.gif) repeat-x;
	}

#footer {
	width: 850px;
	margin: 0 auto;
	color: #fff;	
	}

#footer h2 {
	color: #fff;
	border-bottom: #788fb2 1px dotted;
	margin: 4px 0 5px 0;
	}		

#flickr {
	width: 234px;
	margin: 0 16px 0 0;
	float: left;
	}

#flickr h2 { margin-right: 22px;	}

#flickr img {
	width: 50px;
	height: 50px;
	border: #fff 3px solid;
	float: left;
	margin: 5px 21px 5px 0;
	}

#copyright-container {
	width: 100%;
	height: 75px;
	background: url(copyright-background.gif) repeat-x;
	}

#copyright {
	width: 850px;
	margin: 15px auto;
	color: #666;
	font-size: 90%;
	}

#content-section {
	width: 600px;
	margin: 0 40px 0 0;
	float: left;
	color: #1a1a1a;
	}

#content-section p {
	line-height: 140%;
	margin-bottom: 15px;
	}

#content-section a {
	font-weight: bold;
	color: #0f3c80;
	}

#content-section a:hover { text-decoration: underline; }

table {
	padding: 0;
	border-collapse: collapse;
	background: #b0d9a3;
	}

th {
	padding: 2px 0;
	color: #fff;
	background: #7bc066;
	border-right: #eae7db 1px solid;
	}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	padding: 2px 0;
	text-align: center;
	color: #1a1a1a;
	border-right: #eae7db 1px solid;
	border-bottom: #7bc066 1px solid;
	}

th.first-c, td.first-c {
	text-align: left;
	padding-left: 5px;
	}

tr.even { background: #95cd85; }

.clear { clear: both; }

.amp {
	font-size: 100%;
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	}

.single-cat { margin: 0 0 20px 0; }

.cat-image {
	width: 83px;
	height: 83px;
	border: #fff 3px solid;
	float: left;
	margin: 5px 5px 0 0;
	}

.cat-copy {
	float: left;
	width: 251px;
	}	

.news-item { margin: 0 0 15px 0; }

.button { margin: 0 0 20px 0; }

.newsletter-input {
	margin: 15px 0;
	padding: 3px 2px;
	width: 96%;
	}

.here:after {
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 10px;
	content: "\ab You are Here"
	}

.f-right { float: right; }

span.poweredby img { 
	border: 0;
	position: relative;
	top: 3px;
	}

/* Contact Form */
#contact-errors {
  width: 80%;
  padding: 10px;
  margin: 10px auto;
  background-color: #D7F4FF;
  border: 3px solid #233F6E;
}

#contact-errors ul {
  list-style: none;
}

#contact-errors p {
  margin-bottom: 0.5em;
}

#contact label {
  float: left;
  padding: 10px 5px 5px 0px;
  text-align: right;
  width: 140px;
}

#contact input, #contact select {
  float: left;
  margin-top: 10px;
  width: 180px;
}

#contact textarea {
  margin-top: 10px;
  white-space: normal;
}

#contact .formItem .note {
  font-size: 90%;
  width: 200px;
  float: right;
}
#contact .formItem {
  width: 100%;
  display: block;
  clear: both;
}

.submit {
  margin: 20px;
  text-align: right;
  clear: both;
  width: 500px;
}

#contact .submit input {
  width: 80px;
  margin: 0px auto;
  margin-left: 260px;
  margin-bottom: 20px;
}

/* Flickr slide show */
ul.slideShowList {
  display: inline;
}

ul.slideShowList li {
  width: 130px;
  float: left;
  text-align: center;
}

#slideShowTitle {
  text-align: center;
  clear: both;
}

#slideShow {
  width: 600px;
  height: 400px;
  margin: 0px;
  overflow: hidden;
}

table tr td form .submit {

  text-align: center;
  clear: both;
  width: 70px;
}




