/*
Theme Name: Surepass Driving School
Theme URI: http://www.surepassdrivingschool.com/
Description: The Surepass Driving School WordPress theme.
Version: 1.0
Author: Mikhail Dubrovskiy
Author URI: http://w3interactive.net/
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/bodybg.jpg');
	color: #333;
	padding: 0;
	margin: 0;
}

/* table header */
td.tdhead {background: #42abce; color: #FFFFFF; font-weight: bold; }

.dashed, .dashed td, .dashed th, .dashed caption, .dashed {
	border:1px dashed #BBBBBB;
	padding: 4px;
}

#content {
	font-size: 1.2em
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.2em;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9.5pt;
	color: #676666;
	padding-top: 7px;
}

.narrowcolumn .post h2, .widecolumn .post h2, h2.pagetitle, .widecolumn h2, .narrowcolumn h2 {
	color: #0454a4;
	margin: 0;
	margin-top: 10px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12pt;
}

.narrowcolumn .entry h3, .widecolumn .entry h3, .entry h3 {
	color: #0454a4;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9.75pt;
	background: url('images/arr.png') no-repeat center left;
	padding-left: 7px;
}

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

.even, .alt {

	border-left: 1px solid #ddd;
}

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

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
}

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

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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;
	}

.commentlist li, #commentform 3, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, 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;
	}

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

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 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

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


/* General elements
***************************************************************************** */

input:not([type="image"]), select {
	padding: 1px 4px;
	border: 1px solid #cdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-radius-bottomright:0px;
	background: #f9ffff;
}
input.button {
	float: right;
	padding: 1px 8px;
	border: 1px solid #cdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-radius-bottomright:0px;
	cursor: pointer;
}
input.button:hover {
	background: #be261e;
	color: #fff;
	cursor: pointer;
}

input.buttonleft {
	float: left;
	padding: 1px 8px;
	border: 1px solid #cdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-radius-bottomright:0px;
	cursor: pointer;
}
input.buttonleft:hover {
	background: #be261e;
	color: #fff;
	cursor: pointer;
}

label {
	padding: 0 10px;
	font-size: 0.8em;
	color: #666;
}

textarea {
	padding: 9px;
	border: 1px solid #cdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-radius-bottomright:0px;
	background: #f9ffff;
}

div.entry div.wpcf7 {
	margin: 0;
	padding: 0;
	margin-top: 8px;
}

/* Begin Structure */

#page {
	margin: 0px auto 0px 0px;
	padding: 0;
	width: 1000px;
	text-align: left;
}

#header {
	margin: 0;
	padding: 0;
	height: 442px;
	width: 1000px;
}

#headerline {
	background: #004685 url('images/topline.jpg') no-repeat top;
	height: 6px;
	width: 1000px;
}

#headerimg {
	margin: 0;
	height: 66px;
	width: 100%;
}

#logo {
	margin-left: 87px;
	height: 66px;
	width: 187px;
	float: left;
}

#search {
	background: url('images/srch.jpg') no-repeat top right;
	height: 66px;
	width: 368px;
	float: left;
}

#search #s {
	background: url('images/sbg.gif') no-repeat top right;
	height: 16px;
	width: 165px;
	padding: 0;
	padding-left: 4px;
	padding-top: 6px;
	border: 0;
	color: #646464;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9px;

}

.screen-reader-text {
	display: none;
}

#search #searchsubmit {
	background: url('images/go.gif') no-repeat top right;
	height: 22px;
	width: 38px;
	margin-top: 6px;
	border: 0;
	text-indent:-9999px;
	text-align:left;
	border-width:0;
	overflow:auto;
	color: transparent;
	text-transform: capitalize;
}

#smlbuttons {
	float: right;
	padding-top: 25px;
	padding-right: 90px;
}

#banner {
	height: 300px;
	background: url('images/dash.jpg') no-repeat bottom left;
}

#dashboard {
	padding-left: 123px;
	padding-top: 5px;
	background: url('images/dashboard.jpg') no-repeat;
	height: 65px;
}

#dashboard-wide {
	padding-left: 123px;
	padding-top: 5px;
	background: url('images/dashboard-wide.jpg') no-repeat;
	height: 65px;
}

#dashboard img, #dashboard-wide img {
	padding-bottom: 8px;
}

#dashboard a, #dashboard-wide a {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	color: #0454a4;
	text-decoration: underline;
}

#dashboard a:hover, #dashboard-wide a:hover {
	text-decoration: none;
}


