
/* ---------------------------------------------------------------
Title:    Excel Dental Care
Company:  Practice Cafe
Designer: Shane Guymon
URL:      www.practicecafe.com
Date:     11 NOVEMBER 2009

© COPYRIGHT 2009, PRACTICE CAFE, LLC | ALL RIGHTS RESERVED
--------------------------------------------------------------- */

body  {
	font: 100% Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	background-color: #F7F0E0;
	margin: 0; 
	padding: 0;
	text-align: center;
	min-width: 1024px;
}

/* BRANDING BACKGROUND */

#brandingbg  {
	font: 100% Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	background: url(../images/bg-top.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 1000px;
}

#wrapper {
	width: 960px;
	height: 380px;
	margin: 0 auto;
	text-align: right;
}

strong {
	font-weight: normal;
}

em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.reg {
	font-size: .5em;
	line-height: .5em;
}

/* ADDRESS: This is for the address info */

#address {
	float: left;
	width: 270px;
	margin: 0 auto;
	padding-top: 18px;
	padding-left: 20px;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #758462;
}

/* PHONE NUMBER */

#phone {
	width: 225px;
	height: 30px;
	margin-top: 60px;
	margin-left: 20px;
	padding-bottom: 0;
	padding-right: 20px;
	float: left;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.5em;
	color: #86552D; 
}

#phone .floatlft-sb {
	float: left;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
}

/* LOGO */

#logo {
	display: block;
	background-color:#FFFFFF;
	float: left;
	width: 298px;
	height: 162px;
	padding: 0;
	margin: 0;
}

#logo a {
	background: url(../images/logo.jpg) no-repeat center;
	float: left;
	width: 298px;
	height: 162px;
}

#logo a span {
	visibility: hidden;
}

/* APPOINTMENT BUTTON */

#app-btn {
	display: block;
	background: url(../images/contact-button.jpg) no-repeat center top;
	float: left;
	width: 280px;
	height: 64px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}

#app-btn a {
	background: url(../images/contact-button.jpg) no-repeat center top;
	float: left;
	width: 280px;
	height: 64px;
	padding: 0px;
}

#app-btn a:hover {
	background: url(../images/contact-button2.jpg) no-repeat center top;
}

#app-btn a span {
	visibility: hidden;
}


/* GET DIRECTIONS */

#directions {
	display: block;
	background: url(../images/map-button.jpg) no-repeat center top;
	float: left;
	width: 240px;
	height: 54px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}

#directions a {
	background: url(../images/map-button.jpg) no-repeat center top;
	float: left;
	width: 240px;
	height: 54px;
	padding: 0px;
}

#directions a:hover {
	background: url(../images/map-button2.jpg) no-repeat center top;
}

#directions a span {
	visibility: hidden;
}

/* GET DIRECTIONS */

div.forms-sb {
	display: block;
	background: url(../images/new-patient-forms.jpg) no-repeat center top;
	float: left;
	width: 280px;
	height: 60px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}

div.forms-sb a {
	background: url(../images/new-patient-forms.jpg) no-repeat center top;
	float: left;
	width: 280px;
	height: 60px;
	padding: 0px;
}

div.forms-sb a:hover {
	background: url(../images/new-patient-forms2.jpg) no-repeat center top;
}

div.forms-sb a span {
	visibility: hidden;
}

/* NEW PATIENT SPECIAL */

#special-button {
	display: block;
	background: url(../images/special-button.jpg) no-repeat center top;
	float: left;
	width: 240px;
	height: 64px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}

#special-button a {
	background: url(../images/special-button.jpg) no-repeat center top;
	float: left;
	width: 240px;
	height: 64px;
	padding: 0px;
}

#special-button a:hover {
	background: url(../images/special-button2.jpg) no-repeat center top;
}

#special-button a span {
	visibility: hidden;
}

/*----------( TWITTER BUTTON )---------- */

#twitter-btn {
	display: block;
	background: url(../images/twitter.png) no-repeat center top;
	float: left;
	width: 280px;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}

#twitter-btn a {
	background: url(../images/twitter.png) no-repeat center top;
	float: left;
	width: 280px;
	height: 50px;
	padding: 0px;
}

#twitter-btn a:hover {
	background: url(../images/twitter2.png) no-repeat center top;
}

#twitter-btn a span {
	visibility: hidden;
}

/*----------( FACEBOOK BUTTON )---------- */

#facebook-btn {
	display: block;
	background: url(../images/facebook.png) no-repeat center top;
	float: left;
	width: 280px;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}

#facebook-btn a {
	background: url(../images/facebook.png) no-repeat center top;
	float: left;
	width: 280px;
	height: 50px;
	padding: 0px;
}

