/*  
Theme Name: Surgery
Theme URI: http://www.perranporthsurgery.co.uk
Description: Widget ready theme modified by Jim
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #666666;
}
   
h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

a {
	text-decoration: none;
	border-bottom: none;
	color: #004600;
}

a:hover {
	color: #80A080;
    border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	padding: 0 0;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #2A402A;
}

#logo h1 {
	padding: 0 0 0 0;
	font-size: 28px;
}

#logo p {
	padding: 0 0 0 3px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #2A402A;
}

/* Menu */

#menu {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: #80A080 url(images/img05.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
    display: block;
	float: left;
	height: 20px;
	margin: 0 0 0 0;
	padding: 5px 2px 5px 2px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover {
	background: none;
}

#menu .current_page_item a {
	background: url(images/img02.gif) repeat-x;
	color: #D56E22;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img03.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 578px;
    text-align: justify;
}

.post {
	margin-bottom: 10px;
	padding-bottom: 0px;
	line-height: 150%;
}

.title {
	margin: 0;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
	padding: 0 0;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.meta {
	line-height: normal;
	color: #CCCCCC;
}

.meta a {
	color: #999999;
}

.meta a:hover {
	color: #666666;
}

#comment {
	width: 400px;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.commentlist li {
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #F2F2F2;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.posts li {
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #F2F2F2;
}


/* Sidebars */

.sidebar {
	float: left;
	width: 180px;
	padding: 0 0 0 21px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 5px 25px;
	background: url(images/img04.gif) no-repeat 10px 9px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: url(images/img02.gif) repeat-x;
	border: 1px solid #e2f1d3;
	font-size: 12px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

/* Calendar */

#calendar_wrap {
	padding: 0 0 0 20px;
	text-align: center;
}

#calendar_wrap table {
	width: 90%;
}

#calendar_wrap th {
	border-bottom: 1px solid #CCCCCC;
}

#calendar_wrap td {
	border-bottom: 1px solid #F2F2F2;
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	padding: 7px 0 7px 0;
	background: #80A080 url(images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: left;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}