@charset "utf-8";
/* CSS Document */

/* =Reset default CSS Styles.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
	background:transparent;
	border:0;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none;
}
del {
	text-decoration:line-through;
}
hr {
	background:transparent;
	border:0;
	clear:both;
	color:transparent;
	height:1px;
	margin:0;
	padding:0;
}
mark {
	background-color:#ffffb3;
	font-style:italic
}
input, select {
	vertical-align:middle;
}
ins {
	background-color:red;
	color:white;
	text-decoration:none;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* =Global Elements
-------------------------------------------------------------- */
hr {
	background-color: #A18A93;
	border: 0 none;
	clear: both;
	height: 1px;
	margin-bottom: 22px;
	margin-top:0;
}
p {
	line-height: 25px;
	margin-bottom: 25px;
	font-size: 18px;
}
li {
	line-height: 20px;
	/*list-style:disc inside;*/
}
ul {
	margin: 0 0 25px 0;
}
ol {
	list-style: decimal outside none;
	margin: 0 0 25px 0;
}
ol li {
	background:none;
	margin-left: 34px;
	padding-left:0;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 10px;
	margin-top: 10px;
}
dl {
	margin: 0 0 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: none repeat scroll 0 0 #FFFFCC;
	text-decoration: none;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
#address ul li address.address:before, blockquote:before, #address ul li address.iphone:before, #address ul li a.mail:before, .place li:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size :18px;
	text-decoration: inherit;
	padding-right:8px;
	-webkit-font-smoothing: antialiased;
}
blockquote:before {
	content: "\f10d";
}
pre {
	background: none repeat scroll 0 0 #F7F7F7;
	color: #222222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}
input[type="text"], textarea, input[type="submit"], input[type="reset"] {
	border: medium none;
	color:#212121;
	font-size: 13px;
	/*text-transform:capitalize;*/
}
a:link, a {
	color: #4F4039;
	text-decoration: none;
}
a:active, a:hover {
	color: #4F4039;
	cursor: pointer;
}
/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: "← ";
}
.attachment .entry-content .nav-next a:after {
	content: " →";
}
/* =Images
-------------------------------------------------------------- */
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	height: auto;
	max-width: 100%;
	margin: 15px 0;
}
.alignleft-text, .alignright-text, .aligncenter-text {
	display:block;
}
.alignleft-text {
	text-align:left;
}
.aligncenter-text {
	text-align:center;
}
.alignright-text {
	text-align:right;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 17px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 20px;
}
.wp-caption {
	background:url(images/texture2.jpg) repeat scroll 0 0 transparent;
	line-height: 18px;
	margin-bottom: 25px;
	max-width: 632px;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #F7E1B4;
	font-size: 12px;
	padding: 5px;
}
.wp-smiley {
	margin: 0;
}
/* =Gallery Items
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #CFCFCF;
}
.gallery-columns-2 .attachment-medium {
	height: auto;
	max-width: 92%;
}
.gallery-columns-4 .attachment-thumbnail {
	height: auto;
	max-width: 84%;
}
.gallery .gallery-caption {
	color: #888888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #F1F1F1;
}
.gallery br + br {
	display: none;
}
#content .attachment img {
	display: block;
	margin: 0 auto;
}
/* =Commen styles
-------------------------------------------------------------- */
body {
	color:#535353;
	font-size:13px;
	line-height:25px;
}
.wrapper, header, .page-title, .site-content, .contato, .clients, .contact-details, .main-menu-container, #wedding, .contact-details aside, #photo nav ul, #cervejas article, footer, .portfolio, #sobre .post-detail h3, .custom-radio-wrapper, .custom-select, #home, .content, #bridesmaid article, #cervejas article, #photo nav, .portfolio-container, blockquote {
	float:left;
	width:100%;
}
.container {
	margin:0 auto;
	width:940px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
a, #cervejas figure span, #cervejas figure span:hover, #bridesmaid figure span:hover, .portfolio-container article figure:hover, .border:hover, #sobre .post-thumb figure img:hover {
	color:#c46d92;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
a:active, a:hover {
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
.border, #sobre .post-thumb .theme-border-big {
	border-radius:50%;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	behavior:url(PIE.htc);
	position:relative;
}
ul.category-filter li a {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}
.border, #cervejas figure span, #cervejas figure span img, #bridesmaid figure span, #bridesmaid figure span img {
	behavior:url(PIE.htc);
}
/* =Font styles
-------------------------------------------------------------- */
nav.main-menu-container {
	font-family: 'Bitter', serif;
	font-weight:bold;
}
#wedding, .title-bg, h1, .social-media, #sobre .post-detail h3, .page-title h2 {
	font-family: 'Oswald', sans-serif;
}
body, input[type="text"], textarea, input[type="submit"], input[type="reset"] {
	font-family: 'Domine', serif;
	font-weight:bold;
}
.invite {
	font-family: 'Great Vibes', cursive;
}
/* =Main menu styles
-------------------------------------------------------------- */
#header {
	display: block;
	height: 92px;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}
