/*
Theme Name: People's Imports
Theme URI: http://ravenseyedesign.com/
Description: The People's Imports Wordpress theme is the default theme of People's Imports, Tucson, Arizona.
Version: 1.0
Author: Chad Bush
Author URI: http://ravenseyedesign.com/
Tags: store
*/
 
 /* color scheme
.red {
  color: #d03;
}
.blue {
  color: #349;
}
.purple {
  color: #539;
}
.brown {
  color: #940;
}
.orange {
  color: #e90;
}
.yellow {
  color: #fc4;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
 */

/* Reset All Margins and Padding */
* { 
  margin: 0; 
  padding: 0;
}

/* Layout */
body {
	background: #539 url('images/halo.jpg') repeat-x;
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	text-align: center;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#masthead {
	background: #d03 url(images/masthead.jpg) no-repeat;
	height: 150px;
	width: 960px;
	text-align: center;
}
#column-wrap {
	background: #fff url(images/container.jpg) repeat-y;
}
#sidebar {
	width: 200px;
	float: left;
	font-size: 13px;
}
#main {
	width: 760px;
	float: left;
}
#footer {
	background: transparent url(images/footer.jpg) bottom center no-repeat;
	width: 960px;
	height: 160px;
}
#sidebar .content {
	padding: 8px 0 0 0;
}
#masthead .content {
	padding: 0;
}
#main .content {
	padding: 10px 30px;
}
#footer .content {
	padding: 0;

}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Masthead */
#masthead h1 {
	text-indent: -9000px;
	line-height: 1px;
	font-size: 1px
}
#masthead h1 a {
	background:  transparent url(images/header.gif) 0 0 no-repeat;
	width: 664;
	height: 150px;
	display: block;
}

/* Menu */
#sidebar ul {
	list-style: none;
	margin: 0 0 0 6px;
}
#sidebar ul li {
	list-style: none;
	display: block;
}
#sidebar ul li a {
	background:  transparent url(images/navbuttons.gif) 0 -3px no-repeat;
	display: block;
	text-decoration: none;
	padding: 2px 6px;
	color: #539;
	line-height: 30px;
	font-weight: bold;
	width: 180px;
	margin: 6px 0;
	text-align: center;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar ul li  a:hover {
	background-position: 0 -50px;
	color: #fff;
}
#sidebar .page_item ul li a {
	display: none;
}
#sidebar ul .current_page_item, #menu ul .current_page_parent {
	display: block;
}
#sidebar li.current_page_item a, #menu li.current_page_parent a {
	color: #fc4;
	background-position: 0 -100px;
}
#sidebar li.current_page_item a:hover, #menu li.current_page_parent a:hover {
	color: #fff;
	background-position: 0 -50px;
}

/* General Formatting */
h2 {
	font-size: 1.4em; 
	line-height: 1.1em; 
	color: #539;
	margin: 0 0 0.8em 0;
}
h3 { 
	font-size: 1.3em; 
	line-height: 1.2em;
	color: #539;
	margin: 1em 0 0 0;
}
h4 {
	font-size: 1.2em;
	color: #539;
	margin: 1em 0 0 0;
}
#sidebar h4 {
	margin-left: 16px;
}
h5 {
	font-size: 1.1em;
	color: #539;
	margin: 1em 0 0 0;
}
h6 {
	font-size: 1em;
	color: #539;
	margin: 1em 0 0 0;
}
p {
	line-height: 1.4em;
	margin: 0.8em 0 0 0;
	padding: 0;
}
strong {
	font-weight: bold;
	color: #539;
}
#main ul {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ul li {
	margin: 0.2em 0 0 2em;
	list-style: url(images/bullet.gif);
}
#main ul li li {
	list-style: square;
}
#main ol {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ol li {
	margin: 0 0 0 2em;
}
#main li {
	font-size: 100%;
}
.centered {
	text-align: center;
}
.imageb {
	border: 2px solid #35a;
	margin: 6px;
}
.wp-caption {
	background: #fee;
	border: 1px solid #ddd;
	text-align: center;
	padding: 4px 0 8px;
}
.wp-caption p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.alignleft {
	float: left;
	margin: 6px 8px 6px 0;
	display: block;
}
.alignright { 
	float: right;
	margin: 6px 0 6px 8px;
	display:block; 
}
#footer p {
	font-size: 0.9em;
	margin: 4px 0;
	color: #666;
	text-align: right;
}
#footer p#to-top {
	text-align: centered;
}
.date {
	color: #940;
	text-align: right;
	letter-spacing: 0.01em;
	font-weight: bold;
	border-top: 1px solid #940;
	padding-top: 1px;
	line-height: 1em;
}
.byline {
	color: #539;
	text-align: right;
}
.big-cap {
	margin-top: 1.5em;
}
.big-cap:first-letter {
	font-size: 40px;
	line-height: 0.8em;
	color: #539;
}
.skiplinks {
	display: none;
}
input, textarea {
	background: #fee;
}
input select {
	background: none;
}

/* Main Links */
#main a, #footer a {
	text-decoration: underline;
	color: #278;
}
#main a:visited, #footer a:visited {
	color:#5a6;
}
#main a:hover, #footer a:hover {
	color: #339;
}

/* Newsletters  */
.post {
	margin-bottom: 15px;
}
.navigation {
	width: 500px;
	height: 20px;
	margin-bottom: 8px;
}
.navleft {
	float: left;
	display: block;
	text-align: left;
}
.navright {
	float: right;
	display: block;
	text-align: right;
}

/* RED Site Credits */
#credit {
	width: 250px;
	height: 26px;
	margin: 6px auto;
	padding: 0 0 10px 0;
}
#credit p {
	font: 11px/26px "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	text-align: right;
	margin: 0 4px 0 0;
	float: left;
	padding: 0;
	color: #fff;
}
#credit a {
	background: transparent url(images/red_339.gif) 0 1% no-repeat;
	width: 152px;
	height: 26px;
	display: block;
	float: left;
}
#credit a:hover {
	background-position: 0 96%;
}
#credit span {
	display: none;
}

/* Special Page Styles */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.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;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#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;
}
.narrowcolumn {
	float: left;
	margin: 0px 0 0;
}
.widecolumn {
	float: left;
}
.post {
	margin: 0 0 40px;
	text-align: left;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.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 {
	clear: left;
}
.clear {
	clear: both;
}

/* 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, div.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright, div.alignright {
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
img {
	border: 2px solid #539;
}
	 
/* Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 65%;
	padding: 2px;
	background: #fee;
}
#commentform #submit {
	margin: 0 200px 0 0;
	float: right;
	background: #fee;
}
textarea, input {
	padding: 2px;
	font: 1em/1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: left;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 140px;
}
#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; }

/* 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;
}
hr {
	display: none;
}
a img {
	border: none;
}

/* credit styles */
#credit {
	width: 260px;
	height: 26px;
	margin: 6px auto;
	padding: 0 0 6px 0;
}
#credit p {
	font: 11px/26px "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	float: left;
	padding: 0;
	color: #fff;
	line-height: 26px;
}
#credit a {
	background: transparent url(images/red-539.gif) 0 1% no-repeat;
	width: 152px;
	height: 26px;
	float: left;
	text-indent: -9000px;
}
#credit a:hover {
	background-position: 0 96%;
}
.no-border {
	border: none;
}
