/*
Theme Name: Szilag
Theme URI: http://www.szilag.com
Description: Tema do Blog szilag.com
Version: 1.0
Author: Bill Szilagyi
Author URI: http://www.szilag.com/

*/

/* ----------------------------------------------
	Template Name : Szilag
	Template Code : ---
	Version : 1.0   
	Author : Bill Szilagyi
	Author URI : http://www.szilag.com/       
	Last Date Modified : November 18, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 13px/145% 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #aaaaaa;
	margin: 0;
	padding: 0;
	background: #070707 url(images/bg.jpg) no-repeat center top;
	text-align: center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #559B0F;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #ffffff;
/*	border-bottom: 1px dotted #eeeeee;*/
}

a:hover img {
	border: 8px solid #559B0F;
}


/* headers */
h1 {
	font-size: 3.2em;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}

h3 {
	font-size: 1.5em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;	
}
h4 {
	font-size: 0.9em;	
	font-weight: normal;
	line-height:1.1em;
	padding: 15px 10px 5px 10px;	
}

p, dl {
	padding: 10px;
	margin: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}


/* PORTFÓLIO */
#portfolio-title {
	padding: 5px 5px;
	margin: 22px 10px 5px;	
	font-size: 1.4em;
	background: #1A1A1A;
	color:#66CC00;
}
#portfolio-line {
	min-width:820px;
	display:inline-block;
}
#portfolio-item {
    float: left;
    width: 200px;
    margin-top: 8px;
    padding-left: 10px;
}
#portfolio-item .cliente {
	font-size:1em;
	font-weight:bold;
	padding: 6px 0 0 8px;
	line-height: 14px;
}
#portfolio-item .desc {
	font-size:0.9em;
	padding: 0 0 8px 8px;
	line-height: 14px;
	letter-spacing:-1px;
	color: #555;
}


/* images */
img {
	background: none;
	border: 8px solid #222;
	padding: 0;
}
img.wp-smiley {
	border:none;
	background:none;
}
a:hover img.wp-smiley {
	border:none;
}

img.alignnone {
	margin-right:10px;
	margin-bottom:8px;
}
img.aligncenter {
	margin:0 auto;
	display:block;
}

img.alignright {
	float:right;
  	margin: 5px 0px 10px 10px;
}
img.alignleft {
	float:left;
  	margin: 5px 10px 10px 0px;
}
.img-bill {
	background:none;
	float:right;
	border:none;
	margin:35px -48px 0 -1px;
	z-index:-1;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	background: #111;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;	
	color: #808080;	
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #000;
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;	
}
/* end - table */

/* form elements */
form {
	margin: 20px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #111; 
	background: #070707; 	
}
#main .comment-form {
	font-size:1em;
	padding:10px 0 18px 10px;
}
label {
	display: block;
	font-weight: bold;
	margin: 10px 0 2px 10px;
	color: #fff;
}
input, select, textarea {
	padding: 5px 4px;
	font: bold 1.2em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #888888;
	width:200px;
	background: #0C0C0C;  
	border: 1px solid #1C1C1C;
	margin-left: 10px;
}
textarea {
	width: 350px;
	height: 100px;
	display: block;
	overflow:auto;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 10px 0;
	padding: 2px 3px; 
	color: #48780E;
	background: #000;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;
}
input:hover,
textarea:hover,
select:hover	{
	background:#333; 
}
input:focus,
textarea:focus,
select:focus	{ 
	background:#222; 
}

/* ==================================== */
/* CFORMS */
.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}
ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}
p.cf-sb {
	padding: 10px 0;
}

/* change formatting of response msgs here            */
div.cf_info {
	text-align:center;
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	background:#559B0F;
}
div.failure {
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	background:#ad2929;
}
div.waiting {
	background:#070707;
	display:none;
}
/*   formatting for invalid user inputs   */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}



/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 20px 0 15px 8px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 900px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	position: relative;
	clear: both;
	width: 900px;	
	padding: 0; 		
	margin-left: 5px;	
	background: transparent;
	float: left;	
	display: inline;	
}
#header {
	position: relative;
	width: 900px;	
	height: 186px;	
	margin: 0; padding: 0;		
	background: transparent;
}

#titulo_blog {
	position: relative;
	float:left;
	width: 406px;
	height: 126px;	
	padding: 0;
	margin: 44px 0 0 -20px;
}
#titulo_blog h1{
	text-indent:-5000px;
}

#link_home {
	display: block;
	width:auto;
	height:134px;
}
#link_home a:hover {
	text-decoration:none;
}


/* header search */
#header form#quick-search {
	position: absolute;
	top: 5px; right: 62pt;
	padding: 0; margin: 0;
	border: none;
	width: 200px; height: 40px;
	background: none;	
	z-index: 5;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 146px;
	background: none;
	border: none;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;	
}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	height: 40px;
	width: 690px;	
	left: 138px;	top: 6px;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 470px;		
	height: 40px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding:0 16px 0 8px;
	font: bold 15px/35px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	text-decoration: none;	
	color: #888888;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #eeeeee;
	background: none;
	border: none;
}
#nav ul li.current_page_item a {	
	color: #66CC00;	
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 72px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 140px; left: 10px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 245px; left: 15px;		
}

