/* ================================

COLOURS
	#dfdbb4 = Tan BG
	#f0f0d9 = Beige
	#e0e0c0 = Borders
	#4f2904 = Dark Brown
	#b22e25 = Red
	#444444 = Body Text
	#432201 = Footer BG
        #5c7d87 = That blue
		
STRUCTURE
	1. Basic HTML
	2. Wrappers & Containers
	3. Banner
	4. Main-Nav
	5. Content & Sidebar Content
	6. Footer
	7. Classes
	8. Page Indication

   ================================ */  

/*=====================================================*/
/*   1. Basic HTML                      */
/*=====================================================*/
html {
	background: #fff url(http://www.cappcreative.com/images/cappcreative/bg-clouds-bumpy.jpg) top left repeat-x;
	background: #fff url(http://www.cappcreative.com/images/cappcreative/bg-clouds-bumpy.jpg) top left repeat-x;
}
body {
	background: url(http://www.cappcreative.com/images/cappcreative/bg-lazer-beam-donkeys.jpg) top left no-repeat;
	background: url(http://www.cappcreative.com/images/cappcreative/bg-lazerdonkeys.png) top left no-repeat;
	background: url(http://www.cappcreative.com/images/cappcreative/bg-lazer-beam-donkeys2.jpg) top left no-repeat;
	color: #606060;
	font-family: helvetica, Arial, sans-serif;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}
h1, h2, h3 {
	color: #b22e25;
	font-weight: normal;
	margin-bottom: .3em;
}
h1 {
	color: #5c7d87;
        font-size: 3.5em;
        letter-spacing: -1px;
line-height: 1em;
	/*padding-top: .5em;*/
}
h2 {
	font-size: 2em;	
        letter-spacing: -.5px;
        margin-bottom: 10px;
        padding-top: 5px;
}
#sidebar h2 {
        border-top: 1px dotted #ccc;
        color: #5c7d87;
	font-size: 1.5em;	
        margin: .5em 0 0 0;
        padding: .5em 0 0 0;
}
#sidebar ul {
list-style: none;
       margin: 0 0 1em 0;
       padding: 0;
}
#sidebar ul li {
border-bottom: 1px dotted  #ccc;
line-height: normal;
       margin: 0;
       padding: 0;
}
#sidebar ul li a {
color: #606060;
display: block;
       margin: 0;
       padding: 5px 0;
text-decoration: none;
}
#sidebar ul li a:hover {
color: #000;
}
h3 {
	color: #5c7d87;
	font-size: 1.4em;
        font-weight: bold;
        margin: 0;	
}
p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}
form {	
padding: 1em 0 0 0;
}
textarea {
        border: 1px dotted #5c7d87;
	font-family: Arial, sans-serif;
	padding: .3em;
        font-size: 1.2em;
}
input {
        border: 1px dotted #5c7d87;
	font-family: Arial, sans-serif;
	padding: .3em;
}
input:focus, textarea:focus {
	background: #dee5e7;
        outline: none;
       padding: .3em;
}
a:link, a:visited {
	color: #b22e25;
	text-decoration: none;
}
a:hover {
	color: #5c7d87;
	text-decoration: underline;
}
a:active {
	color: #084887;
}
sup {
	font-size: 80%;
}
p, li, input, text-area {
	font-size: 1.2em;
}
/*
ul {
	list-style: circle;
        margin: .5em 0;
        padding: .5em 0;
}
ul.starz {
list-style: none;
}
ul.starz li {
list-style: none;
color: pink;
background: url(http://www.cappcreative.com/images/cappcreative/icon-star.gif) 0 50% no-repeat;
}
li {
	margin: 0 0 .5em 2em;
}
*/

