/*
Theme Name: PDX Imports
Theme URI: http://japanpdximports.com/
Description: News section of the website
Version: 1.0
Author: Ian Lynam / Paul Sather
Author URI: http://ianlynam.com/
*/



body {
	background-color: black;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: white
	}
#menu {
	position:absolute;
	left:18px;
	top:100px;
	width:157px;
	height:100%;
	z-index:1;
	font-size: 12pt;
	font-family: Georgia, Times New Roman, Times, serif;
	}

#menu li { list-style-type: none; }

#header { text-align: center; }
#footer { color: gray; font-size: 10pt; margin-top: 25px;  margin-left: 170px; font-style: italic; }

img { border: none; }

a:link    { color: white; }
a:visited { color: white; }
a:hover   { color: #CCC; }
a:active  { color: white; }

#content { margin-left: 170px; }
.posttitle { display: none; }


.infobox {
	width: 260px;
	font-size:90%;
	text-align:left;
	color:white; 
	margin-top: 0px;
	}


.infoheader, .infotitle { 
	background-color:#333; padding: 3px }
.infoheader { text-align: center; font-size: larger; }
.infotitle  { white-space:nowrap; }

.gallery { float: left; }

.gallery-main { 
	border: none;
	padding: 2px 4px 8px 4px;
	width: 640px;
	height: 480px;
	display: block;
	}

.gallery-item {
	border: 4px solid black; 
	width: 128px;
	height: 96px;
	}

.postmetadata { clear: left; }

.toc { 	font-size: 12pt;
	background-color: #222;
	border: 2px solid #999;
	width: auto;
	}

h1 {	font-size: 16pt; 
        font-weight: bold;
 }

.entry h2, .entry h3, .entry h4
	 {
	background-color: #222;
	}

.entry h2 { border-top: 2px solid #999; }

.large { font-size: 12pt; }

.gbot { height: 0px; width: 0px; overflow: hidden; }
