/* @override http://www.gracevillemedical.com.au/wp-content/themes/graceville/style.css?ver=3.5.1 */

/*
Theme Name: 	Graveville Medical
Description: 	The Graceville Medial Theme
Version: 		1.0
Author: 		Perle Creative
*/

/*
===========================
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 			{ 
font-size: 12px;
/* 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 */ }


#text-4, .sidebar-custom {
	color: #f0e6d8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px;
	background: #51165b;
	margin-bottom: 20px;
	font-size: 18px;
}


.button-white {
	background: white;
	color: #51155a;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	clear: none;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 10px 5px;
	display: block;
	width: 50%;
}

.button-white:hover {
	color: #fff;
	text-decoration: none;
	background: #763480;
}

#text-4 h3, .sidebar-custom h3 {
	font-size: 20px;
	color: #f0e6d8;
	line-height: 1.4em;
	text-align: center;
}

#text-4 h2, .sidebar-custom h2 {
	font-size: 35px;
	text-align: center;
}

#text-4 .widget-title {
	font-size: 20px;
	color: #f0e6d8;
	text-align: center;
	text-transform: uppercase;
}

#text-4 img, .sidebar-custom img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#text-4 address, .sidebar-custom address {
	text-transform: uppercase;
	color: #222;
	line-height: 1.4em;
	margin-top: 40px;
}

/* ---------------------------------------------------------------------------------------------------------- 
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 */ }

}

body {
	background: url('img/background.png') no-repeat center -100px;
}

#container-wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 30px;
	border-radius: 0 0 15px 15px;
	-webkit-box-shadow: 0px 0px 10px #333;
	-moz-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
}

#logo {
	margin-top: 20px;
}

#menu-main-menu {
	background: #501959;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 0;
	width: 100%;
	float: left;
	padding: 5px 0;
	margin-top: 10px;
}

#menu-main-menu li {
	float: left;
	margin-left: 13px;
	border-left: 1px solid #fff;
	padding-left: 10px;
	list-style-type: none;
}

#menu-main-menu li:first-child {
	border: none !important;
	margin-left: 0 !important;
	list-style-type: none;
}

#menu-main-menu li a {
	color: #fff;
	text-transform: uppercase;
}

#menu-main-menu li.current-menu-item a {
	text-decoration: underline;
}


#content img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content h1 {
	color: #501959;
	font-size: 16px;
	border-bottom: 1px solid #6d6e71;
}

#content h2 {
	color: #501959;
	font-size: 16px;
	line-height: 1.4em;
	font-size: 16px;
	border-bottom: 1px solid #6d6e71;
}

#content h3 {
	color: #501959;
	font-size: 14px;
	line-height: 1.4em;
	font-size: 16px;
}
#content,
#content p,
#content li {
	color: #6d6e71;
}

#content a {
	color: #00afed;
}

#content .shortcode.row-fluid {
	margin-bottom: 10px;
}

#content .shortcode.row-fluid .span4 img {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

/* Sidebar */


.sidebar {
	background: url('img/sidebar-bg.png') no-repeat center -40px;
	min-height: 240px;
}

#text-2 {
	height: 210px;
}

#text-2 h2 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 1.2em;
	margin: 10px 0 0;
}

#text-2 h3 {
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 1.4em;
	margin: 0;
}

#text-2 table {
	color: #26418f;
	font-weight: bold;
	margin-top: 5px;
	text-align: right;
	margin-left: 60px;
	line-height: 1.5em;
}

#text-3, .sidebar-custom {
	background: #f0e6d8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px;
	color: #51165b;
}

#text-3 h3, .sidebar-custom h3 {
	font-size: 20px;
	color: #51165b;
	line-height: 1.4em;
	text-align: center;
}

#text-3 h2, .sidebar-custom h2 {
	font-size: 35px;
	text-align: center;
}

#text-3 .widget-title {
	font-size: 20px;
	color: #51165b;
	border-bottom: 1px solid #51165b;
	text-align: left;
}

#text-3 img, .sidebar-custom img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#text-3 address, .sidebar-custom address {
	text-transform: uppercase;
	color: #222;
	line-height: 1.4em;
	margin-top: 40px;
}

#widget_sp_image-2 {
	margin-top: 20px;
}

#widget_sp_image-2 h3 {
	display: none;
}

.sidebar-custom h2 {
	color: #501959;
	font-size: 16px;
	line-height: 1.4em;
	font-size: 16px;
	border-bottom: 1px solid #6d6e71;
	text-align: left;
}

.sidebar-custom h3 {
	color: #501959;
	font-size: 14px;
	line-height: 1.4em;
	font-size: 16px;
	text-align: left;
}

.button-purple {
	background: #51155a;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.button-purple:hover {
	color: #fff;
	text-decoration: none;
	background: #763480;
}

/* Footer */

.footer-container {
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu-main-menu-1 {
	margin-left: 0;
}

#menu-main-menu-1 li {
	float: left;
	margin-left: 10px;
	border-left: 1px solid #501959;
	list-style: none;
	padding-left: 10px;
}

#menu-main-menu-1 li:first-child {
	padding-left: 0;
	margin-left: 0;
	border: none;
}

#menu-main-menu-1 li a {
	color: #501959;
	text-transform: uppercase;
}

#menu-main-menu-1 li.current-menu-item a {
	text-decoration: underline;
}

.affix {
	top: 65px;
	bottom: auto;
}

.affix-bottom {
	position: fixed;
	top: auto;
	bottom: 100px;
}