/*---------------------------------------------------

		---------
			ABOUT
		---------
		
		Theme Name: Angelo
		Theme URI: http://meydjer.com/
		Description: A unique, classic and elegant premium WordPress theme initially inspired in the painting The Creation of Adam by Michelangelo. Designed and Coded by <a href="http://themeforest.net/user/meydjer" target="_blank">Meydjer Luzzoli</a>
		License: GNU General Public License version 3.0
		License URI: http://www.gnu.org/licenses/gpl-3.0.html
		Version: 1.1
		Author: Meydjer Luzzoli
		Author URI: http://meydjer.com/
		Tags: light, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, theme-options, translation-ready

		
				
		---------------------
			TABLE OF CONTENTS
		---------------------

		1. GENERAL
			1.1 HTML5 ✰ Boilerplate / CSS Reset
			1.2 Base Structure

		2. HEADER
			2.1 Structure
			2.2 General
			2.3 Main Menu

		3. MAIN
			3.1 Structure
			3.2 Columns and Forms
			3.3 Typography
			3.a Home (Blog)
			3.b Blog Post
			3.c Contact
			3.d About
			3.e Portfolio

		4. SIDEBAR & FOOTER (Widget Fields)
			4.1 Structure
			4.2 Typography
	
		5. WIDGETS
			5.1 Structure
			5.2 General
			5.3 Search Box
			5.4 Banners
			5.5 Widgets - Posts Combo (Popular, Recent, Comments & Tags)
			5.6 Twitter
			5.7 Newsletter
			5.8 Archive
	
		6. YOUR STYLES

		6. PRINT STYLES

---------------------------------------------------*/


/*
    // ========================================== \\
   ||                                              ||
   ||                 1. GENERAL                   ||
   ||                                              ||
    \\ ========================================== //
*/

/*-------------------------------------------------*/
/*	1.1 General - HTML5 ✰ Boilerplate / CSS Reset
/*-------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #858d63; text-decoration: none; }
a:hover { border-bottom: 0 none; }


/*-------------------------------------------------*/
/*	1.2 General - Base Structure
/*-------------------------------------------------*/

body {
	background: #e3e8ca url(images/bg-body-pattern.png) center top;
	color: #222; 
	font-family: "Maven Pro", Helvetica, Arial, Clean, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 150%;
}
.center-aligner {
	float: left;
	text-align: center;
	width: 100%;
}
.wrapper {
	margin: 0 auto;
	width: 960px;
}


/*
    // ========================================== \\
   ||                                              ||
   ||                 2. HEADER                    ||
   ||                                              ||
    \\ ========================================== //
*/

/*-------------------------------------------------*/
/*	2.1. Header - Structure
/*-------------------------------------------------*/

