/*  

Theme Name: Go Citizen

Theme URI: http://gocitizen.com/

Description: Go Citizen WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.

Version: 0.1

Author: Evgeny Stoichev, Ivo Stoimenov

Author URI: http://www.youtube.com/xaio666



	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



*/







/* Begin Typography & Colors */

body {
	font-size: 13px; /* Resets 1em to 10px */
	font-family: trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #57AEFD;
	background-image: url(img/layout/background.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	background-color: #336699;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a{
	color:#02BDB9;
	text-decoration:none;
}
a:hover {
	color: #FDF7CC;
}

#page {
	margin: auto;
	padding: 20px 0px 0px 0px;
	width: 859px;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 230px;
	cursor: pointer;
	background-image: url(img/layout/header.gif);
}

#headerimg {
	margin: 0px 0px 0px 0px;
	height: 180px;
	width: 100%;
}

#header #headsearch {
	padding: 0px 0px 0px 40px;
	position: relative;
	top: 35px;
}

#headsearch form {
	margin: 0px;
	padding: 0px;
}

#headsearchform #s {
	border: 2px solid #013769;
	color: #013769;
	background-color: #0471C3;
	height: 14px;
	width: 120px;
	margin: 0px;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#headsearchform .go_button {
	color: #67B6FC;
	background-color: #013769;
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 11px;
	height: 26px;
	width: 26px;
	border: 0px solid #013769;
	text-align: center;
	margin: 0px 0px 0px 5px;
}

/* End Entry Lists */







/* Begin Form Elements */

#searchform {
	text-align: center;
}


#centercolumn {
	background-repeat: repeat;
	background-position: top;
	background-image: url(img/layout/center.gif);
}

#content {
	font-size: 13px;
}

#footer {
	padding: 20px 20px 0px 20px;
	clear: both;
	margin: 10px 0px 0px 0px;
}

#footer p {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	clear: both;
	width: 560px;
}

#footer_tabela {
	background-image: url(img/layout/tabela.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 315px;
	width: 560px;
	float: left;
}

#footer_fetish {
	height: 315px;
	background-image: url(img/layout/fetish.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 178px;
	margin: 0px 0px 0px 55px;
}

#footer #subfooter {
	width: 750px;
	margin: auto;
	height: 200px;
}

#sidebar h2 {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: normal;
	color: #FFCC00;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry,
.widecolumn .entry {
	line-height: 19px;
	margin:25px 0px 0px 0px;
	word-spacing:2px;
}

.widecolumn {
	line-height: 1.6em;
}

small {
	font-size: 11px;
	line-height: 11px;
}

h1,
h2,
h3 {
	font-family: "Trebuchet MS";
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
	margin: 0px;
	padding: 40px 0px 0px 0px;
}

h2 {
	font-size: 26px;
	margin: 0px;
}

h2.pagetitle {
	font-family: "Comic Sans MS";
	text-align: center;
	color: #FFCC00;
	margin: 10px 0px 10px 0px;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 23px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}


h2 a, h2 a:visited,
h3 a, h3 a:visited {
	color: #FDF7CC;
}

h2 a:hover,
h3 a:hover {
	color: #FFCC00;
}

/* End Comments */







/* Begin Sidebar */

#sidebar {
	padding: 20px 0px 10px 35px;
 margin-left: 520 .px;
	width: 180px;
	margin-left: 600px;
}

#sidebar form {
	margin: 0;
	width: 180px;
}

#sidebar h2 {
	margin: 20px 0px 0px 0px;
	padding: 0;
}

#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 ul li {
	background-image: url(img/layout/dot_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
}

#sidebar ul ul ul li {
	background-image: url(img/layout/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 12px;
}

#sidebar a,
#sidebar a:visited {
	color: #02BDB9;
	font-size: 12px;
}
#sidebar a:hover {
	color: #FFCC00;
}

#sidebar ul ul li a,
#sidebar ul ul li a:visited {
	color: #02BDB9;
	font-size: 13px;
}
#sidebar ul ul li a:hover {
	color: #FFCC00;
}


#sidebar ul p,
#sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul,
#sidebar ul ol {
	margin: 5px 0 0 0px;
}

#sidebar ul ul li,
#sidebar ul ol li {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#sidebar ul ul ul,
#sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar .widgettitle {
	font-size: 15px;
	font-family: "Comic Sans MS";
	text-transform: uppercase;
	font-weight: bold;
}

.entry ul li:before,
#sidebar ul ul li:before {
	content: "";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

.entry a{
	color:#FDF7CC;
}
.entry a:hover{
	color:#FFCC00;
}
.entry a:visited {
	color: #012647;
}






