/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

object {
	outline:none;
}

body {
	font-size: 11px; /* 62.5%Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color: #929292;
	text-align: center;
	outline:none;
	}

#page {
	/*background-color: white;*/
	/*border: 1px solid #959596;*/
	text-align: left;
	}

#header {
	background:transparent url('images/header-endocare.jpg') no-repeat top left;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 936px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	float:left;
	clear:both;
/*	padding:0 15px 0 26px;*/
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	padding-left:26px;
	padding-top: 5px;
	color:#269dd7;
	font-weight:bold;
	}

.narrowcolumn .postmetadata a{
	color:#68c5f2;
	text-decoration:none;
	}
	
.narrowcolumn .postmetadata a:hover{
	color:#68c5f2;
	}

.thread-alt {
	/*background-color: #f8f8f8;*/
}
.thread-even {
	/*background-color: white;*/
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	background:transparent url('images/footer-bottom.jpg') no-repeat bottom left;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

#headerimg .description {
	font-size: 1.2em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size:32px;
	color:#269dd7;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 19px;
	color:#525252;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	text-decoration: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited, .entry p a {
	color: #269DD7;
	text-decoration: none;
}

body.single .entry p {
	padding:10px 0 10px 0;
	width:572px;
	font-size: 12px; /* 62.5%Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color: #929292;
	float:left;
}
.entry p {
	padding:10px 0 10px 25px;
}

.entry {
	margin-bottom:29px;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color:#269dd7;
	}
	
.says {
	color:#68c5f2;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:Arial, Helvetica, sans-serif
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#page {
	/*background-color: white;border: 1px solid #959596;*/
	margin: 0px auto;
	padding: 0;
	width: 936px;
	}

#header {
	/*background-color: #fff;*/
	padding: 0;
	width: 936px;
	height:160px;
	margin-top:12px;
	}

#headerimg {
	margin: 0;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 16px 20px 0;
	margin: 0px 0 0;
	width: 604px;
	}

.widecolumn {
	float:left;
	padding:10px 10px 0;
	/*margin: 5px 0 0 150px;/ MEL*/
	width:600px;
}

.post {
	margin: 0 0 40px;
	text-align: left;
	/*text-align: justify;*/
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	float:left;
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 936px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}
	
p.logo a {
	background:transparent url('images/logo.png') no-repeat top left;
	width:177px;
	height:43px;
	display:block;
	text-indent:-30000px;
	outline:none;
	}
	
p.logo {
	padding-top:88px;
	padding-left:18px;
	width:718px;
	float:left;
}

.general-info {
	float:left;
	margin-top:83px;
}

.general-info p {
	float:left;
	clear:both;
}

.general-info p.tel {
	background:transparent url('images/tel-02072240999.png') no-repeat top left;
	width:179px;
	height:22px;
	text-indent:-30000px;
}

.general-info p.web-link a{
	background:transparent url('images/www-endocare-co-uk.png') no-repeat top left;
	display:block;
	width:179px;
	height:22px;
	text-indent:-30000px;
	margin-left:9px;
}


.homepage-link a {
	background:transparent url('images/btn-homepage.png') no-repeat top left;
	width:102px;
	height:50px;
	position:absolute;
	left:50%;
	text-indent:-30000px;
	margin-left:345px;
	outline:none;
	top:0px;
}

.homepage-link a:hover {
	background:transparent url('images/btn-homepage-hover.png') no-repeat top left
}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	clear:both;
	float: right;
	}

.alignleft {
	clear:both;
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	float:left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width:248px;
	padding:10px 0 0 25px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	width:490px;
	}
#commentform textarea {
	width:248px;
	padding:8px 0 0 25px;
	margin:6px 0 0 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#respond {
	float:left;
	width:602px;
}

#commentform #submit {
	margin: 0 0 5px 16px;
	float: left;
	}
	