/*--- Header effects ---*/
.header-gradient, .header-pattern, .header-texture {
	float: left;
	height: 360px;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.header-gradient {
	/* css3 gradient */
	background: #e3e8ca;
		background: -webkit-gradient(linear, center bottom,	center top,	from(#e3e8ca), to(#acc2b5));
		background: -moz-linear-gradient(center top, #acc2b5 0%, #e3e8ca 100%);
		background: -o-linear-gradient(top, #acc2b5, #e3e8ca);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#acc2b5', EndColorStr='#e3e8ca');
}
.header-pattern {
	background: transparent url(images/bg-body-pattern.png) center top;
}
.header-texture {
/* 	background: transparent url(images/bg-header-texture.jpg) no-repeat center top; */
}
header {
	margin: 0 auto;
	padding: 73px 0 21px 0;
	text-align: center;
	width: 960px;
}

/*-------------------------------------------------*/
/*	2.2. Header - General
/*-------------------------------------------------*/
/*--- Logos ---*/
.header-logo {
	display: block;
	margin-bottom: 22px;
}
.text_logo {
	margin-bottom: 0;
}


/*-------------------------------------------------*/
/*	2.3. Header - Main Menu
/*-------------------------------------------------*/
/*--- Menu Divider ---*/
.header-menu-divider {
	border-top: 1px solid #898989;
	border-top-color: rgba(0,0,0,.36);
	border-bottom: 1px solid rgba(255,255,255,.35);
	clear: both;
	float: left;
	margin: 0 auto;
}
.ie8 .header-menu-divider {
	margin-bottom: 1px;
}
#header-menu {
	display: inline-block;
}

/*--- Dropdown menu (with Superfish) ---*/
.sf-menu {
	clear: both;
	float: left;
	font-size: 16px;
	list-style: none;
	margin: 0 18px;
	text-transform: uppercase;
}
.sf-menu > li {
	float: left;
	padding: 8px 0 9px 10px;
}
.sf-menu li {
	position: relative;
}
.sf-menu > li:first-child {
	padding-left: 0;
}
.sf-menu > li > a {
	color: #3b3306;
	float: left;
	padding: 6px 9px;
}
.sf-menu > li.current-menu-item > a,
.sf-menu > li.current-menu-ancestor > a,
.sf-menu > li.current-menu-parent > a,
.sf-menu > li.current_page_parent > a,
.sf-menu > li.current_page_ancestor > a,
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
	background: transparent url(images/bg-menu-pattern.png) center top;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow:inset 0 3px 9px rgba(0,0,0,.49), 0 1px 0 rgba(255,255,255,.2);
		-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.49), 0 1px 0 rgba(255,255,255,.2);
		-moz-box-shadow:inset 0 3px 9px rgba(0,0,0,.49), 0 1px 0 rgba(255,255,255,.2);
}
.ie9 .sf-menu > li.current-menu-item > a,
.ie9 .sf-menu > li.current-menu-ancestor > a,
.ie9 .sf-menu > li.current-menu-parent > a,
.ie9 .sf-menu > li.current_page_parent > a,
.ie9 .sf-menu > li.current_page_ancestor > a,
.ie9 .sf-menu > li > a:hover,
.ie9 .sf-menu > li.sfHover > a {
	background: rgba(0,0,0,.1) url(images/bg-menu-pattern.png) center top;
}
.ie8 .sf-menu > li.current-menu-item > a,
.ie8 .sf-menu > li.current-menu-ancestor > a,
.ie8 .sf-menu > li.current-menu-parent > a,
.ie8 .sf-menu > li.current_page_parent > a,
.ie8 .sf-menu > li.current_page_ancestor > a,
.ie8 .sf-menu > li > a:hover,
.ie8 .sf-menu > li.sfHover > a {
	background: #19000000 url(images/bg-menu-pattern.png) center top;
	border: 1px solid #81887a;
	padding: 5px 8px;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
	text-shadow: 1px 1px 4px rgba(0,0,0,.54);
}
.sf-menu > li.current-menu-item > a,
.sf-menu > li.current-menu-ancestor > a,
.sf-menu > li.current-menu-parent > a,
.sf-menu > li.current_page_parent > a,
.sf-menu > li.current_page_ancestor > a
 {
	color: #f3f9e8;
	text-shadow: 1px 1px 4px rgba(0,0,0,.54);
}
.sf-menu ul {
	background: url(images/bg-paper-pattern.gif);
	border: 4px solid #b6b6b6;
		border: 4px solid rgba(0,0,0,.18);
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow:
	  inset 0 0 32px rgba(0,0,0,.15),
	  0 0 1px #b6b6b6,
	  0 1px 4px rgba(0,0,0,.43);
	  -webkit-box-shadow:
	  	inset 0 0 32px rgba(0,0,0,.15),
	  	0 0 1px #b6b6b6,
	  	0 1px 4px rgba(0,0,0,.43);
	  -moz-box-shadow:
	  	inset 0 0 32px rgba(0,0,0,.15),
	  	0 0 1px #b6b6b6,
	  	0 1px 4px rgba(0,0,0,.43);
	font-size: 12px;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 4px;
	position: absolute;
	left: 10px;
	top: 43px;
	z-index: 9999;
}
.sf-menu > li:first-child > ul {
	left: 0;
}
.sf-menu ul ul {
	left: 175px;
	top: 4px;
}
.sf-menu ul li {
	width: 160px;
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	margin-bottom: 1px;
}
.sf-menu ul li:first-child {
	border-top: 0 none;
}
.sf-menu ul li:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
}
.sf-menu ul a {
	color: #222;
	display: block;
	margin: 3px 0;
	padding: 2px 4px;
}
.sf-menu ul li:first-child a {
	margin-top: 0;
}
.sf-menu ul li:last-child > a {
	margin-bottom: 0;
}
.sf-menu ul li a:hover, .sf-menu ul li.sfHover > a {
	background: rgba(0,0,0,.08);
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
}


/*
    // ========================================== \\
   ||                                              ||
   ||                  3. MAIN                     ||
   ||                                              ||
    \\ ========================================== //
*/

/*-------------------------------------------------*/
/*	3.1. Main - Structure
/*-------------------------------------------------*/

/*--- The Content Area ---*/
#main {
	background: url(images/bg-paper-pattern.gif);
	border: 5px solid #b6b6b6;
		border: 5px solid rgba(0,0,0,.18);
	border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
	box-shadow:
	  inset 0 0 62px rgba(0,0,0,.15),
	  0 0 1px #b6b6b6,
	  0 1px 4px rgba(0,0,0,.43);
	  -webkit-box-shadow:
	  	inset 0 0 62px rgba(0,0,0,.15),
	  	0 0 1px #b6b6b6,
	  	0 1px 4px rgba(0,0,0,.43);
	  -moz-box-shadow:
	  	inset 0 0 62px rgba(0,0,0,.15),
	  	0 0 1px #b6b6b6,
	  	0 1px 4px rgba(0,0,0,.43);
	float: left;
	margin: 0 1px 54px 0;
	padding: 30px 30px 3px 30px;
	width: 514px;
}
#main.full-width {
	margin: 0 1px 54px 1px;
	width: 888px;
}
#main .divider {
	border-bottom: 1px solid #b7b7b7;
	border-top: 1px solid #b7b7b7;
	display: block;
	float: left;
	height: 1px;
	margin-bottom: 27px;
	width: 100%;
}
#main p a, #main li a {
	border-bottom: 1px dotted #858d63;
}


