/*
Theme Name: Medica Child
Theme URI: http://themefuse.com/wp-themes-shop/medica/
Description: Child theme for the Medica. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com
Template: medica-parent
*/

@import url("../medica-parent/style.css");

.body {
font-family: Arial, Helvetica, sans-serif;
color:#808080;
font-size:13px;
line-height:1.5em;
background:#bccdbd;
}

.showcase-thumbnail-content p {
color: rgb(150, 209, 150) !important;
}

.slideshow.slideQuotes h3 {
color: rgb(150, 209, 150) !important;
}

.body_wrap {
	background:url(images/body_top.jpg) center top no-repeat;
	width:100%;
	min-height:400px}

.footer {
	background:url(images/body_bot.jpg) center bottom no-repeat;
	color:#394547;
	font-size:12px;
	padding:50px 0 20px 0}

.button_link {
	background:url(images/buttons_bg.png) no-repeat scroll transparent;
	color:#12a0a9;
	display:inline-block;
	margin:5px 0;
	border:0 none;
	padding:0 35px 0 0;
	font-family:'CartoGothicStdBold', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	text-decoration:none}

.button_link span {
	background:url(images/buttons_bg.png) no-repeat scroll left 0 transparent;
	display:block;
	line-height:32px;
	padding:0 10px 0 12px;
	color:#737373;
	min-width:100px;
	cursor:pointer;
	text-shadow:0 1px 1px #fff;
	text-transform:uppercase}


