/*   
Theme Name: EasyCart
Theme URI: http://www.csstemplateheaven.com
Description: A WP-ecommerce compatible theme
Author: Dieter Schneider
Author URI: http://www.csstemmplateheaven.com
Version: 1.0
*/

@import url('style_browser_reset.css');
/*================================================================
Typography and links
==================================================================*/

/*------- Headings -------*/

h1, h2, h3, h4, h5, h6 {
	letter-spacing: .04em;
	line-height: normal;
	color: #175379;
}

h1 {font-size: 2em; margin-bottom: 20px; border-bottom: 1px solid #e4e4e4; padding-bottom: 5px}
h2 {font-size: 1.4em;}
h3, h4, h5, h6 {font-size: 1em; font-weight: bold;}

h2.pagetitle_archive { height: 32px; padding-top: 8px; padding-left: 50px; margin-bottom: 10px; 
                    background: #ffffcc url(images/archive.png) no-repeat;
                    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

h2.search_results { height: 32px; padding-top: 8px; padding-left: 50px; margin-bottom: 10px;
					background: #ffffcc url(images/search_results.png) no-repeat;
                    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

h2.not_found { height: 32px; padding-top: 8px; padding-left: 50px; margin-bottom: 10px;
					background: #ffffcc url(images/404.png) no-repeat;
                    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

/*-------- Paragraphs -------- */

p {
	padding: 0 0px 15px;
}

small {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic
}

small a:link, small a:visited {
	text-decoration: none
}

strong {font-weight: bold;}

em {font-style: italic;}

/* widget text */

.textwidget {padding: 10px;}

/*------- Links ------*/

a:link, a:visited {
	color: #1889d0;
	text-decoration: underline;
}
a:hover {color: #649632}

h1 a:link, h1 a:visited {text-decoration: none; color: #175379}

h2 a:link, h2 a:visited, .sidebar_nav a {
	text-decoration: none;
}

/* lists */

.page_content ul {margin-bottom: 15px; margin-left: 30px}

.page_content ul li {list-style:inside; list-style-type: disc; margin-bottom: 5px}

/*------ blockquote -----*/

blockquote {
	margin: 10px 30px;
	padding: 20px;
	border: 1px dotted gray;
	font-style: italic;
}

/*------ Archive Category tags -----*/

.cat_tags {
	background: url(images/tags.png) no-repeat left center;
	padding-left: 65px;
	height: 30px;
	border: 0px solid gray;
}

.cat_tags ul li {
	display: inline;
	margin-right: 3px;
	background: #f0f0f0;
	padding: 3px 6px;
	float: left;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.cat_tags li a {text-decoration: none; color: #175379; text-shadow: 0 1px 0 #fff}

/*------ next and previous links -----*/

.prev_left a, .next_left a {text-decoration: none;}

.next_left {float: right; background: url(images/next_prev_left.png) no-repeat; height:21px; max-width: 275px; overflow: hidden; padding: 1px 12px 0 8px; position: relative; font-size: .8em}
.next_right {float: right; background: url(images/next_prev_right.png) no-repeat; height:22px; width: 12px; position: absolute; right: 0; top: 0}

.prev_left {float: left; background: url(images/next_prev_left.png) no-repeat; height:21px; max-width: 275px; overflow: hidden; padding: 1px 12px 0 8px; position: relative; font-size: .8em}
.prev_right {float: right; background: url(images/next_prev_right.png) no-repeat; height:22px; width: 12px; position: absolute; right: 0; top: 0}


/*================================================================
Site Structure
==================================================================*/

body {
	font-size:100%;
	line-height:1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666
}

/* Homepage styles */

#screen {height: 410px; background: url(images/screen.jpg) no-repeat; margin: 10px 0; padding: 30px 0 0}

#home_left {float: left; width: 300px}
#home_right {float: right; width: 300px;}
#home_middle {margin-left: 330px; margin-right: 330px;}

.home_box {
	padding: 5px; 
	min-height: 200px;
	background:#fff; 
	padding-bottom: 25px;
	border: 1px solid #e0e0e0;
	 border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

#home_left h3, #home_right h3, #home_middle h3 {
	margin-bottom: 15px; 
	padding: 10px; 
	background: #e8e8e8; 
	font-size: 1.3em; 
	font-weight: normal;            
	color: #333; 
	 border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#home_left p {padding: 0 10px}

#home_middle ul {padding: 10px;}
#home_middle ul li {padding: 5px; border-bottom: 1px solid #f3f3f3}
#home_middle ul li a {font-weight: 100; text-transform: uppercase; text-decoration: none; color: #1889d0;}
#home_middle ul li a:hover {color: #649632;}

.view_details {float: right}


/* end homepage styles */

#pages {
	background: #f1f1f1 url(images/body-pages.png) repeat-x;
}

#social_icons {
	position: absolute;
	top: 16px;
	right: 12px;

}

#page_wrapper {	
    width: 975px;
	margin: 0px auto;
	position: relative;
	
}


#header {
	height: 40px;
	clear: both;
}

#logo {float:left; margin-right: 15px; position: absolute}

#container {	
    width: 975px;
	font-size:0.875em;
	margin-bottom: 30px;
	overflow: hidden
}

#main_content_left {
	width: 640px;
	float: left;
	margin: 0px 0;
}

#main_content_right {
	width: 300px;
	float: right;
	margin: 0px 0;
}

#sidebar {
	width: 300px;
	background: #fff;
	padding: 5px 0;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#footer {
	height: 36px;
	padding-top: 20px;
	clear: both;
	text-align: center;
	background: url(images/footer.png) repeat-x;
	font-size: .7em
}

/*-----------------------------------------------*/
/*---------------      Slider     --------------*/
/*---------------------------------------------*/

	#slideshow {
	background-color: #202020;
	width: 890px;
	height: 283px; 
	margin: 5px 0px 0px 36px;
	float: left;
	}
	#slideshow a {color: #FFF}
	
	#slideshow img {float: left; margin-right: 25px; padding: 10px; background: #fff; border: 1px solid black}
	
	#slideshow-threed{
	width: 920px;
	height: 283px; 
	margin: 15px 0px 0px 0px;
	float: left;
	}
	
	#box-nav-slider{
	width:935px;
	height:17px;
	float:left;
	}
	
	#slideshow-navigation a{
	background: url(images/slide.png) no-repeat scroll 50% 50%;
	display: block;
	float: left;
	font-size: 0px;
	width: 9px;
	height: 9px;
	margin: 10px 0 0;
	outline-style: none;
	outline-width: medium;
	padding: 2px;
	}
	
	#slideshow-navigation{float:right; padding-right:10px}
	#slideshow-navigation .activeSlide {background: url(images/slide.png) no-repeat scroll 0% 50%;}
	.slidehalf { margin-top:0px; margin-right:20px; float:left;} /* Editable Slider Image Position */
	.slidehalf2 { margin-top:0px; margin-right:0px; float:left;} /* Editable Slider Image Position */
	.slide-text h2{color:#FFF; padding: 0px 20px 0px 0px}
	.slide-text {padding: 30px}
	.slide-text p{font-size:12px; color:#b5b5b5; line-height:22px;}
	.flash-img {text-align:center; display:block; margin:100px auto 0 auto;}
	
	a.read_more{color:#ff4e00; font-size:12px; float: right; margin-right: 20px}


/*================================================================
The posts
==================================================================*/

.post_date {float: right; text-align: center; line-height: normal; background: url(images/date.png); width: 114px; height: 48px; margin-right: -28px; color: #fff}

.post_day {font-family: Georgia, "Times New Roman", Times, serif; font-size: 2em; margin-left: 8px}

.post_month {font-size: 1.2em; font-family: Georgia, "Times New Roman", Times, serif; }

.heading {width:480px; float: left; margin-bottom: 20px}


/* Regular posts (and pages) */

.page_content {
	background: #fff; 
    padding: 20px 18px; 
	border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.post_header{
	width: 640px;
	height: 20px;
	background: #fff
}

.post_header_blog {
	width: 600px;
	padding: 20px;
	height: 40px;
	background: #fff
}


.post_body {
	padding: 0px 20px;
	font-size: .9em;
	line-height: 1.6em;
	background: #fff
}

.post_footer {
    padding-bottom: 22px;
	width: 600px;
	margin-bottom: 25px;
	text-align: right;
	clear: both;
	margin-left: -20px
}

.post_footer_archive {
	margin-top: 10px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: right;
	background: #fff
}

.meta {
	margin: 25px 0;
	padding: 0px 25px 10px;
	color: #666;
}

/* Archive extras */


.archive_comment_count {
	float: right;
	background: url(images/comments_big.png) no-repeat;
	width: 46px;
	height: 39px;
	padding-right: 4px;
	margin-top: -25px;
	text-align: center;
	padding-top: 3px;
	font-size: 1.4em;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif
}

.archive_comment_count a {
	text-decoration: none;
	color: #175379;
	text-shadow: 0 1px 0 #fff
}

#search_results_header {background: url(images/search_results.png) no-repeat; text-align: center; font-size: 1.8em; width: 640px; height: 56px; margin: auto;}

/*================================================================
Sidebar
==================================================================*/

#sidebar h3, #sidebar_right h3 {
	color: #666;
	padding: 12px;
	margin: 12px;
	background: #f4f4f4;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.sidebar_nav ul {}
.sidebar_nav li {}
.sidebar_nav ul li {border-bottom: 1px solid #efeeee; padding: 5px 0; margin: 0 35px;}
.sidebar_nav ul ul li {border-bottom: none; text-indent: 15px; margin-right:0px; padding: 5px 0;}
.sidebar_nav ul ul li li {background: url(images/sub-nav.png) no-repeat center left;}
.sidebar_nav ul ul ul li {}

.sidebar_nav ul ul li a {background: url(images/sub-nav.png) no-repeat center left;}

.sidebar_nav a {
    display: block;
    padding: 4px;
	text-decoration: none;
}

.sidebar_nav a:link, .sidebar_nav a:visited {
	color: #183152;
	text-decoration: none;
}

.sidebar_nav a:hover {
	color: #069 
}

/*================================================================
Top navigation
==================================================================*/

/***** drop menu *****/

#dropmenu {padding-left: 200px}

#dropmenu, #dropmenu ul {
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:300;
	font-weight: normal;
	letter-spacing: .06em;
}

#dropmenu ul {margin-top: 3px;}

#dropmenu a {
	display:block;
	padding: 15px 15px 15px;
	text-decoration:none;
	color: #fff;
	border: 0px solid white;
	font-size: .8em;
}

#dropmenu a:hover {
	color: #e6f2f9;
	background: url(images/hover.png) repeat-x center;
}

#dropmenu li {
	float:left;
	position:relative;
}

#dropmenu ul {
	position:absolute;
	display: none;
	width:180px;
	top: 3em;
	left: 0px;
}

#dropmenu ul a {
	background: #0c5685;
}

