* {margin: 0; padding: 0}
#header, nav, article, footer {display: block}

html { }

body {
	color: #555;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	-webkit-text-size-adjust: none;
}

#wrapper { }

#header {
	background: url("i/header.png") repeat-x;
	height: 60px;
	left: 0px; top: 0px;
	min-width: 1036px;
	position: fixed;
	_position: absolute;
	width: 100%;
}

div > div#header {position: fixed;}

div#header {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

#headerWrapper {
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	width: 1024px;
}

#blogTitle {
	background: url("i/larissaherbst.png") no-repeat left center;
	float: left;
	height: 48px;
	margin-left: 96px;
	width: 160px;
}

#menu {
	float: left;
	margin-left: 272px;
	height: 60px;
	width: 240px;
}

#menuBlog {
	background: url("i/menuBlog.png") no-repeat center top;
	float: left;
	height: 58px;
	margin-right: -48px;
	overflow: hidden;
	width: 150px;
}

#menuAbout {
	background: url("i/menuAbout.png") no-repeat center top;
	float: left;
	height: 58px;
	margin-right: -48px;
	overflow: hidden;
	width: 150px;
}

#menuBlog:hover, #menuAbout:hover {background-position: 0 -60px;}
#menuBlog:active, #menuAbout:active {background-position: 0 0;}

#blogSearch {
	background: url("i/search.png") no-repeat;
	clear: right;
	float: right;
	height: 28px;
	margin-top: 10px;
	width: 248px;
}

#search {
	background: url("i/searchIcon.png") no-repeat 224px center;
	width: 248px;
}

#subtitle {
	background: url("i/subtitle.png") no-repeat center center;
	border-bottom: 1px solid #bababa;
	clear: both;
	height: 36px;
	margin-top: 100px;
	min-width: 1036px;
	width: 100%;
}

#container {
	clear: both;
	margin: 0 auto;
	padding: 24px 0 0;
	width: 1024px;
}

#content {
	float: left;
	margin: 0 38px 46px 0;
	overflow: hidden;
	width: 736px;
}

#sidebar {
	float: right;
	width: 250px;
}

#footer {
	clear: both;
	color: #fff;
	float: left;
	min-width: 1036px;
	position: relative;
	width: 100%;
}

#rabbits {
	background: url("i/rabbits.png") no-repeat right;
	clear: both;
	height: 45px;
	margin: 0 auto;
	width: 1024px;
}

#footerWrapper {
	background: #424C57;
}

#footerLinks, #license {
	margin: 0 auto;
	padding: 20px 0 4px 96px;
	width: 928px;
}

#footerRss {
	background: url("i/iconRss.png") no-repeat left center;
	height: 12px;
	float: left;
	padding: 2px 0 0 20px;
}

#footerTwitter {
	background: url("i/iconTwitter.png") no-repeat left center;
	float: left;
	height: 12px;
	margin-left: 40px;
	padding: 2px 0 0 30px;
}

#footerBack {
	background: url("i/arrowWhite.png") no-repeat left center;
	float: right;
	height: 12px;
	padding: 1px 0 0 20px;
}

#license {
	clear: both;
	font-size: 12px;
	line-height: 20px;
	margin-top: 40px;
}

.section {float: left; font-size: 12px; padding: 30px 0; width: 250px;}

.section ul {overflow: hidden;}
.section ul li {list-style: none; margin: 6px 0;}

#bottom {clear: both;}

/*
=======================
TEXT
=======================
*/

