/*
Theme Name: Sharpfolio
Theme URI: http://webrevolutionary.com/sharpfolio
Description: A WordPress theme designed to help build your online portfolio.
Version: 2.0
Author: Matt Lenz
Author URI: http://webrevolutionary.com/
Tags: sharpfolio, portfolio, dark, light
*/
body {
	text-align: center;
	/*background: #191919 url('images/background.png') repeat-x top;*/
	background: #000 url('images/background-2.jpg') repeat-y top center;
	color: #999;
	font-family: 'Georgia', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 960px;
}
a {
	color: #ccc;
}
a:hover {
	color: #fff;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: Georgia, Arial, sans-serif;
}

div#header {

}
h1 {
	font-size: 48px;
	color: #fff;
    margin-top:20px;
	/*line-height: 120px;*/
    width:350px;
    float:left;
}
h1 a {
	text-decoration: none;
	color: #fff;
}
div#header h2, ul#navigation {
	margin: 0 0 6px;
}
ul#navigation {
	display: block;
	float: right;
    margin-top:120px;
    background:url('images/dot.gif') repeat-x 50% 50%;
}
ul#navigation li {
	display: inline;
    width:95px;
    float:left;
    margin-left:20px;

}

ul#navigation li span{
    float:left;
}
ul#navigation li a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	}
ul#navigation li a:hover {
	color: #999;
}

#navigation_sec {
    border:1px solid #FFF;
    background:#3B3B3B;
    width:auto;
    float:right;
    position:relative;
    z-index:-1;
    position: absolute; top: 414px; left: 571px; visibility: hidden; opacity: 0;
    display:none;

}

#navigation_sec ul {
    font-family:Georgia,Times,'Times New Roman',serif;
    font-size:12px;
    display:block;
    padding:1px 5px;
}

#navigation_sec ul li {
    display:inline;
    margin:0px 3px;
}

#navigation_sec ul li a {
    text-decoration:none;
}

div#header h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;
}
span.f {
	font-style: italic;
}
div#content {
	margin: 20px 0 0 0;
}
div.thumbnail {
	width: 100%;
	float: left;
    text-align:center;
    height:365px;
}

.thumbnail_icon img {

        border:6px solid #3B3B3B;
}

.thumbnail_icon img:hover {
    
    border:6px solid #858585;
}

.thumbnail_mini {
    border-top:1px solid #858585;
    margin-top:10px;
    background:url('images/thumbnail.gif') no-repeat top right;
    min-height:100px;
    _height:100px;
}

.thumbnail_mini img {
    display:inline;
    margin:5px 3px;
}

div.entry {
	width: 100%;
	float: left;
    margin:-20px 55px 0 ;
    /margin-top:-25px;
}

div.entry_box {
    color:#FFF;
    width:265px;
    float:left;
    padding:5px;
    margin-right:10px;

}

div#content h2 {
	font-size: 28px;
	color: #fff;
	line-height: 32px;
    padding:2px;
    background:#000;
    float:left;
}
div#content h2 a {
	text-decoration: none;
	color: #fff;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}
div#footer p {
	line-height: 108px;
	color: #333;
	text-align: center;
    display:none;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
div.post {
	margin: 0 0 76px;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}

/*controles carrousel*/

.control_left {
    background-image:url('images/bt_prev.png');
    background-repeat:no-repeat;
    background-position:center;
}

.control_right {
    background-image:url('images/bt_next.png');
    background-repeat:no-repeat;
    background-position:center;
}

/*descrição geral*/

.descGeral {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size:18px;
    color:#FFF;
    font-weight:normal;
    line-height:160%;
    margin-top:35px;
}

.descGeral span {
    background:#0F0F0F;
    margin-bottom:3px;
    padding:3px 5px;
    float:left;
}

.descGeral strong {
    font-size:25px;
    font-weight:normal;
}