#wrapper {
	width: 1000px;
	float: left;
	background: url('images/dash-right.jpg') no-repeat top right;
}

#contentwrap {
	float: left;
	padding: 0;
	margin: 0;
	width: 420px;
	margin-left: 4px;
	background: url('images/content-bg.png') repeat-y;
}

.narrowcolumn {
	padding: 0;
	margin: 0;
	width: 364px;
	padding-left: 30px;
	padding-right: 30px;
	background: url('images/content-bottom.png') no-repeat bottom left;
	padding-bottom: 20px;
	margin-bottom: -17px;
}

#contentwrapwide {
	float: left;
	padding: 0;
	margin: 0;
	width: 696px;
	margin-left: 4px;
	background: url('images/content-bg-wide.png') repeat-y;
}

.widecolumn {
	padding: 0;
	margin: 0;
	width: 640px;
	padding-left: 30px;
	padding-right: 30px;
	background: url('images/content-bottom-wide.png') no-repeat bottom left;
	padding-bottom: 20px;
	margin-bottom: -17px;
}

.wp-pagenavi {
	padding-top: 12px;
}

.post {
	margin: 0 0 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata, .widecolumn .postmetadata {
	padding-top: 5px;
}

.star, .search-excerpt {
	font-weight: bold;
	color: #dc4d24;
}


.postmetadata {
	clear: both;
	margin: 0;
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 8.5pt;
	line-height:1.7em;
	color: #888;
}
	.postmetadata .date, .postmetadata .author, .postmetadata .comment, .postmetadata .category, .postmetadata .tag, .postmetadata .edit {
		margin:  0 0 0 2px;
		padding: 2px 0 2px 20px;
	}
	.postmetadata .date           { background: url(images/icons-normal.png) 0 0 no-repeat; }
	.postmetadata .date:hover     { background: url(images/icons-hover.png) 0 0 no-repeat;	}

	.postmetadata .author         { background: url(images/icons-normal.png) 0 -16px no-repeat; }
	.postmetadata .author:hover   { background: url(images/icons-hover.png) 0 -16px no-repeat;	}

	.postmetadata .comment        { background: url(images/icons-normal.png) 0 -32px no-repeat; }
	.postmetadata .comment:hover  { background: url(images/icons-hover.png) 0 -32px no-repeat;	}

	.postmetadata .category       { background: url(images/icons-normal.png) 0 -48px no-repeat; }
	.postmetadata .category:hover { background: url(images/icons-hover.png) 0 -48px no-repeat;	}

	.postmetadata .tag            { background: url(images/icons-normal.png) 0 -64px no-repeat; }
	.postmetadata .tag:hover      { background: url(images/icons-hover.png) 0 -64px no-repeat;	}

	.postmetadata .edit           { background: url(images/icons-normal.png) 0 -80px no-repeat; }
	.postmetadata .edit:hover     { background: url(images/icons-hover.png) 0 -80px no-repeat;	}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	height: 144px;
	background: url('images/footer.png') no-repeat top left;
	clear: both;
}

#footer-wide {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	height: 144px;
	background: url('images/footer2.png') no-repeat top left;
	clear: both;
}

#phoneholder {
	padding-left: 35px;
	padding-top: 75px;
}

#helpline {
	float: left;
	color: #676666;
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 8.25pt;
	padding-top: 10px;
}

#phone {
	padding-left: 5px;
	float: left;
	color: #6a8db4;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	font-size: 19.5pt;
}

#phone span {
	color: #0454a4;
}

#copyright {
	color: #9599a1;
	float: right;
	padding-right: 8px;
}

#copyright a {
	color: #0454a4;
	text-decoration: underline;
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 8.25pt;
}

#copyright a.web {
	color: #9599a1;
}

#rightbar {
	float: left;
	padding-left: 4px;
}

#blue {
	background: url('images/blue.png') no-repeat top left;
	padding-top: 3px;
	float: left;
	width: 272px;
	height: 187px;
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 8.25pt;
	color: #FFFFFF;
	text-align: center;
}

#blue input:not([type="image"]), #blue select {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9px;
}

#blue small {
	font-size: 7pt;
	color: #FFFFFF;
}

.mmf-form {
	padding: 0;
	margin: 0;
}

#blue div.mmf-response-output {
	padding: 0;
	margin: 0;
	display: none;
}

#blue p {
	margin: 2px;
	padding: 0px;
}