/*-------------------------------------------------*/
/*	3.2. Main - Columns and Forms
/*-------------------------------------------------*/
.main-form ::-webkit-input-placeholder {
	color: #7a7a7a;
	color: rgba(0,0,0,.4);
}
.main-form :-moz-placeholder {
	color: #7a7a7a;
	color: rgba(0,0,0,.4);
}
.main-form .input-text,
.main-form .textarea, 
.wpcf7-text, 
.wpcf7-form textarea {
	background: #e3e8ca url(images/bg-body-pattern.png) center top;
	border: 1px solid rgba(0,0,0,.18);
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,.15), inset 0 0 1px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15), inset 0 0 1px rgba(0,0,0,.2);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.15), inset 0 0 1px rgba(0,0,0,.2);
	clear: both;
	float: left;
	font-family: "Maven Pro", Helvetica, Arial, Clean, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 6px 6px 7px;
}
.main-form .input-text:focus,
.main-form .textarea:focus,
.wpcf7-text:focus,
.wpcf7-form textarea:focus {
	box-shadow: 0 0 5px rgba(0,0,0,.15), inset 0 0 5px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15), inset 0 0 5px rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.15), inset 0 0 5px rgba(0,0,0,.3);
	outline: 0 none;
}
.main-form .input-text,
.wpcf7-text {
	width: 191px;
}
.main-form .textarea,
.wpcf7-form textarea {
	width: 315px;
}
div.submit {
	width: 329px;
}
div.submit .input-submit {
	float: right;
}
p.comment-msg {
	float: left;
	margin-top: 9px;
}
.search-page .hentry {
	float: left;
	margin-bottom: 27px;
}
.search-page .hentry .button {
	float: right;
}

/*-------------------------------------------------*/
/*	3.3. Main - Typography
/*-------------------------------------------------*/

/*--- Main Typography ---*/
h1, h2, h3 {
	color: #222222;
	font-family: "Old Standard TT", "Times New Roman", Times, serif;
	font-weight: bold;
	text-shadow: 1px 1px 0 #d4d1c7;
		text-shadow: 1px 1px 0 rgba(171,166,146,.45);
	text-transform: uppercase;
	word-spacing: 0.2em;
}
h1 {
	font-size:36px;
	letter-spacing: -3px;
	line-height: 38px;
}
h2 {
	font-size:30px;
	letter-spacing: -2px;
	line-height: 32px;
}
h3 {
	font-size:24px;
	letter-spacing: -1px;
	line-height: 27px;
}
h4 {
	font-size:20px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 23px;
	text-transform: uppercase;
}
h5 {
	font-size:18px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
}
h6 {
	font-size:15px;
	font-weight: 500;
	line-height: 18px;
}
p, ul, h1, h2, h3, h4, h5, h6 {
	margin-top: -5px;
	margin-bottom: 20px;
}
.ul-clean {
	list-style: none;
	margin: 0 0 25px 0;
}
.ul-clean li, .tweet_list li {
	margin-top: 9px;
}
.ul-clean li:first-child, .tweet_list li:first-child {
	margin-top: 0;
}
.ul-arrow {
	list-style: none;
	margin: 0 0 27px 0;
}
.ul-arrow li {
	background: url(images/list-arrow.gif) no-repeat 0 6px;
	padding-left: 12px;
}
.li-title span {
	color: #858d63;
	display: block;
	letter-spacing: 2px;
	margin-bottom: -6px;
	text-transform: uppercase;
}
#main .li-clean a {
	color: #222;
	border-bottom: 0 none;
}

/*--- Divider with a message ---*/
.title-divider {
	float: left;
	height: 20px
}
.title-divider .left {
	float: left;
	margin-right: 9px;
	width: 192px;
}
.title-divider .left h4 {
	margin-bottom: 0;
}
.title-divider .right {
	float: right;
	margin-top: 6px;
	width: 313px;
}
#main img {
	background: #fff;
	border: 1px solid #6d6d6d;
	box-shadow: 3px 3px 0 rgba(0,0,0,.2);
		-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,.2);
		-moz-box-shadow: 3px 3px 0 rgba(0,0,0,.2);
	padding: 3px;
}
#portfolio img {
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
		-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,.2);
		-moz-box-shadow: 2px 2px 0 rgba(0,0,0,.2);
}

/*--- Other typography settings ---*/
.alignleft {
	float: left;
	margin: 0 5px 5px 0;
}
.alignright {
	float: right;
	margin: 0 0 5px 5px;
}
.aligncenter {
	margin: 0 auto;
	display: block;
	clear: both;
}
#main blockquote {
	color: #808080;
	float: left;
	font: italic 15px "Times New Roman", Times, serif;
	line-height: 20px;
	padding: 0 18px 27px 18px;
}
#main .quoteauthor {
	float: left;
	margin: -36px 0 27px 18px;
}
.period {
	color: #737373;
	font-size: 10px;
	text-transform: uppercase;
}
.wp-caption.alignleft { 
	text-align: left;
	margin: 10px 20px 20px 0;
}
.wp-caption.alignleft .wp-caption-text {
	text-align: left;
}
.wp-caption-text {
	padding-bottom: 5px;
}
.wp-caption {
	text-align: right;
	font-style: italic;
	color: #999;
	font-size: 11px;
	max-width: 500px;
	margin: 10px 0 20px 20px;
}
.wp-caption img.size-large {
	margin: 10px 0 0 -180px;
}
.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-content img {
	margin: 0 0 1.5em 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin-left: 0;
}

