@charset "UTF-8";
/* CSS Document */

/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/*	Typography presets
	------------------	*/

/*.huge, h1 {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 42px;
	line-height: 48px;
}

.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
}

.big, h4 {
	font-size: 22px;
	line-height: 30px;
}*/


/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}





/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

html, body {
	height:100%;
}

/*-------------Page--------------*/

body {
    background-color: brown;
	background-image:url("http://thepunksnextdoor.com/lib/img/wall.png");
    display: block;
    font-family:"Verdana", sans-serif;
}

a {text-decoration:none;}

#content {
	margin: 0 auto;
    overflow: auto;
    width: 100%;
	height:100%;
	max-width: 320px;
	min-height:240px;
	padding-top:3%;
}

#wrappertop {
    background-color: #5d2e1b;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    width: 320px;
}

.bleft {
	float:left;
	margin: 1%
}

#nav {
    display: block;
    float: left;
	padding-left: 4%;
	position: fixed;
	top: 0;
	width: 100%;
	height: 15px;
/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 3px 0px #000000;
-moz-box-shadow: 0px 0px 3px 0px #000000;
box-shadow: 0px 0px 3px 0px #000000;
/* Adds the transparent background */
background-color: rgba(1, 1, 1, 0.8);
color: rgba(1, 1, 1, 0.8);
	/*padding-left: 1%;*/
}

#nav ul {
    background-color: #000;
    height: 14px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#nav ul li {
    background-color: #210c06;
    border: thin solid #000;
    color: #fbfde5;
    float: left;
    font-size: 8px;
    height: 12px;
    margin: 0 1px;
    padding: 1px 0 0;
    position: relative;
    width: 28px;
}

#nav img {
    width: 10px;
}

#nav a {
    color: #fed530;
}

#wrapperbot {
    background-color: #5d2e1b;
    width: 100%;
    overflow: auto;
	height: 10%;
	position: relative;
	bottom:0;
}

#feet{
    margin-left: 30%;
    width: 100%;
}

#bnav{
	width:60%;
	color: #FFFFFF;
}

#bnav ul{
	float:left;
}

#bnav li{
	padding: 0 0 0 0;
}

.bnav ul:nth-child(2) {
	padding: 2% 0;
}

#bnav a {
	color: #FFDB00;
}

.bnav a visited{
	color:#FEAB00;
}

.bars{
	margin-left:20%;
}

.barz{
	font-weight:bold;
	margin: 2% 0;
	font-size:7px;
}

.credits {
	font-size: 3px;
    text-align: center;
    text-decoration: none;
}

/*---------------------------------------------------------------HOME---------------------------------------------------------------*/

#home{
	width:100%;
	max-width:320px;
}

#smldoor img{
	width:320px;
}
#lrgdoor img{
	display:none;
}

/*---------------------------------------------------------------ABOUT---------------------------------------------------------------*/

/*#bio {
	background-color: #fce4b7;
}*/

#about {
    color: #000;
    float: none;
    padding: 1% 4%;
	font-size:12px;
}

#about p {padding: 1% 0;}

#photos img {
    float: left;
    margin: 0 auto;
    width: 100%;
}

#photoz img {
    float: left;
    margin: 0 auto;
    padding: 4% 0 0 2%;
    width: 42%;
}

.it{
	font-style:italic;
}

#testimonial {
	background-color: #fce4b7;
    padding: 0 5%;
	font-size:12px;
}

#testimonial p {padding: 1% 0;}

.tes {
	padding: 0;
	text-align: center;
}

#history {
	padding-top: 5%;
}

#author {
    background-color: #fce4b7;
    color: #000;
    float: left;
    font-size: 12px;
    padding: 5% 2%;
    width: 96%;

}

#bio {
	padding-top:1%;
}



/*---------------------------------------------------------------Stories---------------------------------------------------------------*/



#sidebar{
	width:95px;
	float:left;
	height:inherit;
	overflow:auto;
	background-color:#FCE4B7;
	text-align:center;
	display:none;
}

#sidebar li{
	border-bottom: thin solid #000;
    border-right: thin solid #000;
    font-size: small;
    padding: 4px 1px;
}