span.mmf-not-valid-tip {
	color: #000;
	font-size: 9px;
}

#blue span.big1 {
	color: #FFFFFF;
	font-family: Arial,Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 0;
}


#blue span.big2 {
	color: #FFFFFF;
	font-family: Arial,Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 0;
}

#blue a {
	text-decoration: none;
	color: #0454a4;
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 8.25pt;
	background: url('images/offer-link.png') no-repeat top left;
	padding-right: 111px;
	padding-left: 5px;
}


#brochure {
	float: left;
	width: 200px;
	height: 48px;
	padding-left: 40px;
	margin-left: 30px;
	margin-top: 15px;
	padding-top: 2px;
	background: url('images/download.png') no-repeat top left;
}

#brochure a {
	color:#0454A4;
	font-family:Arial,Sans-Serif;
	font-size:14pt;
	text-decoration:underline;
}

#brochure a:hover {
	color: #d85f23;
}

#testimonials {
	float: left;
	width: 240px;
	padding-left: 20px;
	margin-top: 10px;
}

#testimonials-header {
	text-decoration: underline;
	font-family: Arial,Sans-Serif;
	font-size: 17.25pt;
	color: #0454a4;
	background: url('images/testimonials.png') no-repeat top right;
	height: 34px;
	width: 200px;
	padding-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
}

#testimonials-header a {
	text-decoration: underline;
	font-family: Arial,Sans-Serif;
	font-size: 17.25pt;
	color: #0454a4;
}

#testimonials-top {
	float: left;
	height: 19px;
	background: url('images/testimonials-top.png') no-repeat top left;
	width: 100%;
}

#testimonials-bg {
	float: left;
	background: url('images/testimonials-bg-str.png') repeat-y top left;
}


#testimonials-content {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	width: 200px;
	margin-left: 5px;
	background: url('images/testimonials-bg.png') no-repeat bottom left;
}


div.testimonials-author {
	float: left;
	padding-bottom: 5px;
	color: #0454a4;
	font-weight: bold;
}

div.testimonials-link {
	float: right;
	padding-bottom: 5px;
}

#testimonials-content a.readmore {
	text-decoration: none;
	color: #ffffff;
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 8.25pt;
	background: url('images/testimonials-link.png') no-repeat top left;
	padding-right: 75px;
	padding-left: 5px;
}

#testimonials-content p {
	padding: 0;
	margin: 7px 0 7px 0;
}

#testimonials-bot {
	float: left;
	height: 19px;
	background: url('images/testimonials-bot.png') no-repeat top left;
	width: 100%;
}


#locpage-holder {
	width: 222px;
	padding-left: 20px;
	padding-right: 30px;
	background: url('images/cover-right.png') no-repeat top right;
	float: left;
	margin-top: 10px;
}

#locpage-header {
	text-decoration: underline;
	font-family: Arial,Sans-Serif;
	font-size: 17.25pt;
	color: #0454a4;
	background: url('images/covering.png') no-repeat top right;
	height: 22px;
	padding-left: 5px;
	margin-top: 10px;
	padding-bottom: 9px;
}

#locpage-holder p {
	padding: 0;
	padding-left: 5px;
	margin: 7px 0 7px 0;
}

#locpage-holder p.sml {
	font-size: 8pt;
	font-style: italic;
}

#locpage-holder p strong {
	color: #ffffff;
	padding: 1px;
	background: #0454a4;
	font-weight: normal;
}

#locpage-holder a {
	text-decoration: none;
	color: #6a8db4;
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 8.25pt;
	font-weight: bold;
	font-style: italic;
	background: url('images/locpage-link.png') no-repeat top left;
	padding-left: 5px;
}

#locpage-scroller {
	overflow: auto;
	padding: 4px;
	height: 120px;
	width: 215px;
	border: 1px solid #ced9e5;
	background: #f5f5f5;
}

.hintcontainer {
    display: none;
    background: url('images/pointer.gif') no-repeat center left;
}

.hint {
	background: #FFF;
	border: 1px solid #42abce;
	float: left;
	margin-left: 9px;
	padding:10px 12px;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 10px 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 {
	float: right;
}

.alignleft {
	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 {
	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;
}

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

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

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

ol li, {
	list-style: decimal outside;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* 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;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0;
	margin: 0;
	float: left;
	width: 300px;
	background: url('images/menu-bg.png') no-repeat top left;
}

#sidebar form {
	margin: 0;
}

#sidebar #pagesmenu {
	background: url('images/left-menu-tile.png') repeat-y top left;
}

