/* CSS Document */

/* This CSS will reset all the default styling. */
@import url("undohtml.css");

html {
	margin: 0px;
	padding: 0px;
}

body     {	color: #ffffff;	font: 10px/17px Verdana, Arial, sans-serif;	background: #222222 url(http://img.photobucket.com/albums/v624/yoshitme/contents2/background.gif) repeat-x center 100px;	margin: 0;	padding: 0;	border-top: 5px solid #cc3300 }

/* --- [Layout] ---*/

#wrapper {
	width: 870px;
	margin: 0 auto;
}

#header{
	height: 100px;
	width: 520px;
}

.container {
	width: 520px;
}

.content {
	width: 420px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.post div {
	padding: 5px 0;
}

.postInfos {
	background: #484848;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 5px;
	border: 1px solid #5B5B5B;
}

#sidebar{
	float: right;
	width: 330px;
	display: block;
	padding: 0;
	margin: 1px 0 0;
}

.menu {	background: repeat-y left top;	display: block;	margin: 0;	padding: 5px 5px 15px;	height: 168px }

.side {	background: #bc0000 no-repeat left top;	display: block;	margin: 0;	padding: 5px 5px 15px }

#quickAboutme p {	color: #ffffff;	font-size: 10px;	background-color: #cc3300;	margin: 10px 0;	padding: 10px;	border-top: 1px solid #ff3300;	border-bottom: 1px solid #993300 }

#footer{
	width: 100%;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}

.bottom{
	width: 100%;
	margin: 0 auto;
}

.copyright  {	font-size: 10px;	float: left;	width: 48% }

.siteInfos {
	width: 48%;
	font-size: 11px;
	float: right;
	text-align: right;	
}

/* --- [Text style] ---*/

p{
	color: #cccccc;
	margin-bottom: 5px;
}


h1{
	color: #FFFFFF;
	letter-spacing: -0.04em;
	text-indent: -3000em;
	display: block;
	font-size: 18px;
	font-weight: bolder;
}

h1+p{
	color: #ffffff;
}

h2{
	color: #ffffff;
	letter-spacing: -0.03em;
	text-indent: -3000em;
	display: block;
	font-size: 16px;
	font-weight: bolder;
}
h2+p{
	color: #FFFFFF;
	margin-bottom: 10px;
}

h3{
	color: #FFFFFF;
	letter-spacing: -0.04em;
	padding-bottom: 1em;
	font-size: 15px;
	font-weight: lighter;
}

#header h1 {	background: no-repeat left 50%;	padding-top: 40px;	height: 40px }

.postInfos p {
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
}

.content h3 {	color: #ffffff;	font: lighter 20px Verdana, Arial, sans-serif;	text-transform: uppercase;	margin: 0;	padding: 0;	border-bottom: 1px solid #cc3300 }

.content h3 a {
	color: #FFFFFF;
}

#sidebar h1 {	background: no-repeat left top;	text-indent: -300em;	margin: 0;	padding: 0;	width: 330px;	height: 96px;	overflow: hidden }

/* --- [Link style] ---*/

a:link, a:visited {
	color: #FF0000;
}

a:hover  {	color: #ffaf00;	text-decoration: underline }

/* --- [List style] ---*/

.content li  {	background: no-repeat left 50%;	padding-left: 18px;	height: 16px }
ul.topnav {	color: #ffffff;	font: bold 10px Verdana, Arial;	text-align: right }
.topnav li{
	list-style: none;
	border-bottom: 1px solid #D66264;
	padding-top: 3px;
	padding-left: 3px;
}

ul.portfolioMenu {	color: #ffffff;	font: 10px Verdana, Arial;	text-align: left }
.portfolioMenu li ul {
	margin-bottom: 5px;
	}
	
	.portfolioMenu li ul li {	font-weight: normal;	font-size: 10px;	background-color: #ff0000;	list-style-type: none;	list-style-position: outside;	margin-bottom: 1px;	padding-top: 3px;	padding-bottom: 3px }

#sidebar a{
	color: #ffffff;
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#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;}
#nextLink { right: 0; float: right;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
/* --- [Clearfix] ---*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	