/*
Theme Name: fspina HTML5
Theme URI: http://fspina.com
Description: An HTML5 version of <a href="http://fspina.com">fspina</a>.
Version: 3.0
Author: Felipe Spina
Author URI: http://fspina.com
Tags: html5, clean, basic
*/

@import "http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/css/reset.css";
@import "http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/css/layout.css";

/* 
	HTML5 And CSS3 Theme
	By Jayj.dk (c) 2009-2010
	Download for free at http://jayj.dk/a-free-html5-and-css3-theme/
*/



@font-face {
	font-family: 'ChunkFive Regular';
	src: url('http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/fonts/Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/fonts/Chunkfive.woff') format('woff'), url('http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/fonts/Chunkfive.svg#ChunkFive') format('svg'), url('fonts/Chunkfive.otf') format('opentype');
}

body { 
	background: #eee url(http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/images/bg.png) repeat;
	color: #333333;
	font: 14px/24px Georgia, 'Times New Roman', Times, serif;
	font-family: Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
}

/* HTML5 */

article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }
time { display: inline; }

/* Typography and default stuff #F71570 */

a { color: #602FC4; text-decoration: none; }

a:hover, #menu li.current a {
	background: #602FC4;
	color: #fff;
	text-decoration: none;
	text-shadow: #666 1px 1px 1px;
}
#menu li.current ul li a {
background:none;
color: #602FC4; text-decoration: none;
text-shadow: #eee 1px 1px 1px;
}
#menu li.current ul li a:hover {
background: #602FC4;
	color: #fff;
	text-decoration: none;
	text-shadow: #666 1px 1px 1px;
}

h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 36px; letter-spacing: -1px; }
h4 { font-size: 26px; }
h5 { font-size: 19px; }
h6 { font-size: 16px; }

#header h1, .post h2, h3, h4 { font-family: 'ChunkFive Regular', Georgia, 'Times New Roman', Times, serif; }

hr { border: 0 solid #ccc; border-top-width: 1px; clear: both; height: 0; }
ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 30px; }

pre {
	background:
		url(http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/images/white.png) repeat-x left top,
		url(http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/images/white.png) repeat-y left right
	;
	background-color: #cecdcd;
	border: 2px solid #F83D87;
	font-size: 12px;
	padding: 10px;
}

pre code { background: none; }
code { background: #cfcfcf; font-size: 12px; }

blockquote {
	background: url(http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/images/quote.png) no-repeat 5px top; /* Browsers who not support multiple backgronds will only get this */
	background:
		url(http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/images/quote.png) no-repeat 5px top, 
		url(http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/images/white.png) repeat-x left bottom,
		url(http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/images/white.png) repeat-y left top
	;
	border-left: 4px solid #602FC4;
	border-bottom: 1px solid #602FC4;
	color: #424242;
	font-style: italic;
	padding: 15px 0 10px 10px;
	margin-left: 15px;
	text-indent: 10px;
}

blockquote p { margin: 0; }

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, .widget, blockquote { margin-bottom: 20px; }

/* Header */

#header { height: 85px; }

#header h1 a{
	color: #1e1e1e;
	font-size: 76px;
	font-weight: bold;
	float: left;
	margin-top: 35px;
	padding: 20px 2px;
	letter-spacing: -3px;
	text-shadow: 0 1px 0 #fff;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

#header h1 a:hover {
	background: none;
	text-decoration: none; 
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

/* Content */
#content { 
	background: url(http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/images/content_bg.png) repeat;
	border: 1px solid #ccc;
	border-left: none; border-right: none;
	float: left;
	width: 940px;
	padding: 30px 20px 0 30px;
}

/* Nav */

#menu {
	border-bottom: 1px solid #cacaca;
	list-style: none;
}

#menu li {
	float: left;
	margin: 0 15px 0 0;
	padding-bottom: 5px;
	position: relative;
}

