/* type */
body {
	text-align:center;
}

p {
	font-size:12px;
	font-family: "Junction02", sans-serif;
	line-height:16px;
	font-weight:lighter;
	padding-left:5px;
	text-align:left;

}

em {
	font-size:13px;
	font-family: "Junction02", sans-serif;
	text-align:left;
	line-height:16px;
	font-weight:normal;
	font-style: italic;
}

@font-face {
	font-family: "OpenDinSchriftenEngshriftMedium";
	src: url('OpenDinSchriftenEngshrift.eot');
	src: local('OpenDinSchriftenEngshrift Medium'), 
	local('OpenDinSchriftenEngshrift'), url('OpenDinSchriftenEngshrift.ttf') format('truetype');
}


@font-face { 
	font-family: "Junction02"; 
	src: url('Junction02.eot');
	src: local('Junction02'), 
	local('Junction02'), url('http://www.joywebsight.com/elements/Junction02.ttf') format('truetype');
} 

@font-face {
	font-family: "DejaVuSansMono"; 
	src: url('DejaVuSansMono-Bold.eot');
	src: local('DejaVuSansMono'), 
	local('DejaVuSansMono'), url('http://www.joywebsight.com/elements/DejaVuSansMono-Bold.ttf') format('truetype');
}

ul {
	padding-left:20px;
	list-style-type:square;
	font-size:12px;
	font-family: "Junction02";
	line-height: 20px;	
}


h1 {
	text-shadow: 1px 1px 3px #999999;
	line-height:60px;
	margin:6px;
	text-align:left;
	font-family: "OpenDinSchriftenEngshriftMedium";
	font-variant:normal;
	font-style:normal;
	font-weight:bold;
	font-size:60px;
	letter-spacing:2px;
	padding-top:12px;
	padding-left:12px;
	padding-bottom:12px;
}


h2 {
	font-family: "OpenDinSchriftenEngshriftMedium";
	line-height:normal;
	font-size:larger;
	margin-top:0;
	font-weight:bold;
	font-size:30px;	
	border-bottom:solid;
	border-width:1px;
	border-color:black;
	text-transform:uppercase;
	letter-spacing:5px;
	top:0;
	padding:3px;
}


h3 {
	font-family: "OpenDinSchriftenEngshriftMedium";
	line-height:33px;
	font-size:25px;
	font-weight:lighter;
	padding-left:3px;
}

h4 {
	font-family: "OpenDinSchriftenEngshriftMedium";
	line-height:18px;
	font-size:18px;
	font-weight:lighter;
	padding-left:3px;

}


p.wordup {
	margin-left: 20px;
	width: 300px;
	padding-left: 13px;
	padding-bottom: 13px;
	padding-right: 33px;
	padding-top: 10px;
	border-color: #e6e6e6;
	border-width: 1px;
	border-style: solid;
	line-height: 14px; 
	color: #e6e6e6;
	background:#333333;
	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb;

}

p.scrawl {
	font-family: 'Reenie Beanie', arial, serif; 
	font-size: 29px;
	line-height: 24px;
}


.tastydates {
	font-family:Georgia, Times, serif;
	font-size:12px;
	font-style:italic;
	padding-left: 5px;
	padding-bottom:30px;
	padding-top:5px;
}

.small {
	background-image:url(images/);
	font-family:Georgia, Times, serif;
	font-size:8px;
	line-height:16px;
	font-weight:normal;
}

strong {
	font-family: "DejaVuSansMono";
	line-height:normal;
	display:block;
	font-weight:bold;
	font-size:larger;
}

.second {
    display: block;
    float: right;
    position: relative;
    margin-left: 10px;
	border: green;
	width: 20px;
	height: 80px;
	background-color: green;
	z-index: 3000000;

}

/* twitter */

ul#twitter_update_list {
	font-size:10px;
	display: inline;
	padding: 0px;
}

#twitter_div{
	font-family:"Junction02", sans-serif;
	font-size: 10px;
	line-height: 16px;
	padding-left: 10px;
	padding-top: 0px;
	overflow: hidden;

}

.twitter {
	float: right; 
	margin-top: 0px;
	margin-right: -272px;
	padding-right: 6px	
	display:inline;
	padding:10px;
	border-style: solid;
	border-width: 5px;
	border-color: #d8eaff;
	width:180px;
	background-color: #fff;
	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb;

}
	
