/* @override http://mrare/styles/mrare.css */

/*
-------------------------------------------------------- 
Mediumrare Master Stylesheet
Author: Mediumrare
Author URI: http://mrare.ca

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

.alignleft {
	display: block;
	float: left;
}

.alignright {
	display: block;
	float: right;
}

body {
	background-color: #7f0f0f;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a.button {
    background: transparent url(../images/white_button_sprite.gif) no-repeat scroll top right;
    color: #8e0000;
    display: block;
    float: left;
    font: bold 0.9em helvetica, arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    outline: none;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    width: auto;
}

a.button span {
    background: transparent url(../images/white_button_sprite.gif) no-repeat;
    display: block;
    height: 21px;
    line-height: 14px;
    padding: 8px 0 0 16px;
}

a.button:hover {
	background-position: right -34px;
}

a.button:hover span {
	background-position: 0 -34px;
}

a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 9px 0 0 16px; /* push text down 1px */
}

#content {
	display: block;
	padding: 0 0 90px 0;
}

#content_white {
	background-color: #fff;
}

.content_inner_pad {
	padding: 40px 0;
}

#content p {
	font-size: 0.8em;
	line-height: 1.4em;
}

#copyright {
	color: #fff;
	font-size: 0.6em;
	font-weight: bold;
	padding: 10px 0 20px 0;
	text-align: right;
	text-transform: uppercase;
	text-shadow: #040404 0 1px 6px;
}

#footer {
	background: url('../images/footer_bg.gif') top left repeat-x #7f0f0f;
	clear: left;
	color: #fff;
	display: block;
	min-height: 150px;
	padding: 0 0 40px 0;
}

#footer h2 {
	background-image: url(../images/footer_sprite.gif);
	background-repeat: no-repeat !important;
	color: #fff;
	display: block;
  font-size: 1px;
	height: 18px;
  line-height: 0;
	margin: 30px 0 20px 0;
	position: relative;
	text-indent: -9999px;
	width: 167px;
}

#ft_header_location {
	background-position: 0 0;
}

#ft_header_email {
	background-position: 0 -18px;
}

#ft_header_services {
	background-position: 0 -36px;
}

#ft_header_follow {
	background-position: 0 -54px;
}

#ft_location {
	display: block;
	float: left;
	width: 216px;
}

#ft_email {
	display: block;
	float: left;
	width: 311px;
}

#ft_services {
	display: block;
	float: left;
	width: 239px;
}

#ft_follow {
	display: block;
	float: left;
	width: 143px;
}

#ft_mrare_logo {
	background: url(../images/footer_sprite.gif) 0 -72px no-repeat;
	display: block;
	height: 18px;
	text-indent: -9999px;
	width: 34px;
}

#ft_phone {
	font-weight: bold;
}

#ft_address, #ft_directions_link, #ft_email_label {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.9em;
}

#ft_directions_link:hover {
	text-decoration: none;
}

#ft_email_input {
	background: url(../images/footer_sprite.gif) 0 -90px no-repeat;
	border: none;
	clear: left;
	color: #fff;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	height: 25px;
	left: -1px;
	margin: 10px 0;
	outline: none;
	padding: 7px;
	position: relative;
	width: 246px;
}

#ft_email_input:hover {
	background-position: 0 -130px !important;
}

#ft_email_input:focus {
	background-position: 0 -170px !important;
}

#ft_subscribe_button {
	background: url(../images/footer_sprite.gif) -264px -90px no-repeat;
	clear: left;
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	width: 88px;
}

#ft_subscribe_button:hover {
	background-position: -357px -90px !important;
}

#ft_subscribe_button:active {
	background-position: -357px -89px !important;
	outline: none;
}

#ft_services_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 185px;
}

#ft_services_list li {
	border-bottom: 1px solid #6b0a0a;
	color: #fff;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	padding: 7px 0;
	width: 185px;
}

#ft_services_list li a {
	color: #fff;
	text-decoration: none;
}

#ft_services_list li a:hover {
	text-decoration: underline;
}

#ft_follow a {
	background-image: url(../images/footer_follow_sprite.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 58px;
	overflow: hidden;
	text-indent: -9999px;
	width: 58px;
}

#ft_rss {
	background-position: -1px -4px;
}

#ft_rss:hover {
	background-position: -151px -4px;
}

#ft_flickr {
	background-position: -61px -4px;
}

#ft_flickr:hover {
	background-position: -211px -4px;
}

#ft_twitter {
	background-position: -1px -65px;
}

#ft_twitter:hover {
	background-position: -151px -65px;
}

#ft_facebook {
	background-position: -61px -65px;
}

#ft_facebook:hover {
	background-position: -211px -65px;
}

#header {
	display: block;
	height: 313px;
  overflow: hidden;
}