#commentform input#submit {
	background:transparent url(images/form-submit.jpg) no-repeat scroll left top;
	width:82px;
	height:34px;
	cursor:pointer;
	text-indent:-3000px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentmetadata a {
	color:#68c5f2;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0 0 10px 0;
	/*margin-left: 545px;*/
	width:304px;
	float:left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	/*padding: 3px 0;*/
	text-align: center;
	}
	
#wp-calendar td.pad span { /* Doesn't work in IE */
	border:none;
	border-color:FF8603; 
	font-size:11px;
	color:#ffc280;
	font-weight:bold;
}


#wp-calendar td.pad:hover { /* Doesn't work in IE */
	/*background-color: #fff;*/ }
	
	
#wp-calendar td span {
	border:2px solid #f27600;
	display:block;
	font-size:10px;
	height:16px;
	margin:1px;
	padding-top:4px;
	text-align:center;
	width:22px;
	font-weight:bolder;
}

#wp-calendar td {
	color:#ffd788;
}

.calender {
	float:left;
	margin-top:29px;
}

#todayWidget {
	background-color:#fe6b00;
	border-bottom-color:#ff3000;
	font-size:10px;
	color:#FFFFFF;
	display:block;
	height:23px;
	text-align:center;
	width:25px;
	font-weight:bolder;
}

#wp-calendar .pad span#EC_nextMonth {
	float:right;
	margin-top:-4px;
	margin-right:4px;
}

#wp-calendar .pad span#EC_previousMonth {
	margin-top:-17px;
}

/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	/*background-color: #f3f3f3;*/
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#footer {
	background:transparent url(images/footer-bottom.jpg) no-repeat left bottom;
	clear:both;
	float:left;
	width:1000px;
	color:#929292;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	font-size:11px;
}

#footer ul.main-links {
	background:transparent url(images/divider-dottedline.jpg) no-repeat left top;
	float:left;
	padding-top:65px;
}

#footer .legal-links {
	clear:both;
	float:left;
	width:936px;
	margin-top:50px;
}

#footer .legal-links ul li {
	padding-right:5px;
	color:#929292;
}

#footer .legal-links ul li.privacy {
	padding-left:0px;
}

#footer ul li {
	float:left;
}  

#footer ul li ol li {
	clear:both;
	float:left;	
}

#footer ul.main-links li {
	float:left;
	width:158px;
	padding-bottom:8px;
}

#footer ul.main-links li a { 
	text-decoration:none;
	color:#929292;
}

#footer ul.main-links li a:hover, .legal-links li a:hover { 
	color:#625f5f;
}

#footer ul.main-links li.list1, .legal-links {
	margin-left:25px;
}

ul.main-links li h5 {
	padding-left:0px;
	color:#6f6e6e;
	font-weight:bold;
	padding-bottom:8px;
}

#footer ul.main-links li h5 a {
	color:#6f6e6e;
}

.legal-links, .legal-links li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#929292;
}

.legal-links li.awards {
	background:transparent url(images/footer-img-awards.jpg) no-repeat left top;
	width:168px;
	height:32px;
	text-indent:-4000px;
	padding-bottom:20px;
}

.legal-links li.welove {
	margin-left:315px;
}

#sidebar ul li.categories { 
	background:transparent url(images/btn-categories.jpg) no-repeat left top;
	display:block;
}

#sidebar ul li.categories h2{ 
	text-indent:-30000px;
	margin-bottom:50px;
}

#sidebar ul li.archives { 
	background:transparent url(images/btn-archives.jpg) no-repeat left top;
	display:block;
}
#sidebar ul li.categories, #sidebar ul li.archives { 
	float:left;
	clear:both;
	width:304px;
	margin-top:20px;
}

#sidebar ul li.archives h2{ 
	text-indent:-30000px;
	margin-bottom:50px;
}

#sidebar ul li.categories a, #sidebar ul li.archives a { 
	margin-left:35px;
}

