@font-face {
	font-family: Blackjack;
	src: url('BLACKJAR.TTF');
	
}




* {
	margin:0;
	padding:0;
}

body {
	background-color:#fff;
	background-attachment: fixed;
	background-image: url(../gfx/paper.jpg);
	font-size: 62.5% ;
    font-family:Verdana,Helvetica,Arial,sans-serif ;
    color: #666;
    line-height: 2em;
    font-weight: normal;
}

/*BASIC ELEMENTS*/


#self {
	display: block;
	height: 262px;
	width: 134px;
	background:url(../gfx/self2.png) top left;
}

#self:hover {
	background-position:top right;

}

.dash {
	background-color:#666;
	width:12px;
	height:1px;
	float:left;
	margin:7px 0 0 0;
}

#wrapper {
	
	width: 940px;
	height: auto;
	margin: 50px auto;

}

#left {
	position:fixed;
}

#right {
	padding-top: 30px;
	margin-left: 190px;
}

#logo {
	margin:0 0 20px 0;
}

	.logo-img {
		margin:0 0 0 15px;
		float:left;
	}



#pages {
		list-style: none;
		margin:0px 0 0 40px;
		padding: 0;
}



#pages a{
	margin-bottom: 10px;
	display: block;
	color: #45c3ce;
	font-family: 'Lobster', arial, serif;
	text-shadow: 0 -1px 0 #fff,   0px -1px 0px rgba(0, 0, 0, 0.3);
	font-size: 24px;
	font-style: normal;
}

#pages p a:hover {
	color: ef9653!important;
}



#entries {
	margin:0 0 30px 30px;
}

#tags {
	margin:30px 0 30px 30px;
}

#extras {
	margin:0 0 0 30px;
}

#thumbs {
}

#footer {
	padding:30px 0 0 0;
	color:#999;
}

#load-content {
	display:none;
	margin:0 20px 20px 0;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    padding: 30px;
}

#core-loader {
float: right!important;
display: none;
}

/*GENERAL*/

.link-active {
    color: #000;
}


.page-active {
    text-shadow: 0 1px 0 #fff,  0px -1px 0px rgba(0, 0, 0, 0.3)!important;
	margin-bottom: 9px!important;
	color: #ef9653!important;
}

.clear {
	clear:both;
}

img
{  
	border-style: none;
}

a {
	text-decoration: none;
	color: #ef9653;
	outline: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;

}

a:hover {
	color: #000;
}

a img {
	border: none;
}

/*ENTRY.PHP*/
.entry-title {
	font-size: 30px;
	color: #45c3ce;
	margin: 0px;
	margin-top: 5px;
	height: 20px;
	font-family: 'Lobster', arial, serif;
	font-weight: normal;
}

.entry-date {
	font-size:10px;
	color:#666;
}

.entry-line {
	background-color:#111;
	height:1px;
	margin:45px 0 80px 0;
}

.entry {
	margin:0;
}

.entry img {
	margin:0;
	max-width: 670px;
	height: auto;
}


.entry a {
	padding:0 0 0 0;
}

.entry-extra1 {
	float:left;
	margin:0 30px 0 0;
}

.entry-extra2 {
	float:right;
}

.entry-text {
	margin:0 0 20px 0;
	width: 350px;
}

.entry-text-top {
	margin:0 0 20px 0;
}

#close-entry {
	cursor:pointer;
	color:#333333;
	float:right;
}

#close-entry img:hover{
	opacity:0.5; 
	filter: alpha(opacity=50); 
}

#close-entry:hover {
	color:#FFFFFF;
}


/*----------------------------------------------------------------- ENTRY_LINK_THUMBS.PHP*/

.thumb {
	float:left;


}

.thumb-content {
	background: #fff;
	padding: 6px;
	padding-bottom: 10px;
	margin: 0 7px 7px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	text-align: left;
	line-height: normal;
}

.thumb-content span {
float: right;
}


/*.thumb-content:hover {
	margin-top: 1px!important;
	margin-left: 1px!important;
	margin-bottom: 6px;
	margin-right: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}*/

#thumbs a img {
    border: #efefef 1px solid;
}

#thumbs a:hover img {
}

#thumbs .entry-text:hover {
	background:#232323;
	padding:0;
}

.thumb-tags {
	padding:0;
	margin:0;
}

.thumb-info {
	max-width:190px;
	padding:0;
	margin:0;
}


/*--------------------------------------------------------------------- MENU */

ul#menu {
    list-style:none;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px!important;
    padding:5px!important;
    overflow:auto; /* makes sure the container fits the floated list-items below */

}



ul#menu li{
    /* removed the positioning and z-index on the li, we no longer need them */

    padding: 0 10px;
	font-size: 12px;
	float: left;
	position: relative;
	z-index: 10;
	text-shadow: 0 1px 0 #fff;

}


ul#menu li a:hover{
    color: #000;
}


ul#menu li a:active{
	color: #000;
}


ul#menu li.backLava {
    position:absolute; /* this is automatically added by lavaLamp, if not set, but let's set it for good practice */
    -moz-box-shadow: 0 1px 0 rgba(250, 250, 250, 1), 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(250, 250, 250, 1), 0 -1px 0 rgba(0, 0, 0, 0.2);
	background:  rgba(0, 0, 0, 0.1);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 3;
	padding: 0!important;
}




/*--------------------------------------------------------------------- SCROLL TO TOP */

#topcontrol div{
	width: 52px;
	height: 54px;
	background:url(../gfx/up.png) left;
}

#topcontrol div:hover{
	width: 52px;
	height: 54px;
	background:url(../gfx/up.png) right;
}





.slideshow {
	height: auto;
}

/*.slideshow img{
	cursor: pointer;
}*/


.perma {
	background: #fff;
	width: 680px;
	margin: 50px auto;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    padding: 30px;
}

.index-link {
	display: block;
	width: 100px;
	padding: 10px;
	text-align: center;
		margin: 0 auto;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
}

.index-link:hover {
		-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
	margin-bottom: -1px!important;
	
}


#pages .test {
	display: none;
}

.extralist {
	float: right; margin-right: -250px; width: 200px;
}



:focus {
outline: 0;
}
form legend {
color: #333;
padding: 0 0 20px 0;
text-transform: uppercase;
}

form {
padding: 0;
}

form, form input, form textarea, form label {
	font-family:"Courier New", Courier, monospace;
font-size: 12px;
}



form p input,
form p textarea {
display: block;
padding: 0;
margin: 0;
border:none;
background:url(/objects/dashed_bg.png)!important;
line-height: 34px;
}

form p textarea {
width: 330px;
	height: 250px!important;
}

form p input{
width: 150px!important;
	height: 34px!important;
}

form p label {
display: block;
margin: 10px 5px 5px 6px;
padding: 0;
}



form p label {
color: #777;
}

form .regarding input, form .regarding label{
	float:left;
}
	
	
 .checkbox, .radio {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url(checkbox.gif) no-repeat;
   display:inline-block;
   margin-bottom: -10px;
 }
 .radio {
   background: url(/objects/radio.png) no-repeat;
 }