/*
Theme Name: DMP Final
Theme URI: 
Description: The final theme for Delamere Medical Practice
Version: 1.0
Author: Frank Design Ltd.
Author URI: http://www.frankdesignltd.co.uk
Tags: two columns, corporate, professional, fluid

This theme is strictly for the usage of Delamere Medical Practice
You may _not_ replicate this theme for any purpose.
*/

/*
Dark Grey:	#303030
Med Grey:	#4d4d4d
Light Grey:	#979797

Dark Green:	#09615e
*/

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a img{
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 140%;
	color: #303030;
	background: white;
	font-family: arial, sans-serif;
	font-size: 0.9em;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET */

/* PLACE THE BASIC DIVS */
.full_container{

}
.menu_search_bar{
	width: 100%;
	background-color: #303030;
	height: 30px;
}
.inner_menu_search_bar{
	margin: 0 auto;
	height: 30px;
	width: 960px;
}
.menu_container{
	float: left;
	width: 480px;
	height: 30px;
}
.icons{
	float: left;
	width: 160px;
	height: 30px;
}
.search{
	float: left;
	width: 320px;
	height: 30px;
}
.centred_container{
	margin: 0 auto;
	width: 960px;
}
.pic_logo_address{
	height: 140px;
}
.pic{
	width: 220px;
	height: 140px;
	padding-left: 20px;
	float: left;
	background-image: url('images/dmp.gif');
	background-repeat: no-repeat;
}
.logo{
	float: left;
	width: 300px;
	padding-left: 20px;
	height: 140px;
	background-image: url('images/dmp_logo_140.jpg');
	background-repeat: no-repeat;
}
.address{
	float: left;
	width: 360px;
	padding: 10px 0 0 20px;
	text-align: right;
}
.sidebar_container{
	clear: both;
	background-color: #bababa;
	width: 220px;
	float: left;
}
.main_container{
	background-color: white;
	width: 660px;
	float: left;
	padding: 10px;
	padding-left: 40px;
}
.address_times_bar{
	clear: both;
	width: 960px;
	margin: 0 auto;
	height: 40px;
	text-align: center;
	background-image: url('images/address_bg.jpg');
}
.footer_bar{
	height: 40px;
	margin: 0 auto;
	width: 960px;
}
.pct_nhs_iip_logos{
	float: left;
	width: 360px;
	height: 40px;
	font-size: 0.8em;
}
.policies{
	float: left;
	width: 600px;
	text-align: right;
	height: 40px;
	font-size: 0.8em;
}
/* END PLACEMENT OF DIVS */

/* FORMAT LISTS */
ul{
	list-style-image: url('images/dot.png');
	list-style-position: inside;
	margin: 10px 0;
}

ul.main_menu, ul.side_menu{
	list-style-image: none;
	margin: 0;
}
ul.main_menu li{
	float: left;
	width: auto;
	height: 30px;
	margin: 3px 0 0 10px;
}
ul.main_menu li a{
	display: inline-block;
	color: #979797;
	font-weight: 900;
	text-decoration: none;
	padding: 1px 10px 0 10px;
	height: 30px;
}
ul.main_menu li a:hover{
	color: white;
}

ul.side_menu ul{
	list-style-position: inside;
}
ul.side_menu li a{
	color: #303030;
	text-decoration: none;
	font-weight: 900;
	display: inline-block;
	padding: 10px 10px 10px 10px;
	width: 200px;
}
ul.side_menu li a:hover{
	color: #979797;
	background-color: #303030;
}
ul.side_menu li.top{
	background-color: white;
	background-image: url('images/side_menu_top.jpg');
	background-repeat: no-repeat;
	background-position: 0 100%;
}
ul.side_menu li.bottom{
	background-color: white;
	background-image: url('images/side_menu_bottom.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* END FORMAT LISTS */

/* FORMAT TEXT */
p{
	margin: 15px 0;
}

.address p{
	font-weight: 900;
	margin: 0;
}

a{
	text-decoration: none;
	color: #09615e;
}
a:hover{
	text-decoration: underline;
}

h2{
	margin: 0 0 20px 0;
}
h2 a{
	font-size: 1.2em;
	font-weight: 900;
	color: #09615e;
}

p.edit_this_post{
	background-image: url('images/warning.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 25px;
}
.address_times_bar p{
	padding: 5px 0 0 0;
	font-size: 1.1em;
	font-weight: 700;
}
.opening_hours{
	color: #09615e;
}
.footer_bar p{
	margin: 0;
	padding: 0;
}
/* END FORMAT TEXT */

/* FORMAT FORMS */
form#searchform{
	height: 30px;
	background-image: url('images/search_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
form#searchform input#s{
	border: 1px solid #979797;
	background-color: #979797;
	height: 12px;
	width: 135px;
	margin: 8px 0 0 40px;
	font-size: 0.65em;
	padding: 0 0 0 5px;
	font-weight: 700;
	text-transform: uppercase;
}
.search p{
	margin: 0;
	padding: 0;
}
/* END FORMAT FORMS */

/* FORMAT IMAGES */
.icons img{
	padding: 7px 0 0 10px;
}
.icons a img{
	border: 0;
}
/* END FORMAT IMAGES */