/*
Theme Name: contrabarra
Theme URI: http://www.wp.contrabarra.com.br/
Description: The 2012 default theme for MacacosmeMordam
Author: nayghtmare
Author URI: http://www.contrabarra.com.br/
Version: 1.0
License: CC0 1.0 Universal
License URI: http://creativecommons.org/publicdomain/zero/1.0/legalcode
Tags: right-sidebar, fixed-width, custom-menu, editor-style, custom-background, featured-images, brown, blue, white
*/

a:visited {color: #aab8ec;}
a:link,
a:hover,
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #754e24;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Tahoma;
	font-weight: normal;
	align: right;
}
pre,
blockquote {
	padding: 15px;
	background-color: rgba(51,51,51,.05);
}
blockquote {
	font-style: italic;
}
body {
	font-family: Tahoma;
	font-size: 7 px;
	color: #754e24;
	line-height: 24px;
	background-color: #ffffff;
	background-image:url('file:///C|/Users/nay/AppData/Local/Temp/Temp1_contrabarra.zip/cb/images/bg.gif');
	margin: 0px;
	padding: 0px;
}
table {
	border: 1px solid #603029;
	vertical-align: top;
	font-family: Alegreya, Garamond, "Times New Roman", serif;
	font-size: 16px;
	border-spacing: 0px; 
}
th {
	font-weight: normal;
	font-family: Unna, Garamond, "Times New Roman", serif;
	color: #fff;
	background-color: #e06e5f;
	font-size: 18px;
}
td {
	border-top: 1px solid #603029;
	padding: 5px 15px 5px 15px;
	margin: 0px;
}

