* {
    margin: 0px;
    padding: 0px;
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}


a:link {
	color: #051831;
	text-decoration: none;
}

a:visited {
	color: #0395d9;
	text-decoration: none;
}

a:hover,
a:active {
	color: #051831;
	text-decoration: underline;
}

body {
    background: #00406c url(images/main-bg.jpg) repeat-x 0px 0px;
    font-family: arial, sans-serif;
}


#header {
	background: url( images/bg-header.jpg ) no-repeat 0px 0px;
	margin: 0px auto;
	width: 761px;
}

#header #logo {
	float: left;
	height: 186px;
	width: 270px;
}

#header #logo a {
	display: block;
	height: 80px;
	margin: 75px 0px 0px 50px;
}

#header #logo a span {
	display: none;
}

#header #nav {
	float: left;
	padding-left: 50px;
	height: 186px;
}

#header #nav ul {
	list-style-type: none;
	padding-top: 137px;
}

#header #nav ul .blog {
	background: url( images/button-blog.jpg ) no-repeat 0px 0px;
	float: left;
	height: 49px;
	width: 75px;
}

#header #nav ul .blog a {
	display: block;
	height: 20px;
	padding: 5px 0px;
	width: 72px;
}

#header #nav ul .blog a span {
	display: none;
}

#header #nav ul .portfolio {
	font-size: 10px;
	text-transform: uppercase;
	float: left;
}

#header #nav ul .portfolio a {
	padding: 8px 0px 0px 10px;
	display: block;
	color: #00e4ff;
}

#header #nav ul .portfolio a:visited {
	color: #0395d9;
}

#container {
    width: 761px;
    position: relative;
    margin: 0px auto;
}


#container #shadow {
    background: #01102d url(images/left-shadow.jpg) no-repeat 0px 0px;
    float: left;
    width: 10px;
    height: 320px;
}

#container #shadow strong {
	display:none;
}


#container #content {
    background: #fff;
    width: 458px;
	min-height: 1850px;
}

#content {
    width: 448px;
    float: left;
	padding: 5px 15px 0px 15px;
}

#content h2 {
	font-size: 24px;
	color: #051831;
	font-weight: 700;
	padding: 20px 7px 0px 0px;
}

#content h2 a {
	color: #051831;
}

#content h2 a:visited {
	color: #0395d9;
	text-decoration: none;
}

#content h1 {
	display: block;
	padding: 20px 0px 5px 0px;
	font-size: 24px;
	color: #051831;
	font-weight: 700;
}

#content h3 {
	background: url(images/arrow-bottom.jpg) no-repeat 0px 60%;
	font-size: 18px;
	text-indent: 15px;
	font-weight: normal;
	color: #03172f;
	margin-top: 10px;
}

#content .add_comment {
	background: url(images/icon-comentario.jpg) no-repeat 0px 0px;
	padding: 3px 0px 12px;
	text-align: center;
	position: relative;
	margin: 25px 5px 0px 0px;
	float: left;
	width: 32px;
}

#content .add_comment a {
	color: #fff;
	font-size: 12px;
}

#content .post_date {
	font-size: 11px;
	color: #051831;
	font-weight: 700;
}

#content .post_date span a {
	color: #0096db;
	font-weight: normal;
}

#content .post_data span a:active {
	text-decoration: underline;
	font-weight: normal;
}

#content .post_data span a:visited {
	color: #051831;
	font-weight: normal;
}

#content .bookmark {
	padding-top: 10px;
	text-align: right;
}


#content .entry {
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}

#content .entry ul {
	padding-top: 0px;
	padding-bottom: 5px;
	margin-left: 30px;
}

#content .entry .imgborder {
	border: 2px #CCCCCC;
}

#content .entry p {
	text-indent:15px;
	padding-bottom:15px;
}

#content .entry p a {
	text-decoration:underline;
}

#content .navigation {
	padding: 2px 0px 0px 0px;
}

#content .navigation a {
	font-size: 12px;
	margin-left: 10px;
}

#content .navigation .previous a {
	background: url( images/arrow-left.jpg ) no-repeat 0px 50%;
	float: left;
	padding-left: 10px;
}

#content .navigation .next a {
	background: url( images/arrow-right.jpg ) no-repeat 100% 50%;
	float: right;
	padding-right: 10px;
}


#content .page-error {
	background: url(images/icon-erro.png) no-repeat 0px 50%;
	font-size: 25px;
	text-indent: 20px;
	color: #03172f;

}

#content .page-title {
	background: url(images/arrow-bottom.jpg) no-repeat 0px 50%;
	font-size: 18px;
	text-indent: 20px;
	font-weight: 700;
	color: #03172f;
}

#comments .comment_intro {
	background: url(images/icon-comentario.jpg) no-repeat 0px 10px;
	padding: 15px 0px 20px 0px;
	position: relative;
	margin: 14px 5px 0px 0px;
	text-indent: 40px;
	font-size: 18px;
	font-weight: 700;
	color: #03172f;
}

#comments #comment_list {
	font-size: 12px;
	text-indent: normal;
}

#comments #comment_list dt {
	margin-top: 10px;
	padding: 0px 0px 5px 0px;
}

#comments #comment_list dd {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
}


#comments #comment_list p {
	text-indent: 0px;
}

#comments #comment_list dt.author {
	margin-top: 0px;
	padding-top: 10px;
}

#comments #comment_list .author {
	background: #eee no-repeat 0%;
	padding-left: 10px;
} 

#comments #comment_list .author p {
	padding: 8px;
}

#comments #comment_list .author strong {
	padding: 3px;
	color: #03172f;
}

