/*  
	Theme Name: Store
	Description: A Great Theme to Sell Your Goods and Services
	Version: 1.2
	Author: Organized Themes
	Author URI: http://www.organizedthemes.com
*/

/* @group Reset */

/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* @group Type */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111;
font-family: Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif"; }

h1 { font-size: 36px; line-height: 1; margin-bottom: 8px; }
h2 { font-size: 24px; margin-bottom: 12px; }
h3 { font-size: 20px; line-height: 1; margin-bottom: 12px; }
h4 { font-size: 18px; line-height: 1.25; margin-bottom: 20px; }
h5 { font-size: 16px; font-weight: bold; margin-bottom: 24px; }
h6 { font-size: 16px; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0;}

p  			{ margin: 0 0 24px;	font-size: 16px;	padding-bottom: 5px; }
p img.left  { float: left; margin: 24px 24px 24px 0; padding: 0; }
p img.right { float: right; margin: 24px 0 24px 24px; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; }

blockquote  { margin: 24px; color: #666; font-style: italic;	background-color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 24px; font-style: italic; }
del         { color:#666; }

li ul, 
li ol       { margin: 0 24px; }
ul, ol      { margin: 0 24px 24px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 24px; }
dl dt       { font-weight: bold; }
dd          { margin-left: 24px;}

/* @end */

/* @group Body */

body {
	margin: 0 auto;
	background: #b8b8b8 url(images/flooring.jpg) repeat center top;
	color: #000;
	font-family: Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif";
}

body p {
	font: 16px Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif";
}

body a, body a:visited {
	text-decoration: none;
	color: #ff7008;
}

body a:hover {
	text-decoration: underline;
}

body img {
	border: none;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 0;
}

/* @end */

/* @group Header */

#header {
	height: 200px;
	background: url(images/wrapper-top-trans.png) no-repeat center bottom;
}

.logo {
	float: left;
	margin-top: 30px;
}

.text-logo {
	float: left;
	margin-top: 42px;
	width: 450px;
}

.text-logo h1 {
	color: #fff;
	font: bold 46px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.top-ad {
	width: 468px;
	height: 60px;
	float: right;
	margin-top: 40px;
	margin-right: 19px;
}

/* @group Navigation */

#navigation {
	width: 675px;
	height: 40px;
	float: right;
	background-color: #363636;
	-webkit-box-shadow: 1px 0px 5px #000;
    -moz-box-shadow: 1px 0px 5px #000;
    box-shadow: 1px 0px 5px #000; 
	-moz-border-radius-bottomleft: 10px;  
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;  
	-webkit-border-bottom-right-radius: 10px;  
}


.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	float: left;
}

.sf-menu {
	line-height:	1.0;
}

.sf-menu ul {
	float: left;
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width:			100%;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	position: relative;
	display: inline;
	float: left;
}

.sf-menu a {
	float: left;
	display: block;
	position: relative;
	padding: 0 0 15px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}

.sf-menu a, .sf-menu a:visited {
	float: left;
	display: block;
	position: relative;
	color: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}

.sf-menu a:hover {
	color: #ff7008;
	text-decoration: none;
}

.current_page_item a, .current_page_item a:visited {
	color: #ff7008;
	text-decoration: none;
}

.current_page_ancestor a, .current_page_ancestor a:visited{
	color: #fff;
}

.current_page_parent a,  .current_page_parent a:visited{
	color: #ff7008;

}

.sf-menu li ul {
	width: 180px;
	background-color: #363636;
	-webkit-box-shadow: 0px 2px 2px #000;
    -moz-box-shadow: 1px 0px 5px #000;
    box-shadow: 1px 1px 5px #000; 
	-moz-border-radius-bottomleft: 10px;  
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;  
	-webkit-border-bottom-right-radius: 10px;
	-webkit-box-shadow: 1px 0px 5px #000;
    -moz-box-shadow: 1px 0px 5px #000;
    box-shadow: 1px 0px 5px #000;
	z-index: 5;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: -1px;
}

.sf-menu li li {
	float: left;
	padding: 0px;
}

.sf-menu li li a, .sf-menu li li a:visited {
	color: #fff;
	float: none;
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
}

.sf-menu li li a:hover {
	color: #ff7008;
	padding: 10px;
	font-weight: bold;
}

.sf-menu li li li {
	color: #fff;
}
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	display: none;
}