/* 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: 0px 0px 0px 30px;
	padding-left: 10px;
	text-indent: -10px;
	list-style-position: inside;
}

html>body .entry li {
	margin: 0px 0px 0px 10px;
}

#comments {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 70px;
	text-align: center;
	font-family: "Comic Sans MS";
}

#comment_container {
	width: 410px;
	margin: auto;
}

.coment_header {
	padding: 5px 0px 15px 50px;
}

.commentlist {
	text-align: justify;
}

.commentlist li {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 3px 3px;
	list-style: none;
	font-weight: bold;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.comment1 {
	background-image: url(img/layout/commentskull1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.comment2 {
	background-image: url(img/layout/commentskull2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.comment-meta {
}

#commentform input {
	width: 170px;
	padding: 3px;
	margin: 5px 5px 1px 0;
	background-color: #0471C3;
	border: 2px solid #013F76;
}

#commentform textarea {
	width: 400px;
	padding: 5px;
	background-color:#0471C3;
	border: 2px solid #013F76;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0px;
}

#commentform #submit {
	margin: 0;
	float: right;
	background-color: #013F76;
	color: #52ABFC;
	font-weight: bold;
	text-transform: uppercase;
}

.narrowcolumn {
	padding: 20px 0px 20px 44px;
	margin: 0px 0px 0px 0px;
	width: 500px;
	float: left;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.post {
	margin: 0px 0px 36px 0px;
	text-align: left;
	background-image: url(img/layout/skullbones.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0px 30px 0px;
}

.post hr {
	display: block;
}

.postmetadata {
	clear: left;
	font-size:11px;
	text-align:center;
	margin: 0px 0px 15px 0px;
	line-height: 17px;
}

/* End Headers */







/* 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
}

/* End Form Elements */







/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym,
abbr,
span.caps {
	font-size: 0.9em;
	letter-spacing: 0.07em;
	cursor: help;
}

acronym,
abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 500px;
}

.break {
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
}

/*flash headers*/



.flash-replaced .alt {
	display:none;
}

.post-2columns {
	width: 50%;
	float: left;
	height: 250px;
}

.post-2columns img {
	width: 230px;
	clear: both;
}

.post a.more-link {
	display: inline;
	margin: 14px 0px 0px 0px;
	text-align: left;
}

.image-left {
	float:left;
	margin: 0px 15px 10px 0px;
}

.image-right {
	float:right;
	margin: 0px 0px 10px 15px;
}

.alignright a {
	background-image: url(img/layout/hand_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 31px;
	display: block;
	padding: 0px 67px 0px 0px;
	text-transform: uppercase;
	color: #02BDB9;
	font-weight: bold;
	height: 33px;
}

div.alignleft a {
	background-image: url(img/layout/hand_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 32px;
	display: block;
	padding: 0px 0px 0px 67px;
	text-transform: uppercase;
	color: #02BDB9;
	font-weight: bold;
}

.alignright a:hover {
	background-image: url(img/layout/hand_right_f2.gif);
	color:#FDF7CC;
}

.alignleft a:hover {
	background-image: url(img/layout/hand_left_f2.gif);
	color:#FDF7CC;
}

.category_heading {
	margin: 20px 0px 30px 0px;
	color: #FFCC00;
	font-family: "Comic Sans MS";
	font-size: 27px;
	font-weight: normal;
	text-align: center;
}

hr {
	display: none;
}

div.break {
	line-height: 1px;
	clear: both;
	height: 1px;
	margin-bottom: -1px;
}

/* End Sidebar */







/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#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;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/*
.pagebar .this-page {
	padding: 4px;
	color: #FFCC00;
	font-weight: bold;
}

.pagebar a.pbprev {
	background-image: url(img/layout/hand_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 30px;
	float: left;
	padding: 0px 0px 0px 65px;
	height: 33px;
}

.pagebar {
}

.pagebar .pages {
	height: 33px;
	line-height: 33px;
	width: 310px;
	margin: auto;
	float: left;
}

.pagebar a.pbnext {
	line-height: 30px;
	float: right;
	height: 33px;
	background-image: url(img/layout/hand_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 65px 0px 0px;
}
.pagebar a.pbnext:hover {
	background-image: url(img/layout/hand_right_f2.gif);
}

.pages a {
	font-weight: bold;
}*/

.breadcrumb {
	color: #FFCC00;
}
#sidebar ul ul li.recentcomments,
#sidebar ul ul li.recentcomments a,
#sidebar ul ul li.recentcomments a:hover,
#sidebar ul ul li.recentcomments a:visited{
	font-size:10px;
}

#sidebar ul li.sidebar-banner{
	margin: 0px auto 3px;
	width: 180px;
	text-align: center;
}

.narrowcolumn .sidebar-banner{
	margin: 11px auto 0;
	width: auto;
	text-align: center;
	list-style: none;
}

.navigation a, .navigation span{
color:#02BDB9;font-size:15px;font-weight:bold;padding:5px 7px;}

.navigation span.this-page{
color: #FDF7CC;
}
.navigation a:hover{
color: #FFCC00;
background: #0471C3 none repeat scroll 0 0;
}

.navigation a.pbprev, .navigation a.pbnext{
font-size:13px;
}

