/*
Theme Name: Sketchy
Theme URI: http://emeraldinteraction.com/
Description: An original theme by Grace Maloney for <a href="http://emeraldinteraction.com">Emerald Interaction</a>. Responsive HTML5.
Version: 4.0
Author: Grace Maloney
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background:transparent;
	border:0;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
body{
	line-height:1;
}
h1, h2, h3, h4, h5, h6{
	clear: none;
}
ol, ul{
	list-style:none;
}
blockquote{
	quotes:none;
}
blockquote:before, blockquote:after{
	content:'';
	content:none;
}
del{
	text-decoration:line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse:collapse;
	border-spacing:0;
}
a img{
	border:none;
}

header, hgroup, nav, section, article, aside, figure, figcaption, footer{
	display:block;
}
::-moz-selection {
	background: #d8e2b6;
	background: #ebf0da;
	text-shadow: none;
}
::selection {
	background: #ebf0da;
	text-shadow: none;
}
a:focus { outline: none; }
a:hover, a:active { outline: 0; cursor: pointer; }
abbr { cursor: help }
abbr[title] { border-bottom: 1px dotted; }
acronym {
	font-size: .85em;
	text-transform: uppercase;
	color: #666;
	border-bottom: 1px dotted #eee;
	cursor: help;
}
acronym:hover {
	color: #333;
	background: #f3f3f3;
	border-bottom: 1px dotted #aaa;
}
em, cite { font-style: italic; }
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0 1em 0;
	padding: 0;
}
ins {
	background: #f3f3f3;
	color: #000;
	text-decoration: none;
	font-style: italic;
}
mark {
	background: #f3f3f3;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre code { font-size: 1em }
pre {
	font-size: 0.9em;
	font-family: Monaco, monospace, Courier, "Courier New";
	overflow: auto;
	line-height: 1.75em;
	margin-bottom: 1.75em;
	padding: 10px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	font-size: 0.9em;
	font-family: Monaco, monospace, Courier, "Courier New";
}
sub, sup {
	font-size: 0.8em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* Turn off JavaScript message when enabled */
noscript strong{
	display:block;
	font-size: 1em;
	line-height:1.5em;
	padding:5px 0;
	background-color:#333;
	color:#fff;
	text-align: center;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position:absolute;
	left:-9000px;
}
body{
	font-size: 15px;
	font-family: verdana,sans-serif;
	font-weight: normal;
	color: #666;
	background: #fff url(img/flowers.jpg) no-repeat 0px 15px fixed;
	border-top: 8px solid #333;
	padding-left: 65px;
	padding-top: 10px;
	padding-right: 10px;
}

/* COLORS
	Dark Blue #062047
	Yello Green 7D9F0E
	Med Green 359F0E
	Green 0E9F30
	Purple Pink 9F0E7D
	Reddish 9F0E35
	Brick 9F300E
	Dark Gold 9F780E
*/

/* TEXT */
@font-face{
	font-family:blackjack;
	src:url("fonts/black_jack.eot") /* EOT file for IE */
}
@font-face{
	font-family: blackjack;
	src:url("fonts/black_jack.ttf") /* TTF file for CSS3 browsers */
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 2.78em;
	color: #092047;
	text-transform: uppercase;
	margin-bottom:0.3em;
}
h2 {
	font-size:24px;
	margin-bottom:0.8em;
}
h2.pagetitle, h1.pagetitle{
	margin-top:15px;
}
h1.pagetitle.search {
	font-size: 1.8em;
}
h3{
	font-size: 20px;
	margin-top:0.2em;
	margin-bottom:0.5em;
}
h4 {
	font-size: 15px;
	margin-bottom:0.3em;
	text-transform: uppercase;
	color: #062047;
}
h5 {
	font-size: 0.923em;
	font-weight:normal;
}
h6 {
	font-size: 0.923em;
	text-transform: uppercase;
}
p {
	line-height:1.4em;
	margin: 0 0 0.8em;
}
a, a:link, a:visited{
	color: #7D9F0E;
	text-decoration: none;
}
a:hover, a:active{
	color:#9F0E35;
	text-decoration:none;
}
a.project:hover{
	border:none;
}
a img, a.none:hover{
	border:none;
}
img{
	display:block;
	border:none;
}