p {margin-bottom: 20px;}
h2 {font: 30px "Helvetica Neue", Helvetica Neue, Arial, Sans-Serif; font-weight: 400; line-height: 32px;}
h3 {color: #8a8a8a; font: 16px Helvetica, Arial, Sans-Serif; font-weight: normal;}

.entry p {line-height: 21px;}
.entry h3, .comments_entry h3, .share h3 {color: #3a3a3a; font-size: 18px; font-weight: bold; letter-spacing: -1px; margin: 30px 0 6px;}
.section h3 {color: #424C57; font-size: 20px;}

span.title {display: none;}

span.red {color: red;}

/*
=======================
LINKS
=======================
*/

a, a:visited, .navigation a, .navigation a:visited, a.share, a.share:visited, .post h2 a, .post h2 a:visited {
	color: #555; text-decoration: none;
}

a:hover, .navigation a:hover, a.share:hover, .entry a, .entry a:visited {color: #555; text-decoration: underline;}

.post h2 a:hover, .entry a:hover {color: #4484aa; text-decoration: underline;}

.commentsBalloon a, .commentsBalloon a:visited, #footer a, #footer a:visited {color: #fff; text-decoration: none;}

.commentmetadata a, .commentmetadata a:visited {color: #8a8a8a; text-decoration: none;}

.commentsBalloon a:hover, #footer a:hover, .commentmetadata a:hover {text-decoration: underline;}

/*
=======================
TABS
=======================
*/

#assuntos {
	background: url("i/bTabTop.png") no-repeat;
	display: block;
	font-weight: bold;
	height: 23px;
	margin: 0;
	overflow: hidden;
	padding: 8px 0 4px;
	width: 100%;
}

#categories ul {
	float: left;
	display: inline;
	margin-top: 10px;
	width: 100%;
}
	
#categories ul li {
	color: #939393;
	float: left;
	list-style: none;
	margin: 0 2px 8px 0;
	overflow: hidden;
	text-transform: lowercase;
	width: 112px;
}

/*
=======================
SEARCH
=======================
*/



#s {
	background: none;
	border: 0;
	height: 15px;
	margin: 2px;
	padding: 5px 10px;
	width: 140px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#searchsubmit {
	background: url("i/busca.png") no-repeat 25px 5px;
	border: 0;
	color: #555;
	cursor: pointer;
	float: right;
	height: 29px;
	overflow: hidden;
	text-transform: uppercase;
	width: 49px;
}

/*
=======================
WIDGETS
=======================
*/


.banner {
	height: 210px;
	width: 250px;
}

#flickr_badge_wrapper {
	clear: both;
	height: 162px;
	margin: 10px 0;
	width: 255px;
}

#flickr_badge_wrapper img {
	border: 1px solid #000;
	float: left;
	height: 78px;
	margin: 0 5px 5px 0;
	width: 78px;
}

#flickr_badge_wrapper a:hover img {margin: 1px 6px 6px 1px; height: 76px; width: 76px;}

#twitter_div ul {
	line-height: 16px;
	overflow: hidden;
}

#twitter_div ul li {
	border-bottom: 1px solid #dadada;
	color: #999;
	list-style: none;
	margin: 6px 0;
	overflow: hidden;
	padding: 6px 1px 12px;
}

#blocos_net ul {
	list-style: none;
	margin: 8px 0 30px;
}

#blocos_net ul li {float: left; margin: 0 8px 4px 0;}

#net1, #net2, #net3, #net4, #net5, #net6 {height: 32px; width: 32px; background-position: top;}
#net1:hover, #net2:hover, #net3:hover, #net4:hover, #net5:hover, #net6:hover {background-position: bottom;}
#net1 {background: url("i/btMacMagazine.png") no-repeat;}
#net2 {background: url("i/btTwitter.png") no-repeat;}
#net3 {background: url("i/btFlickr.png") no-repeat;}
#net4 {background: url("i/btFacebook.png") no-repeat;}
#net5 {background: url("i/btLinkedin.png") no-repeat;}
#net6 {background: url("i/btMail.png") no-repeat;}

/*
=======================
POSTS
=======================
*/

#content .post {
	clear: both;
	padding: 26px 0;
}

.postInfo {
	clear: left;
	float: left;
	width: 80px;
}

