/**
    ______   ______  _____      _    __ _____ _______  ______
	| |  | \ | |     | | \ \    | |  / /  | |    | |   | |    
	| |__| | | |---- | |  | |   | |-< <   | |    | |   | |----
	|_|  \_\ |_|____ |_|_/_/    |_|  \_\ _|_|_   |_|   |_|____

	* Author: Debbie Campbell
	* Author URI: http://www.redkitecreative.com
	* Site URI: http://www.coloradolandscapesunlimited.com/
	* Site Name: Colorado Landscapes Unlimited
	* Version: 1.0
**************************************************************/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Styles */
body {
	background: #000;
	color: #fff;
	font-size: 76%;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

#wrapper {
	margin: 30px auto;
	width: 960px;
}

/* Header */
header {
	margin: 0 auto 20px;
	text-align: center;
	width: 960px;
}
header p#tagline {
	color: #d1d2d3;
	font: normal 1.5em/1.7em 'Amaranth', sans-serif;
}

/* Main Content */
section#maincontent {
	float: right;
	width: 815px;
}
#maincontent #peony {
	float: left;
}
#maincontent h1 {
	font: normal 1.7em/1.9em 'Amaranth', sans-serif;
}
#maincontent h3 {
	font: normal 1.4em/1.6em 'Amaranth', sans-serif;
}
#maincontent p {
	font: 1.1em/1.5em Arial, 'Helvetica Neue', Helvetica, sans-serif;
	margin: 0 0 1em;
}
#maincontent  a {
	color: #96b1c0;
	text-decoration: none;
}
#maincontent a:hover {
	color: #97ab74;
	text-decoration: underline;
}

#maincontent img#circle-logo {
	float: center;
  margin-left: 210px;
}

#maincontent h3#contact {
	margin-top:75px;
}
#maincontent ul#iconlist {
	margin-top: 10px;
}
#maincontent ul#iconlist li {
	display: inline;
	margin-right: 0;
}

#maincontent ul#social {
margin-left: 475px;
margin-top: 50px;
}
#maincontent ul#social li {
	display: inline;
	margin-right: 10px;
}

.service-box {
	float: left;
	width: 160px;
}
.service-box h2 {
	font: normal 1.3em/1.7em 'Amaranth', sans-serif;
	text-align: left;
}
.service-box ul {
	list-style-type: none;
	padding: 10px;
}
.service-box ul li {
	margin-bottom: 0.8em;
	font-size: 1.1em;
	padding: 0 0 0 14px;
	line-height: 1.4em;
	background: url(../images/bullet.gif) no-repeat 0 5px;
}

.gallery-box {
	float: left;
	margin: 0 10px 10px 0;
}

p.author {
	font-style: italic !important;
	text-align: right;
}

/* Sidebar */
section#sidebar {
	float: left;
	width: 125px;
}
#sidebar nav {
	background: transparent url(../images/nav-bg.jpg) top left no-repeat;
	height: 450px;
}
#sidebar nav ul {
	padding-top: 70px;
}
#sidebar nav li {
	display: list-item;
	font-family: Amaranth, sans-serif;
	font-size: 1.5em;
	line-height: 1.7em;
	margin: 0;
	text-align: center;
	text-shadow: 0 2px 2px rgba(0,0,0,.6);
	/*text-transform: uppercase;*/
}
#sidebar nav li a {	
	color: #fff;
	display: block;
	height: 60px;
	line-height: 60px;
	outline: none;
	text-decoration: none;
	width: 125px;
}
#sidebar nav li a:visited {
	color: #eaebeb;
	text-decoration: none;
}
#sidebar nav li a:hover {
	background: transparent url(../images/menu-over.png) top left no-repeat;
	color: #fff;
}

/* Footer */
footer {
	clear: both;
	margin: 0 auto 20px;
	padding-top: 20px;
	text-align: center;
	width: 960px;
}
footer p {
	color: #d1d2d3;
	font: normal 14px/17px 'Amaranth', sans-serif;
}
footer a {
	color: #96b1c0;
	text-decoration: none;
}
footer a:hover {
	color: #97ab74;
	text-decoration: underline;
}