/* footnotes */
a.fnote {
	position:relative;

	
/*this is the key*/
	z-index:204;
	color:#000;
	text-decoration:none;
}

a.fnote:hover {
	z-index:205;
	background-color:black;
}

a.fnote span {
	display:none;
}

a.fnote:hover span {

	
/*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	right:2em;
	width:15em;
	padding:10px;
	border:1px dotted black;
	background-color:#fff;
	color:#000;
	text-align:center;
}

/* didactic panel */
a.dpan {
	position:relative;
	font-size: 30px;
/*this is the key*/
	z-index:204;
	color:#000;
	padding: 10px;
}

a.dpan:hover {
	z-index:205;
	background-color:black;
}

a.dpan:active {
	text-decoration: none;
}

a.dpan span {
	display:none;
}

a.dpan:hover span {
/*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	right:2em;
	width:15em;
	padding:10px;
	border:1px solid black;
	background-color:#fff;
	color:#000;
	text-align:left;
	font-size: 10px;
	
}

	
/* --- links --- */
a img {
	border:none;
	border-bottom:0;
}

a:link {
	color:black;
	text-decoration:underline;
	font-family: "Junction02";
	font-weight:normal;
}

a:visited {
	background-color:transparent;
	text-decoration:underline;
	font-family: "Junction02";
	color:#000000;
}

a:active {
	color:#0d1627;
	font-family: "Junction02";

}

a:hover {
	color: #e6e6e6;
	font-family: "Junction02";
	background-color:black;
	text-decoration:none;
}






/* --- blue links --- */

a.blue:link {
	color:#0080ff;
	text-decoration:none;
	font-family: "Junction02";
	font-weight:normal;
}

a.blue:visited {
	color:#0080ff;
	text-decoration:underline;
	font-family: "Junction02";
	font-weight:normal;
}

a.blue:active {
	color:#0d1627;
	font-family: "Junction02";

}

a.blue:hover {
	color: #ffffff;
	font-family: "Junction02";
	background-color:transparent;
	text-decoration:none;
}


/* --- scrawl links --- */

a.scrawl:link {
	color:#0080ff;
	text-decoration:none;
	font-family: 'Reenie Beanie', arial, serif; 
	font-size: 29px;
	line-height: 24px;
}

a.scrawl:visited {
	color:#0080ff;
	text-decoration:underline;
	font-family: 'Reenie Beanie', arial, serif; 
	font-size: 29px;
	line-height: 24px;
}

a.scrawl:active {
	color:#0d1627;
	font-family: 'Reenie Beanie', arial, serif; 

}

a.scrawl:hover {
	color: #999;
	font-family: 'Reenie Beanie', arial, serif; 
	background-color:transparent;
	text-decoration:none;
}

	
/* --- inverted links --- */

a.blk:link {
	background-color:#ff0000;
	color: #000;
	text-decoration:none;
	font-family: "Junction02";
	font-weight:normal;
}

a.blk:visited {
	background-color:#ff0000;
	color: #000;
	text-decoration:none;
	font-family: "Junction02";
	font-weight:normal;
}

a.blk:active {
	color:#0d1627;
	font-family: "Junction02";

}

a.blk:hover {
	color: #000;
	font-family: "Junction02";
	background-color:transparent;
	text-decoration:none;
}
/* --- big links --- */

a.big:link {
	font-size: 100px;
	line-height: 100px;
	font-weight: bold;
	color:black;
	text-decoration:none;
	font-weight:normal;
}

a.big:visited {
	background-color:transparent;
	text-decoration:none;
	color:#000000;
}

a.big:active {
	color:#0d1627;
}

a.big:hover {
	color:white;
	background-color:black;
	text-decoration:none;
}


/* --- bright links --- */

a.bright:link {
	font-weight: bold;
	line-height: 12px;
	font-size: 24px;
	color: white;
	text-decoration:none;
	font-weight:normal;
}

a.bright:visited {
	text-decoration:none;
		line-height: 12px;
	font-size: 24px;
	color:#000000;
}

a.bright:active {
	text-decoration: none;
	color:#0d1627;
}

a.bright:hover {
	color: black;
	background-color: inherit;
	text-decoration:none;
}

	
/* --- animals --- */


div#containers {
	min-height: 600px;
	margin-left:auto;
	margin-right:auto;
	width:50em;
	text-align:left;
   background: transparent; /* The Fallback */
   background: rgba(255, 255, 255, 0.75);
	border-left-color: #333333;
	border-left-width: 12px;
	border-left-style: solid;
	border-right-color: #333333;
	border-right-width: 12px;
	border-right-style: solid;
	margin-top: 0px;
	padding-left: 10px;
}
#veil {
	z-index: 0;
	visibility: show;
	display: block;
	padding-left:15px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:12px;
	margin-left:7px;
	width:500px;
}

