/*
Theme Name: Sushifolio
Theme URI: http://www.sushitronic.com/
Description: Sushitronic's portfolio and personnal website's theme. This theme can be found at <a href="http://www.sushitronic.com">www.sushitronic.com</a>.
Version: 1.0
Author: Sushitronic
Author URI: http://www.sushitronic.com/

This theme was designed and built by Sushitronic,
whose portfolio you will find at www.sushitronic.com
*/

.imgReplace {
	display: block;
	text-indent: -623em;
	background-repeat: no-repeat;
}

/* begin the basics */
html, body {
font-size: 0px;
font-family: Arial, Helvetica, sans-serif;
background: #000;
color: #fff;
margin: 0;
padding: 0;
width: 100%;
}

h1, h2, h3 {
font-weight: normal;
}

h1 {
text-align: left;
font-size: 60px;
margin-top: -3px;
margin-left: -2px;
margin-bottom: 0;
padding: 0;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.3em;
margin: 0;
padding: 0;
}

a:link, a:visited {
color: #000;
text-decoration: none;
}

a:hover {
color: #000;
cursor: pointer;
}

a {
outline: none;
}

img {
border: none;
}

.clear{
clear: both;
}
/* end the basics */


/*layout*/
#wrapper{
    width: 100%;
}

#content{ 
	margin: 20px auto 0;
 	width: 800px;
 	padding-bottom: 20px;
 	border-bottom: 1px solid #fff;
}


#header {
	width: 800px;
	height: 60px;
	margin: 60px auto 0;
	border-bottom: 1px solid #fff;
}


/*header*/

#header h1{
	float: left;
	font-size: 50px;
	text-transform: uppercase;
}

#header .nav{
	float: right;
}
#header ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header ul li{
	font-size: 12px;
	margin-top: 32px;
	margin-left: 20px;
	float: left;
}
#header ul li a{
	color: #fff;
}
#header ul li a:hover{
	color: #ccc;
}

#header ul li a{
	cursor: pointer;
}


/* facebox */

.facebox{
margin: 0;
padding: 0;
/*font-size: 12px;
font-family: Arial, "Helvetica", sans-serif;*/
"
}

.facebox h3 {
margin: 0;
padding: 0;
}

.facebox p {
margin: 0 0 10px 0;
}

.facebox h3 {
color: #fff;
}

#header ul {
	list-style: none;
}

/*styles thumbnails*/

.thumbnail{
	border: none;
	margin: 0px;
}