/*
 * filipitoito.com stylesheet
 *
 *
 * index:
 *  - LAYOUT
 *  - SLIDE-GALLERY
 *  - TEXT CONTENT
 *  - ARCHIVES
 *  - FORM
 *  - CLEARFIX
 *
 */


* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	color: #bbb;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

a,
a:link {
	color: #bbb;
	border-bottom: 1px solid #444;
	text-decoration: none;
}

a:visited {
	color: #aaa;
}

a:hover {
	color: #fff;
	border-color: #999;
}



/* LAYOUT */

#wrap {
	margin: auto;
	width: 900px;
	position: relative;
}

#header {
	background: url('img/header.png') 50% 20px no-repeat;
	height: 65px;
}

#header h1 {
	margin: 0;
	position: absolute; /* IE fix */
	text-indent: -9999px;
}

#header h1 a {
	border: 0;
	display: block;
	height: 40px;
	left: 0px;
	position: absolute;
	top: 10px;
	width: 125px;
}

#header #itoito {
	left: 135px;
	width: 200px;
}

#description p {
	line-height: 1.5em;
	margin: 0 auto 0;
	padding-bottom: 1.5em;
	width: 400px;
}

#description em {
	margin-left: 500px;
}

#menu {
	list-style-type: none;
	position: absolute;
	top: 19px;
	left: 420px;
}

#menu li {
	float: left;
}

#menu li a {
	border: 0;
	display: block;
	margin-left: 13px;
	height: 24px;
	width: 65px;
	text-indent: -9999px;
}



/* SLIDE-GALLERY */

#gallery,
#itoito-pic {
	position: relative;
	margin: auto;
	width: 700px;
}

#gallery .picture,
#itoito-pic .picture {
	position: absolute;
	text-align: center;
	width: 700px;
}

.arrow {
	display: block;
	height: 460px;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 100px;
	z-index: 1;
}

#prev {
	border: 0;
	display: none;
	left: -100px;
	background: url('img/arr-left.png') 0 50% no-repeat;
}

#next {
	border: 0;
	right: -100px;
	background: url('img/arr-right.png') 0 50% no-repeat;
}

#next:hover,
#prev:hover {
	background-position: 100% 50%;
}

.picture p {
	background: #000;
	bottom: 0;
	color: #fff;
	left: 0;
	line-height: 1.5em;
	padding: 30px 50px;
	position: absolute;
	text-align: center;
	width: 600px;
}

#roll-info {
	color: #444;
	position: absolute;
	left: -110px;
	top: 205px;
	width: 120px;
}

#roll-info p {
	font-size: 11px;
	line-height: 1.3em;
	padding-bottom: .5em;
}

#roll-info.hover {
	color: #999;
}



/* TEXT CONTENT */

#content {
	background: #111;
	line-height: 1.5em;
	margin: auto;
	padding: 50px;
	text-align: center;
	width: 550px;
}

#wrap .subscribe,
#wrap .contact,
#wrap .error {
	padding: 200px 50px;
}

#wrap .links {
	padding: 120px 50px;
}

#wrap .exhaustion {
	padding: 150px 50px;
}

#wrap .exhaustion p {
	line-height: 1.5em;
	margin: 0 auto 0;
	padding-bottom: 1.5em;
	text-align: left;
	width: 400px;
}



/* ARCHIVES */

#content.archives {
	padding: 50px 10px;
	width: 680px;
}

#content.archives #thumbs a,
#content.archives #thumbs a img {
	border: 0;
}

#content.archives #thumbs a {
	float: left;
	height: 150px;
	padding: 10px;
}

#pagination span,
#pagination a {
	border: 1px solid #222;
	color: #555;
	margin: 0 .1em;
	padding: .4em 1em;
}

#pagination a:hover {
	border-color: #444;
	color: #fff;
}

#pagination span {
	background: #222;
}

#pagination .page-prev,
#pagination .page-next {
	border: 0;
	font-size: 2em;
	padding: .2em .5em;
}




/* FORM */

.subscribe label {
	display: block;
	margin-bottom: 1em;
}

.subscribe input {
	line-height: 17px;
	width: 20em;
}

.subscribe input,
.subscribe button {
	color: #ddd;
	border: 1px solid #555;
	background: #222;
	padding: .4em;
}

.subscribe button {
	color: #999;
	display: block;
	cursor: pointer;
	margin: 1em auto 0;
	width:auto;
	overflow:visible;
	padding:4px 3px 3px 1px; /* IE6 */
}

.subscribe button[type]{
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}

*:first-child+html .subscribe button[type]{
	padding:4px 10px 3px 7px; /* IE7 */
}

.subscribe button img {
	height:16px;
	margin:0 3px -3px 0 !important;
	width:16px;
}

.subscribe button:hover {
	color: #ddd;
	border:1px solid #777;
	background: #333;
}

.error_list {
	list-style: none;
}

.error_list li {
	background: #BF1F00;
	color: #111;
	display: block;
	margin: 0 auto 2em;
	padding: .5em;
}

.flash {
	background: #74AF15;
	color: #111;
	margin: 0 auto 2em;
	padding: .5em;
}



/* THE HOLY CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