/*--- Buttons ---*/
#main .button,
.main-form .input-submit,
.wpcf7-submit {
	background: #858d63 url(images/bg-button-texture.png) center top;
	border: 1px solid #6a6f52;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.34),
		0 1px 2px rgba(0,0,0,.64);
		-webkit-box-shadow:
			inset 0 1px 0 rgba(255,255,255,.34),
			0 1px 2px rgba(0,0,0,.64);
		-moz-box-shadow:
			inset 0 1px 0 rgba(255,255,255,.34),
			0 1px 2px rgba(0,0,0,.64);
	color: #fff;
	font-family: "Maven Pro", Helvetica, Arial, Clean, sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
	padding: 6px 25px 5px;
	text-shadow: -1px -1px 0 #5a5a5a;
		text-shadow: -1px -1px 0 rgba(0,0,0,.28);
}
.gecko .main-form .input-submit,
.gecko .wpcf7-submit {
	padding: 5px 25px 4px;
}
#main .bigbutton {
	background: #858d63 url(images/bg-bigbutton-texture.png) center top;
	border: 1px solid #6a6f52;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.34),
		0 1px 2px rgba(0,0,0,.64);
		-webkit-box-shadow:
			inset 0 1px 0 rgba(255,255,255,.34),
			0 1px 2px rgba(0,0,0,.64);
		-moz-box-shadow:
			inset 0 1px 0 rgba(255,255,255,.34),
			0 1px 2px rgba(0,0,0,.64);
	color: #fff;
	font-family: "Maven Pro", Helvetica, Arial, Clean, sans-serif;
	font-size: 22px;
	letter-spacing: 2px;
	padding: 8px 25px 6px;
	text-shadow: -1px -1px 0 #5a5a5a;
		text-shadow: -1px -1px 0 rgba(0,0,0,.28);
}
#main .bigbutton.alignright,
#main .bigbutton.alignleft,
#main .bigbutton.alignnone {
	padding: 12px 25px 10px;
}


/*-------------------------------------------------*/
/*	3.a. Main - Home (Blog)
/*-------------------------------------------------*/

/*--- Slider Styles ---*/
#slider {
	background: rgba(0,0,0,.1);
	box-shadow: inset 0 0 4px rgba(0,0,0,.38);
		-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.38);
		-moz-box-shadow: inset 0 0 4px rgba(0,0,0,.38);
	height: 520px;
	margin: 0 auto 27px auto;
	width: 940px;
	padding: 10px;
}
.ie8 #slider, ie7 #slider {
	border: 1px solid #828573;
	background: transparent url(images/black_10.png);
	height: 518px;
	width: 938px;
}

/*--- Post Styles ---*/
.post {
	float: left;
	position: relative;
	margin-bottom: 36px;
}

/*--- Date Bookmark ---*/
.post .post-date {
	background: transparent url(images/date-bookmark.svg.php) no-repeat 2px 2px;
	color: #fff;
	display: block;
	float: left;
	height: 57px;
	left: -48px;
	padding-left: 6px;
	position: absolute;
	text-align: center;
	text-shadow: -1px -1px 0 rgba(0,0,0,.24);
	top: 20px;
	width: 66px;
}
.ie8 .post .post-date {
	border-right: 1px solid #222;
	color: #222;
	height: 50px;
	left: -25px;
	top: 18px;
	width: 50px;
}
.post .post-date strong {
	float: left;
	font: bold 30px "Old Standard TT", "Times New Roman", Times, serif;
	letter-spacing: -2px;
	padding: 0 10px;
	text-align: center;
	width: 31px;
}
.ie9 .post-date strong {
	padding: 1px 10px 0;
}
.win.opera .post .post-date strong,
.ie8 .post-date strong {
	padding: 2px 10px 6px;
}
.post .post-date small {
	float: left;
	font: 14px "Maven Pro", Helvetica, Arial, Clean, sans-serif;
	letter-spacing: 1px;
	line-height: 10px;
	margin: -10px 0 0 1px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	width: 31px;
}

/*--- Post Title ---*/
.post h2.post-title {
	clear: right;
	float: left;
	margin: 2px 0 0 36px;
	width: 478px;
}

/*--- Post Info ---*/
.post .post-info {
	float: left;
	font-size: 10px;
	margin: -3px 0 13px 37px;
	text-shadow: 1px 1px 0 rgba(171,166,146,.24);
	text-transform: uppercase;
}
.post-info span {
	float: left;
}
.posted-by,
.posted-in {
	margin-right: 16px;
}
.post .post-tags {
	bottom: -5px;
	font-size: 10px;
	left: 0;
	position: absolute;
	text-shadow: 1px 1px 0 rgba(171,166,146,.24);
	text-transform: uppercase;
	width: 66%;
}
.post .post-tags a {
	text-transform: capitalize;
}

/*--- Continue Button (Read More) ---*/
.post .button.continue {
	float: right;
	margin-top: -7px;
}

/*--- Posts Navigation ---*/
div.nav-prev {
	float: left;
	font-size: 14px;
	margin: -9px 0 15px;
}
div.nav-next {
	float: right;
	font-size: 14px;
	margin: -9px 0 15px;
}

/*--- Archive Title ---*/
.archive-title {
	float: right;
	font-size: 24px;
}

/*-------------------------------------------------*/
/*	3.b. Main - Blog Post
/*-------------------------------------------------*/