#facebook-btn a:hover {
	background: url(../images/facebook2.png) no-repeat center top;
}

#facebook-btn a span {
	visibility: hidden;
}

/* BRANDING: This is the different header images */

#banner {
	float: right;
	background: url(../Headers/rotator.php) no-repeat center top;
	width: 550px;
	height: 202px;
	margin-top: 0;
	text-align: left;
}

#banner1 {
	float: right;
	background: url(../Headers/header1.jpg) no-repeat left top;
	width:658px;
	height:372px;
	margin: 0;
	padding: 0;
}

#banner2 {
	float: right;
	background: url(../Headers/header2.jpg) no-repeat left top;
	width:658px;
	height:372px;
	margin: 0;
	padding: 0;
}

#banner3 {
	float: right;
	background: url(../Headers/header3.jpg) no-repeat left top;
	width:658px;
	height:372px;
	margin: 0;
	padding: 0;
}

#banner4 {
	float: right;
	background: url(../Headers/header4.jpg) no-repeat left top;
	width:658px;
	height:372px;
	margin: 0;
	padding: 0;
}

#banner5 {
	float: right;
	background: url(../Headers/header5.jpg) no-repeat left top;
	width:658px;
	height:372px;
	margin: 0;
	padding: 0;
}

#banner6 {
	float: right;
	background: url(../Headers/header6.jpg) no-repeat left top;
	width:658px;
	height:372px;
	margin: 0;
	padding: 0;
}

#banner7 {
	float: right;
	background: url(../Headers/header7.jpg) no-repeat left top;
	width:658px;
	height:372px;
	margin: 0;
	padding: 0;
}

/* ----------( HORIZONTAL DROP DOWN NAVIGATION MENU )---------- */

#horNav-container {
	background: #670024;
	width: 600px;
	float: right;
	margin: 0 30px 0 0;
	text-align: left;
}

#dropdown {
	width: 600px;
	margin-top: 0;
	text-align: left;
}

#nav {
	width: 570px;
	padding: 0;
	margin: 0;
	text-align: left;
}


#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

#nav a {
	display: block;
	padding: 15px;
	background: #670024;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #F7F0E0;
	text-decoration: none;
	border-left: 1px solid #fff;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	text-decoration: none;
	background: #758462;
	color: #F7F0E0;
}

#nav li li a {
	display: block;
	font-weight: bold;
	background: #758462;
	color: #F7F0E0;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 8px;
}

#nav li li a:hover {
	padding-left: 16px;
	padding-right: 8px;
	background: #93a380;
	color: #fff;
}

#dropdown li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	list-style: none;
}

#dropdown ul .first a {
	border-left: hidden;
}

#nav li .first {
	border-left: hidden;
}

#dropdown li#last {
	border-right-width: 1em;
}

#dropdown li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	
	width: 200px;
	font-weight: normal;
	background: #01153d;
	border-right: 1px solid #fff;
}

#dropdown li>ul {
	top: auto;
	left: auto;
}

#dropdown li li {
	display: block;
	float: none;
	background-color: transparent;
	border-bottom: 1px solid #fff;
}

#dropdown li:hover ul, li.over ul {
	display: block;
	color: #FAE17A;
}

#current #nav .current a {
	background: #EEE2C1;
	color: #758462;
	cursor: default;
	font-weight: bold;
}

hr {
	display: none;
}

/* HORIZONTAL FOOTER NAVIGATION MENU */

#footerNav {
	float: left;
	padding: 0;
	margin-top: 12px;
	width: 800px;
}

#footerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#footerNav ul a {
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	padding: 8px 10px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #758462;
	border-right: 1px solid #FFFFFF;
}

#footerNav li {
	float: left;
}

#footerNav ul a:hover {
	text-decoration: none;
	background: #EEE2C1;
	color: #86552D;
}

#footerNav ul a:active {
	text-decoration: none;
}

#footerNav ul .last a {
	border-right: hidden;
}

#current #footerNav .current a {
	font-size: 12px;
	line-height: 12px;
	background: #EEE2C1;
	color: #86552D;
	cursor: default;
}

/* CONTENT BACKGROUND */

#contentbg  {
	background: url(../images/bg-content.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 1000px;
}

/* CONTENT WRAPPER */

#contentwrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* CONTENT */

#content {
	width: 600px;
	float: right;
	margin-top: 0;
	padding-right: 30px;
	text-align: left;
}

#content h1 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #86552D;
	text-shadow: #CCCCCC 0px 2px 3px;
}

#content h2 {
	padding-left: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #758462;
	border-top: 1px solid #EEE2C1;
	border-bottom: 1px solid #EEE2C1;
}

#content h2 .reg {
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #B92616;
}

