/*   
Theme Name: PureRx 
Theme URI: http://purerx.com
Description: A cosmetic Product Showcase site
Author: elmalak(Mamdouh Samy)
Author URI: http://elmalak.info
Version: 1
*/

@import "css/reset.css";
@import "css/layout.css";

@media screen {
* { margin: 0; padding: 0;}
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
body {
	background: url(images/bg-tile.jpg) top left repeat;
	font-family: Trebuchet MS, sans-serif;
	color: #494949;
	font-size: 12px;
	text-align: center;
}

#page-wrap {
	margin: 10px auto;
	width: 845px;
	text-align: left;
	overflow: hidden;
}
/* Header */

#header {
	width: 845px;
	background: url(images/header.png) top left no-repeat;
	height: 200px;
	position: relative;
}
#header h1, .description{ text-indent: -9999px;}
a#go-home {
  display:block;
  height:96px;
  left:30px;
  position:absolute;
  top:30px;
  width:250px;
  text-indent: -9999px;
}
#cart-area {
	position: absolute;
	top: 12px;
	right: 24px;
	width: 130px;
	color: #fff;
	text-align: right:
	
	
}
#cart-area p{margin: 0; line-height: 1.1em;}
#cart-area a{color: #fff;}
#cart-area h4{margin: 5px 0; color: #fff; font-weight: bold; text-align: center;}


#top-menu {
	position: absolute;
	bottom: 58px;
	left: 330px;

}

#top-menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	
}

#top-menu li {
	float:left;
	padding-left:0px;
	display:inline;
    	
}

#top-menu li a{
	padding: 0 15px;
	display:block;
	height:27px;
	text-transform: uppercase;
	line-height:27px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	text-align: center;
	font-weight: 600;
}

#top-menu li a:hover, #top-menu li.current a, #top-menu li.current_page_item a {
	
	background: #8f932a;
	}
		
/* Content */

#content {
	width: 845px;
	background: url(images/content-bg.jpg) top left repeat-y;
	overflow: auto;
	padding-bottom: 55px;
        position: relative;
}
#sidebar {
	background: url(images/sidebar.jpg) top right repeat-y;
	width: 142px;
	padding: 20px 0 25px 40px;
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}
#sidebar h2{
       font-size: 15px;
       text-align: center;
}
#sidebar ul
{
margin: 0 0 25px 0;
padding: 0;
list-style-type: none; } 

#sidebar li { margin: 0 0 0 0; 
		font-size:12px;
		font-weight:bold;
		background: url(images/nav-separator.jpg) bottom center no-repeat;
		padding-bottom: 5px;}

#sidebar a
{

display: block;
padding: 2px 6px;
text-decoration: none;
text-align:center;
color: #494949;

}

#sidebar a:hover, #sidebar li.current a, #sidebar li.current_page_item a
{
background:url(images/nav-hover.jpg) top center no-repeat;
}


.main-content {
	float: right;
	width: 540px;
	padding-right: 60px;
	padding-bottom: 20px;
	overflow: hidden;
}

.wide{width: 660px;}
.narrow {
	width: 400px;
	padding-right: 160px;
}
.main-content h2 {
	
	color:#ac9248;
	font-weight: normal;
	margin-bottom: 20px;
}
h2.center-title{text-align: center;}

/* Footer */

#footer-home {
	background: url(images/footer-home.png) top left no-repeat;
	width: 845px;
	height: 266px;
	position: relative;
}
#footer {
	background: url(images/footer-inner.png) top left no-repeat;
	width: 845px;
	height: 126px;
	position: relative;
}
#footer a, #footer-home a{
      color: #fff;
}
#lady-image{
      background: url(images/lady-sprite.png) top left no-repeat;
      width: 240px;
      height: 240px; 
      position: absolute;
      bottom: 30px;
      left: 2px; 
       z-index: 5;
}
body.wpsc-category #lady-image{
         background: url(images/lady-sprite.png) bottom right no-repeat;
      width: 157px;
      height: 312px; 
}
body.wpsc-shopping-cart #lady-image{
         background: url(images/lady-sprite.png) bottom left no-repeat;
      width: 226px;
      height: 241px; 

}
.home-h4 {
	position: absolute;
	top: 27px;
	left: 76px;
	font-style: italic;
	color: #52451f;
	font-size: 12px;
}
.copyright {
	position: absolute;
	bottom: 2px;
	right: 30px;
	
	text-align: center;
	color: #fff;
	font-size: 9px;
}
.footer-links {
       position: absolute;
	bottom: 2px;
	left: 25px;
	
	text-align: center;
	color: #fff;
	font-size: 9px;
}
.footer-image-home{
	position: absolute;
	bottom: 29px;
	right: 8px;
}
.footer-image{
	position: absolute;
	bottom: 29px;
	left: 2px;
}

#slider-gallery{
position:absolute;    
bottom:5px;
   left:284px;

}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */



h1, h2, h3, h2 a, h3 a, h4{ font-weight: normal; margin: 0 0 10px 0; color: #ac9248;}
h1 { }
h2 { font-size: 20px;}
h3, h4 { font-size: 14px; margin-top: 10px;}


p { margin: 0 0 10px 0; }
a {text-decoration: none; color: #ac9248;}
a:hover { text-decoration: underline;} 
a img { border: none; }
blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

.post { margin-bottom: 20px;}

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }


.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { position: absolute; top: 65px; right: 320px;}
	#s { background: url(images/search-field.png) top center no-repeat;
              width: 92px; height: 21px; border: 0 none; padding: 0px 10px 0 15px; font-size: 10px; color: #898989;}
	#searchsubmit { width: 29px;
          height: 33px;
         background: url(images/search-btn.png) top center no-repeat;
         border: 0 none;
         text-indent: -9999px;
          text-transform: capitalize;
           cursor: pointer;}
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text], textarea, select { border: 1px solid #EAD9A9; margin: 0 5px 5px 0; padding: 5px;}
 


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
#sideshoppingcart {margin-top: 20px; }


.shopping-cart-wrapper {
    margin-top: 20px;
}
.seals-small { position: absolute;
               top: -5px;
               right: 30px; }