#copy4 {
	color:black;
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	padding-bottom:12px;
	width:500px;
	text-align:left;
	background-color:transparent;
	background-repeat:no-repeat;
	border-color:black;
}

#rodneyisnapping {
	padding:15px;
	border-style:dotted;
	margin-left:100px;
	margin-bottom:0;
	border-width:1px;
	border-color:black;
	width:444px;
	background-color:#e6e6e6;
	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb;

}

.questionforyou {
	padding:30px;
	font-size: 29px;
	line-height: 24px;
	border:10px solid #fff;
	margin-left:100px;
	margin-bottom:0;
	width:444px;
 	background: #fff url(http://stuff.joywebsight.com/note.png) repeat-y;
 	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb;

}


#booming {
	font-family: "DejaVuSansMono";
	margin-bottom:366px;
	color: #ccc;
	float:left;
	line-height:24px;
	display:inline;
	text-align:left;
	font-weight:bold;
	font-size:24px;
}

.boom {
	font-size:60px;
	font-weight:bolder;
	line-height:66px;
	background-color: #333333;
	margin-right: 100px;
	margin-bottom:30px;
	padding: 10px;
	float:left;
	display:table-column;
	text-align:left;
}

#boomer {
	font-size:14px;
	font-family: "Junction02", sans-serif;
	line-height:18px;
	font-weight:lighter;
	position:absolute;
	float:right;
	margin-left:444px;
	width:200px;
	padding:10px;
	display:inline;
	color:#05152c;
}

#footer {
margin-top: 500px;
height: 75px;
padding-top: 100px;
}

p#dancing {
	padding:15px;
	border-style:dotted;
	margin-left:50px;
	border-width:1px;
	border-color:black;
	width:555px;
	background-color:#80ff00;
}

p.dancing {
	border-width: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	font-weight: bold;
	border-style: solid;
	margin-left: 10px;
	width: 250px;
}

p.justsaying {
	font-family: "Junction02", sans-serif;
	color: black;
	margin: 0px;
	font-size: 22px;
 	line-height: 26px;
	width:508px;
	padding-bottom: 20px;

}

.justmumbling {
	font-size: 10px;
	font-family: "Junction02", sans-serif;	
	color: #4c4c4c;
	border: 1px black dotted;
	font-weight: bold;
	padding:15px;
	margin-left:50px;
	margin-bottom: 0px;
	width: 240px;
	background-color: white;
	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb;

}

#example-1 .example-area blockquote {
   background: #eee;
   transition: all .3s linear;
   -o-transition: all .3s linear;
   -moz-transition: all .3s linear;
   -webkit-transition: all .3s linear;
}
#example-1 .example-area blockquote:hover {
   background: #aaa;
}

.dents {
	color:black;
	padding-left:10px;
	padding-right:13px;
	padding-top:10px;
	padding-bottom:12px;
	width:480px;
	background-color:transparent;
}

.outdents {
	float:right;
	position:absolute;
	margin-left:520px;
	margin-top:-650px;
	width:275px;
	background-color:black;
}

.indents {
	float:left;
	position:relative;
	margin-left:450px;
	margin-top:-400px;
	width:275px;
	border-left: 12px solid #333333;
	padding: 10px;
}

.therapper {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 5px;
	color: #483300;
	font-family: "Junction02", sans-serif;
	border-style: solid;
	margin-left:50px;
	margin-bottom:0;
	border-width: 5px;
	border-color: #483300;
	width:444px;
	background-color:#ccc8be;
	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb;
}

.micheleisdancingonapin {
	color: navy;
	padding:15px;
	border-style: solid;
	margin-left:50px;
	margin-bottom:0;
	border-width: 5px;
	border-color: navy;
	width:444px;
	background-color:#e1e8fe;
	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb;

}

