/*

Theme Name: Sarbe Papers and Invitations
Description: The official Sarbe Papers and Invitations theme.
Author: Sarbe Papers and Invitations
Version: 1.0

*/

@font-face {
	font-family: 'TeXGyreAdventor';
	src: url('fonts/texgyreadventor-regular-webfont.eot');
	src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/texgyreadventor-regular-webfont.woff') format('woff'), url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'), url('fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'TeXGyreAdventor';
	src: url('fonts/texgyreadventor-bold-webfont.eot');
	src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/texgyreadventor-bold-webfont.woff') format('woff'), url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'), url('fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
	font-style: normal;
	font-weight: bold;
}

/*
@font-face {
	font-family: 'TeXGyreAdventor';
	src: url('fonts/texgyreadventor-italic-webfont.eot');
	src: url('fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/texgyreadventor-italic-webfont.woff') format('woff'), url('fonts/texgyreadventor-italic-webfont.ttf') format('truetype'), url('fonts/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: 'TeXGyreAdventor';
	src: url('fonts/texgyreadventor-bolditalic-webfont.eot');
	src: url('fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'), url('fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'), url('fonts/texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBoldItalic') format('svg');
	font-style: italic;
	font-weight: bold;
}
*/

html, body, div, object, h1, h2, h3, h4, h5, h6, p, hr, img, dl, dt, dd, ol, ul, li, fieldset, form, input, select, textarea, table, tbody, tfoot, thead, tr, th, td {
	height: auto;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: baseline;
}

body {
	background: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, 'Liberation Sans', sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	color: #424242;
	font-family: 'TeXGyreAdventor', Arial, Helvetica, 'Liberation Sans', sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 0px;
	text-transform: lowercase;
}

h1 {
	font-size: 25px;
	margin-top: 0px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4, h5, h6 {
	font-size: 12px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active, h1 a.active, h2 a.active, h3 a.active, h4 a.active, h5 a.active, h6 a.active {
	color: #424242;
	text-decoration: none !important;
}

p {
	line-height: 1.55;
	margin: 10px 0px;
}

a, a:link, a:visited {
	color: #400D59;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #70388C;
	text-decoration: underline;
	outline: none;
}

img, a img {
	border: none;
}

hr {
	border-color: #D8D8D8;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	clear: both;
	height: 1px;
	margin: 15px 0px;
}

ul, ol {
	margin: 10px 0px 10px 25px;
}

li {
	line-height: 1.5;
	margin: 5px 0px;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}

small {
	color: #999999;
	font-size: 75%;
}

input, select, textarea, button {
	color: #333333;
	font-family: Arial, Helvetica, 'Liberation Sans', sans-serif;
	font-size: 13px;
	margin: 0px;
}

input[type="text"], input[type="password"], input[type="file"], input[type="email"], select, textarea {
	background: #FFFFFF;
	border: 1px solid #424242;
	max-width: 280px;
	padding: 5px;
	border-radius: 3px;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
	background: #424242;
	border: 1px solid #424242;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
	border-radius: 3px;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button {
	background: #666666;
}

input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="button"]:disabled, button:disabled {
	background: #888888;
	border: 1px solid #666666;
	color: #FFFFFF;
	border-radius: 3px;
}

table {
	border-collapse: collapse;
	margin: 10px 0px;
}

thead th {
	text-align: left;
	padding: 5px 6px !important;
}

th {
	font-weight: bold;
	padding: 5px 6px 5px 0px;
	vertical-align: top;
}

td {
	padding: 5px 6px;
	text-align: left;
	vertical-align: top;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0;
	overflow: hidden;
}

.required {
	color: #CC0000;
	font-weight: bold;
}

.alignleft {
	float: left;
	margin: 5px 18px 10px 0px;
}

.aligncenter {
	display: block;
	margin: 10px auto;
	text-align: center;
}

.alignright {
	float: right;
	margin: 5px 0px 10px 18px;
}

.wp-caption {
	width: auto !important;
}

.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 0px;
	text-align: center;
}

.textcenter {
	text-align: center;
}

.navigation {
	float: right;
	font-family: 'TeXGyreAdventor', Arial, Helvetica, 'Liberation Sans', sans-serif;
	font-size: 12px;
}

 .navigation ul {
	float: right;
	margin: 0px;
}

.navigation li {
	float: left;
	line-height: 1;
	list-style: none;
	margin: 0px;
}

.navigation a {
	display: block;
	float: left;
	padding: 10px;
}

.navigation a, .navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .current-menu-item a {
	font-weight: bold;
	padding: 9px 10px 11px 10px;
}

.post {
	border-top: 1px dotted #D8D8D8;
	padding: 25px 10px 10px 10px;
}

.loop {
	padding-bottom: 25px;
}

.post:first-child {
	border-top: none;
	padding-top: 0px;
}

.post .thumbnail {
	background: #FFFFFF url('images/thumbnail.png') no-repeat center center;
	display: block;
	line-height: 0;
	margin: 15px 0px;
	text-align: center;
}

.loop .thumbnail {
	float: left;
	height: 180px;
	width: 180px;
	margin: 0px;
}

.avatar {
	float: left;
	height: 120px;
	width: 120px;
	margin: 0px 15px 15px 0px;
}

.post .thumbnail img, .loop .thumbnail img, .avatar img {
	border: none !important;
}

.loop .content {
	float: right;
	width: 410px;
}

.post .meta {
	color: #999999;
	font-size: 11px;
	line-height: 1;
}

.post .meta a, .post .meta a:link, .post .meta a:visited, .post .meta a:hover, .post .meta a:active {
	color: #999999;
}

.post .excerpt {
	font-size: 12px;
}

.post .excerpt p {
	line-height: 1.5;
}

.post .more {
	color: #999999;
	font-size: 11px;
	line-height: 1;
}

#page {
	margin: 0px auto;
	width: 960px;
}