/* =Posts and Pages 
--------------------------------------------------------------*/
a.more-link {
	float: right;
}
.archives-title {
	font-family: Tahoma;
	font-size: 24px;
	color: #aab8ec;
}
.attachment-post-thumbnail { 
	margin: 0px 0px 10px 0px; 
	padding: 5px;
	border: 1px solid #999;
	width: 630px;
	height: 190px;
}
.content {
	float: left;
	clear: left;
	position: relative;
	width: 640px;
	margin: 20px 0px 20px 0px;
	padding: 0px 15px 0px 15px;
}
.edit-post-link {
	color: #fff;
	position: absolute;
	width: 50px;
	height: 20px;
	background-color: #aab8ec;
	padding: 5px;
	font-size: 18px;
	margin-left: -75px;
	margin-top: 60px;
	text-align: center;
	/* box-shadow: -8px 3px 5px 3px #603029; */
	line-height: 21px;
	font-family: Unna, Garamond, "Times New Roman", serif;
	/* background-image:url('images/bg.gif'); */
}
.edit-post-link a {
	width: 100%;
	height: 100%;
	display: block;
}
.edit-post-link a:link,
.edit-post-link a:visited {
	color: #fff;
	font-weight: normal;
}
.entry {
	overflow: hidden;
	width: 100%; 
	clear: both;
	padding-left: 50px;
	width: 600px;
	
}
hr,
hr.divider {
	height: 2px;
	border-bottom: 1px dashed #e6e1bf;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 90%;
}
.navigation {
	clear: both;
	width: 97%;
	display: inline-block;
	padding: 0px 15px 15px 15px;
}
.navigation .alignleft,
.navigation .alignright {
	width: 50%;
}
.navigation .alignright {
	text-align: right;
}
.page-template-page-nosidebar-php .content {
	width: auto;
}
.page_title {
	font-family: 'Tahoma';
	font-size: 36px;
	color: #a8d3dd;
	padding-left: 50px;
	margin: 0px 0px -5px 0px;
	line-height: normal;
	position: relative;
	font-weight: normal;
}
.page_title a:link,
.page_title a:visited,
.page_title a:hover,
.page_title a:active {
	color: #6c441a;
	margin: 0px 0px -5px 0px;
	font-weight: normal;
}
.page .edit-post-link {
	margin-top: 0px;
}
.page .page_title {
	margin-bottom: 5px;
}
.post {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.postmetadata {
	font-size: 14px;
	color: #aab8ec;
}
.post-date {
	position: absolute;
	width: 50px;
	height: 40px;
	background-color: #6e4a24; 
	padding: 5px;
	font-size: 18px;
	color: #fff;
	margin-left: -75px;
	text-align: center;
	/* box-shadow: -5px 3px 5px 3px #b48d63; */
	line-height: 21px;
	font-family: Unna, Garamond, "Times New Roman", serif;
}
.post-date a {
	width: 100%;
	height: 100%;
	display: block;
}
.post-date a:link,
.post-date a:visited {
	color: #fff;
	font-weight: normal;
}
.post-thumbnail {
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
}
.post-year {
	clear: both;
	width: 100%;
	display: block;
}
.sticky {
	
}
.wrapper {
	width: 900px;
	position: relative;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: rgba(255, 255, 255, .8);
	border: 1px solid white;
	/* background-color: #fcfbf4; */
}
small {
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 50px;
	margin-bottom: 5px;
	color: #666;
}
/* End Posts and Pages */


/* =Alignment 
--------------------------------------------------------------*/
.aligncenter {
	margin: 0px auto 0px auto;
	display:block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
	width: 100%;
}
/* End Alignment */


/* =Header 
--------------------------------------------------------------*/
.header {
	width: 100%;
	margin-top: 40px;
	padding: 0px;
}
.stripes {
	width: 100%;
	background-image:url('file:///C|/Users/nay/AppData/Local/Temp/Temp1_contrabarra.zip/cb/images/stripes2.gif');
	height: 164px;


}

.tagline {
	font-size: 24px;
	font-family: Unna, Garamond, "Times New Roman", serif;
	color: #6d4238;
	text-align: center;
	margin-bottom: 20px;
	z-index: 10;
	position: relative;
}
.title {
	font-family: Rochester, cursive;
	font-size: 65px;
	position: relative;
	width: 100%;
	line-height: normal;
	text-align: center;
	margin: 5px 0px -8px 0px;
	z-index: 5;
}
.title a:link,
.title a:visited,
.title a:hover,
.title a:active {
	color: #714c24;
	font-weight: normal;
}
/* End Header */


/* =Drop-down Menu
--------------------------------------------------------------*/
.header .menu ul,
.header .menu ul li,
.header .menu ul ul,
.header ul.menu,
.header ul.menu li,
.header ul.menu ul {
 	list-style: none;
 	margin: 0px;
 	padding: 0px;
}
.header .menu {
	background-color: #6c441a;
	display: inline-block;
	width: 100%;
	font-family: Tahoma;
	font-size: 18px;
}
.header .menu ul,
.header ul.menu {
 	position: relative;
 	z-index: 597;
 	background-color: #603029;

}
.header .menu ul li,
.header ul.menu li {
	float: left;
 	line-height: 1.3em;
 	vertical-align: middle;
 	zoom: 1;
 	padding: 7px 15px 7px 15px;
 	border-top: 1px solid #6d4238;
 	border-left: 1px solid #6d4238;
 	border-bottom: 1px solid #4c211b;
 	border-right: 1px solid #4c211b;
}
.header .menu ul ul.children li,
.header ul.menu ul.sub-menu li {
 	float: left;
 	line-height: 1.3em;
 	vertical-align: middle;
 	zoom: 1;
 	width: 170px;
 	text-align: left;
 	border-top: 1px solid #6d4238;
 	border-left: 1px solid #6d4238;
 	border-bottom: 1px solid #4c211b;
 	border-right: 1px solid #4c211b;
 	margin: 0px 0px 0px -1px;
 	padding: 7px 7px 7px 15px;
 	font-weight: normal;
 	background-color: #6c441a;
 	box-shadow: -1px 1px 7px 0px #603029;
}
.header .menu ul li a:link,
.header .menu ul li a:visited,
.header .header .menu ul ul.sub-menu li a:link,
.header .menu ul ul.sub-menu li a:visited,
.header ul.menu li a:link,
.header ul.menu li a:visited,
.header ul.menu ul.sub-menu li a:link,
.header ul.menu ul.sub-menu li a:visited {
	color: #fff;
	font-weight: normal;
}
.header .menu ul li a:hover,
.header .menu ul li a:active,
.header .menu ul ul.sub-menu li a:hover,
.header .menu ul ul.sub-menu li a:active,
.header ul.menu li a:hover,
.header ul.menu li a:active,
.header ul.menu ul.sub-menu li a:hover,
.header ul.menu ul.sub-menu li a:active {
	color: #fff;
	font-weight: normal;
}
.header .menu ul li.hover,
.header .menu ul li:hover,
.header ul.menu li.hover,
.header ul.menu li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	background-color: #aab8ec;
	border-top: 1px solid #e97f70;
 	border-left: 1px solid #e97f70;
 	border-bottom: 1px solid #ce5b4c;
 	border-right: 1px solid #ce5b4c;
}
.header .menu ul ul,
.header ul.menu ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	margin: 0px;
}
.header .menu ul ul li,
.header ul.menu ul li {
	float: none;
}
.header .menu ul ul ul,
.header ul.menu ul ul {
	top: -1px;
	left: 100%;
}
.header .menu ul li:hover > ul,
.header ul.menu li:hover > ul {
	visibility: visible;
}
.header .menu ul li.current-menu-item,
.header ul.menu li.current-menu-item,
.header .menu ul li.current_page_item,
.header ul.menu li.current_page_item {
	background-color: #e06e5f;
	border-top: 1px solid #aab8ec;
 	border-left: 1px solid #aab8ec;
 	border-bottom: 1px solid #aab8ec;
 	border-right: 1px solid #aab8ec;
}
/* End Drop-down Menu */



