/*
Theme Name: Rossatto 2.8
Theme URI: http://rossatto.com.br/
Description: Web Design Portfolio
Version: 2.8
Author: Jonas Rafael Rossatto
Author URL: http://rossatto.com.br
*/

/* Importar um estilo base */
@import url(styles/style.css);

a:active { outline: none; }
a:focus { -moz-outline-style: none; }


/* Slider Horizontal (Teste) */
img { border: 0 }
.stripViewer .panelContainer .panel ul { text-align: left; margin: 0 15px 0 30px; }
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */ 	margin: 5px 0 5px 0; position: relative;  }
/* These 2 lines specify style applied while slider is loading */
.csw {  height: 500px; overflow: scroll; background: #111111; }
.csw .loading {margin: 200px 0 300px 0; text-align: center; }
.stripViewer { /* This is the viewing window */ position: relative; overflow: hidden; margin: auto; width: 500px; /* Also specified in  .stripViewer .panelContainer .panel  below */ height: 500px; clear: both; background: #111111;  }
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */ position: relative; left: 0; top: 0;  list-style-type: none; /* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */ }
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */ float:left; height: 100%; position: relative; width: 500px; /* Also specified in  .stripViewer  above */ }
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */ padding: 10px; }
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */ margin: auto; display: none; }
.stripNavL, .stripNavR { /* The left and right arrows */ position: absolute; top: 150px; text-indent: -9000em; }
.stripNavL a, .stripNavR a { display: block; }
.stripNavL { left: 30px; }
.stripNavR { right: 30px; }		
.stripNavL a { background: url(http://rossatto.com.br/arrow-left.gif) top no-repeat; height: 38px; width: 38px; }
.stripNavL a:hover { background: url(http://rossatto.com.br/arrow-left.gif) bottom no-repeat; height: 38px; width: 38px; }
.stripNavR a { background: url(http://rossatto.com.br/arrow-right.gif) top no-repeat; height: 38px; width: 38px; }
.stripNavR a:hover { background: url(http://rossatto.com.br/arrow-right.gif) bottom no-repeat; height: 38px; width: 38px; }
img#wpstats { width:0px; height:0px; padding:0px; border:none; overflow:hidden; } /* for wp stats smileyface */