/*

Theme Name: Pilker portfolio

Theme URI: http://www.pilker.com.br

Description:

Version: 1.0

Author: pilker

Author URI: http://www.pilker.com.br

Tags: portfolio

*/

@import "style/css/reset.css";

@import "style/css/typography.css";

@import "style/css/layout.css";

/* BASIC */

body {
    color: #353535;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 75%;
    background: #abb5b8;
}

a {
    color: #656560;
    text-decoration: none;
}

/* STRUCTURE */

#wraper {
    width: 965px;
    height: 100%;
    position: absolute;
    min-height: 550px;
	z-index: 0;
}

#header{
    background-color: #b5ccdd;
    float: left;
    height: 100%;
    width: 80px;
}

#sidebar {
    padding-top: 20px;
    clear: both;
}

/* HEADER */

#header-title {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.rss-link-wraper {
    bottom: 10px;
    position: absolute;
    margin-left: 20px;
}

.rss-link-wraper:hover {
    opacity: .7;
	filter: alpha(Opacity=70);
	khtml-opacity: .7;
}

/* MAIN-CONTENT */

#main-content, #main-content-70593a, #main-content-9fbed6,
#main-archive-content-70593a, #main-archive-content-9fbed6{
    float: left;
    width: 520px;
    height: 100%;
    background: url(style/images/shadow.png) repeat-y left #efefef;
}

.the-content {
    width: 520px;
}

#main-content-9fbed6 .the-content, #main-content-70593a .the-content,
#main-archive-content-9fbed6 .the-content, #main-archive-content-70593a .the-content{
    padding: 0px;
}

.category-display {
    float: left;
	cursor: pointer;
    height: 100%;
    width: 60px;
	opacity: 1;
	filter: alpha(Opacity=100);
	khtml-opacity: 1;
}

.category-img {
    padding-top: 10px;
    margin: 0 auto;
    width: 60px;
	height: 220px;
}

.category-img-pointer {
    padding-top: 10px;
    margin: 0 auto;
    width: 60px;
    height: 20px;
}

.category-display:hover {
	opacity: .7;
	filter: alpha(Opacity=70);
	khtml-opacity: .7;
}

.post {
    padding: 20px;
}

#shadow {
    height: 100%;
    width:5px;
    background: url(style/images/shadow.png) repeat-y;
    float: left;
}

/* SIDEBAR */

.rss-link {
    background: url(style/images/rss.png) right no-repeat transparent;
    padding-right: 13px;
    padding-top: 1px;
    font-size: 0.8em;
}

/* MAIN-CONTENT-FORMATING */

.category-post:hover{
    color: #21759B;
    background: url(style/images/shadow.png) repeat-y left #ccc;
}

.category-post {
	padding: 10px 10px 7px;
	*border-bottom: solid 1px #ccc;
}

.category-post p {
    padding: 0px !important;
}

.category-post img {
    height: 80px;
}

.cat-post-title {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 3px 5px;
    background-color: #aaa;
	opacity: .8;
	filter: alpha(Opacity=80);
	khtml-opacity: .8;
    letter-spacing: 0.05em;
}

.cat-post-title {
    color: #222;
}

.the-content h2 {
    color: #333;
}

.the-content h2 {
    padding-bottom: 1em;
    font-size: 1.3em;
}

.the-content p {
    padding-bottom: 1em;
}

.the-content hr {
    margin: 10px auto;
    width: 100%;
    border: none;
    border-bottom: solid 1px #ccc;
}

.pointer-right {
    float: right;
    padding-bottom: 10px;
	cursor: pointer;
    height: 20px;
    width: 20px;
    background: url(style/images/pointer-right.jpg) no-repeat;
    opacity: .6;
	filter: alpha(Opacity=60);
	khtml-opacity: .6;
}

.pointer-left {
    float: left;
	cursor: pointer;
    padding-bottom: 10px;
    height: 20px;
    width: 20px;
    background: url(style/images/pointer-left.jpg) no-repeat;
    opacity: .6;
	filter: alpha(Opacity=60);
	khtml-opacity: .6;
}

.pointer-left:hover, .pointer-right:hover {
    opacity: 1;
	filter: alpha(Opacity=100);
	khtml-opacity: 1;
}

/* CONTACT-FORM */

.wpcf7-form {
    font-size: 0.9em;
    color: #664212;
    background: url(style/images/contato-bg.png) transparent top  right no-repeat;
}

form.wpcf7-form p input {
    width: 60px !important;
    font-size: 0.9em;
    cursor: pointer;
}

form.wpcf7-form p span input:focus, form.wpcf7-form p textarea:focus{
    background-color: #f7f7e5;
}

form.wpcf7-form p span input {
    width: 180px !important;
    cursor: text !important;
}

form.wpcf7-form p textarea {
    width: 360px;
    height: 100px;
    font-size: 1.0em;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
}

form.wpcf7-form p textarea, form.wpcf7-form p input {
    border: solid 1px #b89e74;
    background-color: #e7e7c5;
    padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #646464;
    margin-top: 3px;
}

.gallery img {
    border: solid 5px #bbb !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.gallery a:hover {
    opacity: .6;
	filter: alpha(Opacity=60);
	khtml-opacity: .6;
}

#navigation-pointers {
    padding: 0 20px;
}

hr.link-division {
    height: 1px !important;
    border: none !important;
    margin: 0px !important;
	padding: 0px;
	display:block;
	*display:none;
    background: url(style/images/shadow.png) repeat-y #ccc !important;
}

.post p a:hover {
    border-bottom: dotted 1px;
}

/*IE*/

#iewarning {
	height: 15px;
	width: 100%;
	background-color: #CCCCCC;
	border-bottom: solid 1px #333;
	font-size: 0.9em;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:-20px;
	z-index:2;
}

#iewarning a{
	color: #0099FF;
}

#iewarning p{
	padding-left: 0.3em;
}