/* Main Column */
#main {
	float: left;
	width: 660px;
	padding: 0; margin: 0;
	display: inline;
}
#main-page {
	float: left;
	width: 860px;
	padding: 0; margin: 0;
	display: inline;
}
h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	margin-left: 10px;
	font: normal 3.2em 'Trebuchet MS', Tahoma, Arial, Sans-serif;	
	letter-spacing: -2px;
	text-transform: none;
}
#main h2 a {
	color: #BBB;
	text-decoration: none;
	padding: 0 9px 0 6px;
	margin-left: -6px;
	border: none;
}
#main h2 a:hover {
	color:#FFF;
	background:#559B0F;
	text-decoration: none;		
}
#main p {
	font-size:1.2em;
	line-height:1.4em;
}
#main-page p {
	font-size:1.2em;
	line-height:1.4em;
	z-index:2;
}
#main .permalink {
	font-size:0.9em;
	padding:20px 10px 0;
}
/*
#main ul li {
	list-style-image: url(images/bullet.gif);
}
*/

/* Comments */
#comments {
	background: url(images/big-balloon.gif) no-repeat left;
	padding:20px 14px 20px 60px;
	margin-left:10px;
}

#comments-list {
	padding-left: 7px;
}

#comments-list li {
	list-style-image: none;
	background: url(images/balloon.gif) no-repeat left top;
	padding-left: 32px;
	margin:16px 0 20px 0;
}
#comments-list li p {
	color:#fff;
	font-size:1em;
}



/* RSS */
#rss {
	position:relative;
	display:block;
	width:286px;
	height:74px;
	padding-left:2px;
}
#rss #links {
	display:inline;
	margin-top:8px;
	float:left;
}
#rss img {
	border: none;
	background:none;
	margin-right:6px;
}
#link_rss {
	font: bold 2em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color:#eeeeee;
}
#link_rss:hover {
	color: #FF6600;
	border-bottom:dotted thin;
}

#oque_rss {
	padding: 0;
	font: normal 0.85em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color:#888888;
}
#oque_rss:hover {
	color: #FF6600;
	border-bottom: dotted thin;
}

/* PARCERIA */
#rss #parceria {
	display:inline;
	margin-top:8px;
	margin-left:20px;
	float:left;
}
#parceria img {
	border: none;
	background:none;
}
#link_parceria {
	font: bold 2em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color:#eeeeee;
}
#link_parceria:hover {
	color: #FF6600;
	border-bottom:dotted thin;
}



/* Sidebar */
#sidebar {
	float: right;
	width: 220px;
	padding: 0; margin: 6px 0 0 0;		
	display: inline;	
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 2px; 
	font: normal 1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;				
	background: url(images/footer-top.jpg) no-repeat right bottom;
	color: #fefefe;
}
#sidebar ul {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;				
}
#sidebar ul li {
	list-style: none;
	padding: 8px;
	margin: 0;		
	border-bottom: 1px solid #111;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #5d5d5d; 	
		
	font-weight: bold;		
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #444;	
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {	
	color: #eee;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/* TWITTER */
#twitter li {
	font-size:1.5em;
	line-height:20px;
}
.twitter-timestamp {
	font-size:0.6em;
	color:#559B0F;
}
#twitter li a:hover {
	color:#FFF;
	background:#559B0F;
}

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 50px;
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;	
	background: #070707 url(images/footer-top.jpg) no-repeat center top;
	color: #555;
	width: 900px;
	float: left;	
	display: inline;
	border-bottom: 50px solid #070707;		
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;		
}
#footer-content ul.col-list {
	border-top: 1px solid #111;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid #111;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #555;
	border: none;
}
#footer-content ul.col-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #fff;
	text-decoration: none;
}

#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;	
}
#footer-content .space-sep {
	margin-right: 12px;
}

/* postmeta */
#main .postmeta {	
	padding: 5px 5px;
	margin: 10px 0 30px 10px;	
	font-size: 1em;	
	border: 1px solid #111;
	background: #111;
	text-align:right;
	color:#999;
}

.postmeta .leiamais {
	background:url(images/icon-readmore.gif) no-repeat left center;
	padding:4px 10px 4px 24px;
}
.postmeta .comentarios {
	background:url(images/icon-comment.gif) no-repeat left center; 
	margin-left:4px; 
	padding:4px 10px 4px 24px; 
}
.postmeta .tags { 
	background:url(images/icon-tag.gif) no-repeat left center; 
	margin-left:10px; 
	padding:4px 10px 4px 24px; 
}
.postmeta .categoria { 
	background:url(images/icon-category.gif) no-repeat left center; 
	margin-left:4px; 
	padding:4px 10px 4px 24px; 
}

#main .post-info { font-size: 1em; padding-top: 4px; margin-left: 5px; padding-left:7px; color: #aaa; }
.post-info a { color: #559B0F; }
.post-info a:hover { color: #DDD; }
.post-info .date { background:url(images/icon-date.gif) no-repeat left top; padding:3px 0 6px 4px; }
.post-info b { color:#FFFFFF; }

/* alignment classes */
.float-left  { float: left; margin-right:10px; }
.float-right { float: right; margin-left:10px; }
.align-left  { float: left; text-align: left; }
.align-right { float: right; text-align: right; }
.align-center {	margin:0 auto; display:block; }

/* NAV posts */
.posts-left  { 
	background:url(images/posts-left.gif) no-repeat left center;
	float: left;
	margin-top:20px;
	margin-left: 12px;
	padding-left: 26px;
	font-size:1.4em;
}
.posts-right { 
	background:url(images/posts-right.gif) no-repeat right center;
	float: right;
	margin-top:20px;
	padding-right:26px;
	font-size:1.4em;
}



/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}