/*=====================================================*/
/*   Wrappers & Containers
/*=====================================================*/
#wrapper-site {
	/*background: url(http://www.cappcreative.com/images/cappcreative/bg-clouds.gif) top right no-repeat;*/
	/*min-height: 660px;*/
	min-width: 960px;
	margin-left: 30px;
	/*overflow: auto;*/
	width: 960px;
}
#nav-column {
	float: left;
	margin-right: 50px;
	padding-top: 10px;
	width: 220px;
}
#container-content {
	float: left;
	/*overflow: auto;*/
	margin-bottom: 3em;
	position: relative;
	width: 660px;
}
#content {
	/*background: yellow;*/
	/*outline: 1px solid red;*/
	float: left;
	margin-bottom: 2em;
	position: relative;
	width: 450px;
}
#content.top-padding {
	padding-top: 20px;
}
#sidebar {
	float: right;
	padding: 0;
	width: 190px;
}
#sidebar.top-padding {
	padding-top: 120px;
}
#wrapper-footer {
	background: #01294e url(http://www.cappcreative.com/images/cappcreative/bg-footer-wrapper.gif) top repeat-x;
	/*height: 350px;*/
	clear: both;
	position: relative;
	width: 100%;
}

/*=====================================================*/
/*   Main Nav
/*=====================================================*/
#main-nav {
	margin: 10px 0 20px 0;
padding: 0;
}
#main-nav li {
	border-bottom: 1px solid;
	border-bottom-color: rgba(0,0,0,0.2);
	list-style-type: none;
}
#main-nav li a {
	display: block;
	margin: 0;
	padding: .5em 1em;
}
#main-nav li a:link, #main-nav li a:visited {
	color: #000;
	text-decoration: none;
}
#main-nav li a:hover {
	background: url(http://www.cappcreative.com/images/cappcreative/bg-nav-hover.gif) top left repeat-x;
	color: #fff;
	text-decoration: none;
}
#main-nav li a.current {
/*background: url(http://www.cappcreative.com/images/cappcreative/bg-nav-hover.gif) top left repeat-x;*/
color: #000;
font-weight: bold;
}
#main-nav li a.current:hover {
/*background: url(http://www.cappcreative.com/images/cappcreative/bg-nav-hover.gif) top left repeat-x;*/
color: #fff;
font-weight: bold;
}

/*=====================================================*/
/*   Home Page
/*=====================================================*/
/*
-------------------------------------- Recent Work */
#home-recent-work {
	background: url(http://www.cappcreative.com/images/cappcreative/bg-home-recent-work.png) no-repeat;
	height: 230px;
	margin: 0 auto;
	position: relative;
	/*width: 580px;*/
}
#home-recent-work h2 {
	background: url(http://www.cappcreative.com/images/cappcreative/heading-bigger.gif) 0 0 no-repeat;
	height: 55px;
	left: 255px;
	position: absolute;
	top: 30px;
	text-indent: -9999px;
	width: 245px;
}
#home-recent-work p {
	font-size: 1.3em;
	left: 255px;
	position: absolute;
	top: 95px;
	/*width: 400px;*/
}
/*
-------------------------------------- Services */
#home-services {
	background: #ebf0ef url(http://www.cappcreative.com/images/cappcreative/me-services.gif) 25px 65px no-repeat;
	border: 1px solid #d9e0e6;
	float: left;
	height: 275px;
	margin: 0 0 2em 0;
	position: relative;
	width: 315px;
display: none;
}
#home-services h2 {
	background: url(http://www.cappcreative.com/images/cappcreative/heading-services-home.gif) no-repeat;
	height: 44px;
	left: 25px;
	position: absolute;
	top: 15px;
	text-indent: -9999px;
	width: 184px;
}
#home-services p {
	/*font-size: 1.3em;*/
	left: 145px;
	line-height: normal;
	padding: 0 15px 0 0;
	position: absolute;
	top: 155px;
}
/*
-------------------------------------- Articles */
#home-articles {
	background: #ebf0ef url(http://www.cappcreative.com/images/cappcreative/me-articles.gif) 119px 13px no-repeat;
	border: 1px solid #d9e0e6;
	float: right;
	height: 275px;
	position: relative;
	width: 315px;
