
/* css reset, via the king, http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

/* end of css reset *************************************************************/

/* included from includes/base.css **********************************************/
body{
    font-family:sans-serif;
    background:#000;
    color:#FFF;
    font-weight:bold;
}
body#layout{
    background-position:fixed;
    overflow-x:hidden;
    padding-top:34px;
}
a{
    font-weight:bold;
    text-decoration:none;
}
em{
    font-style:italic;
    text-decoration:underline;
}
#tags{
    position:absolute;
}
#tags a{
    padding:5px;
    display:inline-table;
}
#container{
    width:1024px;
    margin:0 auto;
}

#you-like, #hall-of-fail h1, #hall-of-fail h2{
    font-size:36px;
    padding:20px;
    display:block;
    background:#000;
}
#hall-of-fail h2{
    font-size:18px;
}
#main{
    width: 640px;
    background:rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
    margin:10px 10px 10px 0;
    margin-bottom:200px;
    float:left;
}
#comments h2{
    padding:10px;
    font-size:24px;
}
#comments li{
    padding:10px;
    position:relative;
    clear:both;
    min-height:50px;
}
#comments li.alt{
    background: rgba(0,0,0,.8);
}
#comments li .contents{
    line-height:1.3;
    margin-left:60px;
}
#comments li br{
    clear:both;
}
#comments .avatar{
    position:absolute;
    top:10px;
    left:10px;
}
#main img{
    width:600px;
}

#header{
    color:#FFF;
    font-weight:bold;
    font-size:13px;
    height: 34px;
    background:rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
    position:absolute;
    top:0;
    width:100%;
}
#s{
    margin-top:5px;
    border:none;
    background:rgba(255,255,255,.8);
    padding:3px;
    margin-right:5px;
    font-weight:bold;
    width:100px;
}
#header ul li a{
    float:left;
    padding:10px;
}
#header a:hover{
    background:#000;
}
#bunchie{
    margin-top:-10px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.red, .red a{
    color:#F00;
}
.red:hover, .red:hover a{
    color:#00F;
}
.pink, .pink a{
    color:#F0F;
}
.pink:hover, .pink:hover a{
    color:#0F0;
}
.green, .green a{
    color:#0F0;
}
.green:hover, .green:hover a{
    color:#F0F;
}
.blue, .blue a{
    color:#06F;
}
.blue:hover, .blue:hover a{
    color:#F60;
}
.orange, .orange a{
    color:#F60;
}
.orange:hover, .orange:hover a{
    color:#06F;
}
.yellow, .yellow a{
    color:#FF0;
}
.yellow:hover, .yellow:hover a{
    color:#00F;
}
.teal, .teal a{
    color:#0FF;
}
.teal:hover, .teal:hover a{
    color:#F00;
}

/*	post specific stuff	*/

#main .post .avatar{
    width:50px;
    height:50px;
    float:right;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
}

#main .post{
    padding:20px;
}

#main .post.alt{
    background:rgba(255,255,255,.05);
}

#main .post-head{
    clear:both;
}

#main .post-head h2{
    font-size:24px;
}

#main .post-head small{
    font-size:10px;
}

#main .post .entry{
    padding-top:20px;
    clear: both;
    text-align:center;
}
#main .post .entry img{
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
}
#main .post .entry img:hover{
    min-width:600px;
    width:auto;
    height:auto;
    position:relative;
    z-index:12345;
}
#main .post .entry a img{
    border:3px dotted #0F0;
}
#main .post .entry a img:hover{
    border:3px dashed #F0F;
}
#main p.full-sized{
    background:#000;
    padding:10px;
    text-align:left;
}
#main .post .meta{
    margin-top:-3px;
}
#main .post .meta p{
    text-align:right;
    font-size:12px;
    padding:5px;
    line-height:1.3;
    background:rgba(0,0,0,.9);
}

#main .post .meta .stbutton{
    color:#FF0;
}

#main .post .navigation{
    margin-bottom:20px;
    background:#000;
}

#main .post .navigation br{
    clear:both;
}