input, textarea {
	padding: 8px 10px;
	border: 1px solid #ccc;
	background: #f9f9f9;
	font-family: verdana, sans-serif;
	font-size: 18px;
	color: #999;
}
input[type=submit] {
	padding: 5px 10px;
	background: #b23e5d;
	border: 0;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
}
input[type=submit]:hover {
	background: #9F0E35;
}

/* CLASSES */

.clear{
	clear:both;
}
p.clear{
	padding-top:15px;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
	margin:20px 0;
}
.hide{
	display:none;
}
img.borderimg{
	border:5px solid #ccc;
}
img.bg{
	background:url(img/img-bg2.png) no-repeat;
	padding:2px 10px 5px;
	border:none;
}
img.bg:hover{
	background:url(img/img-bg.png) no-repeat;
}

/* COLUMNS */
.columns{width:100%; float:left; margin-bottom:1.25em}
.one_half{width:48%}
.one_third{width:31.91%}
.two_third{width:65.33%}
.one_fourth{width:23.40%}
.three_fourth{width:74%}
.one_fifth{width:16.8%}
.one_sixth{width:13.33%}
.two_fifth{width:37.6%}
.three_fifth{width:58.4%}
.four_fifth{width:67.2%}
.five_sixth{width:82.67%}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{position:relative; margin-right:2%; float:left;}
.last{margin-right:0 !important; clear:right}
.clearboth{clear:both; display:block; font-size:0; height:0; line-height:0; width:100%}

/** HEADER & MENU NAV **/

#header{
	margin: 10px auto 0;
	width:100%;
	max-width: 940px;
}
#header img {
	max-width: 100%;
}
#globalnav a.rollover{
	display:block;
	width:192px;
	height:95px;
	background:url(img/emerald-interaction-web-design-3.png) no-repeat center 0;
	margin:5px 0 0;
	float:right;
}
#globalnav a.rollover-current{
	display:block;
	width:192px;
	height:95px;
	background:url(img/emerald-interaction-web-design-3.png) no-repeat center -95px;
	margin:5px 0 0;
	float:right;
}
#globalnav a.rollover:hover{
	background-position:center -95px;
	text-decoration:none;
	border:none;
}
#globalnav a.rollover-current:hover{
	text-decoration:none;
	border:none;
	cursor:auto;
}
#globalnav a.rollover span, #globalnav a.rollover-current span{
	display:none;
}
#globalnav ul{
	list-style:none;
	text-align:right;
	margin-right:192px;
	padding-top:18px;
}
#globalnav li{
	display:inline;
	text-transform:uppercase;
}
#globalnav li a, #globalnav li a:visited{
	color:#092247;
	font-size:15px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	text-decoration:none;
	padding:5px 10px;
}
#globalnav li.lang a, #globalnav li.lang a:visited{
	padding:20px 5px;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color:#7D9F0E;
}
#globalnav li a:hover, #globalnav li a:active{
	border-bottom:none;
	color:#9F0E35;
}
#globalnav li.current_page_item a, #globalnav li.current-cat a, #globalnav li.current a, #globalnav li.current_page_parent a{
	color:#9F0E35;
	border-top:2px solid #9f0e35;
} 
body.category-work #globalnav li.current_page_parent a {
	color:#092247;
	border-top: none;	
}
body.category-work #globalnav li.current-cat a {
	color:#9F0E35;
	border-top:2px solid #9f0e35;
}
#globalnav li:hover a{
	color:#9F0E35;
}
#globalnav li.block h1{
	clear:none;
	font:normal 20px blackjack, verdana, sans-serif;
	color:#999;
	padding-top:10px;
	margin-right:55px;
	text-transform:lowercase;
}