#content h3 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #86552D;
	text-shadow: #CCCCCC 0px 2px 3px;
	border-top: 1px solid #670024;
}

#content h4 {
	background: #FCF6EC;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	font-style: italic;
	color: #758462;
	text-align: center;
	border-top: 1px dotted #ECD39B;
	border-bottom: 1px dotted #ECD39B;
}

#content h5 {
	margin: 0;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	font-style: italic;
	color: #758462;
	text-align: center;
}

#content p {
	padding-right: 30px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #670024;
}

#content .normal {
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #670024;
}

#content p .reg{
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #670024;
}

#content p .map-details{
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #758462;
}

#content img {
	color: #F7F0E0;
	border-color: #F7F0E0;
}

#content blockquote {
	margin-left: 0;
	margin-right: 20px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	background: #EAECF2;
	color: #2F3D7B;
	border-top: 1px solid #B2B2CA;
	border-bottom: 1px solid #B2B2CA;
}

/* -------------------------------------------------- */

#content ul {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	list-style-type: none;
}

#content li {
	background: url(../images/bullet.jpg) no-repeat 0 50%;
	list-style: none;
	display: block;
	padding-left: 2em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #625A23;
	border-bottom: 1px solid #F7F0E0;
}

#content li .reg {
	font-size: 10px;
	line-height: 18px;
	color: #636365;
}

/* ACCORDIAN CONTENT */

#acc-content {
	width: 600px;
	float: right;
	margin-top: 0;
	padding-right: 30px;
	text-align: left;
}

#acc-content h1 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #86552D;
	text-shadow: #CCCCCC 0px 2px 3px;
}

#acc-content h2 {
	padding-left: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #758462;
	border-bottom: 1px solid #EEE2C1;
}

#acc-content p {
	padding-right: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #670024;
}

/* ------------( PHONE NUMBER ON CONTACT PAGE )------------ */

div.phone-number {
	float: left;
	width: 225px;
	height: 50px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 0;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #B92616; 
}

div.phone-number .floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 5px;
}

div.phone-number .details{
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

/* ------------( COLUMNS )------------ */

#column-right {
	width: 230px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
	background: #F7F0E0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #758462;
}

#column-right p {
	margin: 0;
	padding: 10px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	color: #625A23;
	
}

/* NEW PATIENT FORMS BUTTON */

#forms-button {
	display: block;
	background: url(../images/new-patient-forms.jpg) no-repeat center top;
	float: left;
	width: 230px;
	height: 64px;
	margin: 0;
	padding: 0;
}

#forms-button a {
	background: url(../images/new-patient-forms.jpg) no-repeat center top;
	float: left;
	width: 230px;
	height: 64px;
	padding: 0;
	margin: 0;
}

#forms-button a:hover {
	background: url(../images/new-patient-forms2.jpg) no-repeat center top;
}

#forms-button a span {
	visibility: hidden;
}

/* SMILE GALLERY */

.smile-gallery {
	margin: 8px;
	padding: 10px 10px;
	float: left;
	font-size: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #6A829C;
}

/* SLIDESHOW */
	
.slideshow {
	width:658px;
	height:372px;
	margin: 0;
	padding: 0;
	float: right;
}


/* SIDE LIST */

#sidelist { 
	width: 280px;
	float: left;
	padding-left: 0;
	padding-bottom: 5px;
	text-align: left; 
}

#sidelist ul {
	margin-right: 0px;
	margin-left: 10px;
	padding-left: 0;
	padding-right: 0;
	list-style-type: none;
}

#sidelist ul a {
	display: block;
	text-decoration: none;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 28px;
	padding-left: 6px;
	color: #6A829C;
	border-bottom: 1px solid #FFFFFF;
}

#sidelist li {
	list-style: none;
	display: block;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #625A23;
}

#sidelist .details {
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #513F3D;
}

#sidelist .underline {
	text-indent: -.8em;
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 260px;
	border-bottom: 1px solid #FFFFFF;
}

#sidelist .underline:before {
	content: "\00BB \0020";
}

#sidelist ul a:hover {
	line-height: 28px;
	padding-left: 6px;
	background: #E8E5CC;
	color: #636365;
}

html>body #sidelist ul a {
	margin: auto;
}

#home #sidelist .home a,
#about #sidelist .about a,
#services #sidelist .services a,
#implants #sidelist .implants a,
#smile #sidelist .smile a,
#contact #sidelist .contact a {
	line-height: 28px;
	padding-left: 6px;
	margin-right: 0;
	background: #FFFFFF;
	color: #636365;
	cursor: default;
}

#sidelist .dark {
	display: block;
	background-color: #FBE89A;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #D5D7E3;
	border-bottom: 1px solid #D5D7E3;
}

#sidelist p {
	padding-left: 10px;
	padding-right: 20px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #670024;
}

