/*
Theme Name: Starkers
Theme URI: http://tanksite.com.au
Description: Cannington Physio - based on starkers
Version: 1.0
Author: Tank studio
Author URI: http://tanksite.com.au
Tags:
*/

@import "css/reset.css";
@import "css/nav.css";
@import "css/layout.css";
@import "css/responsive.css";

#contactBook #he-webplugin-45423 {
position: inherit;
}

#home-copy {
    float: none;
    width: 100%;
}
#home-right { 
    border-color: #eee;
    border-radius: 0;
    border-width: 1px 0 0;
    display: inline-block;
    margin: 20px 0 0;
    padding: 9px 0 0;
    width: 100%;
    float: none;
}
.youvideo {
width: 46%;
padding: 10px;
float: left;
}
.home .youvideo {
width: 31%;
}

@media handheld and (max-width: 768px), screen and (max-device-width: 768px), screen and (max-width: 1000px)  {
	.home .youvideo, .youvideo {
		width: 100%;
	}
}
a.btn {
padding: 12px 50px;
font-weight: 600;
color: #fff;
background: #DA1725;
text-align: center;
margin: 10px 0;
cursor: pointer;
font-size: 14px;
text-transform: uppercase;
display: inline-block;
}
a.btn:hover {
	color: #fff;
}