display: none;
}
#home-articles h2 {
	background: url(http://www.cappcreative.com/images/cappcreative/heading-articles-home.gif) no-repeat;
	height: 72px;
	left: 20px;
	position: absolute;
	top: 50px;
	text-indent: -9999px;
	width: 142px;
}
#home-articles p {
	/*font-size: 1.3em;*/
	left: 20px;
	line-height: normal;
	padding: 0 105px 0 0;
	position: absolute;
	top: 142px;
}
/*
-------------------------------------- Who is... */
#home-who-is {
	background: url(http://www.cappcreative.com/images/cappcreative/bg-home-who-is.jpg) no-repeat;
	clear: left;
	height: 185px;
	position: relative;
	width: 490px;
}
#home-who-is h2 {
	background: url(http://www.cappcreative.com/images/cappcreative/head-home-who-is.jpg) no-repeat;
	height: 72px;
	left: 125px;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	width: 142px;
}
#home-who-is p {
	font-size: 1.3em;
	left: 125px;
	position: absolute;
	top: 90px;
}


/*=====================================================*/
/*   Services Page
/*=====================================================*/
#services-design {
	background: url(http://www.cappcreative.com/images/cappcreative/icon-monitor.png) no-repeat 0 0;
}
/*
-------------------------------------- ReDesign */
#services-redesign {
	background: url(http://www.cappcreative.com/images/cappcreative/icon-tools.png) no-repeat 0 0;
}
/*
-------------------------------------- Template */
#services-template {
	background: url(http://www.cappcreative.com/images/cappcreative/icon-scissors.png) no-repeat 0 0;
}
/*
-------------------------------------- CMS */
#services-cms {
	background: url(http://www.cappcreative.com/images/cappcreative/icon-wand.png) no-repeat 0 0;
}
/*
-------------------------------------- Email */
#services-email {
	background: url(http://www.cappcreative.com/images/cappcreative/icon-email.png) no-repeat 0 0;
}
/*
-------------------------------------- Common */
#services-design, #services-redesign, #services-template, #services-cms, #services-email {
	border-bottom: 1px dotted #5c7d87;
	margin: 1.5em 0;
	padding: .2em 0 15px 15px;
}
#services-design h2, #services-redesign h2, #services-template h2, #services-cms h2, #services-email h2,
#services-design p, #services-redesign p, #services-template p, #services-cms p, #services-email p {
	margin: 0 0 0 50px;
	padding: 0;
}
.full-details {
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

/*=====================================================*/
/*   Articles
/*=====================================================*/
#featured-article {
	border: 1px solid #d9e0e6;
	margin-bottom: 1em;
        overflow: auto;
	padding: 15px 20px 0 20px;
}
#featured-article img {
	float: right;
	margin-bottom: 1em;
}
#featured-article h2 {
	background: url(http://www.cappcreative.com/images/cappcreative/heading-latest-article.png) no-repeat;
	height: 50px;
	margin: 0 0 0 0;
	text-indent: -9999px;
	width: 220px;
}
#featured-article h3 {
        font-size: 1.7em;
        letter-spacing: -1px;
	margin: 0 0 .5em 0;
}
#featured-article p.description {	
	font-size: 1.5em;
	margin: 5px 0 0 180px;
}
#featured-article p.url {
	margin: 5px 0 0 180px;
}
#intro {
	background: #fff;
	background: url(http://www.cappcreative.com/images/cappcreative/bg-white.png) 0 0 repeat;
	line-height: 1.3;
	padding: 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.article {
	border-bottom: 1px solid #d6dfe1;
	margin: 0;
	padding: 1.5em 1em;
}

.article h2 a:link, .article h2 a:visited  {
	/*color: #369;*/
	text-decoration: none;
}
.article h2 a:hover {
	color: #369;
	text-decoration: none;
}

.article h2 {
	color: #369;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}
.article p {
	line-height: normal;
	margin: 0;
	padding: 0;
}
.article p.date {
	background: url(http://www.cappcreative.com/images/cappcreative/icon-bullet-1.png) 0 50% no-repeat;
	color: #66777a;
	font-size: 1em;
	margin: .2em;
	padding: 0 0 0 6px;
}
.alt {
	background: #e7f1f3;
	background: url(http://www.cappcreative.com/images/cappcreative/bg-blue.png) 0 0 repeat;
}
.more-articles {
	margin-top: 1em;
	text-align: right;
}

/*=====================================================*/
/*   Examples Page
/*=====================================================*/
#featured-website {
	border: 1px solid #d9e0e6;
	margin-bottom: 2em;
	/*overflow: auto;*/
	padding: 15px 20px 25px 20px;
	/*display: none;*/
        width: 90%;
}
#featured-website .screenshot img {
	float: right;
	margin: 1em 1em 1em 3em;
}
#featured-website h2 {
	background: url(http://www.cappcreative.com/images/cappcreative/heading-recent.png) no-repeat;
	height: 40px;
	margin: 0;
	text-indent: -9999px;
	width: 233px;
}
#featured-website h3 {
	margin: .5em 0 0 0;
}
#featured-website div.description p {
color: #333;
	font-size: 1.3em;
	margin: 5px 0 0 0;
}
#featured-website p.url {
	margin: 5px 0 0 0;
}
.example {
	/*border-top: 1px solid #fff;*/
	border-bottom: 1px dotted #d9e0e6;
	min-height: 260px;
	margin: 0 5px 0 0;
	padding: 15px 20px;
}
.example img {
	border-top: 1px solid #d9e0e6;
	border-bottom: 1px solid #d9e0e6;
	border: 1px solid #d9e0e6;
	float: left;
}
.example:hover {
	/*background: #ebf2f4;
	border-top: 1px solid #d9e0e6;
	border-bottom: 1px solid #d9e0e6;*/
}
.example h2 {
	color: #2f444b;
	line-height: normal;
	letter-spacing: -1px;
	margin-left: 320px;
}
.example p a {
	color: #5c7d87;
	line-height: normal;
}
.example p {
	color: #555;
	line-height: normal;
	margin-left: 320px;
}
.example a:link, .example a:visited {
	color: #5c7d87;
	text-decoration: none;
}
.example a:hover {
	color: #333;
	text-decoration: none;
}
.odd {
background: #fcfcfa;
}
.even {
background: #fff;
background: transparent;
}
.entry {
	/*border-top: 1px solid #fff;*/
	border-bottom: 1px dotted #d9e0e6;
	padding: 10px 20px;
}
/*=====================================================*/
/*   6. Footer                      */
/*=====================================================*/
#orb {
	position: absolute;
	top: 145px;
	left: 630px;
	z-index: 10;
}
#footer-upper {
	background: url(http://www.cappcreative.com/images/cappcreative/bg-footer-upper.jpg) top right no-repeat;
	color: #694e34;
	font-size: 8px;
	height: 202px;
	position: relative;
	width: 960px;
}
#hire {
	background: url(http://www.cappcreative.com/images/cappcreative/me-footer.png) top left no-repeat;
	position: absolute;
	top: 25px;
	left: 470px;
	width: 450px;
	z-index: 2;
}	
#hire h2, #hire p {
	color: #fff;
	margin-left: 145px;
}
#hire h2 {
	font-size: 2em;
	text-transform: uppercase;
}
#hire p {
	color: #fff;
	font-size: 1.4em;
	line-height: normal;
	margin: 35px 0 0 145px;
	padding-bottom: 4em;
}	
#footer-lower {
	background: url(http://www.cappcreative.com/images/cappcreative/bg-footer-lower.jpg) top right no-repeat;
	color: #56686c;
	font-size: 8px;
	height: 148px;
	padding: 10px 0 0 30px;
	width: 960px;
}
#footer-lower p {
	padding: 0;
	margin: 0;
}
#footer-lower a {
	color: #56686c;
        text-decoration: underline;
}


