/*
Theme Name: Shopping Gallery
URI: http://www.simplywp.net
Description: 3 columns shopping theme.
Author: Kathie & Andrew
Author URI: http://www.simplywp.net
*/

body {
 font: 12px Arial, Tahoma, Verdana, Sans-serifs;
 padding: 0px;
 margin: 0px;
 background: url('/wp-content/themes/shopping-gallery/images/bg.jpg') #BCBEC0;
 text-align: justify;
 }
#wrap {
 background: #575757;
 width: 975px;
 padding: 0px;
 margin: auto;
 }
#header {
 background: url('images/header.png') no-repeat #575757;
 height: 230px;
 margin: auto;
 text-align: right;
 color: #FFFFFF;
 padding: 100px 500px 0px 0px;
 }
#header h1 {
 font: 38px Georgia, Times, Serifs;
 margin: 0px;
 padding: 0px;
 }
#navigation {
 background: #575757;
 height: 28px;
 font-weight: bold;
 color: #FFFFFF;
 margin: auto;
 }
#navigation ul {
 float: left;
 list-style: none;
 margin: 5px 0px 0px 10px;
 padding: 0px;
 }
#navigation li {
 float: left;
 padding: 0px 20px 0px 0px;
 }
#content {
 margin: 10px;
 float: left;
 width: 580px;
 background: url('images/content_bottom.png') no-repeat center bottom #FFFFFF;
 }
#content_top {
 background: url('images/content_top.png') no-repeat center top;
 height: 30px;
 }
.entry_body {
 padding: 0px 15px;
 margin: 0px 0px 50px 0px;
 }
#content h1 {
 font-size: 26px;
 color: #575757;
 font-weight: bold;
 padding: 0px;
 margin: 0px;
 }
.entry_date {
 color: #636467;
 }
.entry_body p {
 line-height: 18px;
 }
.entry_body blockquote {
 padding: 10px;
 margin: 20px;
 background: #FFFFFF;
 border-left: 5px solid #575757;
 color: #636467;
 texst-align: justify;
 }
.entry_categories {
 color: #636467;
 padding: 5px 0px 5px 20px;
 border-top: 1px solid #A1948C;
 border-bottom: 1px solid #A1948C;
 background: url('images/folder_page.png') no-repeat center left;
 }
#footer_link {
 clear: both;
 padding: 10px;
 height: 30px;
 }
.footerleft {
 color: #000000;
 float: left;
 }
.footerright {
 color: #000000;
 float: right;
 }
#sidebar {
 width: 350px;
 padding: 0px 10px;
 float: right;
 margin: 0px;
 color: #FFFFFF;
 }
#sidebar_left {
 float: left;
 width: 160px;
 }
#sidebar_right {
 float: right;
 width: 170px;
 }
#sidebar h2 {
 font-size: 18px;
 color: #FFFFFF;
 padding: 0px;
 margin: 10px 0px;
 border-bottom: 1px solid #FFFFFF;
 }
#sidebar ul {
 list-style: none;
 margin: 0px 0px 30px 5px;
 padding: 0px;
 }
#sidebar li {
 padding: 3px 0px;
 }
#footer {
 clear: both;
 color: #FFFFFF;
 text-align: left;
 padding: 10px;
 }


#header a {
 text-decoration: none;
 color: #FFFFFF;
 }
#header a:hover {
 text-decoration: none;
 color: #FFFFFF;
 }
#navigation a {
 text-decoration: none;
 color: #FFFFFF;
 }
#navigation a:hover {
 text-decoration: none;
 color: #FFFFFF;
 border-bottom: 3px solid #FFFFFF;
 }
#content h1 a {
 text-decoration: none;
 color: #575757;
 }
#content h1 a:hover {
 text-decoration: none;
 color: #575757;
 }
#sidebar a {
 text-decoration: none;
 color: #FFFFFF;
 }
#sidebar a:hover {
 text-decoration: underline;
 color: #FFFFFF;
 }
#footer a {
 text-decoration: none;
 color: #FFFFFF;
 }
#footer a:hover {
 text-decoration: underline;
 color: #FFFFFF;
 }
.wp-smiley {
 padding: 0px;
 margin: 0px;
 border: 0px;
 background: transparent;
 }
#content img {
 padding: 0px 1px 1px 1px;
 background: #939393;
 border: 1px solid #D4D4D4;
 margin: 5px;
 }
.wp-caption-text {
 display: block;
 font-size: 10px;
 text-align: center;
 padding: 0px;
 margin: 0px;
 }
.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
 }
.alignright {
 float: right;
 padding: 4px;
 margin: 0px 0px 0px 20px;
 display: inline;
 }
.alignleft {
 float: left;
 padding: 4px;
 margin: 0px 20px 0px 0px;
 display: inline;
 }
.pagetitle {
 margin: 0px;
 padding: 10px;
 }
.postmetadata {
 clear: both;
 padding: 10px;
 border: 1px solid #CCCCCC;
 }
.alt {
 background: #EFEFEF;
 }
#comment_box {
 margin: 5px 20px;
 }
#comment_box ol {
 padding: 0px;
 list-style: none;
 }
#comment_box li {
 padding: 10px;
 list-style: none;
 }
.textwidget {
 padding: 5px 0px 5px 5px;
 margin: 0px 0px 10px 0px;
 }
#wp-calendar {
 width: 100%;
 margin: 2px 0px 20px 0px;
 }
#wp-calendar caption {
 font-weight: bold;
 padding: 5px 0px;
 }
#wp-calendar a {
 text-decoration: underline;
 }
#wp-calendar td {
 text-align: center;
 }
a {
 text-decoration: none;
 color: #636467;
 }
a:hover {
 text-decoration: underline;
 color: #636467;
 }