#sidebar li h1{font-size:small;}
#sidebar li h2{font-size:11px;}

#sidebar a{
	color: #000;
	text-decoration:underline;
}

#rabedis{
	width:95px;
	float:left;
	height:inherit;
	overflow:auto;
	background-color:#FCE4B7;
	text-align:center;
	display:block;
}

#rabedis li{
	border-bottom: thin solid #000;
    border-right: thin solid #000;
    font-size: small;
    padding: 4px 1px;
}

#rabedis li h1{font-size:small;}
#rabedis li h2{font-size:11px;}

#rabedis a{
	color: #000;
	text-decoration:none;
}

.smol{
	font-size:4px;
}

#story {
	background-color: #fce4b7;
    float: left;
    height: 245px;
    padding: 10% 12px 1px;
    width: 200px;
}

#story img {
	padding-top:10%;
	width:100%;
}

#story h2 {text-align:center;}

#story h3 {text-align:center;}

.italic {
	font-style:italic;
	text-align:center;
}

#load img {
	width:320px;
}

#load p {padding: 1% 0;}

#refresh {
	width: 100%;
	float:left;
	text-align:left;
	font-size:smaller;
}

#refresh a {
	color: #FFDB00;
	text-decoration:underline;
}

#refresh a:visited {
	color:#FEAB00;
}

#titlimg {
	width:50%;
}

#titltxt {
	width: 100%;
	text-align:center;
}

#titltxt h1 {
	font-size:medium;
}

#titltxt img {
	width: 4%;
}

#load {
	background-color:#fce4b7;
}



.lightbox{
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black url('../img/loader.gif') no-repeat scroll center center;
}

#lightbox {
  position: absolute;
}

.box {
      position: absolute;
      width: 35px;
      height: 35px;
    }
    #green {
      background-color: green;
    }
    #red {
      background-color: red;
	}

.note {
	text-align:center;
}

#audio {
	height: 100%;
    margin: 0 auto;
    max-width: 320px;
    min-height: 240px;
    overflow: auto;
    padding-top: 170px;
    width: 100%;
}


#claim {
	color:#FFF;
	padding: 1% 0;
	font-size:9px;
	text-align:center;
	float:left;
}



/*---------------------------------------------------------------Shop---------------------------------------------------------------*/



#shop {
	background-color: #fce4b7;
	float: left;
    padding: 1% 0 0;
    width: 100%;
}

.bracket {
	width:100%;
	margin-left:5%;
}

.bracket img {
	width:100%;
}

.bracket p {
	display:none;
}

.bracket a {
}

.price {
}

.listing {
	background-color: #210c06;
    border: medium groove #000;
    float: left;
    height: 62px;
    width: 21%;
}



/*-----------------------------------End------------------------------------*/




















/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {

/*-------------Page--------------*/

body {

}

#content {
	margin: 0 auto;
    overflow: auto;
    width: 100%;
	height:100%;
	max-width: 767px;
	padding-top:3%;
}

#nav {
    display: block;
    float: left;
	padding-left: 8%;
	position: fixed;
	top: 0;
	width: 100%;
	height: 20px;
/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 3px 0px #000000;
-moz-box-shadow: 0px 0px 3px 0px #000000;
box-shadow: 0px 0px 3px 0px #000000;
/* Adds the transparent background */
background-color: rgba(1, 1, 1, 0.8);
color: rgba(1, 1, 1, 0.8);
	/*padding-left: 1%;*/
}

#nav ul {
    background-color: #000;
    height: 16px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#nav ul li {
    background-color: #210c06;
    border: thin solid #000;
    color: #fbfde5;
    float: left;
    font-size: 10px;
    height: 12px;
    margin: 0 1px;
    padding: 1px 0 0;
    position: relative;
    width: 30px;
}

#feet{
    margin-left: 30%;
}

.barz{
	font-weight:bold;
	margin: 2% 0;
	font-size:8px;

}

/*---------------------------------------------------------------HOME---------------------------------------------------------------*/

#home{
	width:100%;
	max-width:767px;
}

#smldoor img{
	display:none;
}

#lrgdoor img{
	display:block;
	width:100%;
}

