/********************************************
Copyright, All rights reserved
Denver Counseling Clinic, LLC
*********************************************/

/* Stylesheet to reset */
@import url(reset.css);
@import url(subpages.css);
@import url(blog.css);
@import url(contact.css);

/* Wufoo Form */
#wufoo-form {
	left: -9999px;
	top: -9999px;
	position: absolute;
}

/* Links */
a:link, a:visited {
	text-decoration: none;
}

a:link.blue,
a:visited.blue {
	color: #225887;
}
a:hover.blue,
a:active.blue {
	background-color: #ebebeb;
}

a:link.green,
a:visited.green {
	color: #309b47;
}
a:hover.green,
a:active.green {
	background-color: #ebebeb;
}

a:link.grayBlue,
a:visited.grayBlue {
	color: #6d6e71;
}
a:hover.grayBlue,
a:active.grayBlue {
	color: #225887;
}

/* Font Class */
.current_page,
.current_page a:link,
.current_page a:visited,
.current_page a:hover,
.current_page a:active {
	color: #309b47 !important;
}
.grayfont {
	color: #6d6e71;
}

/* Main Container */
#main_container {
	background: none;
	height: auto;
	margin: 0 auto;
	width: 1020px;
}

/* Header */
#logo {
	float: left;
	height: 51px;
	margin: 19px 0px 0px 10px;
	width: 387px;
}
#main_nav {
	float: right;
	font-size: 1.111em;
	font-weight: bold;
	height: auto;
	margin: 37px 12px 0px 0px;
	text-shadow: 1px 1px 0px #ffffff;
	width: auto;
}
#main_nav a:link,
#main_nav a:visited {
	color: #909090;
}
#main_nav a:hover,
#main_nav a:active {
	color: #225887;
}
#main_nav li {
	float: left;
	padding-left: 30px;
}

/* Homepage */
#homepage_banner {
	margin-top: 14px;
}
.homepage_sm_logos {
	margin-top: -3px;
}
.about_banner_bottom {
	margin-top: -3px;
}
#call_to_action {
	height: auto;
	margin-left: 107px;
	margin-top: 275px;
	position: absolute;
	width: auto;
	z-index: 100;
}
#call_to_action_about {
	height: auto;
	margin-left: 537px;
	margin-top: 275px;
	position: absolute;
	width: auto;
	z-index: 100;
}
#facebook_like {
	height: auto;
	margin-left: 108px;
	margin-top: 365px;
	position: absolute;
	width: auto;
	z-index: 101;
}
.addthis_counter,
addthis_button_tweet,
addthis_pill_style {
	text-shadow: none;
}
#simone_profile_picture {
	float: left;
	margin: 18px 0px 0px 10px;
}
#simone_profile_text {
	float: left;
	height: auto;
	margin: 18px 0px 0px 15px;
	text-align: justify;
	text-shadow: 1px 1px 0px #ffffff;
	width: 390px;
}
#simone_profile_text h1,
#homepage_recent_excerpt h1 {
	font-size: 0.889em;
	font-weight: normal;
}
#simone_profile_text p,
#homepage_recent_excerpt p {
	color: #6d6e71;
	font-size: 0.667em;
	line-height: 1.5em;
}
#homepage_sep {
	float: left;
	height: auto;
	margin: 0px 0px 0px 25px;
	width: auto;
}
#blog_icon {
	float: left;
	height: 26px;
	margin-left: 53px;
	margin-top: 18px;
	width: 21px;
}
#homepage_recent_excerpt {
	background: none;
	float: right;
	height: auto;
	margin: 18px 10px 0px 0px;
	text-align: justify;
	text-shadow: 1px 1px 0px #ffffff;
	width: 390px;
}


/* Footer */
#footer {
	background: none;
	border: 1px solid #d1d1d1;
	color: #b0b0b0;
	font-size: 0.667em;
	height: 41px;
	margin: 10px 0px 40px 8px;
	text-shadow: 1px 1px 0px #ffffff;
	width: 1000px;
	/* rounded corners */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.footermenu {
	height: auto;
	margin: 14px 0px 0px 17px;
	width: auto;
}
ul.footermenu li {
	float: left;
	font-size: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.footer_text {
	color: #6d6e71;
	float: left;
	height: auto;
	padding-right: 10px;
	width: auto;
}
.footer_shadow {
	float: left;
	height: 41px;
	margin-top: -14px;
	padding-left: 10px;
	padding-right: 25px;
	width: 12px;
}
#footer_telephone {
	float: left;
	height: 41px;
	margin-top: -14px;
	padding-right: 10px;
	width: 18px;
}
#footer_home {
	float: left;
	height: 41px;
	margin-top: -14px;
	padding-right: 10px;
	width: 12px;
}
#bella {
	color: #6d6e71;
	font-size: 8pt;
	margin-bottom: 35px;
	text-align: center;
}
#bella a:link,
#bella a:visited {
	color: #6d6e71;
	text-decoration: none;
}
#bella a:hover,
#bella a:active {
	text-decoration: underline;
}