/*--- Comments ---*/
#comments {
	float: left;
	margin-bottom: 22px;
}
#comments .title-divider h4 {
	margin-bottom: 2px;
}
#comments .title-divider .divider {
	margin-bottom: 9px;
}
#all-comments, #all-comments ul {
	float: left;
	list-style: none;
	margin: 0;
	width: 100%;
}
#main .comment img {
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
		-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,.2);
		-moz-box-shadow: 2px 2px 0 rgba(0,0,0,.2);
	float: left;
	margin: 0 8px 7px 0;
	padding: 1px;
}
#main #all-comments ul .comment img {
	margin-left: 18px;
}
#main #all-comments ul ul .comment img {
	margin-left: 36px;
}
#main #all-comments ul ul ul .comment img {
	margin-left: 54px;
}
#main #all-comments ul ul ul ul .comment img {
	margin-left: 72px;
}
#main #all-comments ul ul ul ul ul .comment img {
	margin-left: 90px;
}
.comment {
	float: left;
	margin-top: 18px;
	width: 100%;
}
.comment-info {
	float: left;
}
.comment-author {
	clear: both;
	float: left;
	font-size: 12px;
	width: 135px;
}
.comment-date-time {
	clear: both;
	color: #887d3f;
	float: left;
}
#main .comment-date-time a {
	border-bottom: 0 none;
}
.comment-edit {
	clear: both;
	color: #887d3f;
	float: left;
}
.comment-content {
	background: #E3E8CA url(images/bg-body-pattern.png) center top;
	border: 1px dashed #c2c2c2;
	box-shadow: 3px 3px 0 rgba(0,0,0,.1);
		-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,.1);
		-moz-box-shadow: 3px 3px 0 rgba(0,0,0,.1);
	float: right;
	padding: 12px 9px 3px;
	width: 284px;
}
#main #all-comments ul .comment .comment-content {
	width: 266px;
}
#main #all-comments ul ul .comment .comment-content {
	width: 248px;
}
#main #all-comments ul ul ul .comment .comment-content {
	width: 230px;
}
#main #all-comments ul ul ul ul .comment .comment-content {
	width: 212px;
}
#main #all-comments ul ul ul ul ul .comment .comment-content {
	width: 194px;
}
.bypostauthor .comment-content {
	border-style: dotted;
}
.comment-nav {
	float: right;
	margin-top: -12px;
}
#main .comment-nav a {
	border-bottom: 0 none;
}
#comment-form {
	float: left;
	margin: 9px 0 27px 0;
}

/*-------------------------------------------------*/
/*	3.c. Main - Contact
/*-------------------------------------------------*/
#contact-form {
	float: left;
	margin-bottom: 27px;
}
.wpcf7-submit {
	clear: left;
	float: left;
	margin-bottom: 27px;
}
div.submit .wpcf7-submit {
	float: right;
}
.wpcf7-response-output {
	margin: -18px 0 27px 0 !important;
	float: left;
}

/*-------------------------------------------------*/
/*	3.d. Main - About
/*-------------------------------------------------*/
.about-page h3 {
	margin-bottom: 10px;
}
#main span.em {
	color: #cfe7fa;
	font: italic 16px "Times New Roman", Times, serif;
	margin: 0 -4px;
}
.getintouch {
	float: right;
}

/*-------------------------------------------------*/
/*	3.e. Main - Portfolio
/*-------------------------------------------------*/

/*--- Portfolio Navigation ---*/
#portfolio-categories .divider {
	margin-bottom: 0;
}
#portfolio-categories .divider:first-child {
	margin-bottom: 9px;
}
.ul-portfolio-categories {
	float: left;
	list-style: none;
	margin: 0 0 9px 0;
}
.ul-portfolio-categories li {
	float: left;
	margin-left: 9px;
}
.ul-portfolio-categories li:first-child {
	margin-left: 0;
}
#main .ul-portfolio-categories li a {
	background: #858d63;
		background: -webkit-gradient(linear, center bottom,	center top,	from(#6a6f52), to(#858d63));
		background: -moz-linear-gradient(center top, #858d63 0%, #6a6f52 100%);
		background: -o-linear-gradient(top, #858d63, #6a6f52);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#858d63', EndColorStr='#6a6f52');
	border: 1px solid #6a6f52;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	color: #fff;
	float: left;
	text-shadow: 0 -1px rgba(0,0,0,.34);
	padding: 1px 9px;
}
.ie9 #main .ul-portfolio-categories li a {
	filter:none;
}
#main .ul-portfolio-categories li.selected a {
	background: #52573d;
	border: 1px solid #323623;
	box-shadow: inset 0 0 5px rgba(0,0,0,.5);
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.5);
		-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.5);
}

/*--- Portfolio Items Display ---*/
.portfolio-item {
	float: left;
}
#portfolio h3 {
	margin-bottom: 13px;
}
#portfolio .featured-image {
	border-bottom: 0 none;
}
#portfolio .featured-image img {
	margin-bottom: 13px;
	padding: 2px;
}
#portfolio.one_col .portfolio-item {
	border-bottom: 1px solid #cfcbbc;
	border-top: 1px solid #cfcbbc;
	margin: 0 0 1px;
	padding: 27px 0 30px;
	width: 100%;
}
#portfolio.one_col .featured-image img {
	float: left;
	margin-bottom: 0;
}
#portfolio.one_col p,
#portfolio.one_col h3 {
	margin-top: 0;
}
.one_col_wrapper {
	float: right;
	width: 242px;
}
#portfolio.one_col .portfolio-item:first-child {
	border-top: 0 none;
}
#portfolio.one_col .portfolio-item:last-child {
	border-bottom: 0 none;
	margin: 0;
}
#portfolio.two_col,
#portfolio.three_col {
	margin-left: -15px;
	width: 544px;
}
#portfolio.two_col .portfolio-item {
	margin: 0 15px 1px;
	padding: 27px 0 30px;
	width: 242px;
}
#portfolio.three_col .portfolio-item {
	margin: 0 15px 1px;
	padding: 27px 0 30px;
	width: 151.33px;
}
#portfolio.three_col h3 {
	font-size: 20px;
}
.portfolio-info {
	font-size: 10px;
	text-shadow: 1px 1px 0 rgba(171,166,146,.24);
	text-transform: uppercase;
	width: 100%;
}
.portfolio-info span {
	float: left;
	margin-left: 16px;
}
.portfolio-info span:first-child {
	margin-left: 0;
}
.hidden {
	display: none !important;
}
#portfolio-comments {
	float: left;
	margin-bottom: 18px;
	margin-top: 7px;
}
a.featured-image {
	border-bottom: 0 none;
}
.cancel-comment-reply a {
	float: left;
}