.header_replace {
	background-repeat: no-repeat !important;
	color: #fff;
	display: block;
	height: 54px;
	margin-top: 130px;
	position: relative;
	text-indent: -9999px;
}

#main_wrapper {
	background: url('../images/main_wrapper_bg.gif') top left repeat-y #fff;
	display: block;
	float: left;
	width: 930px;
}

#mrare_title {
	background: url('../images/mrare_logo.gif') 0 0 no-repeat;
	display: block;
	height: 21px;
	overflow: hidden;
	margin: 3px 0 0 0;
	outline: none;
	position: absolute;
	text-indent: -9999px;
	width: 143px;
	z-index: 999;
}

#mrare_title:hover {
	background-position: 0 -22px;
}

#mrare_title:active {
	background-position: 0 -43px;
}

#nav {
	background: url('../images/nav_bg.png') 0 0;
	display: block;
	height: 32px;
	margin: 40px 0 0 440px;
	position: absolute;
	width: 470px;
}

#nav_item_about {
	background-position: -246px 0;
	width: 72px;
}

#nav_item_about:hover {
	background-position: -246px -32px;
}

#nav_item_about:active {
	background-position: -246px -96px;
}

#nav_item_about_selected {
	background-position: -246px -64px;
	width: 72px;
}

#nav_item_blog {
	background-position: -318px 0;
	width: 63px;
}

#nav_item_blog:hover {
	background-position: -318px -32px;
}

#nav_item_blog:active {
	background-position: -318px -96px;
}

#nav_item_contact {
	background-position: -381px 0;
	width: 89px;
}

#nav_item_contact:hover {
	background-position: -381px -32px;
}

#nav_item_contact:active {
	background-position: -381px -96px;
}

#nav_item_contact_selected {
	background-position: -381px -64px;
	width: 89px;
}

#nav_item_home {
	background-position: 0 0;
	width: 66px;
}

#nav_item_home:hover {
	background-position: 0 -32px;
}

#nav_item_home:active {
	background-position: 0 -96px;
}

#nav_item_home_selected {
	background-position: 0 -64px;
	width: 66px;
}

#nav_item_ourwork {
	background-position: -150px 0;
	width: 96px; 
}

#nav_item_ourwork:hover {
	background-position: -150px -32px;
}

#nav_item_ourwork:active {
	background-position: -150px -96px;
}

#nav_item_ourwork_selected {
	background-position: -150px -64px;
	width: 96px; 
}

#nav_item_services {
	background-position: -66px 0;
	width: 84px;
}

#nav_item_services:hover {
	background-position: -66px -32px;
}

#nav_item_services:active {
	background-position: -66px -96px;
}

#nav_item_services_selected {
	background-position: -66px -64px;
	width: 84px;
}

#nav_list {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 470px;
	z-index: 888;
}

#nav_list li {
	display: inline;
}

#nav_list li a {
	background-image: url('../images/nav_sprite.gif');
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 32px;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
}

.nobullets {
	font-size: 0.8em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

.nobullets a {
	color: #fff;
	text-decoration: none;
}

.nobullets a:hover {
	color: #AD3434;
}

#sortbar {
	background: url('../images/bread_crumb_bg.gif') top left repeat-x;
	height: 40px;
}

.success {
	background-color: #CCF5CA;
	color: #494435;
	display: block;
	font-size: 0.7em;
	margin-top: 5px;
	padding: 5px;
}

.tagline_replace {
	background-repeat: no-repeat !important;
	color: #fff;
	display: block;
	height: 120px;
	position: relative;
	text-indent: -9999px;
	width: 570px;
}

#title_element {
	display: block;
	float: left;
	margin: 40px 0 0 0;
	padding: 0;
}

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: white;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 11px;
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
}

#wp_page_numbers {
	padding: 20px 0;
	width: 100%;
	background: white;
}
#wp_page_numbers ul {
	display: block;
	float: right;
	margin: 10px 10px 30px 0;
}
#wp_page_numbers li {
	background: url('../images/button_sprite.gif') top left no-repeat;
	float: left;
	display: inline;
	height: 23px;
	padding-left: 5px;
	margin: 0 2px 2px 2px;
}

#wp_page_numbers a {
	background: url('../images/button_sprite.gif') top right no-repeat;
	display: block;
	color: #333;
	font-weight: bold;
	height: 16px;
	padding: 5px 10px 2px 5px;
	width: 8px;
}

#wp_page_numbers li a:hover {
	color: #737373;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page {
	background: url('../images/button_sprite.gif') left -23px no-repeat;
}

#wp_page_numbers li.active_page a {
	background: url('../images/button_sprite.gif') right -23px no-repeat;
	color: #fff;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
}

.wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 910px;
}