#comments #respond {
	background: url(images/arrow-right.jpg) no-repeat 0px 24px;
	font-size: 16px;
	font-weight: 700;
	color: #03172f;
	padding: 20px 0px 10px 10px;
}

#comments #comment_form p {
	position: relative;
	padding: 5px 0px 6px 5px;
	width: 400px;
}

#comments #comment_form p label {
	font-size: 12px;
	margin-left: 8px;
	float: left;
}

#comments #comment_form p label strong {
	font-weight: normal;
}

#comments #comment_form input,
#comments #comment_form textarea {
	float: right;
	margin-right: 46px;
}

#comment_form p .text_input {
	width: 20em;
}

#comment_form p .text_area {
	width: 20.6em;
	*width: 20em;
}

#comment_form p .form_submit {
	height: 1.8em;
	margin-left: 14.7em;
	width: 6em;
	margin-top: 10px;
}

#comment_form #p {
	background: red;
}

#sidebar {
	width: 263px;
	float: right;
	*margin-top: -19px;
}

#sidebar .right-shadow {
	background: url(images/right-shadow.jpg) no-repeat 0px 0px;
	height: 63px;
	width: 28px;
	padding: 4px;
}

#sidebar .right-shadow strong {
	display: none;
}
	
#sidebar #search-box {
	background: url(images/bg-search.jpg) no-repeat 21px 0px;
	margin-top: -65px;	
	padding: 3px 0px 15px 0px;
	*padding: 7px 0px 15px 0px;
}

#search-box h2 {
	display: none;
	font-size: 10px;
	margin-left: 37px;
}

#search-box .search_input {
	width: 153px;
	height: 16px;
	margin-left: 28px;
	text-align: center;
	padding: 3px;
}

#search-box #searchsubmit {
	position: relative;
	*top: -2px;
	vertical-align: middle;
}

#sidebar #about-kika {
	background: url(images/bg-about.jpg) no-repeat 0px 0px;
	width: 263px;
	height: 223px;
}
#about-kika p strong {
	font-size: 14px;
	color: #000;
	font-weight: 700;	
	margin-left: 21px;
	padding: 8px 0px 0px 0px;
	display: block;
}

#about-kika .side-contato {
	list-style-type: none;
	background: url(images/icon-email.png) no-repeat 0px 0px;
	display: block;
	margin-left: 205px;
	margin-top: -18px;
	width: 16px;
	height: 16px;
}
 
#about-kika .side-contato a {
	padding: 0px 0px 0px 14px;
}

#about-kika .side-contato span {
	display: none;
}

#about-kika .side-rss {
	list-style-type: none;
	background: url(images/icon-feed.png) no-repeat 0px 0px;
	display: block;
	margin-left: 230px;
	margin-top: -18px;
	width: 16px;
	height: 16px;
}

#about-kika .side-rss a {
	padding: 0px 0px 0px 14px;
}

#about-kika .side-rss span {
	display: none;
}

#about-kika p.foto-kika {
	background: #fff url(images/kika-foto.jpg) no-repeat 0px 0px;
	width: 54px;
	height: 70px;
	display:block;
	margin-left: 21px;
	margin-top: 10px;
}

#about-kika .foto-kika strong span {
	display: none;
	font-size: 12px;
	color: #000;
}

#about-kika .description span {
	font-size: 12px;
	color: #000;
	display: block;
	margin-left: 90px;
	margin-top: -65px;
	width: 120px;
}

#about-kika .network {
	margin-top: 20px;
	display: block;
	font-size: 12px;
	text-align: center;
}

#about-kika .network a {
	color: #0395d9;
	font-weight: 700;
}

#about-kika .network a:active {
	color: #0395d9;
	text-decoration: underline;
}

#about-kika .network a:visited {
	color: #051831;
}

#about-kika .taperas {
	background: url(images/taperas.jpg) no-repeat 0px center;
	width: 130px;
	height: 42px;
	display: block;
	margin-left: 55px;
}

#about-kika .taperas strong {
	padding: 20px;
	margin-left:5px;
	margin-top: 5px;
}

#about-kika .taperas span {
	display: none;
}

#sidebar ul {
	list-style-type: none;
}




#sidebar .sidebar_list {
	margin-top: -40px;
}

#sidebar .sidebar_list ul {
	margin-left: 21px;
}

#categories ul a, #posts ul a, #archives ul a, .blogroll a {
	background: url(images/button-list.png) no-repeat 0px 4px;
	color: #00e4ff;
	font-size: 12px;
	padding-left: 13px;
}

#sidebar .sidebar_list ul a:visited {
	color: #0395d9;
}
	
#sidebar .sidebar_list h2{
	list-style-type: none;
	padding: 30px 0px 2px 21px;
	font: 13px arial, sans-serif;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
}

#sidebar #tags ul {
	padding: 0px 5px 10px;
	text-align: center;
	margin-left:0px;
}

#tags li {
	display: inline;
	font-size: 12px;
}

#tags li  a {
	color: #00e4ff;
	font-size: 12px;
	padding-left: 13px;
}

#tags li a:visited {
	color: #0395d9;
}

#tags .view-tags {
	display: block;
	font-size: 12px;
	margin-top: 7px;
}

#footer {
	background: url(images/bg-footer.jpg) no-repeat 0px 0px;
	margin: 0px auto;
	width: 761px;
	padding-top: 40px;
}

#footer p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	width: 511px;
}

#footer p strong {
	font-weight: normal;
	padding-bottom: 20px;
}

#footer a {
	color: #00e4ff;
	font-size: 12px;
}

#footer a:visited {
	color: #0395d9;
}

object embed {
        margin: 10px 0;
}