/** MAIN STRUCTURE **/

#wrapper{
	margin:40px auto 0;
	max-width:940px;
	padding: 0;
	position: relative;
	border-top:1px solid #ccc;
}
.page.contentwrap,
body.post-type-archive-work .contentwrap,
body.tax-tags .contentwrap {
	width: 100%;
	max-width: 940px;
}
#content {
	float: left;
	position: relative;
	width: 74.46%;	/* 700 / 940 = 0.7446... */
	margin: 0 2.127% 30px 0;
}
.page #content,
body.post-type-archive-work #content,
body.tax-tags #content {
	width: 100%;
}
p.visit a{
	text-transform:uppercase;
	background:#ddd;
	padding:4px;
	font-weight:bold;
}
p.visit a:hover{
	background:#ccc;
}
a.visit {
	font-family: 'Montserrat',sans-serif;
	text-transform: uppercase;
}
#blogbar{
	float:left;
	width:23.404%;
	margin:1px 0 50px 0;
	padding-top:20px;
}
#blogbar h3{
	margin:1em 0 0.8em;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	padding-bottom:0.5em;
	color: #666;
}
#blogbar ul{
	list-style:none;
	margin-bottom:2em;
}
#blogbar ul li{
	margin:0 0 0.4em;
}
#blogbar ul li a:link,
#blogbar ul li a:visited {
	font:italic 12px verdana,sans-serif;
	color: #7D9F0E;
}
#blogbar ul li a:hover {
	color: #999;
}
#blogbar ul li.current-cat a, #blogbar ul li.current_page_item a{
	color:#9F0E35;
}
#blogbar ul.social li{
	display:inline;
}
#blogbar ul.social li a:hover{
	border:none;
}
.footer {
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer p {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #333;
	text-align: center;
}
.footer a {
	padding: 0 5px;
}

/** POSTS **/
.post{
	padding:20px 0;
	clear:both;
	border-bottom:1px solid #ddd;
	min-height: 175px;
}
.post h2.title{
	font-weight: normal;
	font-size: 22px;
	line-height: 1.25em;
	text-transform:uppercase;
	color:#666;
	margin-bottom:0.6em;
}
.post h2.title {
	clear:none;
}
.post h2.title a:link,
.post h2.title a:visited {
	color:#092247;
}
.post h2.title a:hover {
	color: #9F0E35;
}
body.blog .post img.wp-post-image,
body.category .post img.wp-post-image,
body.tag .post img.wp-post-image {
	border: 10px solid #e9e9e9;
}
.title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.post .entry{
	margin:10px 0 0 5px;
	text-align: left;
}
.post p.category{
	font:16px blackjack,verdana,sans-serif;
	color:#999;
}
.post p.category a{
	font:bold 12px verdana,sans-serif;
}
img.postimg{
	border:5px solid #ddd;
	float:left;
	margin:0 10px 5px 0;
}
.post_latest{
	padding:10px 180px 10px 20px;
	border-top:2px dotted #ddd;
}
span.comment-box a{
	margin:0 5px;
	background:url(img/comment-box.jpg) no-repeat 0 5px;
	padding:10px 17px 20px;
	font:bold 16px verdana,sans-serif;
	color:#9F0E35;
	text-align:center;
}
span.comment-box a:hover{
	border:none;
	color:#7D9F0E;
}
#content .video-player{
	padding: 0;
}

/* PAGE */

