
/* ---------------------------------------------------------------
Title:    CYPRESS SPRINGS
Company:  Practice Cafe
Designer: Shane Guymon
URL:      www.practicecafe.com
Date:     JANUARY 19, 2011

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

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

/* 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: 980px;
}

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

strong {
	font-weight: normal;
}

.amp {
	font-family: Baskerville, Georgia, serif;
	font-style: italic;
	font-weight: normal;
}

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

iframe {
	margin: 10px 0 30px 0;
}

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

#address {
	float: left;
	width: 300px;
	margin: 0 auto;
	padding-top: 18px;
	padding-left: 35px;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #95452B;
}

/* PHONE NUMBER */

#phone {
	width: 220px;
	height: 30px;
	margin-top: 5px;
	margin-left: 0;
	padding-bottom: 0;
	padding-right: 10px;
	float: right;
	text-align: left;
	font-family: Helvetica, Arial sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.5em;
	color: #48311A; 
}

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

/* LOGO */

#logo {
	display: block;
	background: url(../images/logo.png) no-repeat center top;
	float: left;
	width: 198px;
	height: 153px;
}

#logo a {
	background: url(../images/logo.png) no-repeat center top;
	float: left;
	width: 198px;
	height: 153px;
}

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

#logo a span {
	visibility: hidden;
}

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

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

/* HORIZONTAL NAVIGATION MENU */

#horNav-container {
	float: right;
	margin: 0;
	padding-right: 30px;
}

#horNav {
	float: right;
	margin-top: 20px;
	padding: 0;
	background: #48311A;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	border-top: 1px solid #D4D7C5;
	border-bottom: 1px solid #D4D7C5;
	border-right: 1px solid #D4D7C5;
}

#horNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 700px;
}

#horNav ul a {
	display: block;
	width: 139px;
	height: 30px;
	float: left;
	padding: 10px 0;
	text-decoration: none;
	color: #B8C1A6;
	text-align: center;
	border-left: 1px solid #D4D7C5;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
}

#horNav ul a em {
	display: block;
	font-style: normal;
	padding: 8px 0 0 0;
}

#horNav li {
	float: left;
}

#horNav ul a:hover {
	background: #1C1008;
	color: #E1E5D6;
}

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

#horNav li.selected a {
	background: #B8C1A6;
	color: #48311A;
	cursor: default;
	font-weight: bold;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav2 {
	float: right;
	padding: 0;
	background: #48311A;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #D4D7C5;
	border-right: 1px solid #D4D7C5;
}

#horNav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 700px;
}

#horNav2 ul a {
	display: block;
	width: 139px;
	height: 30px;
	float: left;
	padding: 10px 0;
	text-decoration: none;
	color: #B8C1A6;
	text-align: center;
	border-left: 1px solid #D4D7C5;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
}

#horNav2 ul a em {
	display: block;
	font-style: normal;
	padding: 8px 0 0 0;
}

#horNav2 li {
	float: left;
}

#horNav2 ul a:hover {
	background: #1C1008;
	color: #E1E5D6;
}

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

#horNav2 li.selected a {
	background: #B8C1A6;
	color: #48311A;
	cursor: default;
	font-weight: bold;
}

/* HORIZONTAL FOOTER NAVIGATION MENU */

#footerNav-container {
	float: right;
	margin: 0;
	padding-right: 30px;
	border: 1px solid #D4D7C5;
}

#footerNav {
	float: right;
	padding: 0;
	background: none;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 11px;
}

#footerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 930px;
	float: right;
}

#footerNav ul a {
	display: block;
	float: left;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	color: #EBE6DB;
	border-left: 1px solid #F2F1E8;
	
}

#footerNav li {
	float: left;
}

#footerNav ul a:hover {
	background: #C0C8B0;
	color: #948164;
}

#footerNav ul a:active {
	color: #48311A;
}

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

#footerNav li #first {
	border-left-width: 1em;
}

#footerNav li.selected a {
	background: #C0C8B0;
	color: #948164;
	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: 980px;
}

/* CONTENT WRAPPER */

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

/* CONTENT */

#content {
	width: 650px;
	float: left;
	margin-top: 0;
	padding-left: 30px;
	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: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #48311A;
}

#content h2 {
	padding-left: 3px;
	padding-top: 3px;
	font-family: Helvetica, Arial sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #948164;
	border-bottom: 2px solid #EBE6DB;
}

#content h3 {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color: #948164;
	border-top: 2px solid #EBE6DB;
	border-bottom: 2px solid #EBE6DB;
}

#content h4 {
	margin: 0 0 1em 0;
	padding: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
	color: #48311A;
	text-align: center;
	background: #eae6db;
	border: 1px solid #d8d0bb;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#content p {
	padding: 0 30px 0 0;
	font-family: Helvetica, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #48311A;
}

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

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

#content .ba {
	padding-bottom: 20px;
	border-bottom: 1px solid #EBE6DB;
	text-align: center;
}

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

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

#content li {
	background: url(../images/bullet.jpg) no-repeat left top;
	list-style: none;
	display: block;
	margin: 3px 0 0 0;
	padding: 3px 0 3px 2em;
	font-family: Helvetica, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #95462B;
	border-bottom: 1px solid #E6E4D1;
}

blockquote {
	width: 350px;
	float: right;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	color: #542577;
	border-bottom: 2px solid #E6E4D1;
}

/* COLUMNS */

#column-right {
	width: 230px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
	background: #B8C1A6;
	border: 5px solid #EBE6DB;
}

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

/* CONTACT US TODAY BUTTON */

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

#forms-button a {
	background: url(../images/new-patient-forms.jpg) no-repeat center top;
	float: left;
	width: 230px;
	height: 75px;
	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;
}

/* FAQ CONTENT */

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

#faq-content h1 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #48311A;
}

#faq-content h2 {
	padding-left: 3px;
	padding-top: 3px;
	font-family: Helvetica, Arial sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #48311A;
	border-bottom: 2px solid #EBE6DB;
}

#faq-content p {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Helvetica, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #48311A;
}

/* SMILE GALLERY */

.smile-gallery {
	margin: 8px;
	padding: 10px 10px;
	float: left;
	font-size: 14px;
	border: 2px solid #E6E4D1;
}

/* SLIDESHOW */
	
#slideshow {
	width:640px;
	height:427px;
	margin-bottom: 20px;
	padding: 0;
	float: left;
	border: 5px solid #EBE6DB; 
}


/* ----------( SIDE WRAPPER )---------- */

#sidewrapper {
	width: 220px;
	float: right;
	margin: 0 0 20px 0;
	padding: 0 0 5px 10px;
	text-align: left;
}

/* REQUEST AN APPOINTMENT */

div.appbtn {
	display: block;
	background: url(../images/appointment.png) no-repeat center top;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
	width: 220px;
	height: 56px;
}

div.appbtn a {
	background: url(../images/appointment.png) no-repeat center top;
	float: left;
	width: 220px;
	height: 56px;
}

div.appbtn a:hover {
	background: url(../images/appointment2.png) no-repeat center top;
}

div.appbtn a span {
	visibility: hidden;
}

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

#sidewrapper h1 {
	margin: 0 0 10px 0;
	padding: 3px 10px 3px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #48311A;
	border-bottom: 2px solid #B3BDA0;
}

#sidewrapper h2 {
	margin: 0;
	padding: 3px 10px 0 0;
	font-family: Helvetica, Arial sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #948164;
}

#sidewrapper h3 {
	margin: 0;
	padding: 0 10px 3px 10px;
	font-family: Helvetica, Arial sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	color: #948164;
	border-bottom: 1px solid #B3BDA0;
}

#sidewrapper p {
	margin: 10px 0;
	padding: 0 20px 0 0;
	font-family: Helvetica, Arial sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #48311A;
}

#sidewrapper .floatlft {
	float: left;
	padding: 10px 10px 0 0;
}

/* ---------------( SIDE BAR )--------------- */

div.sidebar { 
	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 0;
}

div.sidebar ul {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}

div.sidebar li {
	list-style: none;
	display: block;
	font-family: Helvetica, Arial sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #948164;
	border-bottom: 1px dotted #B3BDA0;
}

div.sidebar .bullet {
	text-indent: -.65em;
	padding: 5px 0 5px 1em;
	margin: 0;
	line-height: 16px;
}

div.sidebar .bullet:before {
	content: "\00BB \0020";
}

/* ---------------( SIDE BAR )--------------- */

div.sidebar-alt { 
	background: #F9F6F4;
	width: 190px;
	float: left;
	margin: 10px 0;
	padding: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.sidebar-alt ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.sidebar-alt li {
	list-style: none;
	display: block;
	height: 24px;
	font-family: Helvetica, Arial sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #948164;
	border-bottom: 1px dotted #B3BDA0;
}

div.sidebar-alt li em {
	float: right;
	width: 60px;
	padding-left: 15px;
	text-indent: 0;
	font-family: Helvetica, Arial sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #5B4840;
	border-left: 1px dotted #BB946E;
}

/* ---------------( LINKED LIST )--------------- */

ul.lst li a {
	list-style: none;
	display: block;
	padding: 5px 0 5px 3px;
	font-family: Helvetica, Arial sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #948164;
	overflow: hidden;
	text-decoration: none;
	}
ul.lst a:hover {
	background: url(../images/hover.png) repeat;
	color: #48311A;
	padding-left: 6px;
	text-decoration: none;
	}
	

/* 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: #B8C1A6;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	color: #1D2258;
	min-width: 980px;
}

/* ENDING FOOTER AREA */

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

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

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

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

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

.float-acc {
	float: left;
	padding: 20px 15px 0 0;
}

.floatrt {
	float: right;
	padding: 0 0 0 15px;
}

.share {
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
}

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

#comment-form fieldset {
	padding: 0;
	margin: 0 0 15px 0;
	border: none;
	}
#comment-form fieldset label {
	display: block;
	margin: 0 0 10px 0;
	color: #948164;
	font-weight: bold;
	}
#comment-form fieldset input,
#comment-form fieldset textarea {
	width: 350px;
	padding: 10px 5px;
	color: #48311A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	border: none;
	border: 1px solid #D3CBBA;
	background: #EBE6DB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
#comment-form fieldset textarea {
	height: 200px;
	}
#comment-form fieldset input:hover,
#comment-form fieldset textarea:hover {
	background: #EFECE6;
	}
	
#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #fff;
	border: 1px solid #B8C1A6;
	outline: none;
	}

#comment-form .form-input-button {
	width: 188px;
	display: block;
	padding: 10px 14px;
	font-size: 16px;
	line-height: 24px;
	color: #F7F4ED;
	background: #929B7B 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: #48311A url(../images/glass-btn.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
	}
	
/* ------------( 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: #48311A; 
}

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: 16px;
	line-height: 20px;
	color: #333333;
	border-top: 1px solid #D3CBBA;
}

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

/* NORMAL */

a:link, a:visited {
	color: #4F6886;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #48311A;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/* LINK2 */

a.link2:link, a.link2:visited {
    font-family: Helvetica, Arial sans-serif;
	color: #636365;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}
a.link2:hover, a.link2:focus {
	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, a.designer:visited {
	color: #948164;
	text-decoration: none;
}
a.designer:hover, a.designer:focus {
	color: #EBE6DB;
	text-decoration: underline;
}
a.designer:active {
	color: #948164;
	text-decoration: none;
}

/* IMAGE */

a.image:link, a.image:visited {
   color: #F6F4EF;
	text-decoration: underline;
}
a.image:hover {
	color: #D9D7BA;
	text-decoration: none;
}
a.image:active {
	text-decoration: underline;
}

a.image:link img, a.image:visited img {
	border: 5px solid #F6F4EF;
}

a.image:hover img, a.image:focus img {  
	border: 5px solid #D9D7BA;
}

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

.toTop{
	margin-top: 20px;
	padding: .5em 1em;
	cursor:hand;
	cursor:pointer;
	float: right;
	font-family: lucida grande, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1em;
	background: #B8C1A6;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.toTop:hover{
	background-color: #948164;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}

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

div.btn {
	margin: 20px 0 0 0;
	}
div.btn a {
	display: block;
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #F7F4ED;
	text-decoration: none;
	text-align: left;
	background: #929B7B url(../images/glass-btn.png) repeat-x 0 50%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	}
div.btn a:hover, div.btn a:focus {
	border-color: #48311A;
	background-color: #48311A;
	color: #fff;
	text-decoration: none;
	}
	
/* ------------------------------------ */

div.btn-alt {
	margin: 20px 0 0 0;
	}
div.btn-alt a {
	display: block;
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #F7F4ED;
	text-decoration: none;
	text-align: center;
	background: #929B7B url(../images/glass-btn.png) repeat-x 0 50%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	}
div.btn-alt a:hover, div.btn-alt a:focus {
	border-color: #48311A;
	background-color: #48311A;
	color: #fff;
	text-decoration: none;
	}
	
/* SIDEBAR BUTTON */

.sidebtn {
	float: right;
	margin: 10px 0;
	}
.sidebtn a {
	display: block;
	padding: 5px 20px;
	font-size: 14px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #F7F4ED;
	text-decoration: none;
	text-align: center;
	background: #929B7B url(../images/glass-btn.png) repeat-x 0 50%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	}
.sidebtn a:hover, div.sidebtn a:focus {
	border-color: #48311A;
	background-color: #48311A;
	color: #fff;
	text-decoration: none;
	}