/* =Sidebar 
--------------------------------------------------------------*/
li.widget ul li {
	list-style: square;

}
li.widget ul li a:link,
li.widget ul li a:visited,
li.widget ul li a:hover,
li.widget ul li a:active {
	font-weight: normal;
}
.sidebar .widget {
	margin-bottom: 20px;
	display: block;
}
.sidebar h2.widgettitle,
.sidebar h2.widgettitle a:link,
.sidebar h2.widgettitle a:visited {
	font-family: 'Tahoma';
	background-color: #6e4a24;
	padding: 5px 8px 5px 8px;
	margin: 8px 0px 8px 0px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	font-size: 21px;
	/* background-image:url('images/gbg.gif'); */
	border-radius: 2px;
	
	
}
ul.sidebar {
	float: right;
	width: 200px;
	margin: 0px;
	list-style: none;
	display: block;
	padding: 15px 15px 0px 0px;
	font-size: 12px;
	line-height: 18px;
}
/* End Sidebar */


/* =Footer 
--------------------------------------------------------------*/
.colophon {
	font-size: 13px;
	color: #6c441a;
	width: 900px;
	text-align: center;
	clear: both;
	position: relative;
	padding: 5px;
	margin: 0px auto 30px auto;
	font-family: Garamond, "Times New Roman", serif;
}
.colophon a:link,
.colophon a:visited,
.colophon a:hover,
.colophon a:active {
	color: #6c441a;
}
.footer {
	position: relative;
	width: 100%;
	background-color: #6c441a;
	clear: both;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active {
	color: #b7de83;
}
.footer h2.widgettitle,
.footer h2.widgettitle a:link,
.footer h2.widgettitle a:visited {
	font-family: Unna, Garamond, "Times New Roman", serif;
	line-height: normal;
	font-weight: normal;
	color: #fff;
	font-size: 21px;
 	border-bottom: 1px solid #4c211b;
 	padding: 15px 0px 5px 0px;
 	margin: 0px 0px 5px 0px;
}
.footer .widget {
	margin: 0px 0px 15px 0px;
	width: 100%;
	display: block;
}
ul.footer-sidebar {
	margin: 0px 15px 0px 15px;
	padding: 0px;
	list-style: none;
	display: inline-block;
	width: 30%;
	float: left;
}
/* End Footer */

/* =Calendar 
--------------------------------------------------------------*/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-family: Unna, Garamond, "Times New Roman", serif;
	font-size: 18px;
	color: #603029;
	margin-bottom: 5px;
}
#wp-calendar td {
	border: 0px none;
	text-align: center;
	padding: 2px;
	font-size: 14px;
}
#wp-calendar th {
	text-align: center;
	padding: 2px;
	background-color: #603029;
	color: #fff;
}
#prev {
	text-align: left;
}
#next {
	text-align: right;
}
/* End Calendar */


/* =Images 
--------------------------------------------------------------*/
.entry img {
	max-width: 660px;
}
img.aligncenter {
	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;
}	
a img {
	border: none 0px;
}
/* End Images */


/* =Captions 
--------------------------------------------------------------*/
dd.wp-caption-text {
	font-size: 11px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
	max-width: 640px;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 620px;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #333;
}
/* End Captions */