.tellatype {
	height:444px;
	padding:12px;
	font-size:12px;
	color:lime;
	border-style:solid;
	margin-left:100px;
	margin-bottom:0;
	border-width:5px;
	border-color:lime;
	width:444px;
	overflow:auto;
	background-color:black;
	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb;

}

.tellertype {
	z-index: 0;
	clear: right;
	float: left;
	position: relative;
	height: 110px;
	padding: 6px;
	font-size:12px;
	border-bottom: 1px solid;
	border-left: 1px solid;	
	margin-left: 10px;
	margin-bottom: 10px;
	width: 300px;
	overflow:auto;
}

.rodneydancing {
	font-size:16px;
	line-height: 24px;
	padding:15px;
	border-style: solid;
	margin-left:50px;
	margin-bottom:0;
	border-width: 5px;
	border-color: #333333;
	width:555px;
	background-color:yellow;
	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb;

}

.letters {
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	padding:15px;
	border-style: dashed;
	margin-left:50px;
	margin-bottom:0;
	border-width: 10px;
	border-color: maroon;
	width:395px;
	background-color: #d3dee7;
	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb;

}

.othersdancing {
	color: #4c4c4c;
	margin-top:10px;
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	padding:15px;
	border-style: solid;
	margin-left:50px;
	margin-bottom:0;
	border-width: 5px;
	border-color: #4c4c4c;
	width:555px;
	background-color: #cccccc;
	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb;

}




.yellowpostit {
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	padding:15px;
	border-style: solid;
	margin-left:50px;
	margin-bottom:0;
	border-width:5px;
	border-color: yellow;
	width: 75%;
	background-color: #ffffcc;
	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb;
}

.rodneynapping {
	border-style:dotted;
	margin-left:0;
	margin-bottom:0;
	margin-right:40px;
	padding-bottom:200px;
	border-width:0;
	width:640px;
	background-color:transparent;
}


	
/* backgrounds */
.smokeney {
	background-color:#333333;
}

.twentyohseven {
	background-color:#365f89;
}

