/*
Theme Name: iFolio
Theme URI: 
Description: iFolio 
Version: 2
Author: 
Author URI: 
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
}

#wrap {
	width:240px;
	margin:10px auto;
}


/*** header ***/
#header {
	text-align:center;
	margin:0 0 12px 0;
}

#header h1 a{
	font: 18px Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}

/*** main-photo ***/
#main-photo {
	text-align:center;
	width:224px !important;
	margin:0 auto;
	overflow:hidden;
}

/*** nav ***/
#nav {
	color:#666666;
	margin:10px auto;
	width:224px;
	border-bottom:1px #666666 solid;	
}

#nav a{
	text-decoration:none;
	color:#666666;
	display:block;
	padding:10px 0;
}

#nav li {
	border-top:1px #666666 solid;
	font:bold 20px Arial, Helvetica, sans-serif;	
	background:url(images/icon-nav.gif)	right no-repeat;
}

/*** content ***/
#content {
	color:#666666;
	margin-bottom:10px;
	font-size:14px;
	width:224px;
	margin:0 auto;
}

#content img {
	width:224px;
}

#content h2 {
	font:bold 20px Arial, Helvetica, sans-serif;	
	margin-bottom:10px;
}

#content p {
	margin-bottom:10px;
}

/*** footer ***/
#footer {
	text-align:center;
	color:#666666;
	font:10px Arial, Helvetica, sans-serif;
}

#footer a {
	color:#666666;
}


/*** misc ***/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:1px;
	
}