.page h1.title{
	text-transform:uppercase;
	margin-bottom:20px;
	padding-top: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom:0.3em;
}
.page_portfolio h1.title{
	text-transform:uppercase;
	margin-bottom:10px;
}
.page h2{
	font-size:28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color:#999;
	margin-bottom:10px;
	padding-bottom:0.5em;
}
.page h2.big{
	font-size:26px;
	color:#666;
}
ul.whoops{
	margin:20px;
}
ul.whoops li{
	list-style:inside url(img/search-arrow.jpg);
	padding:2px 0 5px 0;
	margin-left: 20px;
}
/** SINGLE **/
body.single #content {
	margin-bottom: 0;
}
article.single{
	padding:15px 0;
	clear:both;
}
article.single img.wp-post-image,
body.search article img.wp-post-image {
	border: 10px solid #e9e9e9;
}
article.single.work a.featured-work img.wp-post-image:hover {
	border-color:#ddd;
}
article.single h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom:0.3em;
}
article.single h1.title {
	font-size: 28px;
	line-height: 1.25em;
	color:#092247;
	text-transform:uppercase;
	padding-bottom:0.3em;
	clear: none;
	border: 0;
}
article.single .meta {
	margin-bottom: 0.8em;
}
article.single .date {
	font-family: 'Montserrat', sans-serif;
}
article.single .cat a:link,
article.single .cat a:visited {
	color: #9F0E35;
}
article.single .cat a:hover {
	color: #7D9F0E;
}
article.single .entry h3 {
	padding-top: 0.4em;
	color: #555;
}
article.single .entry p{
	text-align: left;
}
article.single p.title{
	font:18px blackjack,verdana,sans-serif;
	color:#999;
	margin:0.5em 0 0.2em;
}
article.single .entry-tags {
	border-top: 1px solid #ddd;
	padding: 20px 0;
	text-align: center;
}
article.single ol{
	margin:0.8em 0 0.8em 20px;
}
article.single ol li{
	margin:0.5em 0;
	line-height:1.3em;
}

/* WORK */
article.work {
	padding-top: 15px;
}
img.attachment-work-thumb {
	border: 10px solid #eaeaea;
}
img.attachment-work-thumb:hover {
	border-color: #ddd;
}
.contentwrap.work #content {
	width: 100%;
}
body.post-type-archive-work div.one_fourth,
body.tax-tags div.one_fourth {
	margin-bottom: 40px;
}
div.one_fourth .work-title {
	position: absolute;
	top: 185px;
	width: 220px;
	font-family: 'Montserrat',sans-serif;
	text-align: center;
	text-transform:uppercase;
	z-index: 999;
}
div.one_fourth .work-title a {
	color:#999;
}
div.work-tags {
	padding-top: 15px;
	clear: both;
	border-top: 1px solid #ccc;
	text-align: center;
}
article.single-work .entry-header {
	position: relative;
}
article.single.work .entry-header div.work-meta {
	position: absolute;
	top: 25px;
	right: 0;
	font-family: 'Montserrat',sans-serif;
	font-size: 12px;
}
article.single.work .entry-header div.work-meta span {
	margin-right: 5px;
	text-transform: uppercase;
	color: #7D9F0E;
}
article.single.work .entry-header div.work-meta .visit {
	float: right;
	margin: -2px 10px 0;
}
article.single.work a.visit {
	background: #b23e5d;
	padding: 5px 10px;
	color: #fff;
}
article.single.work a.visit:hover {
	background: #9F0E35;
}
article.single.work .entry-header div.work-meta .client {
	float: right;
	margin-left: 20px;
}
article.single.work .entry-header div.work-meta .completed {
	float: right;
}
article.single.work .entry h3 {
	text-transform: uppercase;
	color: #333;
}
article.single.work .entry ul {
	margin: 10px 5px 20px;
}
article.single.work .entry ul li {
	background: url('img/work-li-bg.png') no-repeat 0 5px;
	margin-bottom: 5px;
	padding-left: 15px;
}

/** HOME **/