#main .post .navigation a{
    width:250px;
    font-size:13px;
    font-weight:bold;
    padding:10px;
    background:#000;
}

#main .post .navigation a:hover{
    background:#FFF;
}

#main .post .previous, #main .post .next{
    width:49%;
}

#main .post .previous{
    float:left;
}

#main .post .next{
    float:right;
}

#main .post .previous a{
    float:left;
    text-align:left;
    padding-left:20px;
}

#main .post .next a{
    float:right;
    text-align:right;
    padding-right:20px;
}

#main #not-found{
    padding:20px;
}
#main #not-found h2{
    margin:10px 0;
    font-size:24px;
}

#main .hof-warning{
    color:#FF0000;
    font-size:12px;
    padding-bottom:10px;
}
/* add tags stuff */

#add-tags{
    background:rgba(0,0,0,.9);
    -moz-box-shadow:0 0 5px #FF0;
    padding:10px;
    width:300px;
    position:absolute;
    left:-500px;
}

#tag-suggestions a, #tags-will-add a{
    padding:5px;
    float:left;
}

#tag-suggestions a.autocomplete{
    font-size:200%;
}

#add-tags-form{
    clear:both;
}

/* comment specific shit */
#comments, #comment-poster, #related-tags{
    float:right;
    margin:10px 0 0 0;
    background:rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
    font-size:13px;
    width:370px;
}
#comments{

}
#comment-poster{

}
#comment-poster #commentform{
    padding:20px;
}
#comment-poster #commentform textarea{
    width:325px;
    height:80px;
}
#comment-poster p{
    margin:5px 0;
}

#related-tags{

}

#related-tags a{
    padding:5px;
}

/* add new image stuff */
.MultiBoxContainer{
    background:#000;
}
#add-new-image{
    background:rgba(0,0,0,.9);
    padding:20px;
    margin:20px;
}
#add-new-image h1{
    font-size:36px;
    margin:10px 0;
}
#add-new-image h2{
    font-size:18px;
    margin:25px 0;
}
#add-new-image label{
    padding:5px 0;
    font-size:16px;
    clear:both;
    display:block;
}
#add-new-image input{
    width:550px;
    padding:4px;
    font-weight:bold;
    font-size:16px;
}
#add-new-image hr{
    background-color:none;
    border:none;
    clear:both;
    margin:3px 0;
}

#add-new-image #tag-suggestions{
    padding:10px 0;
}

/* message styles */

.error, .success{
    border:4px dashed;
    padding:10px;
    margin-bottom:20px;
    background:#000;
}
.error{
    border-color:#F00;
}
.success{
    border-color:#0F0;
}

#commentform{
    -mox-box-shadow:0 0 10px #000;
}

#commentform input, #commentform textarea{
    background:rgba(255,255,255,.8);
    border:none;
    padding:3px;
    -moz-box-shadow:0 0 10px #000;
}

hr{
    clear:both;
    height:0;
    border:none;
}

#related-posts img{
    width:150px;
    height:150px;
    padding:5px;
}

#footer{
    clear:both;
    background:rgba(0,0,0,.8);
    font-size:20px;
}

#footer a{
    display:block;
}

#footer .previous a{
    float:left;
    padding:10px 20% 10px 15%;
}
#footer .next a{
    float:right;
    padding:10px 15% 10px 20%;
}

#party-tags{
    background:rgba(0,0,0,.9);
}

#party-tags a{
    padding:5px;
}

#hot-stuff{
    width:370px;
    height:300px;
    float:right;
    margin-top:10px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.8);
    position:relative;
    color:#FF0;
}

#hot-stuff:hover{
    color:#F0F;
}

#pornographic-enticement-message{
    padding:10px;
    background:rgba(0,0,0,.75);
    position:absolute;
    bottom:0;
    line-height:1.3;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.8);
}

#footer-sexytime{

}
/* end of includes/base.css *****************************************************/

/* included from includes/slimbox.css *******************************************/
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* end of includes/slimbox.css **************************************************/

/* had some help from trickyInc: http://code.google.com/p/trickyinc/ ************/

/* Generated in 0.028936862945557 seconds. **************************************/