#dropmenu li ul {
	width:224px;
}

#dropmenu li ul a {
	width: 193px;
	height:auto;
	float:left;
	padding: 5px 15px;
}

#dropmenu ul ul {
	top:auto;
}

#dropmenu li ul ul {
	left: 212px;
	margin: 0px 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
	background: #0c5685;
}


/*================================================================
Respond and Comments
==================================================================*/

/* the respond froms */

#respond {
	margin-top: 25px;
}

#respond p {padding: 2px 0}

#comment {width: 100%;}

#submit {margin-bottom: 15px;}


/* the comments */

ol.commentlist { list-style:none; margin:0 0 1em; padding:0px; text-indent:0; }
ol.commentlist li {border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}

ol.commentlist li.comment { border: 0px solid red; padding: 0; margin: 10px 0; background:#e9ebee }

ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard {   }
ol.commentlist li div.vcard cite.fn { font-size: 1.3em; text-transform: capitalize }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:1px solid gray; float:right; margin:0 0 1em 1em; padding: 2px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:.8em; }
ol.commentlist li div.comment-meta a { color:#000; }
ol.commentlist li p { margin:1em 0 1em; }
ol.commentlist li ul { font-size:1em; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:1em; }

ol.commentlist li div.reply a { font-weight:bold; padding: 3px 5px; border: 1px solid #fff; text-decoration: none; background: #5b9cd2; color: #fff;
                                border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
ol.commentlist li div.reply a:hover { background: #669933; color: #fff}

ol.commentlist li ul.children { list-style:none; margin: 20px 0 0; text-indent:0; }

ol.commentlist li ul.children li { background: url(images/seperator.png) repeat-x top }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-3 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-4 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-5 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-6 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-7 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-8 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-9 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-10 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { padding: 20px; background: #e3edf3 }
ol.commentlist li.odd { padding: 20px; background: #f7f7f7 }
ol.commentlist li.parent { border-left:0px solid #188dac; }
ol.commentlist li.pingback { border-bottom:0px dotted #666; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.cancel_comment_reply {margin-top: 5px;}

.cancel_comment_reply small a {padding: 3px; background: #ffffcc; width: 160px; text-decoration:none}


/*================================================================
Image floats for posts
==================================================================*/

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, .post_thumb, .featured_thumb {
	float: left
	}
	
.post_thumb {margin: 2px 20px 0px 0px; padding: 1px; background: #fff; border: 10px solid #e7e7e7}

.post_thumb_archive {margin: 2px 7px 2px 0px; padding: 4px; background: #fff; float: left}

.featured_thumb {margin: 0px 15px 4px 0px; padding: 10px; background: #fff}

/*================================================================
Forms
==================================================================*/

/* General forms */

fieldset {border:1px solid gray; padding: 15px;}

legend {
  padding: 0.2em 0.5em;
  border:1px solid gray;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .08em;
}


/* Search form */

.search_form { width: 220px; margin: 25px 30px; padding: 10px; background: #ebf6fd; border: 1px solid #a5cce3;
              border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.search_form:hover {background: #FFC}

.search_input {border: 1px solid #c5e2f2; width: 175px; padding: 3px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

.search_submit {float: right}





/* misc */

#verified {width: 300px; height: 100px; background: url(images/paypal.png) no-repeat}




