/*
Theme Name: BITS Medical Centre
Theme URI: http://bitsmedical.com.au
Description: Custom theme for BITS Medical Centre
Version: 1
Author: Darren Jeacocke
*/

/* @override http://bitsmedical.local/wp-content/themes/bits/style.css */
/* @override http://bitsmedical.com.au/wp-content/themes/bits/style.css */

/* @group typography */

h2 {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 25px;
	margin: 10px 0;
	color: #594;
}

.block {
	background: #f5f5f5;
	padding: 10px 20px 20px;
	margin: 10px 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}

blockquote {
	margin-left: 30px;
}

blockquote#tagline {
	position: absolute;
	top: 360px;
	right: 55px;
	width: 380px;
	padding: 0 10px;
	margin: 0;
	font-style: italic;
	color: #9b9;
	font-size: 10px;
	line-height: 13px;
}

.wp-image-133 {
	position: absolute;
	top: 35px;
	left: 380px;
}

.hours {
	padding-bottom: 15px;
}

.info {
	position: relative;
	bottom: -3px;
	right: -2px;
}
/* @end */

/* @group layout */

body, html {
	margin: 0;
}

body {
	text-align: center;
	background: #d9d9d9 url(images/bg.png) 0 0 repeat-x;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#page {
	background: url(images/page.png) 0 0 repeat-y;
	padding: 20px 50px 10px;
	position: relative;
	overflow: hidden;
	min-height: 420px;
}

#header {
	height: 125px;
	padding: 0 35px;
}

#footer {
	height: 40px;
	padding: 0 25px;
	background: url(images/footer.png);
}

#logo {
	display: block;
	float: left;
	width: 190px;
	height: 120px;
	background: url(images/logo.png);
	text-indent: -9999px;
	margin: 0;
}

#contact_info {
	font-size: 12px;
	line-height: 15px;
	float: right;
	text-align: right;
	margin: 35px 0 0;
}

/* @end */

/* @group menu */

#menu {
	list-style: none;
	background: url(images/menu.png);
	height: 50px;
	clear: both;
	margin: 0;
	padding: 20px 50px 0;
}

#menu li {
	display: inline;
}

#menu a {
	color: #888;
	text-decoration: none;
	display: block;
	height: 50px;
	background: url(images/menu_items.png) 0 0 no-repeat;
	float: left;
	text-indent: -9999px;
	margin: 0 9px;
}

#menu .page-item-3 a {
	width: 57px;
}

#menu .page-item-2 a {
	width: 82px;
	background-position: -58px 0;
}

#menu .page-item-5 a {
	width: 113px;
	background-position: -141px 0;
}

#menu .page-item-10 a {
	width: 77px;
	background-position: -256px 0;
}

#menu .page-item-3.current_page_item a, #menu .page-item-3 a:hover {
	background-position: -337px;
}

#menu .page-item-2.current_page_item a, #menu .page-item-2 a:hover {
	background-position: -395px;
}

#menu .page-item-5.current_page_item a, #menu .page-item-5 a:hover {
	background-position: -478px;
}

#menu .page-item-10.current_page_item a, #menu .page-item-10 a:hover {
	background-position: -593px;
}

/* @end */


/* @group content */

.post {
	width: 410px;
}

/* @end */

/* @group images */

#slideshow {
	position: absolute;
	right: 50px;
	top: 30px;
	background: #f5f5f5;
}

#slideshow img, .doctor_image {
	padding: 5px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

/* @end */

/* @group doctors */

.doctor_bio {
	width: 48%;
	margin: 0 1%;
	float: left;

}

.doctor_content {
	width: 220px;
	float: left;
}

.doctor_image {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #f5f5f5;
}

.degree {
	color: #aaa;
	margin-top: -10px;
}

/* @end */

/* @group map */

#map {
	position: absolute;
	top: 35px;
	right: 50px;
	width: 400px;
	height: 300px;
	border: 1px solid #555;
}

/* @end */



/* @group globals */

.clear {
	clear: both;
}

/* @end */