/*---------------------------------------------------------------ABOUT---------------------------------------------------------------*/

#about {
    color: #000;
    padding: 1% 4%;
	font-size:12px;
}

#about p {padding: 1% 0;}

#photos img {
    float: left;
    margin: 0 auto;
    width: 39%;
}

#photoz img {
    float: left;
    margin: 0 auto;
    padding: 4% 4% 8% 2%;
    width: 40%;
}

.it{
	font-style:italic;
}

#testimonial {
	background-color: #fce4b7;
    padding: 0 5%;
	font-size:12px;
}

#testimonial p {padding: 1% 0;}

.tes {
	padding: 0;
	text-align: center;
}

#history {
	padding-top: 5%;
}

#author {
    background-color: #fce4b7;
    color: #000;
    float: left;
    font-size: 12px;
    padding: 4% 4%;
    width: 45%;

}

#bio {
	padding-top:2%;
}

/*---------------------------------------------------------------Stories---------------------------------------------------------------*/

#stories{
	margin-left:12%;
}

#rabedis{
	width:145px;
	float:left;
	height:inherit;
	overflow:auto;
	background-color:#FCE4B7;
	text-align:center;
	display:block;
}

#rabedis li{
	border-bottom: thin solid #000;
    border-right: thin solid #000;
    font-size: medium;
    padding: 4px 1px;
}

#rabedis li h1{font-size:large;}
#rabedis li h2{font-size:16px;}

#rabedis a{
	color: #000;
	text-decoration:underline;
}

.smol{
	font-size:7px;
}

#story {
	background-color: #fce4b7;
    float: left;
    height: 337px;
    padding: 5px 12px;
    width: 332px;
}

#story img {
	padding-top:1%;
	width:100%;
}

#story h2 {text-align:center;}

#story h3 {text-align:center;}

.italic {
	font-style:italic;
	text-align:center;
}

#load img {
	width:auto;
}

#refresh {
	width: 100%;
	float:left;
	text-align:left;
	font-size:smaller;
}

#refresh a {
	color: #FFDB00;
	text-decoration:underline;
}

#refresh a:visited {
	color:#FEAB00;
}

#titlimg {
	width:75%;
}

#titltxt {
}

#titltxt h1 {
}

#titltxt img {
	width:4%;
}

.lightbox{
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black url('../img/loader.gif') no-repeat scroll center center;
}

#lightbox {
  position: absolute;
}

.box {
      position: absolute;
      width: 35px;
      height: 35px;
    }
    #green {
      background-color: green;
    }
    #red {
      background-color: red;
	}

.note {
	text-align:center;
}

#audio {
	height: 100%;
    margin: 0 auto;
    max-width: 320px;
    min-height: 240px;
    overflow: auto;
    padding-top: 170px;
    width: 100%;
}


#claim {
	color:#FFF;
	padding: 1% 0;
	font-size:9px;
	text-align:center;
	float:left;
}


/*---------------------------------------------------------------Shop---------------------------------------------------------------*/



/*-----------------------------------End------------------------------------*/
}

















/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Mobile Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

body {
    
}

}















/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Inherits styles from: Mobile Layout.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

@media only screen and (min-width: 992px) {
	

/*-------------Page--------------*/

body {
    font-size: 16px;
}

#content {
	max-width: 960px;
	min-height:720px;
}

#wrappertop {
    width: 960px;
}

.bleft {
	margin: 1%;
}

#nav {
	padding-left: 4%;
	position: fixed;
	top: 0;
	width: 71%;
	min-width: 896px;
	height: 35px;
/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 4px 0px #000000;
-moz-box-shadow: 0px 0px 4px 0px #000000;
box-shadow: 0px 0px 4px 0px #000000;
/* Adds the transparent background */
background-color: rgba(1, 1, 1, 0.8);
color: rgba(1, 1, 1, 0.8);
	/*padding-left: 1%;*/
}

#nav ul {
    height: 33px;
}

#nav ul li {
    margin: 0 2px;
    width: 88px;
    font-size: 18px;
    height: 29px;
    padding: 2px 0 0 0;
}

#nav img {
    width: 29px;
}

#nav a {
}

#wrapperbot {
	height: 10%;
}