.slide-title {display:none!important;}
div.responsive-slider .slide {
	border-bottom: 1px solid #ccc!important;
}
body.home .page {
	padding-top: 0;
	background: url('img/emerald-home-bg.jpg') no-repeat center 376px;
}
body.home .page h1 {
	text-align: center;
	font-size: 46px;
}
body.home h2 {
	font-family: verdana;
	font-size: 18px;
	line-height: 22px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
div.recent-posts {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 10px 0;
}
div.recent-posts img.alignleft {
	display: inline;
	float: left;
	border: 3px solid #eaeaea;
	margin-right: 20px;
	margin-top: 0;
}
div.recent-posts a:link, div.recent-posts a:visited {
	color: #333 /* #9F0E35 */;
	line-height: 1.4em;
}
div.recent-posts a:hover, div.recent-posts a:active {
	color: #7D9F0E;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}

/* CONTACT */
.wpcf7 input.wpcf7-text { width: 94%; }
.wpcf7 textarea.wpcf7-textarea { width: 95%; }

/* PAGINATION */
#pagination {
	clear:both;
	padding:30px 0 0;
	position:relative;
	text-align: center;
}
#pagination a:link,
#pagination a:visited {
	padding: 8px 12px;
	margin-right: 10px;
	background: #bbb;
	border:1px solid #aaa;
	color: #fff;
}
#pagination a:hover {
	background: #999;
	border-color: #888;
}
#pagination a.current {
	background: #7D9F0E;
	border-color: #607a0a;
}

/* Images */

.hentry img, .entry-content img, .widget img, .wp-caption, .hentry embed, .entry-content embed, .widget embed, .hentry object, .entry-content object, .widget object, .hentry video, .entry-content video, .widget video {
	max-width: 100%;
}
.hentry img, .entry-content img, .widget img, .wp-caption {
	height: auto;
}
#content img {
	margin: 0;
	height: auto;
	max-width: 100%;
	width: auto;
}
#content .attachment img {
	max-width: 940px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}


/** Navigation **/

.navigation{
	clear:both;
	font-size:12px;
	line-height:18px;
	overflow:hidden;
	border-top: 1px solid #ccc;
	padding:1em 0;
}
.nav-previous{
	float:left;
	width:50%;
}
.nav-next{
	float:right;
	text-align:right;
	width:50%;
}

/** COMMENTS **/
#comments{
	clear:both;
	padding-top:2em;
}
#comments .navigation{
	padding:0 0 18px 0;
}
h3#comments-title, h3#reply-title{
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom: 0;
}
h3#comments-title{
	background:url(img/comment-box.jpg) no-repeat 9em top;
	padding:0 0 15px;
	margin-bottom:0.5em;
}
.commentlist{
	list-style:none;
	margin-bottom:2em;
	clear:both;
	width:690px;
}
.commentlist li.comment{
	border:1px solid #ccc;
	line-height:24px;
	padding:20px;
	position:relative;
}
.commentlist li.comment:last-child{
	border-top:0;
	margin-bottom:0;
}
.commentlist li.comment:first-child{
	border-top:1px solid #ccc;
	margin-bottom:0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom:18px;
}
#comments .comment-body p:last-child {
	margin-bottom:6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol{
	list-style:decimal;
}
#content .commentlist img.avatar{
	border:5px solid #ddd;
	float:left;
	margin:0 20px 20px 0;
}
.comment-author {
	font:normal 24px blackjack,verdana,sans-serif;
}
.comment-meta{
	font-size:11px;
	font-weight:bold;
	margin:0 0 0.5em;
}
.comment-meta a:link, .comment-meta a:visited{
	color:#666;
}
.comment-meta a:active, .comment-meta a:hover{
	color:#333;
}
.commentlist li p{
	font-size:12px;
	color:#666;
	margin:0 20px 0.5em 94px;
}
.commentlist li.even{
	background:#f6f6f6;
}
.commentlist li.odd{
	background:#eee;
}
.commentlist .bypostauthor {
}
.reply {
	margin-left:94px;
	font-size:10px;
	padding-bottom:10px;
}
.reply a, a.comment-edit-link{
	color:#9F0E35;
}
.reply a:hover, a.comment-edit-link:hover{
	color:#7D9F0E;
}
.commentlist .children{
	list-style: none;
	margin-left:30px;
}
.commentlist .children li {
	border:1px solid #ccc;
	border-right:0;
	margin:0;
}
.commentlist .children li:last-child {
	border-bottom:none;
}
.commentlist .children li:first-child {
	border-bottom:1px solid #ccc;
}
.commentlist .children li li:first-child {
	border-bottom:1px solid #ccc;
}
.commentlist .children li li:last-child {
	border-bottom:none;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url{
	font-size: 13px;
	font-style: italic;
}

/** COMMENTS FORM **/

#respond{
	margin:10px 0;
	overflow:hidden;
	position:relative;
}
#respond p{
	margin:0.5em 0 0;
}
#respond .comment-notes{
	margin-bottom:1em;
}
.form-allowed-tags{
	line-height:1em;
}
.children #respond{
	margin:0 48px 0 0;
}
h3#reply-title{
	margin:18px 0;
}
#comments-list #respond{
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link{
	font-size:10px;
	font-weight:bold;
	line-height:18px;
}
#respond .required, #respond span{
	color:#7D9F0E;
	font-weight:bold;
}
#respond label{
	color:#888;
	font-size:12px;
}
#respond input{
	margin:0 0 9px 5px;
	width:30%;
	border:1px solid #999;
	font-family:verdana,sans-serif;
	padding:2px;
}
#respond textarea{
	font-family:verdana,sans-serif;
	font-size:12px;
	padding:2px;
	width:70%;
	border: 1px solid #ccc;
}
#respond .form-allowed-tags{
	color:#888;
	font-size:12px;
	line-height:18px;
}
#respond .form-allowed-tags code{
	font-size:11px;
}
#respond .form-submit{
	margin:12px 0;
}
#respond .form-submit input{
	font:normal 13px 'Montserrat',sans-serif;
	text-transform:uppercase;
	background:#9F0E35;
	color:#fff;
	margin-left:0;
	padding:5px 10px;
	border: 0;
	width:auto;
}
#respond .form-submit input:hover, #respond .form-submit input:active{
	background:#7d9f0e;
	cursor:pointer;
}