/*
    // ========================================== \\
   ||                                              ||
   ||			 4. SIDEBAR & FOOTER (Widget Fields)     ||
   ||                                              ||
    \\ ========================================== //
*/

/*-------------------------------------------------*/
/*	4.1. Sidebar & Footer - Structure
/*-------------------------------------------------*/
.widgets-field > ul,
.widgets-field section > ul {
	list-style: none;
	margin: 0;
}

/*--- Sidebar ---*/
#sidebar {
	float: right;
	margin-bottom: 54px;
	width: 344px;
}
.ie8 #main {
	margin-right: 30px;
}
.ul-sidebar {
	list-style: none;
	margin: 0;
}
#sidebar h3 {
	margin-bottom: 13px;
}
#sidebar > ul > li {
	float: left;
	padding: 27px 0;
	width: 100%;
}
.ie8 .ul-sidebar {
	float: right;
	width: 344px;
}
.ie8 .ul-sidebar > li {
	float: right;
	padding: 27px 0;
	width: 100%;
}
#sidebar > ul > li:first-child,
.ie8 .ul-sidebar > li:first-child {
	padding-top: 0;
}
/*--- Footer Effects ---*/
.footer-gradient, .footer-pattern, .footer-texture {
	float: left;
	height: 300px;
	margin-top: -300px;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.footer-gradient {
	/* css3 gradient */
	background: #acc2b5;
		background: -webkit-gradient(linear, center bottom,	center top,	from(#acc2b5), to(#e3e8ca));
		background: -moz-linear-gradient(center top, #e3e8ca 0%, #acc2b5 100%);
		background: -o-linear-gradient(top, #acc2b5, #e3e8ca);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e3e8ca', EndColorStr='#acc2b5');
}
.footer-pattern {
	background: transparent url(images/bg-body-pattern.png) center top;
}
.footer-texture {
	background: transparent url(images/bg-footer-texture.jpg) no-repeat center bottom;
}

/*--- Footer ---*/
footer {
	float: left;
	width: 100%;
}
footer section > ul > li {
	margin-top: 18px;
}
footer section > ul > li:first-child {
	margin-top: 0;
}

/*--- Footer Columns ---*/
footer .one {
	float: left;
	margin: 0 0 9px 0;
	width: 100%;
}
footer .one_half {
	float: left;
	margin: 0 0 9px 30px;
	width: 465px;
}
footer .one_third {
	float: left;
	margin: 0 0 9px 30px;
	width: 300px;
}
footer .one_fourth {
	float: left;
	margin: 0 0 9px 30px;
	width: 217.5px;
}
footer .one_half:first-child,
footer .one_third:first-child,
footer .one_fourth:first-child {
	margin-left: 0;
}

/*--- Copyright ---*/
.footer-divider {
	border-top: 1px solid #898989;
	border-top-color: rgba(0,0,0,.36);
	border-bottom: 1px solid rgba(255,255,255,.35);
	clear: both;
	float: left;
	margin: 0 auto;
	width: 100%;
}
.ie8 .footer-divider {
	margin-bottom:1px;
}
#copyright {
	float: left;
	margin-top: 4px;
	padding-bottom: 7px;
	width: 100%;
}
#copyright a {
	border-bottom: 0 none;
}

/*-------------------------------------------------*/
/*	4.2. Sidebar & Footer - Typography
/*-------------------------------------------------*/
.widgets-field {
	color: #3b3306;
}
.widgets-field a {
	color: #1c692a;
	border-bottom: 1px dotted #1c692a;
}
.widgets-field a:hover {
	opacity: 0.4;
	filter: alpha(opacity = 40);
}
.widgets-field ::-webkit-input-placeholder {
	color: #7a7a7a;
	color: rgba(0,0,0,.4);
}
.widgets-field :-moz-placeholder {
	color: #7a7a7a;
	color: rgba(0,0,0,.4);
}
.widgettitle {
	color: #4f4c25;
	margin-bottom: 4px;
	text-shadow: none;
}


/*
    // ========================================== \\
   ||                                              ||
   ||                 5. WIDGETS                   ||
   ||                                              ||
    \\ ========================================== //
*/

/*-------------------------------------------------*/
/*	5.1 Widgets - Structure
/*-------------------------------------------------*/
.widget_categories ul,
.widget_pages ul,
.widget_archive ul,
.widget_meta ul {
	list-style: none;
	float: left;
	margin: 0;
	text-transform: capitalize;
	width: 100%;
}
.widget_categories ul a,
.widget_pages ul a,
.widget_archive ul a,
.widget_meta ul a,
.widgets-field a {
	border-bottom-color: #898989;
}
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li {
	float: left;
	width: 100%;
}
.widget_categories ul a,
.widget_pages ul a,
.widget_archive ul a,
.widget_meta ul a {
	border-bottom: 3px double #898989;
	color: #1c692a;
	float: left;
	padding: 4px 0 5px;
	width: 100%;
}
.widget_categories ul li:first-child a,
.widget_pages ul li:first-child a,
.widget_archive ul li:first-child a,
.widget_meta ul li:first-child a {
	border-top: 0 none;
}
.widget_categories ul li:last-child a,
.widget_pages ul li:last-child a,
.widget_archive ul li:last-child a,
.widget_meta ul li:last-child a {
	border-bottom: 0 none;
}
#sidebar .widget_categories ul li,
#sidebar .widget_pages ul li,
#sidebar .widget_archive ul li,
#sidebar .widget_meta ul li {
	margin-right: 20px;
	width: 152px;
}
.widget_archive li.no-margin-left {
	margin-left: 0;
}
.widget_archive li.no-border-top a {
	border-top: 0 none;
}
.widget_archive li.no-border-bottom a {
	border-bottom: 0 none;
}
#sidebar img {
	box-shadow: 0 1px 3px rgba(0,0,0,.36);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.36);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.36);
	margin-bottom: -5px;
}
img.border {
	background: #fff;
	border: 1px solid #737373;
	padding: 2px;
}
#sidebar li p:last-child {
	margin-bottom: 0;
}