#sidelist h1 {
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #758462;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

#sidelist h1 .details{
	list-style: none;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}

#sidelist h2 {
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #86552D;
}

#sidelist .floatlft {
	float: left;
	padding-bottom: 0px;
	padding-right: 10px;
}
	

/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	font: 100% Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	background: url(../images/bg-footer.jpg) no-repeat center top;
	background-color: #F7F0E0;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	color: #1D2258;
	min-width: 1000px;
}

/* ENDING FOOTER AREA */

#end {
	width: 960px;
	height: 125px;
	margin: 0 auto;
	padding: 20px 0;
}

#address-footer {
	float: left;
	width: 560px;
	margin: 0 auto;
	padding-left: 10px;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 13px;
	color: #758462;
}

#practicecafe-link {
	float: right;
	width: 250px;
	margin: 0 auto;
	padding-right: 0;
	padding-top: 10px;
	text-align: right;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	color: #E6D4A2;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

.floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 15px;
}

.floatrt {
	float: right;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 20px;
}

/* -----------( COMMENT FORM )----------- */

#comment-form fieldset {
	padding: 0;
	margin: 0 0 15px 0;
	border: none;
	}
#comment-form fieldset label {
	display: block;
	margin: 0 0 3px 0;
	color: #758462;
	font-weight: bold;
	}
#comment-form fieldset input,
#comment-form fieldset textarea {
	width: 300px;
	padding: 10px 5px;
	color: #88001C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	border: none;
	border: 1px solid #F4E3C1;
	background: #FCF6EC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
#comment-form fieldset textarea {
	height: 200px;
	}
#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #fff;
	border: 1px solid #758462;
	outline: none;
	}

#comment-form .form-input-button {
	width: 188px;
	display: block;
	padding: 10px 14px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background: #6F8560 url(../images/glass-btn.png) repeat-x 0 50%;
	border: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	}

#comment-form .form-input-button:hover,
#comment-form .form-input-button:focus {
	background-color: #780020;
	text-decoration: none;
	}

/* ---------- LINKS ---------- */

/* NORMAL */

a:link {
	color: #86552D;
	text-decoration: underline;
}
a:visited {
	color: #86552D;
	text-decoration: underline;
}
a:hover {
	color: #758462;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/* LINK2 */

a.link2:link {
    font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	color: #636365;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}
a.link2:visited {
	font-weight: normal;
	color: #636365;
	text-decoration: underline;
	font-size: 12px;
}
a.link2:hover {
	font-weight: normal;
	color: #6A829C;
	text-decoration: none;
	font-size: 12px;
}
a.link2:active {
	font-weight: normal;
	color: #636365;
	text-decoration: underline;
	font-size: 12px;
}

/* DESIGNED BY */

a.designer:link {
	color: #E6D4A2;
	text-decoration: none;
}
a.designer:visited {
	color: #E6D4A2;
	text-decoration: none;
}
a.designer:hover {
	color: #758462;
	text-decoration: underline;
}
a.designer:active {
	color: #E6D4A2;
	text-decoration: none;
}

/* IMAGE */

a.image:link {
   color: #FBF8F2;
	text-decoration: underline;
}
a.image:visited {
	color: #FBF8F2;
	text-decoration: underline;
}
a.image:hover {
	color: #EEE2C1;
	text-decoration: none;
}
a.image:active {
	text-decoration: underline;
}

a.image:link img {
	border: 5px solid #FBF8F2;
}

a.image:visited img {  
	border: 5px solid #FBF8F2;
}

a.image:hover img {  
	border: 5px solid #EEE2C1;
}

/* ----------( BUTTON )---------- */

div.btn a {
	cursor: pointer;
	float: right;
	display: block;
	margin: .8em 0;
	padding: 6px 14px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	background: #6F8560 url(../images/glass-btn.png) repeat-x 0 50%;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}
div.btn a:hover {
	border-color: #780020;
	background-color: #780020;
	text-decoration: none;
}

/* -------------------- */

div.btn-alt a {
	cursor: pointer;
	float: left;
	display: block;
	margin: .8em 0;
	padding: 6px 14px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	background: #6F8560 url(../images/glass-btn.png) repeat-x 0 50%;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}
div.btn-alt a:hover {
	border-color: #780020;
	background-color: #780020;
	text-decoration: none;
}

/* ----------( BACK TO TOP LINK )---------- */

.toTop{
	cursor: pointer;
	float: right;
	display: block;
	margin: .8em 0;
	padding: 6px 14px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #E2CFAC url(../images/glass-btn.png) repeat-x 0 50%;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}
.toTop:hover{
	border-color: #6F8560;
	background-color: #6F8560;
	text-decoration: none;
}