#feet{
    width: 960px;
    margin-left: 25%;
}

#bnav{
	width:60%;
}

#bnav li{
	padding: 0 0 0 18%;
	width: max-content;
}

.bnav ul:nth-child(2) {
	padding: 2% 0;
}

bnav a{
}

bnav a visited{
}

.bars{
	margin-left:20%;
}

.barz{
	margin: 2% 0;
	font-size:medium;
}

.credits {
	font-size: 10px;
}

/*---------------------------------------------------------------HOME---------------------------------------------------------------*/


#home{
	padding-top:1%;
	max-width:960px;
}

#smldoor img{
	display:none;
}

#lrgdoor img{
	display:block;
	width:960px;
}

/*---------------------------------------------------------------ABOUT---------------------------------------------------------------*/

#bio {
}

#about {
    padding: 1% 4%;
    width: 50%;
	font-size:16px;
	float: left;
}

#about p {padding: 2% 0;}
	
#photos img {
    width: 40%;
}

#photoz img {
    padding: 4% 0 0 2%;
    width: 40%;
}

.it{
}

#testimonial {
    padding: 0 5%;
	font-size:16px;
}

#testimonial p {padding: 1% 0;}

.tes {
	padding: 0;
	text-align: center;
}

#history {
}

#author {
    font-size: 16px;
    padding: 5%;
    width: 50%;
}

#info {
	padding-top:6%;
}



/*---------------------------------------------------------------Stories---------------------------------------------------------------*/

#sidebar{
	float:left;
	height:inherit;
	overflow:auto;
	background-color:#FCE4B7;
	text-align:center;
	display: block;
    padding-top: 1%;
    width: 285px
}

#sidebar li{
	border-bottom: medium solid #000;
    font-size: large;
    padding: 27px 10px;
}

#sidebar li h1{font-size:large;}
#sidebar li h2{font-size:18px;}

#sidebar a{
}

#rabedis{
	display:none;
}

#rabedis li{
}

#rabedis li h2{
}

#rabedis li h2{
}

#rabedis a{
}

.smol{
	font-size:15px;
}

#story {
	padding-top:1%;
    height: 770px;
    overflow-y: scroll;
    padding: 5px 37px;
    width: 600px;
}

#story img {
	padding-top:1%;
	width:auto;
}

#story h2 {text-align:center;}

#story h3 {text-align:center;}

#load img {
	width:auto;
}

#mobile {
	display:none;
}

.italic {
	font-style:italic;
	text-align:center;
}

#refresh {
}

#refresh a {
}

#refresh a:visited {
}

#titlimg {
}

#titltxt {
	text-align:center;
}

#titltxt h1 {
	font-size: large;
}

#titltxt img {
	width:5%;
}

.lightbox{
	float:right;
	font-size:small;
	width: 51%;
}

#overlay {
}

#lightbox {
}

.box {
      width: 100px;
      height: 100px;
    }
    #green {
    }
    #red {
	}

.note {
}

#audio {
	padding-top: 310px;
	min-height:720px;

}


#claim {
	padding: 1% 30%;
	font-size:14px;
}



/*---------------------------------------------------------------Shop---------------------------------------------------------------*/

#shop {
    padding: 3% 3% 0;
}

.bracket {
	margin-left:1%;
}

.bracket a {
	color: #fed530;
}

.bracket img {
	width: 231px;
}

.bracket p {
	display: block;
	width:100%;
	font-size: medium;
	padding: 2% 3% 1%;
}

.price {
	font-style:oblique;
}

.listing {
    height: 315px;
    margin: 1% 1% 6% 4%;
    width: 24%;
}

#hbox {
	background-color: #FCE4B7;
	text-align:left;
	position: absolute;
	border: thick solid #000;
	width:400px;
}

#hbox img {
	width:400px;
}

#hbox p {
	width:100%;
	font-size: medium;
	padding: 2% 3% 1%;
	color: #000;
}

#hbox h1 {
	padding: 2% 3% 1%;
	color: #000;
}

#hbox h2 {
	padding: 2% 3% 1%;
	color: #000;
}




/*-----------------------------------End------------------------------------*/
}