.driver-space {
	background:transparent url(images/bg-driver.jpg) no-repeat left top;
	width:936px;
	height:242px;
	padding-bottom:30px;
}

p.driver-intro.large {
	width:540px;
	font-size:15px;
	color:#FFFFFF;
	line-height:17px;
}

#content ul li.entry-title h2, #content ul li.entry-title h2 a {
	text-decoration:none;	
}

.entry-title {
	text-decoration:none;
	width:412px;
	padding-left:26px;
	padding-right:20px;
	float:left;
}

.entry-date {
	float:left;
	font-size:18px;
	width:145px;
}

.entry-date.sIFR-replaced {
	margin-top:5px;
}

.entry-data {
	float:left;
	width:490px;
}

.entry-comments {
	background:transparent url(images/bg-comments.jpg) no-repeat left top;
	display:block;
	width:86px;
	height:24px;
	text-align:center;
	padding-top:2px;
	float:right;
	margin-right:22px;
	margin-top:8px;
}

.entry-comments a, .entry-comments a:active, .entry-comments a:visited {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	letter-spacing:-0.01em;
}

.entry-comments a:hover {
	color:#ffdfc3;
}


input#s  {
	background:transparent url(images/field-search.png) no-repeat left top;
	border:none;
	width:240px;
	height:39px;
	padding:11px 10px 0 12px;
	color:#b8b8b8;
	margin-left:-5px;
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
	margin-top:10px;
}

input#searchsubmit {
	background:transparent url(images/btn-submit.png) no-repeat left 3px;
	border:none;
	width:85px;
	height:39px;
	text-indent:-30000px;
	cursor:pointer;
}

input#searchsubmit:hover {
	background:transparent url(images/btn-submit-hover.png) no-repeat left 3px;
}

input, a {
	outline:none;
}

ul.entry-holder {
	float:left;
	width:616px;
}

.entry.divide-bottom  {
	background:transparent url(images/divider-dottedline.jpg) no-repeat left bottom;
	padding-bottom:29px;
	width:625px;
}

.divide-bottom  {
	background:transparent url(images/divider-dottedline.jpg) no-repeat left bottom;
	padding-bottom:9px;
}

.divide {
	background:transparent url(images/divider-dottedline.jpg) no-repeat left top;
	padding-top:6px;
}

a.dentist-dashboard {
	background:transparent url(images/btn-dentist-dashboard.jpg) no-repeat left top;
	display:block;
	height:130px;
	width:304px;
	text-indent:-30000px;
}

a.dentist-dashboard:hover {
	background:transparent url(images/btn-dentist-dashboard-hover.jpg) no-repeat left top;
}

a.facebook {
	background:transparent url(images/btns-small-drivers.jpg) no-repeat 2px top;
	display:block;
	height:77px;
	width:310px;
	text-indent:-30000px;
	margin-top:-9px;
}

a.facebook:hover {
	 background-position:-310px top;
	 outline:none;
}

a.get-in-touch {
	background:transparent url(images/btns-small-drivers.jpg) no-repeat 2px -85px;
	display:block;
	height:77px;
	width:310px;
	text-indent:-30000px;
}

a.get-in-touch:hover {
	 background-position:-310px -85px;
	 outline:none;
}

a:hover {
	text-decoration:none;
}

.driver {
	padding:29px 0 0 26px;
	width:670px;
	float:left;
}

.event-link p a{
	display:block;
	width:156px;
	height:15px;
	float:left;
	clear:both;
	color:#e15b01;
	font-weight:bold;
	margin-left:725px;
	margin-right:67px;
	margin-top:-20px;
	text-indent:-3000px;
	background:transparent url(images/event-envelope.jpg) no-repeat left top;
}

.event-link a:hover {
	background:transparent url(images/event-envelope-over.jpg) no-repeat left top;
}

/* MOADAL */

div.mask {  
  position:absolute;  
  z-index:9000;  
  background-color:#fff;  
  display:none;  
  top:0px;
}  
     