#menu li a, #menu li ul li a {
	display: block;
	font-size: 16px;
	padding: 8px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	/* Level 2 */
	
	#menu ul {
		background: #cacaca;
		background: rgba(202,202,202,0.95);
		display: none;
		padding: 10px;
		list-style: none;
		position: absolute;
		left: 0; top: 100%;
		z-index: 100;
		text-shadow: 1px 1px 0 #eae7e7;
		
		-webkit-box-shadow: 2px 3px 3px #4d4b4b;
		-moz-box-shadow: 2px 3px 3px #4d4b4b;
		box-shadow: 2px 3px 3px #4d4b4b;
		
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
	}
	
	#menu li:hover > ul { display: block;  }
	
	#menu ul li {
		float: none;
		min-width: 150px;
	}
	
	
/* Post */

.post { 
	min-height: 300px;
	margin-bottom: 60px;
	position: relative;
}

.post p { padding-right: 30px; }

.post img.thumbnail + p { margin-top: 25px; } /* First p after the thumbnail */

.post h2, .post h2 a {
	color: #333;
	display: block;
	font-size: 54px;
	font-weight: bold;
	margin-left: 10px;
	letter-spacing: -1px;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.post h2 a:hover { 
	background: none; 
	opacity: 0.7; 
	text-decoration: none;
	text-shadow: none;
}

.post h3 { margin: 30px 0; }

	/* Post meta */
	.postmeta {
		margin: 30px 35px 0 0;
		overflow: hidden;
		text-shadow: 1px 1px 1px #333;
	}
	.postmeta a { color: #fff; }


/* Sidebar */

.widget ul, .widget ul li { list-style: none; padding, margin:0; }
.widget ul li ul li { list-style:  circle; }

.widget { overflow: hidden; padding-top: 5px; }

.widget li { line-height: 30px; }

.widget ul li ul li  a { 
	color: #333;
	padding: 4px 5px; 
	
	-webkit-transition: margin-left 0.3s linear;
	-moz-transition: margin-left 0.3s linear;
	transition: margin-left 0.3s linear;
}

.widget ul li ul li  a:hover {
	color: #fff;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Footer */

#footer { 
	margin: 20px 0 20px 20px;
	text-shadow: 1px 0 1px #fff;
}

#footer a {
	color: #111;
	font-size: 16px;
	padding: 2px 3px;
	text-shadow: 1px 0 1px #fff;
}

#footer a:hover { color: #fff; text-shadow: none; }

#footer p { margin: 0; }

/* Form */

input, textarea, label { font: 16px Georgia, "Times New Roman", Times, serif;font-family: Helvetica, Arial, sans-serif; }

input[type=text], textarea {
	background:
		url(http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/images/white.png) repeat-x left top,
		url(http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/images/white.png) repeat-y left right
	;
	background-color: #cecdcd;
	background-color: rgba(206,205,205,0.6);
	border: 2px solid #602FC4;
	padding: 6px 5px;
	font-family: Helvetica, Arial, sans-serif;
}

textarea { overflow: auto; }

input[type=text]:hover, input[type=text]:focus, textarea:hover, textarea:focus {
	background-color: #eee;
	/*background-color: rgba(206,205,205,0.8);*/
	border: 2px solid #5003ee;
	text-shadow: 1px 1px 0 #eae7e7;
}

form input[type=submit] {
	border: none;
	cursor: pointer;
	padding: 12px 0;
}

#contactform { margin-top: 30px; overflow: hidden; }
#contactform p { overflow: hidden; }
#contactform label { float: left; padding-top: 10px; }


.success {
	background: #e7f7d3 url(http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/images/accepted.png) no-repeat 10px center;
	background: rgba(231,247,211,0.4) url(http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/images/accepted.png) no-repeat 10px center;
	border: 1px solid #6c3;
	padding: 20px 0 20px 80px;
}

.error {
	background: #ffebe8 url(http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/images/cancel.png) no-repeat 10px center;
	background: rgba(255,235,232,0.4) url(http://fspina.com.br/new/wp-content/themes/starkers-html5-v3/starkers/images/cancel.png) no-repeat 10px center;
	border: 1px solid #C00;
	color: #C00;
	line-height: 30px;
	padding: 10px 0 10px 80px;
}

/* Misc */


.alignleft { float: left; }
.alignright { float: right; }

.btn, a.more-link, .textwidget p .more-link, input[type=submit]  {
	background: #602FC4;
	color: #fff;
	padding: 5px 16px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

.btn:hover, a.more-link:hover, input[type=submit]:hover, .textwidget p .more-link:hover { background: #5003ee;  }

img.alignleft, img.alignright { 
	background: #f2f2f2;
	border: 2px solid #cecdcd;
	padding: 5px;
	-webkit-transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	transition: border 0.2s linear;
}

img.alignleft { margin-right: 15px; }
img.alignright { margin-left: 15px; }

img.thumbnail { margin-left: -50px; }
img.thumbnail:hover { border: 2px solid #602FC4; }

.hide { display: none; }

/* Thumbnail rotation - Uncomment to use */

/*
img.thumbnail {
	-webkit-transform: rotate(1deg); 
	-moz-transform: rotate(1deg); 
	transform: rotate(1deg); 
}
.post:nth-child(odd) img.thumbnail{
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
 }
*/


/* Gallery images with CSS animated captions */
#imagegallery :target {
    opacity:1;
    z-index: 10;
}
#gal1, #gal2, #gal3, #gal4, #gal5 {
	position: absolute;
}




/* novo */	
#imagegallery section figure {
	position:relative;
	float:left;
	margin:20px;
	width:198px;
	height:198px;
	border:1px solid #333;
	overflow:hidden;
	background: #fff;
	padding: 1px;
}
#imagegallery section figure figcaption {
	position:absolute;
	bottom:0;
	left:0;
	opacity: .75;
	margin-bottom:-115px;		
	-webkit-transition: margin-bottom;
	-webkit-transition-duration: 400ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: margin-bottom;
  	-moz-transition-duration: 400ms;
 	-moz-transition-timing-function: ease-out;
 	-o-transition-property: margin-bottom;
	-o-transition-duration: 400ms;
}
#imagegallery section figure:hover figcaption {
	margin-bottom:0px;
}
#imagegallery section figcaption {
	width:200px;
	height:115px;
	background:#111;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}
 