#header .logo {
	background: #400D59 url('images/logo.png') no-repeat top left;
	display: block;
	float: left;
	height: 145px;
	text-indent: -9999px;
	width: 185px;
}

#header .navigation {
	background: url('images/doodle.png') no-repeat 0px 90px;
	height: 45px;
	padding-top: 125px;
	text-transform: uppercase;
	width: 755px;
}

#header .navigation ul {
	padding-right: 10px;
}

#feature {
	height: 370px;
	margin-bottom: 25px;
	width: 960px;
}

#feature .primary {
	float: left;
	height: 370px;
	overflow: hidden;
	position: relative;
	width: 660px;
}

#feature .primary a {
	bottom: 0px;
	display: block;
	height: 370px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 660px;
}

#feature .primary img {
	display: block;
	height: 370px;
	width: 660px;
}

#feature .primary span {
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	bottom: 35px;
	color: #414042;
	display: block;
	font-family: 'TeXGyreAdventor', Arial, Helvetica, 'Liberation Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	left: 0px;
	padding: 9px 15px 11px 15px;
	position: absolute;
	text-transform: lowercase;
	opacity: 0.85;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

#feature .secondary {
	float: right;
	height: 370px;
	overflow: hidden;
	position: relative;
	width: 295px;
}

#feature .secondary a {
	bottom: 0px;
	display: block;
	height: 125px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 295px;
}

#feature .secondary img {
	display: block;
	height: 120px;
	width: 295px;
}

#feature .secondary span {
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 120px;
	text-indent: -9999px;
	width: 295px;
}

#main {
	float: left;
	padding-left: 10px;
	width: 630px;
}

#main .navigation {
	float: none;
	margin-bottom: 25px;
}

#main .navigation .left {
	float: left;
}

#main .navigation .right {
	float: right;
}

#main .navigation a {
	float: none;
}

#actions {
	margin-bottom: 20px;
}

#actions a {
	border-left: 1px dotted #D8D8D8;
	display: block;
	float: left;
	font-family: 'TeXGyreAdventor', Arial, Helvetica, 'Liberation Sans', sans-serif;
	font-size: 12px;
	height: 160px;
	margin-top: 12px;
	padding: 0px 12px;
	position: relative;
	width: 185px;
}

#actions a, #actions a:link, #actions a:visited, #actions a:hover, #actions a:active {
	color: #424242;
}

#actions a:first-child {
	border-left: none;
}

#actions a span {
	bottom: 12px;
	display: block;
	left: 12px;
	line-height: 1.3;
	position: absolute;
	right: 12px;
	text-align: center;
}

#actions .one {
	background: url('images/library.png') no-repeat top center;
}

#actions .two {
	background: url('images/atelier.png') no-repeat top center;
}

#actions .three {
	background: url('images/design.png') no-repeat top center;
}

#front {
	padding-bottom: 10px;
}

#sidebar {
	float: right;
	width: 295px;
}

#facebook {
	height: 275px;
	width: 295px;
}

#latest .latest {
	padding: 5px 0px;
}

#latest .latest .thumbnail {
	background: #FFFFFF url('images/thumbnail-sidebar.png') no-repeat center center;
	border: 1px solid #D8D8D8;
	display: block;
	float: left;
	height: 50px;
	line-height: 0;
	width: 50px;
}

#latest .latest .content {
	float: right;
	width: 190px;
	
}

#latest .latest p {
	margin: 5px 0px;
}

#latest .latest .title {
	text-transform: lowercase;
}

#latest .latest .meta {
	color: #999999;
	font-size: 11px;
	line-height: 1;
}

#sidebar .widgets {
	margin: 0px;
}

#sidebar .widget {
	border-top: 1px dotted #D8D8D8;
	list-style: none;
	margin: 0px;
	padding: 15px 20px 25px 20px;
}