.commentsBalloon {
	background: #4484AA;
	clear: both;
	float: right;
	height: 22px;
	margin: 4px 0;
	padding: 8px 0 0;
	text-align: center;
	width: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.categoriesList {
	clear: both;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	text-transform: uppercase;
}

.postContent {
	clear: right;
	float: right;
	width: 640px;
}

.pmeta {
	color: #bababa;
	display: block;
	font-size: 18px;
	margin: 8px 0 24px;
}

.pmeta a, .pmeta a:visited {color: #999; text-decoration: none;}
.pmeta a:hover {color: #555; text-decoration: underline;}

.entry {
	border-bottom: 1px solid #ccc;
	clear: right;
	margin-top: 10px;
	padding: 0 0 10px;
}

blockquote {
	background: url("i/quote.png") no-repeat;
	color: #8a8a8a;
	font-size: 16px;
	margin: 0 30px 30px;
	padding: 10px 0 0 30px;
}

.post ul li {list-style: disc; margin-left: 15px; padding: 0 0 5px;}
.post ol li {margin-left: 15px; padding: 0 0 5px;}
.post ol {margin: 0 0 20px 35px;}
.post ul {margin: 0 0 20px 30px;}

a.more-link {
	color: #3a3a3a;
	font-weight: bold;
}

img {border: 0;}

.alignTwo {
	clear: both;
	float: left;
	margin-bottom: 20px;
	width: 638px;
}

.alignILeft {
	clear: left;
	float: left;
	width: 310px;
}

.alignIRight {
	clear: right;
	float: right;
	width: 310px;
}

.alignleft {
	clear: left;
	float: left;
	margin: 10px 15px 10px 0;
}

.alignright {
	clear: right;
	float: right;
	margin: 15px 0 10px 15px;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}

img.aligncenter {margin: 0 auto}

.thumbnail {
	background: url("i/bThumb.png") no-repeat;
	float: left;
	height: 133px;
	margin: 6px 12px 12px 0;
	padding: 1px;
	width: 122px;
}


/*
=======================
COMMENTS
=======================
*/

.comments_entry {
	clear: both;
	margin: 26px 0 56px;
	padding: 0 0 0 96px;
	width: 640px;
}

.commentlist li {
	border-bottom: 1px dotted #cecece;
	list-style: none;
	min-height: 56px;
	padding: 14px 0 24px;
}

.commentdiv {
	min-height: 56px;
	padding: 22px 0 2px;
}

.avatarBox {
	background: url("i/bAvatar.png") no-repeat center center;
	border: 1px solid #8a8a8a;
	clear: left;
	float: left;
	height: 48px;
	width: 48px;
}

.commentmetadata {
	color: #8a8a8a;
	font-size: 12px;
	margin: 0 0 8px 62px;
	padding: 2px 0 0;
}

.fn {
	font-size: 16px;
	font-style: normal;
}

.ctext {
	clear: right;
	font-size: 12px;
	margin: 0 0 5px 62px;
}

.ctext p {
	line-height: 18px;
	margin: 0
}

li.bypostauthor { }

#respond {clear: both; margin: 35px 0 18px;}

.commentlist li #respond {
	background: url("i/reply.png") no-repeat 36px 0;
	padding: 0 0 0 60px;
}

.children li {
	background: url("i/reply.png") no-repeat 36px 28px;
	border: none;
	padding: 14px 0 0 36px;
}

.children .commentdiv {
	padding: 0 0 0 24px;
}

.commentlist li #cancel-comment-reply {
	background: #f2f2f2;
	float: left;
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 8px 8px 7px;
	text-align: center;
	text-transform: uppercase;
}

.smallNote {color: #8a8a8a; font-size: 12px;}

input {font: 12px Helvetica, Arial, Sans-Serif; vertical-align: middle}

#author, #email, #url {
	background: #f2f2f2;
	border: none;
	clear: both;
	color: #888;
	margin: 0 2px 8px 0;
	padding: 6px 10px;
	width: 144px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#comment {
	border: 1px solid #ccc;
	clear: both;
	display: block;
	height: 100px;
	margin: 0 0 6px;
	padding: 8px;
	width: 97%;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#commentform {margin-top:10px;}

#submit {
	background: #424C57;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 12px;
	height: 28px;
	margin-top: 10px;
	overflow: hidden;
	text-transform: uppercase;
	width: 69px;
}

#submit:hover {background: #1c5f8e;}

.pagination {
	font-weight: bold;
	overflow: hidden;
	padding: 34px 0 0 96px;
	width: 640px;
}

.pag_next {
	background: url("i/setas.png") no-repeat 0 3px;
	float: left;
	margin-right: 20px;
	padding: 0 0 0 9px;
}

.pag_prev {
	background: url("i/setas.png") no-repeat right -40px;
	float: left;
	padding: 0 11px 0 0;
}

.navigation {
	margin-top: -26px;
	overflow: hidden;
	padding: 0 0 0 96px;
	width: 640px;
}

.share {
	float: left;
}

.share ul li {
	list-style: square inside;
	margin: 8px 0;
}

/*
=======================
PAGES
=======================
*/

#content .pagetitle {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 32px 0 20px 96px;
	text-transform: uppercase;
}

.pageContent {
	padding: 0 0 0 96px;
}

.ppagination {
	font-weight: bold;
	margin-top: 30px;
	overflow: hidden;
	padding: 0 0 0 96px;
}