#latestnews {
	width: 285px;
	padding-top: 30px;
}

#newsheader {
	background: url('images/latest-news.png') no-repeat top left;
	width: 160px;
	height: 34px;
	color: #ffffff;
	font-size: 15pt;
	padding-left: 48px;
	padding-top: 34px;
	font-family: Arial, Sans-Serif;
}

#newsheader a {
	color: #ffffff;
	font-size: 15pt;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}

#latestnews .news-item .news-date {
	float: left;
	width: 50px;
	color: #01abee;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 8.25pt;
}

#latestnews .news-item .news-content {
	width: 200px;
	float: left;
	padding-left: 10px;
	color: #676666;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 8.25pt;
}

#latestnews .news-item .news-content a {
	color: #0454a4;
	text-decoration: underline;
}

#latestnews .news-item {
	float: left;
	color: #676666;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 8.25pt;
	padding-top: 20px;
	padding-left: 20px;
}

#latestnews .news-item .date-big {
	float: left;
	background: #0454a4;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 20.25pt;
	color: #ffffff;
	margin-right: 5px;
}


#sidebar #pagesmenu #menu1 {
	background: url('images/left-menu-top.png') no-repeat top left;
	padding-left: 30px;
	padding-top: 15px;
}

ul.menu li {
	border-bottom: 1px dashed #c8cacc;
	margin-bottom: 0;
	padding-top: 12px;
	padding-bottom: 10px;
	background: url('images/menu_arr.png') no-repeat top right;
}

ul.menu ul {
	list-style-type:none;
	border-top: 1px dashed #c8cacc;
	padding-top: 10px;
}

ul.menu li ul li, ul.submenu li {
	padding-top: 10px;
	padding-bottom: 8px;
	margin-left: 10px;
	padding-left: 14px;
	background: url('images/menu_arr_blue.png') no-repeat top left;
}

ul.menu li a {
	text-decoration: none;
	color: #0454a4;
	padding: 0px 0px 9px 4px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9pt;
}

ul.submenu li a {
	font-size: 10pt;
}

ul.menu li a span {
	padding: 2px 6px 3px 8px;
}
ul.menu li a:hover, ul.menu li.current_page_item a,  ul.menu li.current_page_parent a {
	text-decoration: none;
	color: #FFFFFF;
	background: #42abce;
	padding: 0px 0px 9px 4px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	background: url('images/link-bg.png') no-repeat top right;
}
ul.menu li a:hover span, ul.menu li.current_page_item a span, ul.menu li.current_page_parent a span {
	padding: 2px 6px 3px 8px;
	background: #42abce;
}


ul.menu ul li, ul.submenu li {
	border-bottom: 1px dashed #c8cacc;
}

ul.menu li ul li a, ul.menu li.current_page_item ul li a, ul.menu li.current_page_parent ul li a {
	text-decoration: none;
	color: #0454a4;
	padding: 0;
	font-size: 8.25pt;
	background: none;
}
ul.menu li ul li a span, ul.menu li.current_page_item ul li a span, ul.menu li.current_page_parent ul li a span {
	padding: 0;
	background: none;
}
ul.menu li ul li a:hover, ul.menu li ul li.current_page_item a {
	text-decoration: underline;
	color: #0454a4;
	padding: 0;
	font-size: 8.25pt;
	background: none;
}
ul.menu li ul li a:hover span, ul.menu li ul li.current_page_item a span {
	padding: 0;
	background: none;
}



/*ul.menu ul li.page-item-11, ul.menu ul li.page-item-17, ul.menu ul li.page-item-28, ul.menu ul li.page-item-40, ul.menu li.page-item-47 { border-bottom: 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:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* 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;
	}

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 */


/* Google checkout cart */
.product {
	margin-bottom: 20px;
}

.override #googlecart-summary {
	color: #676666;
}

.override .googlecart-widget-title {
    color:#0454A4;
	font-family:Tahoma,Verdana,Arial,Sans-Serif;
	font-size:9pt
}

.override .googlecart-widget-price {
	color: #676666;
}

.override .googlecart-widget-remove, .override .googlecart-widget-restore {
	color: #0454A4;
}

.override .googlecart-widget-footertext, .override .googlecart-widget-totalprice, .override .googlecart-widget-disclaimer, .override .googlecart-widget-totalmessage {
	color: #676666;
}
/* Google checkout cart */