.newfresh {
background-repeat: repeat;
	background-image: url(http://jd2-83f0c521b3684bc455ed57ac2c549137-us.s3.amazonaws.com/joywebsight2/FILES/1ad2facd0abc5c126d00915fb80a28b4/patt06.png);
	background-color: #66ccff;
}

.jjbean {
background-repeat: repeat;
	background-image: url(http://jd2-83f0c521b3684bc455ed57ac2c549137-us.s3.amazonaws.com/joywebsight2/FILES/1ad2facd0abc5c126d00915fb80a28b4/patt07.png);
	background-color:#ccc4ac;
}

.works {
background-color: #800000;
	background-image: url(http://stuff.joywebsight.com/joy-sporadic-periodical-logo-pat.png);
}

.poot {
	background-color: #453b2c;
	background-repeat: repeat;
	background-image: url(http://jd2-83f0c521b3684bc455ed57ac2c549137-us.s3.amazonaws.com/joywebsight2/FILES/1ad2facd0abc5c126d00915fb80a28b4/patt12.png);
}	
         
.furtheronnow {
background-repeat: repeat;
	background-image: url(http://jd2-83f0c521b3684bc455ed57ac2c549137-us.s3.amazonaws.com/joywebsight2/FILES/1ad2facd0abc5c126d00915fb80a28b4/patt08.png);
background-color: #7f6c4d}

.shiftney {
	background-image:url(http://jd2-83f0c521b3684bc455ed57ac2c549137-us.s3.amazonaws.com/joywebsight2/FILES/1ad2facd0abc5c126d00915fb80a28b4/patt09.png);
	background-repeat:repeat;
	background-color:#868850;
}

.boot {
background-repeat: repeat;
	background-image: url(http://jd2-83f0c521b3684bc455ed57ac2c549137-us.s3.amazonaws.com/joywebsight2/FILES/1ad2facd0abc5c126d00915fb80a28b4/patt11.png);
	background-color: #663300;
}
.shoot {
background-repeat: repeat;
	background-image: url(http://jd2-83f0c521b3684bc455ed57ac2c549137-us.s3.amazonaws.com/joywebsight2/FILES/1ad2facd0abc5c126d00915fb80a28b4/patt04.png);
background-color: #565e20;
}         
         
.mist {
background-repeat: repeat;
	background-image: url(http://jd2-83f0c521b3684bc455ed57ac2c549137-us.s3.amazonaws.com/joywebsight2/FILES/1ad2facd0abc5c126d00915fb80a28b4/patt10.png);
	background-color:#b9d595;
}

.toot {
	background-color: #99CC66;
}	
         
.thesedays{
background-repeat: repeat;
	background-image: url(http://jd2-83f0c521b3684bc455ed57ac2c549137-us.s3.amazonaws.com/joywebsight2/FILES/1ad2facd0abc5c126d00915fb80a28b4/patt03.png);
background-color: #afc6c5;
}

.dudeisaid {
	background-repeat: repeat;
	background-image: url(http://jd2-83f0c521b3684bc455ed57ac2c549137-us.s3.amazonaws.com/joywebsight2/FILES/1ad2facd0abc5c126d00915fb80a28b4/patt01.png);
	background-color: #b3b3b3;
	}

.authorney {
background-repeat: repeat;
background-image: url(http://stuff.joywebsight.com/pattern8-pattern-20a.png);
background-color:#ccc;
}

.yoot {
	background-repeat: repeat;
	background-image: url(http://jd2-83f0c521b3684bc455ed57ac2c549137-us.s3.amazonaws.com/joywebsight2/FILES/1ad2facd0abc5c126d00915fb80a28b4/patt09.png);
	background-color: #5998c3;
}

.moot {
	background-repeat: repeat;
	background-image: url(http://jd2-83f0c521b3684bc455ed57ac2c549137-us.s3.amazonaws.com/joywebsight2/FILES/1ad2facd0abc5c126d00915fb80a28b4/patt07.png);
	background-color:#aca979 ;
}


.lava {
background-repeat: repeat;
	background-image: url(http://jd2-83f0c521b3684bc455ed57ac2c549137-us.s3.amazonaws.com/joywebsight2/FILES/1ad2facd0abc5c126d00915fb80a28b4/patt03.png);
	background-color:#f39200;
}
.okhere {
background-repeat: repeat;
	background-image: url(http://jd2-83f0c521b3684bc455ed57ac2c549137-us.s3.amazonaws.com/joywebsight2/FILES/1ad2facd0abc5c126d00915fb80a28b4/patt01.png);
	background-color:#f5989b;
}

.troot {
	background-color: #800040;
}	
         
.woots {
	background-color: #800000;
}

	
/* nav */
#sddm {
	margin:0;
	padding:0;
	z-index: 50;
}

#sddm li {
	z-index: 50;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	font:bold 14px helvetica;
}

#sddm li a {
	z-index: 50;
	display:block;
	margin:0 1px 0 0;
	padding:4px 10px;
	width:99px;
	background:white;
	color:#000000;
	text-align:left;
	text-decoration:none;
}

#sddm li a:hover {
	z-index: 50;
	color:#b3b3b3;
}

#sddm div {
	z-index: 50;
	position:absolute;
	visibility:hidden;
	margin:0;
	padding:0;
	background:#ccc;
	border:0 solid #999;
}

#sddm div a {
	z-index: 50;
	position:relative;
	display:block;
	margin:0;
	padding:5px 10px;
	width:auto;
	white-space:nowrap;
	text-align:left;
	text-decoration:none;
	background:#ffffff;
	color:#000;
	font:11px arial;
}

#sddm div a:hover {
	z-index: 50;
	background:black;
	color:#FFF;
}


	
/* table */
#hor-minimalist {
	font-size:1px;
	background:transparent;
	width:480px;
	border-collapse:collapse;
	text-align:left;
}

#hor-minimalist th {
	border-bottom-width:1px;
	border-bottom-color:#333333;
	font-family:sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#333333;
	padding:10px 8px;
	border-bottom:solid;
}

#hor-minimalist td {
	font-family:sans-serif;
	padding-left:8px;
	padding-bottom:0;
	padding-right:8px;
	padding-top:9px;
	color:#333333;
}

#hor-minimalist tbody tr:hover td {
	font-family:sans-serif;
	color:#009;
}

td {
	background-position:1px 1px;
	font-family:Georgia, serif;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
}