#event-modem .window {  
	top:30px;
 	display:none;  
  	z-index:9999;  
  	padding:20px; 
}

#event-modem #dialog {
	background:transparent url(images/bg-dialog.png) no-repeat left top;
   	width:384px;   
  	height:500px; 
	position:fixed; 
	color:#929292;
}  

#dialog a.close {
	background:transparent url(images/btn-close.jpg) no-repeat left top;
	text-indent:-3000px;
	display:block;
	height:20px;
	margin-top:20px;
	margin-left:300px;
}

#dialog a.close:hover  {
	background:transparent url(images/btn-close-over.jpg) no-repeat left top;
}

li.form-item input.form-text, li.form-item textarea.form-msg {
	float:left;
	border:none;
	margin-top:5px;
	color:#878787;
	padding:9px 0 0 27px;
}

ul.content-about-event {
	font-size:11px;
	font-family:Arial;
	width:300px;
	margin-top:25px;
	padding-left:25px;
	text-align:left;
}

ul.content-about-event li.intro {
	padding:25px 0 10px 0px;
	width:235px;
	text-align:left;
}

.form-event{
	float:left;
	margin-left:-20px;
}

li.form-item input.form-text, input {
	background:transparent url(images/form-inputfield.jpg) no-repeat left top;
	height:27px;
	width:295px;
}

input {
	height:20px;
}

li.form-item input.form-text:hover, input:hover {
	background-position:left -34px;
	color:#0270c4;
}

li.form-item input.form-text.error {
	background:transparent url(images/form-inputfield.jpg) no-repeat left -68px;
	color:#ff6666;
}

li.form-item input, li.form-item textarea, input, textarea {
	border:none;
	color:#929292;
}

li.form-item textarea.form-msg {
	background:transparent url(images/form-textarea.jpg) no-repeat left top;
	width:249px;
	height:123px;
	font-family:Arial;
	font-size:13px;
	margin-left:2px;
	margin-top:5px;
}

li.form-item textarea.form-msg:hover{
	background-position:left -130px;
	color:#0270c4;
}

li.form-item textarea.form-msg.error {
	background:transparent url(images/form-textarea.jpg) no-repeat left -260px;
	color:#ff6666;
}

textarea {
	background:transparent url(images/form-textarea.jpg) no-repeat left top;
	width:249px;
	height:123px;
	font-family:Arial;
	font-size:13px;
	margin-left:2px;
	margin-top:5px;
}



.submit {
	background:transparent url(images/form-submit.jpg) no-repeat left top;
	width:82px;
	height:34px;
	border:none;
	cursor:pointer;
	color:#6f6e6e;
	outline:none;
	float:left;
	margin-top:0px;
	text-indent:-30000px;
}

li.form-item.submit {
	margin-left:18px;
}

.submit.sidebar {
	margin:10px 0 10px 193px;
}

.submit:hover {
	background-position:left -36px;
	outline:none;
}


a.ask-the-experts {
	background:transparent url(images/btn-ask-the-experts.jpg) no-repeat left top;
	width:304px;
	height:60px;
	text-indent:-30000px;
	display:block;
	outline:none;
}

a.ask-the-experts:hover {
	background:transparent url(images/btn-ask-the-experts-hover.jpg) no-repeat left top;
	outline:none;
}

body.single .entry p.tags {
	color:#269DD7;
	font-size:11px;
	font-weight:bold;
}

p.tags a {
	color:#68C5F2;
}

.next a{
	background:transparent url(images/older-entries.jpg) no-repeat left top;
	width:120px;
	height:33px;
	text-indent:-30000px;
	display:block;
	outline:none;
}

.prev a{
	background:transparent url(images/newer-entries.jpg) no-repeat left top;
	width:120px;
	height:33px;
	text-indent:-30000px;
	display:block;
	outline:none;
}

#content li.entry-title h2 a {
	text-decoration:none;
	
}