/* CSS Document */

body {
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
margin-left:3%;
}

a,
a:visited	{
color:#0066CC;
text-decoration:none;}

a:hover 	{
color:#9999CC;
}

.title_block {
left:50px;
top:20px;
position:absolute;
}

.sitenav {
left:520px;
top:20px;
position:absolute;
}

.topadholder {
left:700px;
top:20px;
position:absolute;
width:120px;
height:240px;
background-color:#c6c6c6;
}

.left_column {
top:180px;
left:20px;
position:absolute;
text-align:justify;
width:525px;
}

.right_column {
top:100px;
left:555px;
position:inherit;
padding:10px;
width:200px
}

.bannercolumn {
top:180px;
left:590px;
position:inherit;
}


.post_date {
font-size: 12px;
font-weight: bold;
color:#999999;
text-align:right;
}

.post_title {
font-size:20px;
color:#0066CC;
font-variant:small-caps;
font-weight:bold;
}

.post_categories {
font-size: 10px;
color: #666666;
text-align: right;
}

.post_contents {
color:#666666;
font-size:14px;
}

.post_footer {
font-size:12px;
color:#999999;
}

.comments {
color:#999999;
}

.linkblog_title {
font-size:20px;
color:#00CC66;
font-variant:small-caps;
font-weight:bold;
}

.copyright_footer {
font-size:10px;
font-weight:bold;
color:#999999;
}

.linkblog_contents {
font-size:12px;
color:#999999;
margin-left:10px;
margin-right:10px;
text-align:justify;
}

.links {
margin-left:10px;
margin-right:10px;
color:#666666;
font-size:14px;
font-variant:small-caps;
}

.links_title {
font-size:20px;
color:#FFCC00;
font-variant:small-caps;
font-weight:bold;
}

.about_contents {
font-size:12px;
text-align:justify;
color:#999999;
margin-left:10px;
margin-right:10px;
}

.about_links {
font-weight:bold;
font-size:20px;
font-variant:small-caps;
}




.blogs_title {
font-size:20px;
color:#009933;
font-variant:small-caps;
font-weight:bold;
}

.cat_title {
font-size:20px;
color:#663366;
font-variant:small-caps;
font-weight:bold;
}

.image_block {
float:left;
padding: 5px;
}

.image_block2 {
float:right;
padding: 5px;
}

.small_text {
font-size:50px;
}

.bCommentTitle {
font-size: 12px;
font-weight:bold;
color:#6699cc;
}

.bCommentText {
font-size: 14px;
color:#666666;
}

.bCommentSmallPrint {
font-size:10px;
color:#ffcc33;
}

form.search {
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 1ex 0;
}

input.SearchField {
	background-color: #fff;
	border: 2px solid #0066cc;
	padding: 2px;
	width: 120px;
	height: 16px;
	margin: 0ex;
	
}

input.search_submit {
	border: 0;
	width: 60px;
	height: 22px;
	color: #0066cc;
	background-color: #fff;
	border: 1px solid #666666;
	font-weight: bold;
	font-size: 14px;
	
}



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.destroytokyo.com/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.destroytokyo.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.destroytokyo.com/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}