/** SEARCH RESULTS **/
.search-excerpt, .search-terms{
	color:#9F0E35;
	font-style:italic;
}
body.tax-tags h1 span.search-terms {
	text-transform:none;
	font-size: 0.9em;
}
.search_latest{
	padding:10px 80px 10px 0;
	border-top:2px dotted #ddd;
}
.post.results{
	border:0;
	border-top:2px dotted #ddd;
	min-height:0;
	padding:10px 0;
}
.post.results h2.title{
	font-size:16px;
	margin-bottom:0;
}
.post.results small{
	font-style:italic;
	font-weight:bold;
}
.navigation.results{
	margin:20px 0;
	border-bottom:0;
}

/* =Widget Areas
-------------------------------------------------------------- */

/* SEARCHFORM */
.widget_search h3{
	display:none;
}
#searchform{
	position:relative;
	width:100%;
	height:30px;
	background:#f9f9f9;
	border: 1px solid #ccc;
	margin:0 0 30px 0;
}
#searchform input#searchbox{
	position:absolute;
	top:0;
	color:#062047;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	width:95%;
	height:25px;
	padding:3px 0 2px 5%;
	background: #f9f9f9;
	border: 0;
}
#searchform input#searchsubmit{
	position:absolute;
	font-size:0px;
	width:5%;
	height:20px;
	right:5px;
	top:4px;
	text-indent:-2000em;
	overflow:hidden;
	cursor:pointer;
	border:none;
	background:#f9f9f9 url(img/search-arrow.png) right top no-repeat;
	padding-left:10px;
}
#searchform input#searchsubmit:hover{
	background-position:right -20px;
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/*  MEDIA QUERIES  */

