/*
Theme Name: Canny Bus
Theme URI: http://www.420webpros.com
Description: Theme Designed by 420webpros for Canny Bus
Version: 1.0
Author: 420webpros
Author URI: http://www.420webpros.com/
Tags: Canny, Bus, Canny Bus, 420webpros
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region – Styles for comment thread, forms, etc.
5. Sidebar Region – Styles for widgets, additional menus lists and links.
6. Footer Region – Styles specific to the footer region.
7. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/

/*=== START SECTION 1 - Initial Styling ===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
	background: url(images/background1.jpg) top center no-repeat #000;
}
#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 0px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
a img {
	border: none;
}
a {
	outline: none;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	width: 1000px;
	margin: 0px;
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
#menu{
	padding: 0;
	margin: 0px 25px 0;
	width: 945px;
	height: 232px;
	background: url(images/menubg.png) top left no-repeat;
	font-size: 15px;
	font-family: verdana;
	font-weight: bold;
	position: relative;
}
#menu ul {
	margin: 0;
	padding: 85px 0 0 30px;
	z-index: 2000;
}
#menu li {
	float: left;
	list-style-type: none;
	position: relative;
	width: auto;
	margin: 0 2px;
	border: 1px solid transparent;
}
#menu li ul {
	position: absolute;
	display: none;
	background: url(images/menuDropBg.jpg) top left repeat-x #190B00;
	border: 1px solid #7a5434;
	margin: 0 !important;
	padding: 0;
	width: auto;
	height: auto;
	top: 60px;
	left: -.5px;
}
#menu li li {
	float: none;
	margin: 0 !important;
	padding:0;
	width: 100%;
}
#menu li:hover ul {
	display: block;
}
#menu li a:link, #menu li a:visited {
	color:#d5ba75;
	display:block;
	float:left;
	margin: 0;
	padding:15px 14px 25px;
	text-decoration:none;
	text-transform:uppercase;
	border: 1px solid transparent;
}
#menu li a:hover, #menu li.current_page_item a {
	color: #fff;
}
#menu li:hover, #menu li.current_page_item {
	text-decoration: none;
	color: #d5ba75;
	background: url(images/menuHover.png);
	border-left: 1px solid #7a5434;
	border-right: 1px solid #7a5434;
	border-bottom: 1px solid #7a5434;
}
#menu li li a {
	float: none !important;
	margin: 0 !important;
	padding: 6px 10px !important;
	color: #897566 !important;
	font-size: 12px !important;
	font-weight: normal !important;
	white-space: nowrap;
}
#menu li li, #menu li li:hover {
	border: none !important;
	border-top: 1px solid #7a5434 !important;
}
#menu li li:first-child {
	border: none !important;
}
#menu li li a:hover {
	background: #000 !important;
	border: 1px solid transparent !important;
}

#menu #cartMenu {
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #fff;
	font-size: 10px;
}
#cartMenu a {
	padding: 0 5px !important;
	margin: 0;
}
#cartMenu li {
	border: none;
	border-left: 1px solid #2E1805;
}
#cartMenu li:first-child, #cartMenu li:first-child:hover {
	border: none;
}
#cartMenu li:hover {
	border: none;
	border-left: 1px solid #2E1805;
}
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 945px;
	overflow: hidden;
	margin: 0 25px;
	padding-bottom: 50px;
	background: url(images/mainbg.jpg) bottom left no-repeat #0c0807;
}
#content {
	width: 640px;
	margin-left: 25px;
	padding: 15px 10px 0;
	float: left;
	line-height: 21px;
	color: #d3c4c4;
	font-size: 13px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#content .wpcf7 {
	clear: both;
	overflow: hidden;
}
#content input, #content textarea, #content select {
	border: 1px solid #302520;
	background: #0F0B09;
	color: #fff;
	width: 175px;
	float: left;
}
#content input[type="checkbox"], #content input[type="radio"] {
	width: auto;
}
#content input[type="submit"], #content button, #sidebarBlog #submit {
	width: 107px;
	height: 31px;
	line-height: 31px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	background: url(images/buttonBg.png) top left no-repeat;
	border: none !important;
}
#content input[type="image"] {
	border: none;
}
#content input.submit {
	width: 75px;
	height: 28px;
	background: url(images/submit.png) no-repeat;
	margin: 240px 0 20px 195px;
	border: none;
}
#content strong {
	font-size: 14px;
}
#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
	color: #8CC931;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#content h2, #content h2 a {
	color: #9d7554;
	font-family: verdana;
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	padding: 0 !important;
	line-height: 32px;
}
#content h2 a {
	color: #8cc931;
	font-size: 27px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#content h3 {
	color: #9d7554;
	font-family: verdana;
	font-size: 17px;
	line-height: 21px;
	margin: 0;
	padding: 15px 0 0;
	clear: both;
}
.greenText {
	color: #8cc931;
	font-size: 19px;
	font-weight: bold;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.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;
}
.post {
	padding: 5px;
	font-size: .9em;
	clear: both;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.post a {
	color: #5D8607;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content blockquote {
  font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
  color: #000000;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	height: 56px;
	width: 47px;
	display: inline;
	float: left;
	margin: 5px 10px 0 0;
	color: #111111;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: url(images/dateBg.png) top left no-repeat;
}
.entry-month {
	font-size: 11px;
	line-height: 14px;
	width: 47px;
	color: #fff;
	text-align: center;
	height: 28px;
	margin: 0;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.entry-day {
	font-size: 17px;
	text-align: center;
	height: 25px;
	width: 47px;
	margin: 0;
	font-weight: bold;
	line-height: 20px;
}
.navigation {
  clear: both;
}
.navigation a {
	color: #8cc931;
}
.navigation .alignright {
	background: url(images/arrow_right.gif) 100% 7px no-repeat;
	padding-right: 15px;
}
.navigation .alignleft {
	background: url(images/arrow_left.gif) 0 7px no-repeat;
	padding-left: 15px;
}
.entry-meta {
  margin: 10px 0 10px 55px;
	padding-left: 5px;
	height: 19px;
	background: #332622;
	color: #98756b;
	font-size: 12px;
}
.entry-meta a {
	color: #98756b;
	font-weight: bold;
	font-size: 11px;
}
.entry-comments {
	clear: both;
}
.comment-body{
	padding: 8px;
}
.entry-comments-block {
	width: 464px;
	height: 11px;
	background: #1c1412;
	float: left;
}
.entry-comments .comments {
	padding-bottom: 3px;
	float: left;
}
.entry-comments .comments img {
	float: left;
	margin-left: 5px;
}
.entry-comments .comments a {
	color: #5d8607;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.entry-more {
	float: left;
}
.entry-more img {
	float: left;
	margin-left: 5px;
}
.entry-more a {
	color: #000;
	padding: 0 !important;
	line-height: 11px;
}
.entry-more span {
	color: #000;
	background: #5d8607;
	display: block;
	padding: 1px 5px;
	float: left;
	height: 11px;
	margin: 2px 0 0 5px;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {	
	width: 100%;
}
.thread-even {
	border: 1px solid #332622;
}
.thread-odd {
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
	color: #5D8607;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar, #sidebarBlog, #sidebarCart {
	width: 220px;
	float: right;
	margin: 0 25px 0 0;
}
#sidebar h1, #sidebarBlog h1 {
	font-size: 1.4em;
}
#sidebar h2, #sidebar h2 a {
	font-size: 19px;
	color: #8cc931;
}
#sidebarBlog h2 {
	font-size: 16px !important;
	color: #8cc931;
	text-align: left !important;
	padding: 15px 0 12px 15px !important;
	margin: 0;
}
#sidebar ul, #sidebarCart ul, #sidebarBlog ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul ul, #sidebarBlog ul ul, #sidebarCart ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar .widget {
	margin: 17px 0;
}
#sidebarBlog .widget {
	padding-bottom: 20px;
}
#sidebar li:first-child {
	margin-top: 0;
}
#sidebar .widget_newsletter, #sidebar .widget_ajaxNewsletter, #sidebarBlog .widget {
	background: url(images/vipBodyBg.png) bottom left no-repeat;
}
#sidebarBlog .widget {
overflow: hidden;
margin-bottom: 20px;
}
#sidebar .widget_newsletter h2, #sidebar .widget_ajaxNewsletter h2, #sidebarBlog .widget h2{
	background: url(images/vipHeaderBg.png) top left no-repeat;
	padding: 10px 0 12px;
	text-align: center;
}
#sidebar .widget_newsletter span, #sidebar .widget_ajaxNewsletter span {
	margin: 5px 0px 5px 20px;
	width: 177px;
	height: 25px;
	background: url(images/inputBg.png) no-repeat;
	display: block;
	border: 1px solid #302520;
}
#sidebar .widget_newsletter input, #sidebar .widget_ajaxNewsletter input {
	color: #7c5f56;
	background: none;
	width: 175px;
	border: none;
	height: 22px;
	margin: 1px 2px;
}
#sidebar .widget_ajaxNewsletter input {
	margin-left: 20px;
	width: 177px;
	height: 25px;
	background: url(images/inputBg.png) no-repeat;
	border: 1px solid #302520;
	padding: 0;
}
#sidebar .widget_newsletter #submit, #sidebar .widget_ajaxNewsletter .submit{
	width: 75px;
	height: 28px;
	background: url(images/submit.png) no-repeat;
	margin: 5px 0px 20px 125px;
	border: none;
}
#sidebar .widget_ajaxNewsletter .bottle {
	margin: -34px 0 -45px;
}
#sidebar .Latest_tweets_widget .widgettitle {
	background: url(images/twitterTitleBg.png) bottom right no-repeat;
	width: 250px;
	height: 75px;
	color: #aa8b82;
	text-indent: 20px;
	line-height: 45px;
	margin-bottom: -40px;
}
#sidebar .Latest_tweets_widget h2 a {
	font-size: 12px;
	color: #aa8b82;
}
#sidebar .Latest_tweets_widget ul, #sidebarBlog ul ul {
	margin: 0;
	padding: 0;
}
#sidebar .Latest_tweets_widget li {
	background: url(images/bullet.png) 0px 5px no-repeat;
	padding-left: 15px;
}
#sidebar .Latest_tweets_widget {
	color: #8cc931;
}
#sidebar .Latest_tweets_widget a, #sidebar .Latest_tweets_widget span {
	color: #8cc931;
}
#sidebarBlog .Latest_tweets2_widget .widgettitle {
	background: url(images/twitterTitleBg.png) bottom right no-repeat;
	width: 250px;
	height: 75px;
	color: #aa8b82;
	text-indent: 20px;
	line-height: 45px;
	margin-bottom: -40px;
}
#sidebarBlog .Latest_tweets2_widget h2 a {
	font-size: 12px;
	color: #aa8b82;
}
#sidebarBlog .Latest_tweets2_widget ul, #sidebarBlogBlog ul ul {
	margin: 0;
	padding: 0;
}
#sidebarBlog .Latest_tweets2_widget li {
	background: url(images/bullet.png) 0px 5px no-repeat;
	padding-left: 15px;
}
#sidebarBlog .Latest_tweets2_widget {
	color: #8cc931;
	background: none !important;
}
#sidebarBlog .Latest_tweets2_widget a, #sidebarBlog .Latest_tweets2_widget span {
	color: #8cc931;
}
#sidebarBlog .widget_text {
	background: none !important;
}
#sidebarBlog ul ul li {
	background: url(images/bullet.png) 0px 5px no-repeat;
	padding-left: 10px;
}
#sidebarBlog ul ul {
	margin: 10px 0px 0px 20px;
}
#sidebarBlog ul ul a {
	text-decoration: none;
	color: #946e4f;
	font-size: 12px;
}
#sidebarBlog ul ul a:hover {
	text-decoration: underline;
}

#sidebarBlog .widget_wp_shopping_cart .widget_body {
	padding: 10px 15px 0px; 
	color: #fff;
	overflow: hidden;
}
#sidebarBlog .widget_wp_shopping_cart a {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
#sidebarCart p {
	margin: 0;
	padding: 0;
}
#sidebarCart li li {
	background: url(images/cartBullet.png) 0px 8px no-repeat;
	padding-left: 10px;
}
#sidebarCart li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-family: verdana;
}
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
	font-size: 12px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#footer .accordance {
	color: #8cc931;
	margin: 30px 0 5px;
}
#footer .sec {
	color: #b6bf96;
	margin: 5px 0;
}
#footer .webpros {
	color: #545454;
	margin: 30px 0px 45px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #545454;
}
#footer a:hover {
	text-decoration: none;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
.product {
	border-bottom: 1px solid #2c1d14;
	padding: 15px 0;
	overflow: hidden;
}
.product ul {
	list-style-type: disc;
	margin: 0;
	padding-left: 15px;
}
.product li {
	padding: 0;
	line-height: 17px;
	font-size: 13px !important;
}
.product p {
	font-size: 13px !important;
}
.product h2 {
	color: #8cc931 !important;
	font-size: 21px !important;
	margin: 0 0 10px !important;
}
.catTitle {
	margin: 0 25px;
	border-bottom: 1px solid #689c3c;
	overflow: hidden;
}
.catTitle #titleWrap {
	background: url(images/categoryHead.png) top left no-repeat;
	height: 39px;
	line-height: 39px;
	float: left;
}
.catTitle h2 {
	color: #000 !important;
	margin: 0 10px;
}
.catTitle span {
	background: url(images/categoryHeadRight.png) top right no-repeat;
	display: block;
	height: 39px;
	min-width: 229px;
	width: 100%;
}
.prodImage {
	background: #764c30;
	padding: 10px;
	float: left;
	width: 228px;
}
.prodImage img {
	border: 1px solid #fff;
	width: 225px;
}
.prodDes {
	float: left;
	margin: 0 20px;
	width: 380px;
}
.prodPrice {
	background: url(images/menuPricebg.png) top left no-repeat #B8D638;
	float: left;
	width: 207px;
}
.prodPrice p {
	margin: 10px;
	font-size: 19px !important;
	color: #000;
}
.prodPrice strong {
	font-size: 20px !important;
}
.prodPrice span {
	color: #a76a37;
}
#registerform p {
	width: 49%;
	margin-bottom: 0;
	float: left;
}

#login_error, .message {
-moz-border-radius:3px 3px 3px 3px;
border-style:solid;
border-width:1px;
margin:0 0 16px 8px;
padding:12px;
font-size: 11px;
}
.error, .login #login_error {
background-color:#FFEBE8;
border-color:#CC0000;
}
/*=== END SECTION 7 - Misc. & Plugins ===*/

.producttext input, .producttext select {
	float: none !important;
	width: auto !important;
}
.producttext input {
	color: #000 !important;
}
form#change_country select, form#change_country input {
	clear:both;
	float:left;
	margin:0 0 10px;
	width:150px;
}