/* =Gallery 
--------------------------------------------------------------*/
#gallery {
	margin: auto;
	clear: both;
	position: relative;
}			
#gallery img {
	border: 2px solid #e06e5f;
}
#gallery .gallery-caption {
	margin-left: 0;
}
.attachment-thumbnail {
	border: solid 3px #e06e5f;
}
/* End Gallery */


/* =Comments 
--------------------------------------------------------------*/
.alt,
tr.alternate {
	background-color: rgba(51,51,51,.05);
}
.avatar {
	float: right;
	margin: 0px 0px 10px 10px;
	border-radius: 5px;
}
.bypostauthor {
	background-color: #efecd9;
}
cite.fn a {
	font-style: normal;
}
#commentform label {
	display: block;
	width: 85px;
	float: left;
}
#commentform .required {
	display: inline-block;
	margin-left: -5px;
	color: #c4513f;
	font-weight: bold;
}
.commentmetadata,
.commentmetadata a:link,
.commentmetadata a:visited,
.commentmetadata a:hover,
.commentmetadata a:active {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
	font-weight: normal;
}
h3#comments {
	font-family: Unna, Garamond, "Times New Roman", serif;
	color: #e06e5f;
	font-weight: normal;
	font-size: 24px;
}
ol.commentlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist ul.children {
	list-style: none;
}
li.comment,
li.trackback,
li.pingback {
	padding: 10px;
}
.says {
	font-style: italic;
}



/* Social Buttons
-------------------------------------------------------------- */
.socialbuttons {
	float: left;
	margin-left:-700px;
	padding-top: 35px;
	width: 100px;
}

.socialbuttons li {
	float: right;
	padding-bottom: 15px;
}

.socialbuttons li a {
	background: url('file:///C|/Users/nay/AppData/Local/Temp/Temp1_contrabarra.zip/cb/images/socialbuttons.png');
	display: none;
	text-indent: -9999px;
	width: 60px;
	height: 27px;
}

.socialbuttons li a[title="RSS"]  {
	display: block;
	background-position: 0 0;
}
.socialbuttons li a[title="RSS"]:hover {
	background-position: -60px 0;
}

.socialbuttons li a[title="Twitter"] {
	display: block;
	background-position: 0 -27px;
}
.socialbuttons li a[title="Twitter"]:hover {
	background-position: -60px -27px;
}

.socialbuttons li a[title="Facebook"] {
	display: block;
	background-position: 0 -54px;
}
.socialbuttons li a[title="Facebook"]:hover {
	background-position: -60px -54px;
}

.socialbuttons li a[title="Xing"] {
	display: block;
	background-position: 0 -81px;
}
.socialbuttons li a[title="Xing"]:hover {
	background-position: -60px -81px;
}

.socialbuttons li a[title="Flickr"] {
	display: block;
	background-position: 0 -108px;
}
.socialbuttons li a[title="Flickr"]:hover {
	background-position: -60px -108px;
}

.socialbuttons li a[title="Google"] {
	display: block;
	background-position: 0 -135px;
}
.socialbuttons li a[title="Google"]:hover {
	background-position: -60px -135px;
}

.socialbuttons li a[title="YouTube"] {
	display: block;
	background-position: 0 -162px;
}
.socialbuttons li a[title="YouTube"]:hover {
	background-position: -60px -162px;
}

.socialbuttons li a[title="LinkedIn"] {
	display: block;
	background-position: 0 -189px;
}
.socialbuttons li a[title="LinkedIn"]:hover {
	background-position: -60px -189px;
}

.socialbuttons li a[title="500px"] {
	display: block;
	background-position: 0 -216px;
}
.socialbuttons li a[title="500px"]:hover {
	background-position: -60px -216px;
}

/* Footer
-------------------------------------------------------------- */
#finished,
.clear { clear:both; }

#footer {
	background: url('file:///C|/Users/nay/AppData/Local/Temp/Temp1_contrabarra.zip/cb/images/footer.png') bottom no-repeat;
	color: #666;
	font-size: 9px;
	font-stretch:expanded;
	margin: 0 auto;
	padding-left: 100px;
	padding-right: 260px;
	text-align: center;
	text-transform: uppercase;
	width: 600px;
	height: 84px;
}

#footer p.abstand {
	height: 50px;
}


/* End Comments */