.sf-menu img {
	margin-top: -1px;
}

/* @end */

/* @group Search */
	
#searchform {
}
	
input#s {
	width: 145px;
	color: #000;
	height: 18px;
	font-size: 16px;
	font-family: Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif";
	border-style: none;
	background: transparent;
	margin-top: 6px;
	margin-left: 14px;
}

#sbutt {
	border: none;
	width: 57px;
	height: 27px;
	margin-left: -6px;
	text-indent: -9999px;
	background: transparent;
	cursor: pointer;
}

.rss img  {
	float: right;
	margin-top: 5px;
}


/* @end */


/* @end */

/* @group Page */
#page {
	margin: 0 auto;
}

#page-left {
	float: left;
	width: 300px;
	margin-top: 15px;
	padding: 5px;
}

#page-right {
	width: 640px;
	float: right;
	margin-top: 20px;
}

#page-right-content {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #343434;
	-webkit-box-shadow: 1px 0px 5px #000;
    -moz-box-shadow: 1px 0px 5px #000;
    box-shadow: 1px 0px 5px #000;
}

#page-right-content p {
	color: #fff;
}

#page-right-content ul, #page-right-content ol {
	color: #fff;
	font-size: 16px;
}

#page-right-content li {
	color: #fff;
	padding-bottom: 5px;
	font-size: 16px;
}

#page-right-content h1 {
	color: #ff7008;
	margin-bottom: 25px;
	font-weight: bold;
	padding-top: 13px;
}

#page-right-content h2, #page-right-content h3, #page-right-content h4, #page-right-content h5, #page-right-content h6 {
	color: #fff;
	font-weight: bold;
}

#page-right-content img {
	margin-top: 10px;
}

#page-right-content a:hover {
	color: #fff;
}

/* @end */

/* @group Blog Style List */

.blog-list-left {
	float: left;
	width: 190px;
	margin-top: 6px;
}

.blog-list-left p, .blog-list-left h4 {
	text-align: right;
}

.blog-list-left p {
	font-size: 12px;
}

.blog-list-left h4 {
	color: #1d3961;
}

.blog-list-right {
	float: right;
	width: 400px;
	padding-left: 16px;
}

.theme-item {
	height: 200px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #797979;
}

.theme-list-left {
	float: left;
	width: 225px;
	}

.theme-list-right {
	float: right;
	width: 300px;
	padding-top: 6px;
}

.theme-list-right h4 {
	color: #ff7008;
	font-size: 20px;
	margin: 0 0 4px;
}

.theme-list-right h4 a, .theme-list-right h4 a:visited, .theme-list-right p a, .theme-list-right p a:visited {
	color: #fff;
}

.theme-list-right p {
	margin-top: 30px;
}

.theme-list-left img {
	padding-top: 0;
	margin-top: 0;
}

.tags a, .tags a:visited{
	color: #fff;
}

/* @end */

/* @group Home */

.theme-thumbnail {
	float: left;
	background-color: #363636;
	margin-bottom: 20px;
	margin-right: 10px;
	width: 300px;
	height: 300px;
	-webkit-box-shadow: 1px 0px 5px #000;
    -moz-box-shadow: 1px 0px 5px #000;
    box-shadow: 1px 0px 5px #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	margin-left: 10px;
	display: inline;
}

.theme-thumbnail a, .theme-thumbnail a:visited {
	text-decoration: none;
}

.theme-thumbnail img {
	width: 300px;
	height: 200px;
	background-color: #000;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.theme-thumbnail h2 {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

.theme-thumbnail a:hover {
	color: #fff;
}

.demo {
	color: #fff;
	padding-left: 10px;
	padding-bottom: 11px;
	font-size: 20px;
}

.download {
	color: #fff;
	padding-left: 10px;
	font-size: 20px;
}

.demo a, .download a {
	color: #fff;
}

.demo a:visited, .download a:visited {
	color: #fff;
}

.price {
	float: right;
	color: #fff;
	font-size: 43px;
	padding-right: 10px;
}

.blog-item {
	padding-top: 10px;
}

.blog-item p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.author-bar {
	font-size: 11px;
}

.post-meta {
	margin-bottom: 20px;
	border-bottom: 1px dashed #fff;
	padding-bottom: 5px;
}

#home-bottom li.widget {
	margin-bottom: 20px;
}