#home {
	padding-top:114px;
}
#sobre, #direction, #registry, #contato, #photo, #cervejas, #bridesmaid {
	padding-top:92px;
}
.main-menu-container .main-menu {
	width:45%;
}
.mobile-menu {
	background-color:#7a7a7a;
	background-position:right center;
	background-repeat:no-repeat;
	border:2px solid #000;
	color:#fff;
	cursor:pointer;
	display:none;
	font-weight:bold;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:capitalize;
	width:40%;
}
.mobile-menu option {
	padding:2px 0px;
}
nav.main-menu-container {
	height:53px;
	margin-top:20px;
	text-transform:uppercase;
}
.main-menu-container ul {
	font-size:14px;
	margin-bottom:0;
}
.main-menu-container ul li {
	display:inline;
	line-height:53px;
}
.main-menu-container ul li a {
	color:#535353;
	padding:12px;
}
#Logo {
	float: left;
	left: 47%;
	position: absolute;
	top: 5px;
}
#Logo a {
	display:block;
	height:125px;
	text-indent:-9999px;
	width:96px;
}
/* =Wedding styles
-------------------------------------------------------------- */
#wedding {
	color:#535353;
	font-size:20px;
	font-weight:normal;
	margin-top:26px;
	margin-bottom:15px;
	line-height:normal;
	text-align:center;
}
#wedding h1 {
	font-size:50px;
	font-weight:normal;
	margin-bottom:11px;
}
#wedding h2 {
	font-size:30px;
}
#wedding h2, #wedding h6, #wedding h3, .portfolio .title-bg {
	font-weight:300;
}
#wedding h3 {
	font-size:25px;
}
#wedding h6 {
	font-size:20px;
	margin-bottom:20px;
	display:block;
}
.invite {
	display:inline-block;
	font-size:25px;
	margin-top:10px;
}
.hr-grey {
	height:29px;
	margin:15px 0;
}
.hr-white {
	/*background-image: url(images/hr-white.png);
	background-repeat:no-repeat;
	background-position:center bottom;*/
	height: 29px;
	margin: 15px 0;
	padding-bottom: 61px;
}
/* =Portfolio styles
-------------------------------------------------------------- */
.portfolio p {
	font-size:14px;
	line-height:25px;
	text-align:center;
}
.title-bg {
	background-position: center 45px, 0 54px;
	background-repeat: no-repeat, repeat-x;
	color:#535353;
	font-size:40px;
	font-weight:normal;
	line-height:40px;
	height: 40px;
	margin-bottom:23px;
	text-align:center;
	padding-bottom:27px;
	text-transform:uppercase;
}
.portfolio .title-bg {
	margin-top:40px;
}
.portfolio .one-half figure {
	display: block;
	height: 370px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 370px;
}
.portfolio .one-half figure img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.portfolio .one-half figure img:hover {
	border-radius:50%;
	height:450px;
	width:450px;
	margin-left:-20px;
	margin-top:-5px;
}
.portfolio a img {
	display:block;
	margin:0;
	height:370px;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	transition: all 1.5s ease;
	width:370px;
}
.page-bottom-bg {
	clear: both;
	display: block;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:40px;
	width: 317px;
}
#home .page-bottom-bg {
	margin-bottom:0;
}
.page-title {
	background-color:#160f10;
}
.page-title .parallax {
	float:left;
	height: 300px;
	width: 100%;
}
.page-title h2 {
	color: #FFFEFE;
	font-weight:normal;
	font-size:50px;
	padding-top: 106px;
	text-align: center;
	text-shadow: 1px 1px 0 #040404;
	text-transform: uppercase;
}
.site-content {
	padding-top:70px;
}
.SectionHead {
	font-size:16px;
}
/* =contato styles
-------------------------------------------------------------- */
.contato {
	margin-top:30px;
}
.custom-radio-wrapper {
	margin-bottom:25px;
}
.custom-radio-wrapper label, .custom-radio-wrapper input {
	float:left;
	font-size:16px;
}
.contato .custom-radio {
	float:left;
	margin-left:7px;
	margin-right:18px;
	position:relative;
}
.contato .custom-radio label {
	cursor: pointer;
	display: block;
	font-size: 1.3em;
	line-height: 1;
	height:18px;
	margin: 0 0 0.3em;
	padding: 0px 0px 0px 28px;
	position: relative;
	z-index: 1;
}
.contato .custom-radio label.checked {
	background-position: left top;
}
.contato .custom-radio input[type="radio"] {
	left: 2px;
	margin: 0;
	position: absolute;
	top: 3px;
	z-index: 0;
}
.contato p span {
	display:inline-block;
	padding:5px;
}
.contato p label {
	display:inline-block;
	font-size:16px;
	margin-bottom:3px;
}
.contato p span input {
	float: left;
	padding: 10px;
	width: 95.6%;
}
.contato p span input[type="submit"] {
	padding:10px 20px;
}
.contato p {
	clear:left;
	float:left;
	margin-right:20px;
	width:48.8%;
}
.contato p span {
	width:98%;
}
.contato p.twocolumn span {
	float: left;
	margin-right: 20px;
	width: 45.5%;
}
.contato p.twocolumn span input {
	width:90.5%;
}
.contato p span textarea {
	width:95.5%;
	padding:10px;
	float:right;
	min-height:110px;
}
.contato p.float-right {
	clear:none;
	display:inline-block;
	float: none;
	margin-top: 27px;
	width: 49%;
}
.contato p.float-right span {
	width:97.7%;
}
.contato p span select {
	background-position:right center;
	background-repeat:no-repeat;
	border:none;
	cursor:pointer;
	height:38px;
	padding:10px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:capitalize;
	width:100%;
}
.contato p.submit-bg {
	float:left;
	text-align:right;
	width:100%;
}
.contato p.submit-bg span {
	width:auto;
}
.contato p.submit-bg span input {
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
}
/* =registry styles
-------------------------------------------------------------- */
.clients {
	font-size:16px;
	margin-top:40px;
	margin-bottom:20px;
	text-align:center;
}
.clients figure {
	margin-bottom:30px;
}
.clients .client-one, .clients .client-two, .clients .client-three {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.clients .client-one {
	height: 53px;
    width: 251px;
}
.clients .client-two {
	height:53px;
	width:254px;
}
.clients .client-three {
	height:53px;
	width:257px;
}
.clients h5 {
	font-weight:normal;
	margin-bottom:10px;
}
.clients a {
	font-weight:bold;
}
#direction iframe {
	margin-top:7px;
	padding:7px;
}
.contact-details h3 {
	font-size:14px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.contact-details aside {
	margin-bottom:20px;
}
#address ul li {
	float:left;
	list-style:none;
	font-size:13px;
	margin-bottom:15px;
	width:227px;
}
#address ul li address.address:before, #address ul li address.iphone:before, #address ul li a.mail:before {
	float:left;
	font-size:33px;
}
#address ul li address.address:before, #address ul li address.iphone:before {
	margin-top: 10px;
    padding-bottom: 11px;
}
#address ul li address.address:before {	
	content:"\f024";
}
#address ul li address.iphone:before {
	content:"\f095";
}
#address ul li a.mail:before{
	content:"\f0e0";
	padding-bottom: 11px;
}
.place li:before {
	font-size:10px;
	content:"\f111";
}
#address ul li address {
	float:left;
	font-style:normal;
	width:100%;
}
.icon-envelope-alt {
	font-size:30px;
	float:left;
	margin-right: 5px;
}
#address ul li a {
	float:left;
	line-height:30px;
}
.place li {
	float:left;
	list-style:none;
	margin-bottom:4px;
	width:100%;
}
.place .icon-circle {
	font-size: 10px;
	padding-right: 6px;
}
blockquote cite {
	float:left;
	font-style:italic;
	text-align:right;
	width:100%;
}
/* =photo styles
-------------------------------------------------------------- */
ul.category-filter {
	text-align:center;
}
ul.category-filter li {
	display:inline;
	list-style:none;
	height:62px;
	position:relative;
}
ul.category-filter li a {
	font-size:14px;
	padding:0px 13px;
}
ul.category-filter li a.active {
	background-repeat:no-repeat;
	background-position:center 21px;
	display: inline-block;
	/*height: 62px;*/
	padding:10px;
	background-color:#FFF;
}
.portfolio-container article {
	float:left;
	margin-right:13px;
	text-align:center;
}
.portfolio-container article figure {
	height:205px;
	padding:5px;
	width:290px;
}
.portfolio-container article h4 {
	font-size:14px;
	margin-top:20px;
	margin-bottom:3px;
}
.portfolio-container article h4 a {
	color:#535353;
}
.portfolio-container article p {
	font-size:13px;
}
/* =cervejas styles
-------------------------------------------------------------- */
#cervejas article, #bridesmaid article {
	margin-bottom:52px;
}
#cervejas article:last-child, #bridesmaid article:last-child {
	margin-bottom:0;
}
#cervejas .entry-thumb, #bridesmaid .entry-thumb {
	width:40.5%;
}
#cervejas .entry-detail, #bridesmaid .entry-detail {
	float:left;
	width:57%;
}
#cervejas figure, #bridesmaid figure {
	background-repeat:no-repeat;
	background-position:center center;
	display: block;
	z-index:-9999;
	width: 380px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#cervejas figure.float-right, #bridesmaid figure.float-right {
	margin-left: 23px;
}
#cervejas figure.float-left, #bridesmaid figure.float-left {
	float:left;
	margin-right: 23px;
}
#cervejas figure span:hover, #bridesmaid figure span:hover, .portfolio-container article figure:hover, .border:hover {
	box-shadow:0 0 5px -2px #040404;
}
#cervejas figure span, #cervejas figure span img, #bridesmaid figure span, #bridesmaid figure span img {
	border-radius:139px / 167px;
}
#cervejas article h4, #bridesmaid article h4 {
	font-size: 18px;
}
#cervejas article h4 span, #bridesmaid article h4 span {
	font-size:14px;
	font-weight:normal;
	margin-left:4px;
}
#bridesmaid figure .thumb, #bridesmaid figure .thumb img, #cervejas figure .thumb, #cervejas figure .thumb img {
    border-radius: 139px 139px 139px 139px / 167px 167px 167px 167px;
	behavior:url(PIE.htc);
	position:relative;
}
#bridesmaid figure .thumb, #cervejas figure .thumb {
	background-repeat: repeat;
    display: block;
    height: 235px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 180px;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	transition:all 300ms linear;
}
#bridesmaid figure .thumb .social, #cervejas figure .thumb .social {
	bottom: 4px;
    height: 44px;
    left: 21px;
    opacity: 0;
    position: absolute;
    width: 147px;
    z-index: 10;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	overflow:hidden;
}
#bridesmaid figure .thumb:hover .social, #cervejas figure .thumb:hover .social {
	opacity:1;
	filter:alpha(opacity=100);
	overflow:hidden;
}
#bridesmaid figure .thumb .social .icon-facebook, #cervejas figure .thumb .social .icon-facebook {
    left: -27px;
}
#bridesmaid figure .thumb:hover .social .icon-facebook, #cervejas figure .thumb:hover .social .icon-facebook{
	left:35px;
}
#bridesmaid figure .thumb .social .icon-twitter, #cervejas figure .thumb .social .icon-twitter{
	right:-27px;
}
#bridesmaid figure .thumb:hover .social .icon-twitter, #cervejas figure .thumb:hover .social .icon-twitter{
	right:35px;
}
.social .icon-facebook, .social .icon-twitter {
	border-radius:50%;
    display: inline-block;
	font-size:20px;
    height: 20px;
    margin: 0 4px;
	padding:5px;
    position: absolute;
    bottom: 9px;
    transition: all 200ms linear 0s;
    width: 20px;
	text-align:center;
	behavior:url(PIE.htc);
}
.social .icon-facebook:hover, .social .icon-twitter:hover {
	background-color:#fff;
}
/* =Footer styles
-------------------------------------------------------------- */
footer {
	padding-bottom:70px;
}
.social-media {
	display:inline-block;
	margin-bottom:45px;
	text-align:center;
}
.social-media a.fb, .social-media a.twit, .social-media a.you-tube {
	display: block;
	height: 30px;
	position: relative;
	top: 6px;
	width: 30px
}
.social-media li {
	display:inline-block;
	list-style:none;
	font-size:18px;
	margin:0px 5px;
}
.social-media a.fb {
	background-image:url(images/fb.png);
	background-repeat:no-repeat;
	background-position:top;
}
.social-media a.fb:hover {
	background-image:url(images/fb.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.social-media a.twit {
	background-image:url(images/twitter.png);
	background-repeat:no-repeat;
	background-position:top;
}
.social-media a.twit:hover {
	background-image:url(images/twitter.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.social-media a.you-tube {
	background-image:url(images/you-tube.png);
	background-repeat:no-repeat;
	background-position:top;
}
.social-media a.you-tube:hover {
	background-image:url(images/you-tube.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.social-media a:hover {
	color:#535353;
}
.copyright {
	display: inline-block;
	width: 100%;
}
/* =sobre styles
-------------------------------------------------------------- */
#sobre .left {
	border-right:5px solid #535353;
	min-height:206px;
	padding-right:20px;
	float:left;
}
#sobre .left, #sobre .right {
	width:48.57%;
}
#sobre .right {
	float:left;
	margin-left:20px;
}
#sobre .post-detail {
	float:left;
	margin-bottom:88px;
	padding:20px 20px 0px 20px;
	width:94.7%;
}
#sobre .post-detail h3 {
	font-size:18px;
	margin-bottom:0px;
	text-transform:uppercase;
}
#sobre .post-detail p {
	font-size:14px;
	margin-bottom:0px;
	line-height:20px;
	padding-bottom:20px;
}
#sobre .left .post-detail {
	margin-top:70px;
}
#sobre .left .post-detail h3, #sobre .left .post-detail p {
	text-align:right;
}
#sobre .right .post-detail h3, #sobre .right .post-detail p {
	text-align:left;
}
#sobre .post-thumb .theme-border-big {
	margin-bottom:88px;
}
#sobre .left .post-thumb .theme-border-big {
	margin-bottom:18px;
}
#sobre .left .post-thumb .theme-border-big, #sobre .left .post-thumb img {
	display:block;
	float:right;
}
#sobre .post-thumb {
	width:206px;
}
#sobre .right .post-thumb, #sobre .left .post-thumb {
	background:url(images/post-thum-dotted-lines.png) repeat-x center 110px;
}
#sobre .post-thumb figure, #sobre .post-thumb figure img {
	border-radius:50%;
	width: 196px;
	height: 196px;
	behavior:url(PIE.htc);
	position:relative;
}
#sobre .post-thumb .theme-border-big:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 999;
}
#sobre .right .post-thumb {
	float:left;
	padding-left:230px;
}
#sobre .left .post-thumb {
	float:right;
	padding-right:230px;
}
#sobre article {
	position:relative;
}
#sobre .right .post-thumb:before {
	border-color:transparent transparent transparent #535353;
	border-style: solid;
	border-width: 11px;
	content: "";
	left: -20px;
	position: absolute;
	top: 102px;
}
#sobre .left .post-thumb:after {
	border-color:transparent #535353 transparent transparent;
	border-style: solid;
	border-width: 11px;
	bottom: 101px;
	content: "";
	position: absolute;
	right: 0;
}
.banner {
	float:left;
	margin-bottom:70px;
    padding: 0;
    width: 100%;
	position: relative;
}
