/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.*/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight: normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,button, tbody, table
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
/* end undohtml.css */
/*
	red: #991928
	pink: #ff00b5
	green: #3ed044
	black: #231f20
*/

body {
	background: #231f20 url(/images/prr/bg_body_big_2.gif) no-repeat bottom center;
	font-family: Courier New, Courier, monospace;
	font-weight: bold;
	color: white;
	font-size: 14px;
}
input, button, label {
	font-family: Courier New, Courier, monospace;
	font-weight: bold;	
	font-size: 14px;
}
label {
	text-align: left;
}
a {
	color: #3ed044;
}
a:hover {
	color: #ff00b5;
}
h1 {
	font-weight: bold;
	font-size: 48px;
}
h2 {
	height: 35px;
	font-size: 30px;
	background: #991928;
	font-weight: bold;
	padding: 5px 0 0 10px;
	line-height: 0;
}
ul.post_list {
	margin: 10px 0;
}
ul.post_list li {
	margin-bottom: 20px;
}
ul.post_list li h2, ul.post_list h2 {
	height: auto;
	font-size: 18px;
	background: transparent;
	font-weight: bold;
	line-height: 18px;
}
ul.post_list h2.years {
	font-size: 30px;
}
ul.post_list li p {
	margin: 5px 0;
	text-indent: 0;
}
h3 {
	font-size: 18px;
	color: #991928;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
p {
	margin: 10px 0;
	line-height: 18px;
}



#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: transparent url(/images/prr/bg_nav.gif) no-repeat top center;	
}
#masthead, #content, #footer {
	text-align: left;
}
#masthead {
	position: relative;
	width: 960px;
	height: 180px;
	margin-bottom: 10px;
}
#masthead a {
	color: white;
}
#masthead #logo {
	display: block;
	position: absolute;
	top: 3px;
	left: 10px;
	width: 279px;
	height: 165px;
	background: transparent url(/images/prr/prr_logo.png) no-repeat top center;		
	text-indent: -9999px;
}
#nav {
	position: absolute;
	top: 0;
	left: 300px;
}
#nav li {
	position: absolute;
	top: 0;
	height: 60px;
	width: 120px;
}
#nav li#nav_store {
	left: 0;
}
#nav li#nav_as {
	left: 120px;	
}
#nav li#nav_team {
	left: 240px;	
}
#nav li#nav_culture {
	left: 360px;	
}
#nav li#nav_blog {
	left: 480px;	
}
#nav li a {
	display: block;
	width: 120px;
	height: 45px;
	padding-top: 15px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	text-transform: lowercase;
}
#nav li#nav_store a {
	background: transparent url(/images/prr/bg_nav_store.png) no-repeat center center;
	font-size: 30px;
}
#nav li#nav_store a:hover {
	background: transparent url(/images/prr/bg_nav_store_over.png) no-repeat center center;
}
#nav li#nav_as a {
	background: transparent url(/images/prr/bg_nav_as.png) no-repeat center center;
	text-transform: lowercase;
	font-size: 27px;
}
#nav li#nav_as a:hover {
	background: transparent url(/images/prr/bg_nav_as_over.png) no-repeat center center;
}
#nav li#nav_team a {
	background: transparent url(/images/prr/bg_nav_team.png) no-repeat center center;
	height: 48px;
	padding-top: 12px;
	overflow: hidden;
	font-size: 30px;
}
#nav li#nav_team a:hover {
	background: transparent url(/images/prr/bg_nav_team_over.png) no-repeat center center;
}
#nav li#nav_culture a {
	background: transparent url(/images/prr/bg_nav_culture.png) no-repeat center center;
	height: 48px;
	padding-top: 12px;
	overflow: hidden;
	font-size: 30px;
}
#nav li#nav_culture a:hover {
	background: transparent url(/images/prr/bg_nav_culture_over.png) no-repeat center center;
}
#nav li#nav_blog a {
	background: transparent url(/images/prr/bg_nav_blog.png) no-repeat center center;
	font-size: 30px;
}
#nav li#nav_blog a:hover {
	background: transparent url(/images/prr/bg_nav_blog_over.png) no-repeat center center;
}
#makenomistake {
	position: absolute;
	top: 71px;
	left: 310px;
	width: 591px;
	height: 38px;
	background: #fff url(/images/prr/bg_makenomistake.gif) no-repeat center center;
	text-indent: -9999px;
}
.btn {
	height: 24px;
	padding-top: 6px;
	font-size: 14px;
	background: #991928;
	border: 2px solid #231f20;
	color: #fff;
	text-align: center;
	cursor: pointer !important;
}
.btn:hover {
	background: #ff00b5;
}
.in_txt {
	height: 24px;
	padding: 6px 0 0 5px;
	background: #999;
	border: 2px solid #231f20;
	color: #fff;
	font-size: 14px;
}
#cart {
	position: absolute;
	top: 135px;
	left: 670px;
	width: 280px;
	padding-bottom: 23px;
}
#cart span, h3 span {
	text-decoration: line-through;
}
#search_form {
	position: absolute;
	top: 134px;
	left: 310px;
}
#search_form div, #sidenav #signup div { 
	position:relative 
}
#search_form div label { 
	position:absolute; 
	top: 8px; 
	left: 9px; 
	width: 220px;
	color: #fff; 
	z-index: 100;
}
#search_terms {
	position: absolute;	
	top: 0;
	left: 0;
	width: 220px;
}
#search_submit {
	position: absolute;
	top: 0;
	left: 240px;
	width: 100px;
	padding-bottom: 24px;
}
/* END MASTHEAD */

