@charset "UTF-8";
/* CSS Document */


/*
Theme Name: Red Light
Theme URI: http://www.redlightexchange.com/
Description: Portland Oregon's Premier Clothing Exchange
Version: 1.0
Author: Seth Sypko
Author URI: n/a.
*/

<!--
body {
	background: #111111;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #200507;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	height:100%;
}


 #container {
	height: 100%;
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bg_2.jpg);
	padding-top:0px;
 }
 
 #div1{
	 
	width: 300px;
	float:right;
	padding:0;

 }


 
 /*header*/
 
 
#header {
	width: 100%;
	height: 164px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
	background-position: center;

}
#address {
	position: relative;
	height: auto;
	left: 555px;
	top: 15px;
	width: 20%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #AB6E25;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
}

 #hours {
	position: relative;
	height: auto;
	top: -77px;
	left: 132px;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #AB6E25;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
}

#logo {
  margin: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 275px;
  height: 30px;
  background: none;
  position: relative;
}
#logo span {
  display: none;
  position: absolute;
}


#logo a {
  padding: 0;
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}


#logo .home {
	width: 275px;
	height: 63px;
	left: 44px;
	top: -144px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}


/*maincontent*/


 #content {
	padding: 0;
	width: 660px;
	padding-bottom: 30px;
}

#img2 {
	width: 150px;
	height: 190px;
	padding: 0px;
	display: block;
	position: absolute;
	top: 162px;
	left: 990px;
	background-image: url(images/PDXapproved.png);
	border-spacing: 0
	
}
	

 #press {
	
	width: 720px;
        
	
}

#maincontent {
	padding: 0;
	width: 660px;
	padding-bottom: 30px;
        padding-left: 80px;
	
}

#maincontent p {
	color: #25000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-right: 60px;
	line-height: 17px;
	text-align: justify;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	letter-spacing: .125em;

}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-left: 60px;
        padding: -10px;
	color: #965F19;}
       

 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-left: 60px;
	font-style: italic;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #250000;
	margin-right: 90px;
	margin-left: 60px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 20px;
}



h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #965F19;
	margin-right: 90px;
	margin-left: 60px;
	font-size: 16px;
	font-weight: lighter;
	line-height: 20px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 60px;
	color: #250000;
}
h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-left: 170px;
	font-style: italic;

}

     a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #250000;
	font-size: 16px;
	font-weight: lighter;
	text-decoration: none;
}



#press a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #250000;
	font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        padding: 0 0 0 0;
        display: block;
        margin-left: 30px;
}

#alignleft a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #965F19;
	font-size: 16px;
	font-weight: lighter;
	text-decoration: none;
        margin-left: 60px;
}
#alignright a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #965F19;
	font-size: 16px;
	font-weight: lighter;
	text-decoration: none;
        margin-left: 60px;
}
p {
	color: #25000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-right: 60px;
	margin-left: 60px;
	line-height: 17px;
	text-align: justify;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	
	letter-spacing: .125em;
}



/*footer*/

#footer {
	float: left;
	width: 100%;
	height: 67px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(images/footer.jpg);
	background-position: center;
	
}
 #footer h1{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 50px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #670E11;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#footer a {
	margin: 0;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #670E11;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
        padding-right: 50px;
	padding-left: 8px;
}


/*menu*/

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 904px;
  height: 39px;
  background: none;
  position: relative;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .about {
  width: 133px;
  height: 39px;
  background: url(images/about.jpg) no-repeat;
  left: 28px;
  top: -93px;
}
#menu .about span {
  width: 133px;
  height: 39px;
  background: url(images/about-hover.jpg) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .cash {
  width: 190px;
  height: 39px;
  background: url(images/cash.jpg) no-repeat;
  left: 161px;
  top: -93px;
}
#menu .cash span {
  width: 190px;
  height: 39px;
  background: url(images/cash-hover.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#menu .contact {
  width: 116px;
  height: 39px;
  background: url(images/contact.jpg) no-repeat;
  left: 351px;
  top: -93px;
}
#menu .contact span {
	width: 116px;
  	height: 39px;
  	background: url(images/contact-hover.jpg) no-repeat;
  	left: 0px;
  	top: 0px;
}

#menu .press {
  width: 95px;
  height: 39px;
  background: url(images/press.jpg) no-repeat;
  left: 467px;
  top: -93px;
}

#menu .press span{
  width: 95px;
  height: 39px;
  background: url(images/press-hover.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#menu .blog {
  width: 87px;
  height: 39px;
  background: url(images/blog.jpg) no-repeat;
  left: 562px;
  top: -93px;
}

#menu .blog span {
  width: 87px;
  height: 39px;
  background: url(images/blog-hover.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#menu .customers {
  width: 182px;
  height: 39px;
  background: url(images/customers.jpg) no-repeat;
  left: 649px;
  top: -93px;
}

#menu .customers span {
  width: 182px;
  height: 39px;
  background: url(images/customers-hover.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#menu .shop {
  width: 182px;
  height: 39px;
  background: url(images/shop.jpg) no-repeat;
  left: 831px;
  top: -93px;
}

#menu .shop span{
  width: 182px;
  height: 39px;
  background: url(images/shop-hover.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

/*sidebar*/
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: 111111;
	font-size: 16px;
	padding-left: 20px;
}
#sidebar ul {
	margin-top: .3em;
	font-size: 14px;
}
#sidebar ul li {
	
	list-style: none;
	color: #111;
	width: 170px;
}
#sidebar ul li a {
	
	color: #250000;
	text-decoration: none;
	background-color: #6C0E0E;
	display: block;
	padding: .2em 0;
        border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #250000;
}
#sidebar ul li a:hover {

	color: #250000;
	
	
}

p img {
	
	
        margin-left: -5px;
        

}

#sidebar img {
	
	margin-top: 60px;
	margin-left: -20px;
}
img {
	
        margin-left: 170px;
        margin-top: 0px;
}

#front img {
	width: 173px;
	height: 219px;
	padding: 0px;
	display: block;
	position: relative;
	top: 0px;
	left: 20px;
}

object.flashmovie {
	
        margin-left: 170px;
        margin-top: 30px;
	
}

#icons {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 110px;
  height: 48px;
  background: none;
  position: relative;
}
#icons span {
  display: none;
  position: absolute;
}
#icons a {
  display: block;
  text: invisible;
  position: absolute;
  outline: none;
  text-indent: -900%;
  
}


#icons .twitter {
	width: 28px;
	height: 28px;
	left: 208px;
	top: 0px;
	background-image: url(images/tw.png);
	background-repeat: no-repeat;
}

#icons .facebook {
	width: 28px;
	height: 28px;
	left: 238px;
	top: 0px;
	background-image: url(images/fb.png);
	background-repeat: no-repeat;
}

/*quote*/




.quote {
	margin-top: 10px;
}
.quote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 23px;
	color: #250000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 40px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	}


.quote p cite {
	font-weight: bold;
	font-size: 14px;
	color: #250000;
	display: block;
}
.quote p cite a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #965F19;
	font-size: 13px;
	font-weight: lighter;
	line-height: 17px;
	text-decoration: none;}

.content { 
        margin-left: 60px;
}