/* @end */

/* @group Sidebar */

#page-left h2 {
	color: #fff;
	background-color: #ff7008;
}

#page-left li,ul {
	list-style: none;
}

#page-left ul {
	margin: 0;
}

page-left a, #page-left a:visited {
	color: #fff;
}

.widget {
	margin-bottom: 15px;
	background-color: #343434;
	padding-bottom: 10px;
	-webkit-box-shadow: 1px 0px 5px #000;
    -moz-box-shadow: 1px 0px 5px #000;
    box-shadow: 1px 0px 5px #000;
}

.widget p {
	color: #fff;
}

.textwidget {
	color: #fff;
	padding: 10px;
}

.sidebar a, .sidebar a:visited {
	color: #fff;
}

.sidebar a:hover {
	color: #ff7008;
}

.sidebar ul {
	padding: 10px;
	list-style: n;
}

.sidebar p {
	color: #fff;
	padding: 10px;
}

.entry-content {
	color: #fff;
}

.widget ul {
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	padding-left: 10px;
}

.widget li {
	padding-bottom: 5px;
	font-size: 16px;
	color: #fff;
}

.widget a, .widget a:visited {
	color: #fff;
	font-size: 16px;
}

.widget a:hover {
	text-decoration: underline;
}

a.widget li, a:visited.widget li {
	color: #fff;
}

.widget_twitter a:hover {
	color: #fff;
	text-decoration: underline;
}

.widget_twitter a, .widget_twitter a:visited {
	color: #fff;
}

.entry-content a, .entry-content a:visited {
	color: #ff7008;
}

.widget_twitter li {
	padding-bottom: 15px;
}

a.twitter-user {
	color: #ff7008;
}

.from-meta {
	color: #fff;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 165px;
	color: #fff;
}

#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%;
	margin-bottom: 10px;
}

#wp-calendar td {
	padding: 4px 2px 4px 0;
	text-align: center;
}

.rsswidget img {
	display: none;
}

#searchform {
	color: #fff;
}

input#s {
	color: #000;
	background-color: #fff;
}

li.widget_tag_cloud {
	margin-bottom: 10px;
}

#home-bottom .widget {
	width: 300px;
	height: 290px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

#home-bottom .widget p {
	padding: 5px;
}

#home-bottom .widget h2 {
	color: #fff;
	background-color: #ff7008;
}

#home-bottom ul {
	margin-bottom: 16px;
	margin-left: 0;
	margin-right: 0;
}

#home-bottom li {
	margin-bottom: 2px;
	list-style: none;
}

.read-more a, .read-more a:visited {
	float: right;
	color: #ff7008;
	margin: 0;
	text-align: right;
}

/* @end */

/* @group Footer */

#footer {
	height: 46px;
	margin-bottom: 0;
	padding: 20px 15px 0;
	background: url(images/wrapper-bottom-trans.png) no-repeat center top;
}

#footer p {
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}

#footer a, #footer a:visited {
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
	text-align: right;
}
/* @end */


/* @group Images */


.wp-caption img {
	padding:5px;
	background-color:#fff;
	width: auto;
}

.wp-caption-text {
	background-color:#fff;
	color:#000;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-style: italic;
}

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

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

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

.wp-caption {
	text-align: center;
	background-color: #FFF;
	padding: 10px 5px 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b9bbb8;
	border-right: 1px solid #b9bbb8;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
}

/* @end */

/* @group Comments */

.comments {
	padding-bottom: 10px;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px dotted #ccc;
}
	
#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

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

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 99%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

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

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

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

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #222222;
	}
	
.reply a:hover {
	background: #ff7008;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #ccc;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

li.bypostauthor {
	background-color: #000;
}
						  
/* @end */											  

/* @group Other Items */


input {
	border: 2px solid #bcbcbc;
	background-color: #ececec;
}

.textwidget {
	font: 16px Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif";
}

.wp-pagenavi {
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px; 
	margin: 2px 2px 10px;
	text-decoration: none;
	border: 1px solid #ff7008;
	color: #ff7008;
	background-color: #FFFFFF;	
}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ff7008;
	color: #ff7008;
	background-color: #FFFFFF;	
}

.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000;
	background-color: #333;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ff7008;
	color: #ff7008;
	background-color: #FFFFFF;	
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

#page-right-content blockquote p {
	color: #000;
}

/* @end */