#imagegallery section figcaption h3 {
	margin: 15px 15px 6px 15px;
	text-shadow: #000 0px 2px 0px;
}
#imagegallery section figcaption p {
	margin: 0 15px;
	color: #ddd;
	line-height: 24px;
	font-size: 14px;
	text-shadow: #000 0px 2px 0px;
}
/* CSS animated Tabs */	
#imagegallery section {
	-webkit-transition: opacity;
	-webkit-transition-duration: 800ms;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-property: opacity;
	-moz-transition-duration: 800ms;
	-moz-transition-timing-function: ease-in;
	-o-transition-property: opacity;
	-o-transition-duration: 800ms;
    opacity:0;
    z-index: 9;
}
#imagegallery :target {
    opacity:1;
    z-index: 10;
}
#gal1, #gal2, #gal3 {
	position: absolute;
}
nav #port, nav #port ul, nav #port ul li {
	padding: 0px;
	margin: 0;
}
nav #port li {
	display: inline;
	margin-right: 0px;
}
nav #port li a {
	font-size: 14px;
	color: #555;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	-khtml-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border:1px solid #888;
	background:#ddd;
	padding: 1px 7px;
}
nav #port li a:hover {
	color: #000;
	border:1px solid #aaa;background:#eee;
}
nav #port li a:active {
	background:#ccc;
	border:1px solid #888;
}
#imagegallery {
	height: 850px;
	display: block;
}
#imagegallery section {
	padding: 0px;
}
#imagegallery section h2 {
	font-size: 19px;
	color: #222;
}
#imagegallery section p {
	font-size: 12px;
	color: #666;
	margin-top: 2px;
	line-height: 20px;
}
#imagegallery h4 {
	font-size: 20px;
	color: #555;
	background: #ccc;
	padding: 5px 20px;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #ddd;
	text-shadow: #eee 0px 1px 0px;
}
#imagegallery figcaption a {
color: #FFF;
}
#imagegallery figcaption a:hover {
color: #CCC;
background: none;
}