/*-------------------------------------------------*/
/*	5.2 Widgets - General
/*-------------------------------------------------*/
.widgets-field .input-text {
	background: #b1bba3;
	background: rgba(0,0,0,.1);
	border: 0 none;
	border-radius: 99px;
		-webkit-border-radius: 99px;
		-moz-border-radius: 99px;
	box-shadow:
	inset 0 0 4px rgba(0,0,0,.42),
	0 1px 0 rgba(255,255,255,.2);
		-webkit-box-shadow:
		inset 0 0 4px rgba(0,0,0,.42),
		0 1px 0 rgba(255,255,255,.2);
		-moz-box-shadow:
		inset 0 0 4px rgba(0,0,0,.42),
		0 1px 0 rgba(255,255,255,.2);
	color: #7a7a7a;
	color: rgba(0,0,0,.4);
	font-family: "Maven Pro", Helvetica, Arial, Clean, sans-serif;
	outline: 0 none;
	padding: 8px 11px 9px;
}
.ie8 footer .input-text {
	background: transparent url(images/black_10.png);
	border: 1px solid #a1a1a1;
}
.widgets-field .input-submit {
	background: #eaeed8;
		background: -webkit-gradient(linear, center bottom,	center top,	from(rgba(255,255,255,.2)), to(rgba(255,255,255,.4)));
		background: -moz-linear-gradient(center top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.2) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,.4), rgba(255,255,255,.2));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#aAFFFFFF', EndColorStr='#55ffffff');
	border: 1px solid rgba(0,0,0,.35);
	border-radius: 99px;
		-webkit-border-radius: 99px;
		-moz-border-radius: 99px;
	box-shadow:
	inset 0 1px 0 rgba(255,255,255,.5),
	0 1px 2px rgba(0,0,0,.15);
		-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,.5),
		0 1px 2px rgba(0,0,0,.15);
		-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,.5),
		0 1px 2px rgba(0,0,0,.15);
	color: #536957;
	font-family: "Maven Pro", Helvetica, Arial, Clean, sans-serif;
	font-size: 14px;
	padding: 6px 13px 7px;
}
.ie9 .widgets-field .input-submit {
	background: rgba(255,255,255,.4);
	filter: none;
}
.ie8 .widgets-field .input-submit {
	background: transparent url(images/white_20.png);
	border: 1px solid #a1a1a1;
}
.mac.gecko .widgets-field .input-submit {
	padding: 5px 12px 6px;
}

/*-------------------------------------------------*/
/*	5.3 Widgets - Search Box
/*-------------------------------------------------*/
.search-form .input-text {
	background: #b1bba3;
	background: rgba(0,0,0,.1);
	float: left;
	padding: 10px 12px;
	width: 134px;
}
.ie8 .search-form .input-text {
	background: transparent url(images/black_10.png);
	border: 1px solid #a1a1a1;
	width: 152px; 
}
.search-form .input-submit {
	background: transparent url(images/icon-magnifier.png) no-repeat center center;
	float: right;
	font-size: 12px;
	height: 35px;
	width: 55px;
}
.ie8 .search-form .input-submit {
	border: 1px solid #a1a1a1;
	padding: 9px 13px;
}
.mac.gecko .search-form .input-submit {
	padding: 6px 10px;
}
.win.gecko .search-form .input-submit {
	padding: 7px 10px;
}

/*-------------------------------------------------*/
/*	5.4 Widgets - Banners
/*-------------------------------------------------*/
.banner-widget.left {
	float: left;
}
.banner-widget.right {
	float: right;
}