/* CONTENT */
#content {
	padding: 0 10px;
	min-height: 800px;
}
#as_home {
	margin: 10px 0;
	border-bottom: 10px solid #991928;
	background: #231f20;	
}
#as_home h1 {
	height: 30px;
	font-size: 24px;
	background: #991928;
	font-weight: bold;
	padding: 30px 0 0 16px;
	line-height: 0;
}
#manifesto_home {
	margin: 10px auto 10px auto;
	width: 700px;
	font-size: 22px;
}
#manifesto_home span {
	padding: 0 5px;
	color: #231f20;
	background: #fff;
}
#home_cols {
	position: relative;
	padding-bottom: 80px;
}
#home_pop_items {
	float: left;
	width: 340px;
	margin-right: 10px;
}
#home_people {
	float: left;
	width: 220px;
	margin: 0 10px;
}
#home_news {
	float: left;
	width: 340px;
	margin-left: 10px;
}
#home_news ul {
	margin: 10px 0;
}
#home_news ul li {
	margin-bottom: 10px;
}
#home_news ul li p {
	margin: 0;
	text-indent: 0;
}
#home_cols #mailinglist_form {
	position: absolute;
	width: 940px;
	height: 50px;
	bottom: 0;
	right: 0;
}
#home_cols #mailinglist_form h3 {
	position: absolute;
	top: 10px;
	right: 360px;
	text-align: right;
}
#home_cols #mailinglist_form div#home_signup_fields { 
	position: absolute;
	width: 220px;
	height: 50px;
	top: 0;
	right: 120px;
}
#home_cols #mailinglist_form div label { 
	position:absolute; 
	top: 8px; 
	left: 9px; 
	width: 220px;
	color: #fff; 
	z-index: 100;
}
#home_signup_email {
	position: absolute;
	top: 0;
	left: 0;
	width: 211px;
}
#home_signup_submit {	
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	padding-bottom: 24px;
}

#sidenav {
	float: left;
	width: 280px;
	margin: 50px 0 0 0;
}
#sidenav ul {
	margin-bottom: 20px;
	padding: 10px 0 10px 25px;
}
#sidenav ul li {
	padding: 2px 0;
	color: #3ed044;
	list-style-type: square;
}
#sidenav ul li.nobull {
	list-style: none;
}
#sidenav ul.subnav_top {
	background: #000 url(/images/prr/bg_subnav.gif) no-repeat 60px -30px;	
}
#sidenav ul.subnav_bottom {
	background: #000 url(/images/prr/bg_subnav.gif) no-repeat 60px -200px;	
}
#sidenav ul li a {
	color: #fff;
}
#sidenav h3, #home_cols #mailinglist_form h3 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
#sidenav #mailinglist_form, #sidenav #antisocialmedia {
	position: relative;
	margin: 10px 0 20px 0;
}
#sidenav #mailinglist_form div { 
	position: relative;
	float: left;
	width: 180px;
}
#sidenav #mailinglist_form div label { 
	position:absolute; 
	top: 8px; 
	left: 9px; 
	width: 156px;
	color: #fff; 
	font-size: 12px;
	z-index: 100;
}
#signup_email {
	margin: 0;
	width: 156px;
	font-size: 12px;
}
#signup_submit {
	width: 100px;
	padding-bottom: 24px;
}

#guts {
	width: 640px;
	margin-left: 300px;
}
#guts h1, 
#guts h2,
#guts h3 {
	color: white;
	background: none;
	margin: 20px 0 10px;
	padding: 0;
}
#summary {
	text-indent: 0;
	font-size: 18px;
	color: #808080;
}
.post_meta {
	text-indent: 0;
	font-family: "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
}
.post_meta a {
	color: #fff;
	text-decoration: underline;
}
table.prod_gallery {
	margin-bottom: 20px;
}
table.prod_gallery_home {
	margin: 10px 0 0 0;
}
table.prod_gallery tr td {
	width: 160px;
	padding: 0 15px 20px 0;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
table.pic_gallery_home tr td {
	width: auto;
	padding: 5px 12px;
}
table.prod_gallery tr td.no_pad {
	padding-right: 0;
}
table.prod_gallery tr td a {
	display: block;
	border: 1px solid #3ed044;
	margin-bottom: 5px;
}
table.prod_gallery tr td a:hover {
	border: 1px solid #ff00b5;
}
table.prod_gallery tr td.prod_seemore {
	width: 100px;
	padding-right: 0;
}
table.prod_gallery tr td.prod_seemore a {
	width: 100px;
	font-size: 16px;
	background: transparent url(/images/prr/btn_greenarrow.gif) no-repeat center right;	
	color: #fff;
	border: 0;
}
table.prod_gallery tr td.prod_seemore a:hover {
	color: #ff00b5;
}
.big_product_pic {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
p.product_description {
	margin-left: 360px;
	text-indent: 0;
}
div#add_to_cart {
	padding: 20px;
	margin-left: 360px;
	background: #991928;	
}
div#add_to_cart form {
	padding-bottom: 10px;
}
div#add_to_cart label {
	float: left;
	width: 120px;
	padding-left: 50px;
}
div#add_to_cart form input {
	display: block;
	margin: 10px auto 0 auto;
	width: 120px;
}
/* END CONTENT */

/* FOOTER */
#footer {
	padding: 60px 0 40px 0;
	text-align: center;
}
#footer span {
	font-size: 28px;
}
/* END FOOTER */
