/* 
(c) 2006 rig.hteo.us

rig.hteo.us theme for Pixel Post 1.5-rc1
Want a copy? drop me an email -- spence[AT]rig.hteo.us

Version 2.0.00
*/
/* Global Properties */
/* NOTE: Font selection from the almighty Zeldman: www.zeldman.com as interpreted by mandolux.com. */

body {
	background: #000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#666;
	padding:0px;
	margin:0px;
	margin-top:15px;
	text-align:center;
	}


html, body {
     min-height:100.1%;
	}

/* Links */

#footer a:link
{
    font-family: "Lucida Grande","Trebuchet MS","Bitstream Vera Sans",Verdana,Helvetica,sans-serif;
    font-size: 10px;
    color: rgb(143, 143, 143);
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(51, 51, 51);
}

#footer a:hover  
{
    color: rgb(143, 143, 143);
    background-color: rgb(54, 54, 54);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(34, 34, 34);
    text-decoration: none;
}

#image-info a:link
{
    font-family: "Lucida Grande","Trebuchet MS","Bitstream Vera Sans",Verdana,Helvetica,sans-serif;
    font-size: 10px;
    color: rgb(143, 143, 143);
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(51, 51, 51);
}

#image-info a:hover  
{
    color: rgb(143, 143, 143);
    background-color: rgb(54, 54, 54);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(34, 34, 34);
    text-decoration: none;
}

/* Image Title, Navigation, RSS, About */

#image-navigate {
	font-size:10px;
	background:#111111; 
	font-family:Verdana, Arial, Helvetica, sans-serif;;
	width:800px;
	padding:10px;
	padding-bottom:20px;
	margin:0px auto;
	}


.image-nav-left {
    float:left;
	}

.image-nav-right {
    float:right;
	padding-left:5px;
	}



/* Center Photo */
/* Photo, Increase padding PX to add solid boarder */

#Content { 
	margin:0px auto; 
	text-align:middle; 
	width:800px; 
	float:middle; 
	background:#111111; 
	padding:10px ;
}

/* Image Info */

#image-info {
	font-size:10px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:.5px;
	color:#666;
	padding:0px;
	text-align:justify;
	width:700px;
	margin:0px auto;
	line-height:16px;
	}
		
#image-notes {
	vertical-align:top;
	}	

.date {
	font-size: 9px;
	width:700px;
	text-align:justfiy;	
	color: #444;
	}

.image-title {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	width:700px;
	margin-bottom: 0px auto;
	font-size: 10px;
	}


/* about Info */


#about-info {
	border:0px solid #fff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:thin;
	letter-spacing:1px;
	color:#eee;
	padding:0px;
	text-align:justify;
	width:700px;
	margin:50px auto;
	margin-bottom:25px;
	line-height:16px;
	}

/* Footer */

#footer {
	text-align:center;
	font-family:"Lucida Grande","Trebuchet MS","Bitstream Vera Sans",Verdana,Helvetica,sans-serif;
	margin-top:10px;
	margin-bottom:0px;
	font-size: 9px;
	width:100%;
	color: #444;
}