/*-------------------------------------------------*/
/*	5.5 Widgets - Posts Combo (Popular, Recent, Comments & Tags)
/*-------------------------------------------------*/
#posts-combo {
	float: left;
}
.ie8 #posts-combo {
	width: 346px;
}
#posts-combo a {
	border-bottom: 0 none;
}
#posts-combo > ul {
	float: left;
	list-style: none;
	margin: 0;
	width: 100%;
}
#posts-combo > ul > li {
	float: left;
	margin: 0 0 9px 9px;
}
#posts-combo > ul > li:first-child {
	margin-left: 0;
}
#posts-combo .ui-tabs-hide {
	display: none;
}
#posts-combo .ui-state-default a {
	background: #d3ddc5;
		background: -webkit-gradient(linear, center bottom,	center top,	from(rgba(255,255,255,.2)), to(rgba(255,255,255,.4)));
		background: -moz-linear-gradient(center top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.2) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,.4), rgba(255,255,255,.2));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#AAFFFFFF', EndColorStr='#55ffffff');
	border: 1px solid rgba(0,0,0,.35);
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow:
	inset 0 1px 0 rgba(255,255,255,.5),
	0 1px 2px rgba(0,0,0,.15);
		-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,.5),
		0 1px 2px rgba(0,0,0,.15);
		-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,.5),
		0 1px 2px rgba(0,0,0,.15);
	color: #536957;
	float: left;
	padding: 6px 13px 5px;
}
.ie9 #posts-combo .ui-state-default a {
	background: rgba(255,255,255,.4);
	filter:none;
	padding: 6px 13px 6px;
}
.ie8 #posts-combo .ui-state-default a {
	background: transparent url(images/white_20.png);
	border: 1px solid #a1a1a1;
	filter:none;
	padding:5px 12px 4px;
}
#posts-combo .ui-state-active a {
	background: #b1bba3;
	background: rgba(0,0,0,.1);
	border: 0 none;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow:
	inset 0 0 4px rgba(0,0,0,.42),
	0 1px 0 rgba(255,255,255,.1);
		-webkit-box-shadow:
		inset 0 0 4px rgba(0,0,0,.42),
		0 1px 0 rgba(255,255,255,.1);
		-moz-box-shadow:
		inset 0 0 4px rgba(0,0,0,.42),
		0 1px 0 rgba(255,255,255,.1);
	color: #525c56;
	font-family: "Maven Pro", Helvetica, Arial, Clean, sans-serif;
	outline: 0 none;
	padding: 6px 14px;
}
.ie9 #posts-combo .ui-state-active a {
	background: rgba(0,0,0,.1);
	padding: 6px 14px 7px;
}
.ie8 #posts-combo .ui-state-active a {
	background: url(images/black_10.png);
	color:#000;
}
#posts-combo div {
	float: left;
	width: 100%;
}
.combo-list {
	float: left;
	list-style: none;
	margin: 0;
	width: 100%;
}
.combo-list li {
	float: left;
	width: 100%;
	margin-top: 14px;
}
.combo-list li:first-child {
	margin-top: 9px;
}
.combo-list a {
	float: left;
}
.combo-list a img {
	background: #fff;
	border: 1px solid #737169;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	float: left;
	margin-right: 8px;
	padding: 2px;
}
.combo-list a h6 {
	clear: right;
	color: #4a684f;
	float: left;
	margin: 0;
	width: 225px;
}
.combo-list a span {
	clear: right;
	color: #776f56;
	float: left;
	font-size: 11px;
	width: 220px;
}
.combo-list .comments a span {
	width: 270px;
}
#posts-combo-tags a {
	background: #d3ddc5;
		background: -webkit-gradient(linear, center bottom,	center top,	from(rgba(255,255,255,.2)), to(rgba(255,255,255,.4)));
		background: -moz-linear-gradient(center top, rgba(255,255,255,.4) 0%, rgba(255,255,255,.2) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,.4), rgba(255,255,255,.2));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#AAFFFFFF', EndColorStr='#55ffffff');
	border: 1px solid rgba(0,0,0,.25);
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow:
	inset 0 1px 0 rgba(255,255,255,.8),
	0 1px 0px rgba(0,0,0,.1)
	;
		-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,.8),
		0 1px 0px rgba(0,0,0,.1)
		;
		-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,.8),
		0 1px 0px rgba(0,0,0,.1)
		;
	color: #536957;
	float: left;
	margin: 9px 9px 0 0;
	padding: 2px 9px 1px;
}
#posts-combo-tags a {
	background: rgba(255,255,255,.4);
	filter:none;
	padding: 2px 9px 3px;
}

/*-------------------------------------------------*/
/*	5.6 Twitter (Tweet)
/*-------------------------------------------------*/
.tweet_list {
	color: #3b3306;
	float: left;
	list-style: none;
	margin: 0;
	width: 100%;
}

/*-------------------------------------------------*/
/*	5.7 Newsletter
/*-------------------------------------------------*/
.newsletter-form .input-text {
	background-image: url(images/icon-mail.png);
	background-repeat: no-repeat;
	background-position: 11px 10px;
	padding-left: 32px;
	width: 117px;
}
.ie8 .newsletter-form .input-text {
	background: transparent url(images/black_10.png);
	border: 1px solid #a1a1a1;
	padding-left: 11px;
	width: 138px;
}
.mac.gecko .newsletter-form .input-text {
	width: 114px;
}
.win.gecko .newsletter-form .input-text {
	width: 111px;
}
.newsletter-form .input-submit {
	float: right;
}
.ie8 .newsletter-form .input-submit {
	padding: 7px 13px 8px;
}

/*-------------------------------------------------*/
/*	5.8 Archive
/*-------------------------------------------------*/
#sidebar .archive h3 {
	margin-bottom: 4px;
}
.ie8 #sidebar .archive, .ie8 .widget_archive {
	width:346px !important;
}


/*
    // ========================================== \\
   ||                                              ||
   ||               6. YOUR STYLES                 ||
   ||                                              ||
    \\ ========================================== //
*/





/*
    // ========================================== \\
   ||                                              ||
   ||               7. PRINT STYLES                ||
   ||                                              ||
    \\ ========================================== //
*/

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}