/*
Theme Name: SupportComm
Theme URI: http://www.supportcomm.com.br/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body, html {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #494949;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#f4f4f4;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
quote, code, fieldset {
  margin: .5em 0;
}
p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}
hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #f90;
}


img, a img {
  border: none;
}

input {
	font-size: 11px;
}
/* L A Y O U T */

#container {
	margin: 0 auto;
	width: 890px;
	background-color:#FFF;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	background-color: #fff;
	height: 210px;
	background-image: url(images/topo-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#titulo h1 a {
	width: 300px;
	height: 80px;
	float:left;
	text-indent: -2000px;
	overflow: hidden;
	display: block;
}
#titulo h2 {
	display: none;
}
#menu2 {
	float: right;
	padding-left: 90px;
	background-image: url(images/servicos.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
}
#menu2 ul, #menu2 li, #menu2 a {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu2 li {
	float: left;
	width: 111px;
	text-align: center;
}
#menu2 a {
	background-image: url(images/bg-menu1.jpg);
	background-color:#000;
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 0 6px 0;
	margin-right: 1px;
}
#menu2 a:hover {
	background-color: #FF9900;
	background-image: url(images/bg-menu1-hover.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


#menu1 {
	margin: 0;
	height: 27px;
	background-color:#fff;
}
#menu1 ul, #menu1 li, #menu1 a {
	margin: 0;
	padding: 0;
}
#menu1 ul {
	margin-left: 1px;
}
#menu1 li {
	float: left;
	width: 111px;
	text-align: center;
	list-style: none;
}
#menu1 a {
	background-image: url(images/bg-menu1.jpg);
	background-color:#000;
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 0 6px 0;
	margin-right: 1px;
	font-size: 11px;
}
#menu1 a:hover {
	background-color: #FF9900;
	background-image: url(images/bg-menu1-hover.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


#conteudo {
	vertical-align: top;
	min-height: 300px;
	padding: 10px;
	width: 600px;
	float: left;
}

#sidebar {
	float: right;
	width: 203px;
	font-size: 11px;
	padding: 20px 10px;
	height: 100%;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	color: #333;
	font-size: 16px;
}
#sidebar .widget {
	margin-top: 0px;
	margin-bottom: 30px;
}

#sidebar .widget li a {
	background-image: url(images/breadcrumb-separator.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 9px;
	margin-left: 0px;
}
#sidebar a {
	color: #f90;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	

#sidebar form {
	margin: 0;
	}
	
	
/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar caption {
	font-variant: normal;
	text-transform: capitalize;
	color: #f90;
	font-size: 16px;
	font-weight: bold;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/*ARQUIVO*/
#archives {
	text-transform: capitalize;
}
#tag_cloud a {
	font-weight: normal;
}

/* TEXTO CONTEUDO */

#conteudo {
	padding: 20px;
}
#conteudo h2 {
	color: #f90;
	font-size: 20px;
}
#conteudo h3 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	background-image: url(images/bg-h2.gif);
	background-repeat: no-repeat;
	background-position: -6px -3px;
	padding-left: 14px;
}
#conteudo p {
	color: #333;
	line-height: 20px;
	text-align: justify;

}
#conteudo a {
	font-weight: bold;
	color: #f90;
	text-decoration: none;
}
#conteudo a:hover {
	text-decoration: underline;
}

/* R O D A P E */
#rodape {
	background-color: #fff;
	clear: both;
	font-size:10px;
	padding: 6px;
	color: #666666;
	text-align: center;
}
#rodape p {
	padding: 0px;
	margin: 0px;
}
#rodape a {
	color: #f90;
	font-weight: bold;
	text-decoration: none;
}

/*METADATA*/
p.postmetadata  {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.alt {
	background-color: #fff;
	padding: 2px 4px;
	margin: 0 0 30px 0;
	background-image: url(images/bg-menu-h2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #aaa;
	border-bottom-color: #aaa;
	line-height: 13px;
}

/*COMENTÁRIOS
#comment {
	width: 500px;
}*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	div.post {
	clear: both;
	}
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	ccontent: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/*SOCIAL BOOKMARK*/
.social_bookmark {
	margin: 10px 0;

}


/*POSTFOOTER*/
#postfooter {
	margin-bottom:30px;
	font-size: 11px;
	color: #999;
}
#postfooter a {
	color: #666;
}
/*POSTINFO*/
#postinfo {
	background-color: #fff;
	border-top: 1px solid #ccc;
	background-image: url(images/bg-menu-h2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 2px 4px;
	margin: 0;
}
#postinfo ul, #postinfo li {
	margin: 0;
	padding: 0;
}
#postinfo ul li {
	padding: 5px 20px 5px 24px;
	list-style: none;
}
#postinfo .pi-posted {
	background-image: url(images/icone-posted.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#postinfo .pi-tags {
	background-image: url(images/icone-tags.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
/*POSTBAR*/
#postbar {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: url(images/bg-menu-h3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 6px;
	margin: 0;
}
#postbar ul, #postbar li {
	margin: 0;
	padding: 0;
}
#postbar ul li {
	width: 200px;
	display: inline;
	padding: 6px 20px 6px 30px;
}
#postbar .pb-compartilhe {
	background-image: url(images/icone-compartilhe.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#postbar .pb-rssfeed {
	background-image: url(images/icone-rssfeed.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#postbar .pb-envieamigo {
	background-image: url(images/icone-envieamigo.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#postbar .pb-comente {
	background-image: url(images/icone-comente.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
/*SOCIAL BOOKMARK BAR*/
.sbbar {
	border-bottom: 1px solid #ccc;
	height: 70px;
	background-color: #fff;
	background-image: url(images/bg-menu-h4.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.sbbar ul, #sbbar li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sbbar li {
	float: left;
	width: 130px;
	padding-left: 20px;
	padding-top: 3px;
	height: 20px;
}


.sbbar .sb-delicious {
	background-image: url(social-bookmarks/delicious.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.sbbar .sb-technorati {
	background-image: url(social-bookmarks/technorati.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.sbbar .sb-yahoo {
	background-image: url(social-bookmarks/yahoo_myweb.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.sbbar .sb-stumbleupon {
	background-image: url(social-bookmarks/stumbleupon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.sbbar .sb-google {
	background-image: url(social-bookmarks/google.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.sbbar .sb-live {
	background-image: url(social-bookmarks/live.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.sbbar .sb-blogblogs {
	background-image: url(social-bookmarks/blogblogs.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.sbbar .sb-rec6 {
	background-image: url(social-bookmarks/rec6.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.sbbar .sb-eucurti {
	background-image: url(social-bookmarks/eucurti.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.sbbar .sb-linkk {
	background-image: url(social-bookmarks/linkk.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}