/*
Theme Name: WordPress Jump! Comunicação
Theme URI: http://jump.com.br/blog
Description: 
Version: 1.0
Author: Henry Max
Author URI: http://henrymax.com
Tags: 
Text Domain: 
*/


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}




/*
.entry p a:visited {
	color: #bbb;
}
*/

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 12px;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

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

h2 a:hover, h3 a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
a:visited {
	color:#F1A067
}	

a img {
	border:0 solid;	
}


/* End Typography & Colors */


/* Begin Typography & Colors */
body {
	font-size: 13px; /* Resets 1em to 10px */
	font-family: arial;
	color: #333;
	text-align: center;
}

.clear {
	clear: both;
}

#page {
	text-align: left;
	width:900px;
	margin:0 auto;
	position:relative;
}

#header {
	height:320px;
	width:900px;	
	background:url(images/blog_topo-novo.png) no-repeat left top;
}

#header h1 {
	margin:0;
	padding:0;
}

#header h1 a {
	display:block;
	width:280px;
	height:270px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:-10000px;
	outline:none;
}

#header a#jumplogo {
	display:block;
	width:150px;
	height:70px;
	position:absolute;
	top:120px;
	left:660px;
	text-indent:-10000px;
	outline:none;
}

#barlinks  {
	position:absolute;
	top: 0;
	left:660px;
}

#barlinks ul {
	list-style:none;
	padding:0;
	margin:0;
}

#barlinks li {
	float:right;
}

#barlinks li.rss a {
	display:block;
	width:92px;
	height:30px;
	text-indent:-10000px;
	background:url(images/btn-rss.png);
	outline:none;
}

#barlinks li.twitter a {
	display:block;
	width:89px;
	height:30px;
	text-indent:-10000px;
	background:url(images/btn-twitter.png);
	outline:none;
}


#sidebar {
	padding:0;
	width:240px;
}

.narrowcolumn, .widecolumn, #sidebar {
	float:left;
}

.narrowcolumn, .widecolumn {
	width:635px;	
	width:570px;
	margin-right:65px;
	margin-left:25px;
}

#content {
}



#footer {
	clear:both;	
}

/* sidebar titles */

#sidebar h3 {
	margin:0 0 15px;
	padding:0;
	height:11px;
	text-indent:-10000px;
}

#colaboradores, #form-search, #arquivo {
	margin-bottom:30px;	
}

#colaboradores h3 {
	background:url(images/title-colaboradores.png) no-repeat left top;
}

#form-search h3 {
	background:url(images/title-busca.png) no-repeat left top;
}

#arquivo h3 {
	background:url(images/title-arquivo.png) no-repeat left top;
}

#tags h3 {
	background:url(images/title-tags.png) no-repeat left top;
	height:26px;
}

#tags a {
	color:#000;
}

#colaboradores ul {
	margin:0;
	padding:0;
}

#colaboradores li {
	position:relative;	
	list-style:none;
	padding:0;
	float:left;
	margin-right:12px;
	margin-bottom:13px;	
	width:48px;
	height:48px;
}

#colaboradores img {
	border:1px solid #999;
}

#colaboradores .det {
	position:absolute;
	color:#FFF;
	font-style:italic;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	display:inline;
	text-align:center;
	line-height:13px;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
	left:-66px;
	top:53px;
	width:180px;
	display:block;
	z-index:10000;
	cursor:pointer
}
#colaboradores .det span {
	background:#000;
	padding:4px 5px;	
	line-height:18px;
	white-space:nowrap;	
}

#colaboradores .det small {
	background:#000;	
	padding:1px 5px;
	font-size:9px;
	line-height:15px;
	font-style:normal;
	white-space:nowrap;
}


#arquivo ul {
	margin:0;
	padding:0 0 0 20px;
}

#arquivo li {
	list-style:none;
	padding:0;
	margin:0;
	text-transform:capitalize;
}

#arquivo li a {
	color:#222;	
}

#form-search  {
	height:50px;
	position:relative;
}

#form-search label {
	display:none;
}

#form-search #s {
	position:absolute;
	top:30px;
	left:0;
	background:#F5F5F5;
	border:1px solid #ccc;
	height:19px;
	_height:22px;	
	padding-top:3px;
	width:150px;
	font-style:italic;
}

#form-search #searchsubmit {
	position:absolute;
	top:25px;
	left:160px;
}

/* POSTS */
.hentry {
	clear:both;
	line-height:21px;
}

.hentry h2 {
	margin:0 0 10px;
	font-weight:bold;
	font-size:34px;
	line-height:39px;
	font-family:'Helvetica Neue',Arial;
}

.hentry h2,
.hentry h2 a { color:#FF7900 }

.hentry h2 a:hover { color:#e69117; }


.hentry .entry {
	padding:0px;
	text-align:left;
	margin-bottom:40px;	
}

.hentry .entry .author {
	font-size:11px;
	line-height:14px;
	color:#555;
	height:25px;
	margin-bottom:20px;
}

.hentry .entry .author img {
	float:left;
	border:1px solid #999;
	margin-right:5px;
}

.hentry .entry .author strong,
.hentry .entry .author a {
	color:#333;	
}

.hentry .postmetadata {
	margin:25px 0 0;
	padding:0;
	clear:both;
	font:11px Verdana, Geneva, sans-serif;
}

.hentry .postmetadata,
.hentry .postmetadata  a {
	color:#000;
}

.hentry .postmetadata  a:hover {
	text-decoration:underline;
}

.hentry .linkcomments {
	font-weight:bold;
}

.hentry .linkcomments {
	background:url(images/ico-ment.jpg) no-repeat left 1px;	
	padding-left:22px;
	height:18px;
}

.hentry .linkcomments {
	float:left;	
}

.hentry .etags {
	float:right;
}

/* SEARCH RESULT */

.hentry .searchresult {
	border-bottom:1px dotted #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
}

.searchresult h2 {
	font-size:17px;
	line-height:22px;
	margin-bottom:2px;
}

.searchresult .postmetadata {
	margin-top:8px;
}

.hentry .searchresult .author {
	margin-bottom:8px;
}


.pagetitle {
	font:18px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

/* NAVIGATION */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


/* COMMENTS */
#commentform label {
	font-weight:bold;
	color:#000;
}

#commentform #author,
#commentform #email,
#commentform #url{
	width:250px;
	border:1px solid #ccc;
	background:#F5F5F5;
	margin:0;
	padding:3px 3px 4px;
	_height:23px;
}

#commentform #comment {
	width:570px;	
	height:120px;
	border:1px solid #ccc;
	background:#F5F5F5;
	font-family:Arial, Helvetica, sans-serif
}

#respond h3 {
	font-weight:bold;
	font-size:18px;
}


h3#comments {
	font-size:18px;
	font-weight:bold;
	color:#ccc;
}

.commentlist {
	list-style:none;
	padding:0;
	margin:0;
}

.commentlist li {
	margin-bottom:20px;	
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:15px;
}

.commentlist .fn {
	color:#FF7900;
	font-size:22px;
	font-weight:bold;
}

.commentlist  .says {
	font-weight:normal;
	color:#000;
}

.commentlist .commentmetadata a {
	color:#888;	
}
.commentlist .commentmetadata a:hover {
	text-decoration:underline;	
}