/* Tablet (portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#wrapper, .contentwrap, #header { max-width: 728px; }
	.widget .search-form input[type="text"] { width: 87%; }
	.widget table { font-size: 0.8333333333333333em; }
	.recent-posts .one_fourth {
		width: 48%;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}
/* Phone (portrait) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {
		background: #fff;
		padding: 10px 0;
	}
	#globalnav {
		text-align: center;
	}
	#globalnav a.rollover, #globalnav a.rollover-current{
		width: 100%;
		float: none;
	}
	#globalnav ul {
		margin: 0;
		width: 100%;
		text-align: center;
	}
	#globalnav ul li {
		padding:0;
		margin: 0 5px;
	}
	#globalnav ul li a, #globalnav ul li.lang a {
		padding: 0;	
		font-size: 15px;
	}
	#globalnav li.block h1{
		font-size:20px;
		padding-top:10px;
		margin:0;
	}
	#wrapper, .contentwrap { max-width: 479px; }
	#wrapper {
		margin-top: 0;
	}
	.featured-wrapper, .aside, .content-wrap, #content, #sidebar-subsidiary .widget, #respond,
.page-template-default #content,
.page-template-front #content { width: 100%; }
	.recent-posts .one_fourth {
		width: 48%;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.featured-post h2.entry-title a, .featured-post .byline { display: none; }
	.hentry {
		width: 100%;
		margin-right: 0;
	}
	.page-template-front .hentry:hover .read-more, .archive .hentry:hover .read-more, .search .hentry:hover .read-more { display: none; }
	.page-template-front .hfeed-more .hentry {
		float: left;
		width: 100%;
		margin-right: 0;
	}
	.comment-list li li { padding-left: 0; }
	#sidebar-primary, #sidebar-secondary, #sidebar-subsidiary {
		width: 100%;
		clear: left;
	}
	#footer-content, #menu-subsidiary {
		width: 100%;
		margin-bottom: 20px;
	}
	#menu-subsidiary .menu { float: left; }
	#menu-subsidiary li {
		background: none;
		float: none;
		padding-left: 0;
		margin-bottom: .4em;
	}
	textarea { width: 96%; }
	.one_half {
		width: 100%;
		margin: 0;
	}
	body.home div.one_half.last {
		width: 100% !important;
		margin: 0 !important;
	}

}
/* Phone (mini) */
@media only screen and (max-width: 479px) {
	body {
		background: #fff;
		padding: 10px 0;
	}
	h2, .page h2, .post h2.title {
		font-size: 24px;
	}
	#globalnav {
		text-align: center;
	}
	#globalnav a.rollover, #globalnav a.rollover-current{
		width: 100%;
		float: none;
	}
	#globalnav ul {
		margin: 0;
		width: 100%;
		text-align: center;
	}
	#globalnav ul li {
		padding:0;
		margin: 0 5px;
	}
	#globalnav ul li a, #globalnav ul li.lang a {
		padding: 0;	
		font-size: 12px;
	}
	#globalnav li.block h1{
		font-size:18px;
		padding-top:10px;
		margin:0;
	}
	#wrapper, .contentwrap { max-width: 320px; }
	#wrapper {
		margin-top: 0;
	}
	.aside, .content-wrap, #content, #sidebar-subsidiary .widget,
	#respond,
	.page-template-default #content,
	.page-template-front #content { width: 100%; }
	.recent-posts .one_fourth {
		width: 100%;
		clear: both;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	body.blog #content .post img.wp-post-image,
	body.category #content .post img.wp-post-image,
	body.tag #content .post img.wp-post-image {
		width: 100px;
		margin: 0 15px 5px 0;
	}
	#pagination a:link,
	#pagination a:visited {
		padding: 3px 8px;
		margin-right: 5px;
	}
	#blogbar{
		clear: both;
		width:100%;
		margin:0;
	}
	.hentry {
		width: 100%;
		margin-right: 0;
	}
	.comment-list li li { padding-left: 0; }
	textarea { width: 96%; }
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {width: 100%;}
	body.home .one_half.last {
		width: 100% !important;
		margin: 0 !important;
	}
	body.home .one_third h4,
	body.home .one_third p {
		text-align: center !important;
	}
}

/** PRINT STYLES **/

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}