#sidebar .widget:first-child {
	border-top: none;
	padding-top: 0px;
}

#sidebar .social a {
	display: block;
	float: left;
	height: 43px;
	margin-left: 10px;
	text-indent: -9999px;
	width: 43px;
}

#sidebar .social a:first-child {
	margin-left: 0px;
}

#sidebar .social .facebook { background: url('images/facebook.png') no-repeat center center; }
#sidebar .social .instagram { background: url('images/instagram.png') no-repeat center center; }
#sidebar .social .pintrest { background: url('images/pintrest.png') no-repeat center center; }
#sidebar .social .youtube { background: url('images/youtube.png') no-repeat center center; }
#sidebar .social .rss { background: url('images/rss.png') no-repeat center center; }

#sidebar .widget_categories .cat-item {
	text-transform: lowercase;
}

#footer {
	border-top: 1px dotted #D8D8D8;
	font-size: 12px;
	padding: 5px 10px;
}

#footer .content {
	padding: 10px 0px 10px 10px;
}

#footer .details {
	float: left;
	font-family: 'TeXGyreAdventor', Arial, Helvetica, 'Liberation Sans', sans-serif;
}

#footer .details p {
	line-height: 1.3;
}

#footer h4 {
	color: #666666;
	text-transform: lowercase;
}

#footer .navigation {
	text-transform: lowercase;
}

#footer .copyright {
	clear: right;
	float: right;
	line-height: 1.2;
	padding-right: 10px;
	text-align: right;
}

/* Simple Map Plugin */

.simplemap {
	border: 1px solid #D8D8D8;
	float: right;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	border-radius: 3px;
}

/* Contact Form 7 Plugin */

div.wpcf7 {
	margin: 0px !important;
	padding: 0px !important;
}

div.wpcf7-response-output {
	margin: 10px 0px 5px !important;
	padding: 5px !important;
	font-size: 13px !important;
	font-weight: bold !important;
	border-radius: 2px !important;
}

div.wpcf7-mail-sent-ok {
	background: #F3FFEE !important;
	border: 1px solid #41CC00 !important;
	color: #2B8800 !important;
}

div.wpcf7-mail-sent-ng {
	background: #FFEEEE !important;
	border: 1px solid #CC0000 !important;
	color: #CC0000 !important;
}

div.wpcf7-spam-blocked {
	background: #FFEEEE !important;
	border: 1px solid #CC0000 !important;
	color: #CC0000 !important;
}

div.wpcf7-validation-errors {
	background: #FFEEEE !important;
	border: 1px solid #CC0000 !important;
	color: #CC0000 !important;
}

span.wpcf7-form-control-wrap {
	position: relative !important;
}

span.wpcf7-not-valid-tip {
	background: #FFEEEE !important;
	border: 1px solid #CC0000 !important;
	color: #CC0000 !important;
	font-size: 11px !important;
	left: auto !important;
	line-height: 1 !important;
	padding: 5px !important;
	position: absolute !important;
	right: 10px !important;
	top: 5px !important;
	width: auto !important;
	z-index: 9999 !important;
	border-radius: 2px !important;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #CC0000 !important;
	display: block !important;
	font-size: 11px !important;
	line-height: 1 !important;
	padding: 5px !important;
	border-radius: 2px !important;
}

span.wpcf7-list-item {
	margin-left: 10px !important;
}

.wpcf7-display-none {
	display: none !important;
}

div.wpcf7 img.ajax-loader {
	border: none !important;
	vertical-align: middle !important;
	margin-left: 10px !important;
}

div.wpcf7 .watermark {
	color: #888888 !important;
}

/* Mail Chimp Plugin */

#mc_signup .mc_merge_var {
	padding: 5px 0px !important;
}

#mc_signup .mc_var_label {
	font-weight: bold !important;
	display: block !important;
	margin-bottom: 5px !important;
}

#mc_signup .mc_required {
	color: #CC0000 !important;
	padding-left: 5px !important;
}

#mc_signup .mc_input {
	width: 200px !important;
}

#mc-indicates-required {
	display: none !important;
}

#mc_signup .mc_signup_submit {
	margin-top: 5px !important;
	text-align: left !important;
}

#mc_message .mc_error_msg {
	background: #FFEEEE !important;
	border: 1px solid #CC0000 !important;
	color: #CC0000 !important;
	display: block !important;
	font-size: 11px !important;
	margin: 10px 0px !important;
	padding: 5px !important;
	border-radius: 2px !important;
}

#mc_message .mc_success_msg {
	background: #F3FFEE !important;
	border: 1px solid #41CC00 !important;
	color: #2B8800 !important;
	display: block !important;
	font-size: 11px !important;
	font-weight: normal !important;
	margin: 10px 0px !important;
	padding: 5px !important;
	border-radius: 2px !important;
}