/*=====================================================*/
/*   7. Classes                      */
/*=====================================================*/
.read-article a {
background: #dee5e7;
border: 1px solid #ccc;
color: #5c7d87;
font-style: italic;
padding: .3em .5em;
}
.read-article a:hover {
border: none;
background: #b22e25;
color: #fff;
text-decoration: none;
}
.smalltext {
font-size: 1em;
}
.clear {
	clear: both;
	height: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.no-border {
	border: none;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.float-left {
	float: left;
}
img.float-left {
	float: left;
	padding: 5px 10px 5px 0;
}
img.float-right {
	float: right;
	margin: 5px 0 5px 10px;
}
.float-right {
	float: right;
}
img.styled {
border: 1px solid #ccc;
background: #f2f2f2;
padding: 3px;

}
.email {
	background: url(http://www.cappcreative.com/images/cappcreative/icon-email.gif) 0 50% no-repeat;
        margin: 0 0 0 10px;
	padding: 10px 0 10px 20px;
}
.phone {
	background: url(http://www.cappcreative.com/images/cappcreative/icon-cell.gif) 0 50% no-repeat;
        margin-left: 10px;
	padding-left: 20px;
}
.pull-quote {
	background: #f0f0d9;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	margin: 10px;
	padding: .5em 1em;
}
.quoted {
	border-bottom: 1px dotted #4f2904;
	color: #4f2904;
	font-size: 1.3em;
	font-style: italic;
	padding: 0 1em 1.5em 0;
	text-align: right;
}

/*=====================================================*/
/*   9. Page Indication                      */
/*=====================================================*/
#home-page #main-nav li#main-home a, 
#coaching-page #main-nav li#main-coaching a, 
#training-page #main-nav li#main-training a,
#team-page #main-nav li#main-team a,
#testimonials-page #main-nav li#main-testimonials a,
#about-page #main-nav li#main-about a,
#contact-page #main-nav li#main-contact a {
	
}
/*=====================================================*/
/*   Heading Backgrounds                      */
/*=====================================================*/
h1#website-design {
	background: url(http://www.cappcreative.com/images/cappcreative/heading-prof-webdesign.png) top left no-repeat;
	display: block;
	height: 125px;
	text-indent: -9999px;
	overflow: hidden;
}
h1#heading-article {
	background: url(http://www.cappcreative.com/images/cappcreative/heading-articles.png) top left no-repeat;
	height: 125px;
	text-indent: -9999px;
}
h1#design-services {
	background: url(http://www.cappcreative.com/images/cappcreative/heading-services.png) top left no-repeat;
	height: 125px;
	text-indent: -9999px;
}
h1#hire-me {
	background: url(http://www.cappcreative.com/images/cappcreative/heading-hire-2.png) top left no-repeat;
	height: 125px;
	text-indent: -9999px;
}
h1#website-examples {	
	background: url(http://www.cappcreative.com/images/cappcreative/heading-examples.png) top left no-repeat;
	height: 125px;
	text-indent: -9999px;
}
h1#about {	
	background: url(http://www.cappcreative.com/images/cappcreative/heading-about.png) top left no-repeat;
	height: 125px;
	text-indent: -9999px;
}
h1#contact {	
	background: url(http://www.cappcreative.com/images/cappcreative/heading-contact.png) top left no-repeat;
	height: 125px;
	text-indent: -9999px;
}
h1#pm {	
	background: url(http://www.cappcreative.com/images/cappcreative/heading-pm.png) top left no-repeat;
	height: 125px;
	text-indent: -9999px;
}
h1#featured {
	background: url(http://www.cappcreative.com/images/cappcreative/heading-featured.png) top left no-repeat;
	display: block;
	height: 125px;
	text-indent: -9999px;
	overflow: hidden;
}
.floatfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }