/*
Theme Name: 	Rochon Racicot
Theme URI: 		http://
Description: 	Custom theme for Rochon Racicot Dental Office
Version: 			1.0
Author: 			Xactly Design & Advertising
Author URI: 	http://xactlydesign.com
Tags: 				dental, dentist
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* @import "css/reset.css"; */

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 400 and up */
@media screen and (min-width:400px) {

					{ /* Place your styles here for all widths greater than 400px */ }

}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}







/* ********* Custom Theme CSS - Rochon Racicot ********* */


body {
	font-family: Helvetica;
	font-size: 15px;
	line-height: 22px;
}

h1 {
	font-family: 'Unna', serif;
	font-weight: lighter;
	font-size: 25px;
	line-height: 34px;
	color: #6b8740;
}

h2 {
	font-family: 'Unna', serif;
	font-weight: lighter;
	font-size: 21px;
	line-height: 30px;
	color: #6b8740;
}

h3 {
	font-family: 'Unna', serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 22px;
	color: #6b8740;
}

h4 {
	font-family: 'Unna', serif;
}

p {
	color: #6c6857;
	font-weight: lighter;
	margin-bottom: 8px;
}

a img {border:none;}

a {
	color: #5b703a;
	text-decoration: none;
}

a:hover {
	color: #76904A;
	text-decoration: underline;
}
.highspeed {
	color: #9900FF;
}

ul li {
	color: #6c6857;
	line-height: 23px;
	font-weight: lighter;
	list-style-type: square;
}

.button a {color: #ffffff;}


.contain {
	display: block;
	width: 95%;
	margin: 5px auto;
	padding: 6px 15px;
	color: #333;
	
	background: #EEEEEE;
	background-color: rgba(256,256,256,0.7);
	border-radius: 8px;
}

.download {
	margin: 3px;
	padding: 0;
	list-style: none;
}
.download li {
	display: block;
	margin: 2px 0;
	padding: 0;
	background-color: #EEE;
	background-image:url('images/icon_pdf.jpg');
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
.download li a {
	display: block;
	margin: 0;
	padding: 5px 5px 5px 25px;
}

blockquote {
	display: block;
	width: 82%;
	margin: 5px auto;
	padding: 15px;
	font-style: italic;
	font-size: 13px;
	color: #6c6857;
	
	background: #EEEEEE;
	background-color: rgba(256,256,256,0.7);
	border-radius: 5px;
}
		blockquote span {
			display: block;
			margin: 5px 0 0 0;
			padding: 8px;
			
			font-style:normal;
			line-height: 15px;
			text-align: right;
		}



/* *************** FORM *************** */

#inputstyle {
	width: 250px;
	height: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: medium solid #E5DBC9;
}

#messagestyle {
	width: 250px;
	height: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: medium solid #E5DBC9;
}

#sixlettercode {
	width: 250px;
	height: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: medium solid #E5DBC9;
}

submitstyle {

}

#submitstyle {
	width: 257px;
	color: #fff;
	height: 40px;
	background-color: #94b82c;
	font-size: 14px;
	border-radius: 5px;
	border: medium solid #6c982b;
}
#submitstyle:hover {
	color: #fff;
	background-color: #bde644;
	font-size: 15px;
	border-radius: 5px;
	border: medium solid #acd735;
}

/* START HEADER */
#header_container {
	position:relative;
	width:985px;
	height:129px;
	z-index:2;
	float: left;
}
#social_language_container {
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	position:absolute;
	left:761px;
	top:3px;
	width:92px;
	height:35px;
	z-index:2;
	background-color: #6E9B31;
	padding-left: 18px;
	padding-top: 5px;
}
#language {
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	position:absolute;
	left:882px;
	top:3px;
	width:99px;
	height:30px;
	z-index:2;
	background-color: #6E9B31;
	color: #fff;
	font-size: 13px;
	padding-top: 10px;
	display: inline;
}
#language:hover {
background-color: #94B82C;
}
#contact_info_header {
	position:absolute;
	left:794px;
	top:81px;
	z-index:2;
}
#logo {
	position:relative;
	height:71px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 373px;
}
/* END HEADER */




/* ***************** MENU ******************* */
#menu_container {
	position:relative;
	width:985px;
	height:60px;
	z-index:999;
	float: left;
}
#menu_container2 {
	position:relative;
	/* width: 630px; */
	height:60px;
	z-index:999;
	margin-right: auto;
	margin-left: auto;
}

#dropmenu
{
	padding: 0;
	z-index: 30;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	
	}

#dropmenu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: 'Unna', serif; font-size: 17px;}

#dropmenu li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 19px 18px;
	color: #666;
	text-align: center;
	text-decoration: none}

#dropmenu li a:hover,
#dropmenu li.active a
{
	background-color: #E6E6E6;
	color: #000;
}

#dropmenu li a.highspeed:hover,
#dropmenu li.active a.highspeed {
	/*color: #9900FF; */
	color: #9900FF;
}

#dropmenu li .submenu {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #EFEFEF;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
}
#dropmenu li:hover .submenu {
	position: absolute;
	visibility: visible;
}

#dropmenu li .submenu a {
	position: relative;
	display: block;
	margin: 0;
	padding: 15px 40px 15px 20px;
	width: 150px;
	/*white-space: nowrap; */
	text-align: left;
	text-decoration: none;
	background-color: #EFEFEF;
	font-size:15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#dropmenu li .submenu a:hover {	
	background: #49A3FF;
	color: #FFF
}
/* END MENU */




/* ***************** GALLERY ****************** */
#gallery_button {
	color: #fff;
	position:relative;
	width:307px;
	z-index:2;
	background-color: #6C982B;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
}
#gallery_button:hover {
	background-color: #94B82C;
}


/* ******************* HOME PAGE CONTENT AREA ******************** */
#content_wrap {
	position:relative;
	width:985px;
	z-index:2;
	float: left;
	display: block;
	background-color: #A7A38C;
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CBB5A4;
	background-color: #A7A38C;
	background-image: url('images/sidebar_bg.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	
	margin-left: auto;
	margin-right: auto;
}
#home_content_container_left {
	position:relative;
	width:650px;
	z-index:2;
	float: left;
	background-repeat: repeat;
	display: block;
}

#home_content_left1 {
	position:relative;
	width:600px;
	z-index:2;
	float: left;
	padding-left: 25px;
	background-color: #F0EADF;
	padding-right: 25px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C2B9AA;
}
#home_content_left3 {
	position:relative;
	width:600px;
	z-index:2;
	float: left;
	padding-left: 25px;
	padding-bottom: 150px;
	padding-right: 25px;
	background-color: #ECE5D6;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C2B9AA;
	padding-top: 15px;
	display: inline;
}
#home_content_left2 {
	position:relative;
	width:600px;
	z-index:2;
	float: left;
	padding-left: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
	background-color: #ECE5D6;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C2B9AA;
	padding-top: 15px;
	display: inline;
}
#home_content_right1 {
	position:relative;
	width:320px;
	height:100%;
	z-index:2;
	float: left;
	background-color: #a7a38c;
	padding-top: 10px;
	padding-left: 15px;
	display: inline;
}

#interior_content_right1 {
	position:relative;
	width:330px;
	height:100%;
	z-index:2;
	float: left;
	background-color: #a7a38c;
	display: inline;
}

#interior_content_right1 h2 {}

#interior_content_right1 p {color:#FFFFFF;}
#interior_content_right1 a {color:#FFFFFF;}
#interior_content_right1 h2 {
	color:#FFFFFF;
	padding-left: 20px;
}

/* END HOME PAGE CONTENT AREA */



/* VIDEO BOXES HOME PAGE */

#videobox_left {
	position:relative;
	width:275px;
	z-index:2;
	float: left;
	background-color: #FFFEFB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline;
}
#videobox_right {
	position:relative;
	width:275px;
	z-index:2;
	float: left;
	background-color: #FFFEFB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline;
}
#video_button {
	color: #fff;
	position:relative;
	width:275px;
	z-index:2;
	background-color: #6C982B;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline;
}

#video_button:hover {
	background-color: #94B82C;
}

#video_button_highspeed {
	color: #fff;
	position:relative;
	width:275px;
	z-index:2;
	background-color: #9900FF;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline;
}

#video_button_highspeed:hover {
	background-color: #A455FF;
}



/* ************* FOOTER *************** */
#footer_container {
	position:relative;
	width:985px;
	z-index:2;
	float: left;
	background-image: url('images/footer_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9E997A;
}

#footer_container a{color:#fff; }

#footer_credits {
	position:relative;
	width:985px;
	height:35px;
	z-index:2;
	float: left;
	background-color: #8B8874;
	font-size: 13px;
}
#footer_credits_left {
	position:relative;
	width:462px;
	height:35px;
	z-index:2;
	float: left;
	background-color: #8B8874;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	display: inline;
}
#footer_credits_right {
	position:relative;
	width:463px;
	height:35px;
	z-index:2;
	float: left;
	background-color: #8B8874;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	display: inline;
}
.footer {color:#fff;}

#technologies {
	position:relative;
	width:146px;
	z-index:2;
	background-color: #FFFFFF;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	display: inline;
}

#technologies img {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* FOOTER MENU */

#footerlist
{
	padding: 0;
	z-index: 30;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	
	}

#footerlist li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: 'Unna', serif; font-size: 16px;}

#footerlist li a
{	display: block;
	margin: 0 1px 0 0;
	width: 200px;
	padding: 2px 0px;
	color: #fff;
	text-align: left;
	text-decoration: none}

#footerlist li a:hover {
	color: #666;
}



/* ************ SIDEBAR MENU ************ */

#sidebarlist {
	padding: 0;
	z-index: 30;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}

#sidebarlist li {	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: 'Unna', serif; font-size: 18px;}

#sidebarlist li a {
	display: block;
	width: 230px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 70px;
	padding-bottom: 7px;
	padding-left: 35px;
}

#sidebarlist li a:hover {
	background-color:#FFFFCC;
	color: #666;
}





body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #E5DBC9;
}
#container {
	position:relative;
	width:985px;
	margin-right: auto;
	margin-left: auto;
}
#slideshow_container {
	position:relative;
	width:985px;
	height:368px;
	z-index:2;
	float: left;
}
#footer_column1 {
	position:relative;
	width:200px;
	height:650px;
	z-index:2;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #ACA78E;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 25px;
	display: inline;
}
#footer_column2 {
	position:relative;
	width:230px;
	height:650px;
	z-index:2;
	float: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #918E7A;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #ACA78E;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 25px;
	display: inline;
}
#footer_column3 {
	position:relative;
	width:215px;
	height:650px;
	z-index:2;
	float: left;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ACA78E;
	border-left-color: #918E7A;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 25px;
	display: inline;
}
#footer_column4 {
	position:relative;
	width:248px;
	height:650px;
	z-index:2;
	float: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #918E7A;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 25px;
	display: inline;
}
