/**
 * Theme Name: Talos
 * Theme URI: http://talos.wp-themeguys.com
 * Author: <a href="http://kkoepke.de/">Kai Köpke</a> (Design) & <a href="http://ppfeufer.de/">H.-Peter Pfeufer</a> (Programming)
 * Author URI:
 * Description: Beautifull portfolio and showcase theme.
 * Version: 0.9
 * Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, respnosive, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
 */

@charset "UTF-8";
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans); */

@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:400;
	src:local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Open Sans','Lucida Grande','Lucida Sans Unicode',sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/* *, #slider .flex-direction-nav { */
/* 	-webkit-transition: all 0.2s ease; */
/* 	-moz-transition: all 0.2s ease; */
/* 	-ms-transition: all 0.2s ease; */
/* 	-o-transition: all 0.2s ease; */
/* 	transition: all 0.2s ease; */
/* 	vertical-align: middle; */
/* } */
/* #slider * { no transitions for some elements */
/* 	-webkit-transition: none; */
/* 	-moz-transition: none; */
/* 	-ms-transition: none; */
/* 	-o-transition: none; */
/* 	transition: none; */
/* } */
:focus {
	outline: 0;
}
body {
	background: #fff url(images/sandy-background.png) top left repeat;
	line-height: 1;
	/* Silbentrennung */
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after {
	content: "";
}
blockquote {
	background: url(images/quote.png) top left no-repeat;
	min-height: 50px;
}
q { quotes: "\201C" "\201D"; }
q:before { content: open-quote; font-weight: bold; }
q:after { content: close-quote; font-weight: bold; }
a img { border: 0; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

/* Clearfix
----------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	/* display: inline-block; */
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* =Structure
----------------------------------------------- */
#main {
	clear: both;
	padding: 20px;
	-webkit-box-shadow: 0px -2px 5px 0px #000;
	-moz-box-shadow: 0px -2px 5px 0px #000;
	box-shadow: 0px -2px 5px 0px #000;
}
#primary {
	text-align: justify;
}
.right-sidebar #primary {
	float: left;
	margin: 0 3.8% 0 0;
	width: 71.5%;
}
#secondary {
	margin: 0;
	width: 24.7%;
	float: left;
	padding: 1.625em 0 0;
}
.row {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	position:relative;
}

/* Singular */
.singular #content,
.left-sidebar.singular #content {
	margin: 0;
	position: relative;
	width: auto;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 80%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* =Global
----------------------------------------------- */
body, input, textarea {
	color: #373737;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p { margin-bottom: 1.625em; }
ul, ol { margin: 0 0 1.625em 2.5em; }
ul { list-style: square; }
ol { list-style-type: decimal; }
ol ol { list-style: upper-alpha; }
ol ol ol { list-style: lower-roman; }
ol ol ol ol { list-style: lower-alpha; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
dl { margin: 0 1.625em; }
dt { font-weight: bold; }
dd { margin-bottom: 1.625em; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }
blockquote {
	font-style: italic;
	font-weight: normal;
	padding: 0 4em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #eaeaea;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #888;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #eaeaea;
	border: 1px solid #ccc;
	color: #888;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding: 5px;
	text-indent: 10px;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
	background: #fff;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 4px #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 2px 10px 2px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #373737;
	text-decoration: underline;
}
a:hover { color:#cc3300 !important; }

h1 a, h2 a, h3 a { text-decoration: none; }

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eaeaea;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* =Header
----------------------------------------------- */
#branding {
	position: relative;
	z-index: 100;
	padding: 10px 20px;
	-webkit-box-shadow: 0px 0 5px 2px #000;
	-moz-box-shadow: 0px 0 5px 2px #000;
	box-shadow: 0px 0 5px 2px #000;
	min-height:80px;
	background: #fff url(images/sandy-background.png) top left repeat;
}
#branding hgroup {
	margin-right: 3.8%;
	width: 30.75%;
	float: left;
}
#site-title {
	margin-top: 5px;
	font-size: 33px;
	line-height: 33px;
}
#site-title  img {
	max-width: 100%;
	width: auto;
	height: auto;
}
#site-title a {
	color: #3d3d3d;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #cc3300;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
}

/* =Slider
---------------------------------------------------------------*/
#slider {
	position: relative;
	zoom: 1;
	margin: 0;
	position: relative;
	color: #fff;
}
#slider .row { text-align: center; }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
#slider .slides > li { display: none; position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
#slider .slides img { max-width: 100%; display: block; }
.flex-pauseplay span {text-transform: capitalize;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

#slider .slides {zoom: 1;}
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav {
	visibility: hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}
#slider:hover .flex-direction-nav {
	visibility: visible;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1.0;
}
.flex-direction-nav li a {width: 42px; height: 42px; margin: -13px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; z-index: 1000;}
.flex-direction-nav li .next, .flex-direction-nav li .flex-next {background-position: -42px 0; right: 0px;}
.flex-direction-nav li .prev, .flex-direction-nav li .flex-prev {left: 0px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center; z-index:1000;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active, .flex-control-nav li a.flex-active {background-position: 0 -26px; cursor: default;}

#slider .image-slider .talos-headerimage {
	max-width: 100%;
	margin: 10px 0;
}
#branding + .entry-header {
	padding: 20px;
}
.entry-header .wp-post-image, #slider .slides img, .talos-headerimage {
	max-width: 48%;
	height: auto;
	float: right;
	margin: 10px 0 10px 3.8%;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	-moz-box-shadow: 0px 0px 5px 0px #000;
	box-shadow: 0px 0px 5px 0px #000;
}
.talos-headerimage {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.entry-header .entry-teaser,
.entry-header .entry-teaser a {
	text-align: justify;
	color: #ddd;
}
.entry-header .entry-teaser .page-title,
.entry-header .entry-teaser .talos-subheader {
	clear: none;
	padding-top: 0;
	padding-bottom: 0;
	color: #ddd;
}
.entry-teaser .talos-subheader {
	font-size: 18px;
}
.entry-header .entry-teaser .entry-meta {
	clear: none;
}
.entry-header .entry-meta a {
	text-decoration: none;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	display: block;
	margin: 0;
	padding: 0 20px;
	color: #ddd;
}
#access ul {
	font-size: 13px;
	list-style: none;
	padding: 0;
}
#access a {
	color: #ddd;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
#access li {
	float: left;
	position: relative;
	margin: 0 4px 8px 0;
	line-height: 2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#access div.menu ul ul ul {
	left: 100%;
	top: 0;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}
#access_secondary {
	margin: 0 0 0 35.55%;
	position: relative;
}
#access_secondary ul.menu {
	margin: 0;
	list-style: none;
}
#access_secondary ul.menu li {
	float: left;
	margin: 5px 2.5% 0 ;
	width: 20%;
}
@media screen and (max-width: 767px){
	/* make room for search */
	#access .row {
		padding-top: 40px;
	}
	#access li a, #access ul ul {
		float: left;
	}
	#access li {
		margin: 0;
	}
	#access li a {
		background: #555;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin: 0 4px 8px 0;
	}
	#access li li a {
		background: #444;
	}
}
@media screen and (min-width: 768px){
	#access li:hover,
	#access li:active {
		background: #555;
	}
	#access div.menu > ul {
		margin: 0 110px 0 0;
		padding-top: 4px;
	}
	#access ul.children {
		display: none;
		float: left;
		margin: 0;
		position: absolute;
		top: 2em;
		left: 0;
		width: 188px;
		z-index: 99999;
	}
	#access div.menu ul.children li {
		background: #555;
		border-bottom: 1px dotted #444;
		border-radius: 0 0 0 0;
		font-size: 13px;
		font-weight: normal;
		height: auto;
		line-height: 1.2em;
		padding: 10px 10px;
		width: 168px;
		margin: 0
	}
	#access div.menu ul ul li:hover {
		background: #444;
	}
	#access li.has-children:hover,
	#access li.has-children:active {
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
	#access div.menu li:hover > ul {
		display: block;
	}
	#access div.menu > ul > li > ul > li:first-child {
		-webkit-border-radius: 0 5px 0 0;
		-moz-border-radius: 0 5px 0 0;
		border-radius: 0 5px 0 0;
	}
	#access div.menu ul li li:first-child {
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
	#access div.menu ul ul li:last-child {
		border-bottom: 0 none;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
	#access div.menu > ul > li > ul > li:only-child {
		border-bottom: 0 none;
		-webkit-border-radius: 0 5px 5px 5px;
		-moz-border-radius: 0 5px 5px 5px;
		border-radius: 0 5px 5px 5px;
	}
	#access div.menu ul ul li:only-child {
		border-bottom: 0 none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
}
#access_secondary .menu li a {
	color: #3d3d3d;
	min-height: 35px;
	text-decoration: none;
	font-weight: normal;
}
#access_secondary .menu li a:hover, #access_secondary li a:active {
	text-decoration: none;
	outline: medium none;
}
#access_secondary .menu li  a .menu-title {
	display: block;
	font-size: 24px;
	line-height: 30px;
}
#access_secondary .menu li a .menu-subtitle {
	display: block;
	font-size: 14px;
	line-height: 18px;
}

/* Search Form */
#access #searchform {
	position: absolute;
	right: 0;
	top: 6px;
	text-align: right;
	z-index: 1000;
}
#access #searchform div {
	margin: 0;
}
#access #s {
	float: right;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	width: 72px;
	background-color: #555;
	border: 0px;
	-webkit-box-shadow: inset 0px 0px 2px 1px #222;
	-moz-box-shadow: inset 0px 0px 2px 1px #222;
	box-shadow: inset 0px 0px 2px 1px #222;
	color: #ddd;
}
#access #s:focus {
	background-color: #f0f0f0;
	color: #888;
	width: 196px;
	-webkit-box-shadow: inset 0px 0px 1px 1px #222;
	-moz-box-shadow: inset 0px 0px 1px 1px #222;
	box-shadow: inset 0px 0px 1px 1px #222;
}
#access #searchsubmit {
	display: none;
}
#access .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#access .only-search #s {
	background-color: #888;
	border-color: #000;
	color: #222;
}
#access.only-search #s,
#access .only-search #s:focus {
	width: 85%;
}
#access .only-search #s:focus {
	background-color: #bbb;
}
#access .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#access .only-search + #access div {
	padding-right: 205px;
}

/* Header + Footer colors and backgrounds */
#branding + .entry-header, #access {
	color: #ddd;
	background: url(images/bg_dark-grey.png) repeat #3d3d3d;
}
#branding + .entry-header h1,
#branding + .entry-header h2 {
	color: #ddd;
	text-shadow: 0 1px 0 #000;
}

/* =Content
----------------------------------------------- */
.page-title, .page-title a, .single .entry-title {
	font-size: 30px;
	line-height: 38px;
}
.hentry, .no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child, .no-results {
	border-bottom: none;
}
.hentry .wp-post-image {
	float: left;
	margin: 0.5em 1.2em 0.5em 0;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
#content .entry-title {
	font-size: 26px;
	line-height: 1.5em;
	padding-bottom: 0.3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
	border-bottom: 0;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #cc3300;
}
.entry-meta, .entry-meta a {
	color: #888;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
#branding + .entry-header a {text-decoration:none; color: #ddd; }
.single-author .entry-meta .by-author {display: none;}
.entry-content, .entry-summary {padding: 0;}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	margin: 0 0 0.8125em;
}
.entry-content h1 {font-size: 22px;}
.entry-content h2 {font-size: 20px; border-bottom: 1px solid #ddd;}
.entry-content h3,
.comment-content h3 {
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #888;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eaeaea;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #888;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
.more-link {
	padding: 3px 8px;
	background: #eaeaea;
	border-radius: 5px;
	text-decoration: none;
	clear: both;
}
p.read-more {clear:both;}
.talos-read-more {
	margin: 5px 0;
	display: inline-block;
}

/* Images */
.entry-content img,
.comment-content img,
.talos-related-articles img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eaeaea;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
	height: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #888;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #888;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img,
 .hentry .wp-post-image {
	border: 1px solid #ddd;
}
.wp-caption img {
	border-color: #eaeaea;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img,
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img,
a:focus img.wp-post-image,
a:hover img.wp-post-image,
a:active img.wp-post-image {/* Add some useful style to those fancy borders for linked images ... */
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
}
#author-avatar {
	float: left;
	margin-right: -125px;
	margin-top: 10px;
}
#author-avatar img {
	-webkit-box-shadow: 0 0 2px 0 #000;
	-moz-box-shadow: 0 0 2px 0 #000;
	box-shadow: 0 0 2px 0 #000;
}
#author-description {
	float: left;
	margin-left: 145px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eaeaea url(images/comment-bubble.png) no-repeat;
	color: #888;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/* Related Posts */
.talos-related-articles p {
	margin-bottom: 0;
}
.related-article-header {
	text-decoration: none;
	font-weight: bold;
}
.related-article-subheader {
	display: block;
	font-weight: bold;
	font-size: 0.85em;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector, and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #888;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	position: relative;
}
.singular .entry-header .entry-meta {
	padding-right: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}

/* Short Codes
----------------------------------------------*/
/* Download Buttons + Comment Submit Button */
.talos-button, #respond input#submit {
	margin: 10px;
	border-radius: 5px;
	border: 1px solid #808080;
	padding: 2px;
	-webkit-box-shadow: 0 0 3px 0 rgba(125,125,125,0.5), inset 0 0 0 2px #ccc;
	-moz-box-shadow: 0 0 3px 0 rgba(125,125,125,0.5), inset 0 0 0 2px #ccc;
	box-shadow: 0 0 3px 0 rgba(125,125,125,0.5), inset 0 0 0 2px #ddd;
	display: inline-block;
}
.talos-button:hover, #respond input#submit:hover {
	-webkit-box-shadow: inset 0 0 0 2px #ddd;
	-moz-box-shadow: inset 0 0 0 2px #ddd;
	-ms-box-shadow: inset 0 0 0 2px #ddd;
	box-shadow: inset 0 0 0 2px #ddd;
}
.talos-button:active, #respond input#submit:active {
	border: 1px solid #b3b3b3;
}
.talos-button a {
	display: block;
	padding: 0 0 0 50px;
	background: #ddd;
	background: -webkit-linear-gradient(top, #ececec, #ddd);
	background: -moz-linear-gradient(top, #ececec, #ddd);
	background: -o-linear-gradient(top, #ececec, #ddd);
	background: -ms-linear-gradient(top, #ececec, #ddd);
	background: linear-gradient(top, #ececec, #ddd);
	filterrogidXImageTransform.Microsoft.gradient(GradientType, startColorstr='#ececec', endColorstr='#dddddd'); /* IE 7 */
	-ms-filterrogidXImageTransform.Microsoft.gradient(GradientType, startColorstr='#ececec', endColorstr='#dddddd'); /* IE 8 */
	border-radius: 4px;
}
.talos-button a, .talos-button a:hover, .talos-button a:active {
	text-decoration:none;
	color: #373737;
}
.talos-button > a > span {
	padding: 15px;
	border-radius: 0 3px 3px 0;
	display: block;
	font-size: 18px;
	line-height:100%;
	background: #fff;
	background: -webkit-linear-gradient(top , #fff, #f0f0f0);
	background: -moz-linear-gradient(top , #fff, #f0f0f0);
	background: -o-linear-gradient(top , #fff, #f0f0f0);
	background: -ms-linear-gradient(top , #fff, #f0f0f0);
	background: linear-gradient(top , #fff, #f0f0f0);
	filterrogidXImageTransform.Microsoft.gradient(GradientType, startColorstr='#ffffff', endColorstr='#f0f0f0'); /* IE 7 */
	-ms-filterrogidXImageTransform.Microsoft.gradient(GradientType, startColorstr='#ffffff', endColorstr='#f0f0f0'); /* IE 8 */
}
.talos-button a span em {
	font-size: 14px;
}
.button-download {
	width: 100%;
	max-width: 280px;
	position: relative;
	display: block;
	text-align:left;
	background: #ddd;
	background: -webkit-linear-gradient(top, #ececec, #ddd);
	background: -moz-linear-gradient(top, #ececec, #ddd);
	background: -o-linear-gradient(top, #ececec, #ddd);
	background: -ms-linear-gradient(top, #ececec, #ddd);
	background: linear-gradient(top, #ececec, #ddd);
	filterrogidXImageTransform.Microsoft.gradient(GradientType, startColorstr='#ececec', endColorstr='#dddddd'); /* IE 7 */
	-ms-filterrogidXImageTransform.Microsoft.gradient(GradientType, startColorstr='#ececec', endColorstr='#dddddd'); /* IE 8 */
}
.button-download a {
	padding-left: 75px;
	background:url(images/button-download.png) 20px 45% no-repeat;
}
.button-download a.type-pdf {background:url(images/button-pdf.png) 18px 45% no-repeat;}
.button-download a.type-link {background:url(images/button-link.png) 20px 45% no-repeat;}
.button-download a.type-doc {background:url(images/button-doc.png) 20px 45% no-repeat;}
.button-download a.type-image {background:url(images/button-image.png) 20px 45% no-repeat;}
.button-download a.type-archive {background:url(images/button-archive.png) 20px 45% no-repeat;}
.button-download a.type-audio {background:url(images/button-audio.png) 20px 45% no-repeat;}
.button-download a.type-video {background:url(images/button-video.png) 20px 45% no-repeat;}

.talos-button.button-red a {
	background: #cc3333;
	background: -webkit-linear-gradient(top , #cc3333, #bb3333);
	background: -moz-linear-gradient(top , #cc3333, #bb3333);
	background: -o-linear-gradient(top , #cc3333, #bb3333);
	background: -ms-linear-gradient(top , #cc3333, #bb3333);
	background: linear-gradient(top , #cc3333, #bb3333);
	filterrogidXImageTransform.Microsoft.gradient(GradientType, startColorstr='#cc3333', endColorstr='#bb3333'); /* IE 7 */
	-ms-filterrogidXImageTransform.Microsoft.gradient(GradientType, startColorstr='#cc3333', endColorstr='#bb3333'); /* IE 8 */
}
.talos-button.button-blue a {
	background: #6699ff;
	background: -webkit-linear-gradient(top , #6699ff, #5488f0);
	background: -moz-linear-gradient(top , #6699ff, #5488f0);
	background: -o-linear-gradient(top , #6699ff, #5488f0);
	background: -ms-linear-gradient(top , #6699ff, #5488f0);
	background: linear-gradient(top , #6699ff, #5488f0);
	filterrogidXImageTransform.Microsoft.gradient(GradientType, startColorstr='#6699ff', endColorstr='#5488f0'); /* IE 7 */
	-ms-filterrogidXImageTransform.Microsoft.gradient(GradientType, startColorstr='#6699ff', endColorstr='#5488f0'); /* IE 8 */
}
.talos-button.button-yellow a {
	background: #ffff99;
	background: -webkit-linear-gradient(top , #ffff99, #eeee99);
	background: -moz-linear-gradient(top , #ffff99, #eeee99);
	background: -o-linear-gradient(top , #ffff99, #eeee99);
	background: -ms-linear-gradient(top , #ffff99, #eeee99);
	background: linear-gradient(top , #ffff99, #eeee99);
	filterrogidXImageTransform.Microsoft.gradient(GradientType, startColorstr='#ffff99', endColorstr='#eeee99'); /* IE 7 */
	-ms-filterrogidXImageTransform.Microsoft.gradient(GradientType, startColorstr='#ffff99', endColorstr='#eeee99'); /* IE 8 */
}
.talos-button.button-green a {
	background: #66cc66;
	background: -webkit-linear-gradient(top , #66cc66, #55bf55);
	background: -moz-linear-gradient(top , #66cc66, #55bf55);
	background: -o-linear-gradient(top , #66cc66, #55bf55);
	background: -ms-linear-gradient(top , #66cc66, #55bf55);
	background: linear-gradient(top , #66cc66, #55bf55);
	filterrogidXImageTransform.Microsoft.gradient(GradientType, startColorstr='#66cc66', endColorstr='#55bf55'); /* IE 7 */
	-ms-filterrogidXImageTransform.Microsoft.gradient(GradientType, startColorstr='#66cc66', endColorstr='#55bf55'); /* IE 8 */
}
@media handheld, only screen and (max-width: 1000px) {
	.button-download.alignleft,
	.button-download.alignright {
		float:none;
		clear: both;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/* Highlight */
.talos-highlight {
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	border-radius: 0.3em;
	color:#fff;
	padding:0 0.4em;
	background:#ffff99;
	color:#000;
}
.highlight-red, .highlight-blue, .highlight-green, .highlight-grey, .highlight-black {
	color:#fff;
}
.highlight-red {
	background:#ff0000;
}
.highlight-blue {
	background:#5488F0;
}
.highlight-green {
	background:#339933;
}
.highlight-yellow {
	background:#ffff99;
	color:#000;
}
.highlight-grey {
	background:#9b9b9b;
}
.highlight-black {
	background:#252525;
}

/* Tooltips */
.talos-tooltip {
	position: relative;
	border-bottom: 1px dotted #C20;
	cursor: help;
}
.talos-tooltip .tooltip-description {
	opacity: 0;
	margin-top: -10px;
	visibility: hidden;
	margin-left: -65px;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	color: #000;
	visibility: hidden;
	position: absolute;
	bottom: 25px;
	left: 50%;
	z-index: 20000;
	width: 250px;
	margin-left: -127px;
	padding: 10px;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 1px 0px #c5c5c5;
	-moz-box-shadow: 0px 1px 1px 0px #c5c5c5;
	box-shadow: 0px 1px 1px 0px #c5c5c5;
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #fcfcfc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#fcfcfc));
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#fcfcfc 100%);
	background: -o-linear-gradient(top,  ##f0f0f0 0%,#fcfcfc 100%);
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#fcfcfc 100%);
	background: linear-gradient(top,  #f0f0f0 0%,#fcfcfc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fcfcfc',GradientType=0 );
}
.talos-tooltip .tooltip-description > span {
	border: 0px;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	bottom:-7px;
	left:30px;
	background: #fcfcfc;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-shadow: inset -1px 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-o-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	display /*\**/: none\9;
	*display: none !important;
	*display: none;
}
.talos-tooltip:hover .tooltip-description {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	margin-top: 30px;
	display: inline;
	margin-left: -40px;
}

/* Divider */
hr.talos-divider {
	margin: 20px 0;
}
hr.type-thin {
	border: 0;
	height: 1px;
	background: #333;
	background-image:-webkit-linear-gradient(left, #eee, #777, #eee);
	background-image:-moz-linear-gradient(left, #eee, #777, #eee);
	background-image:-ms-linear-gradient(left, #eee, #777, #eee);
	background-image:-o-linear-gradient(left, #eee, #777, #eee);
}
hr.type-small {
	border: 0;
	height: 1px;
	background: #333;
	margin: 0 20%;
	background-image:-webkit-linear-gradient(left, #eee, #777, #eee);
	background-image:-moz-linear-gradient(left, #eee, #777, #eee);
	background-image:-ms-linear-gradient(left, #eee, #777, #eee);
	background-image:-o-linear-gradient(left, #eee, #777, #eee);
}
hr.type-thick {
	border: 0;
	height: 2px;
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:-moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:-ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:-o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
hr.type-dash {
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #999;
}

/* Dropcap */
.talos-dropcap:first-letter {
	float: left;
	font-size: 360%;
	line-height: 0.85em;
	margin: 0.12em 0.03em -0.25em 0;
	color: #777;
}

/* Styled Boxes */
.styled-box {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #808080;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	text-align: left;
	text-shadow: 0 1px 0 #fff;
}
.box-color-red {
	background: #ff6666;
	color: #fff;
}
.box-color-green {
	background: #55BF55;
	color: #fff;
}
.box-color-blue {
	background: #5488F0;
	color: #fff;
}
.box-color-yellow {
	background: #ffff99;
}
.box-type-alert, .box-type-warning, .box-type-info, .box-type-note {
	padding-left: 80px;
}
.box-type-alert {
	background: url(images/alert-box.png) 20px center no-repeat #ffe4e4;
	border: 3px solid #CC3333;
}
.box-type-warning {
	background: url(images/warning-box.png) 20px center no-repeat #ffffc8;
	border: 3px solid #ffd43d;
}
.box-type-info {
	background: url(images/info-box.png) 20px center no-repeat #d4ffce;
	border: 3px solid #55BF55;
}
.box-type-note {
	background: url(images/note-box.png) 20px center no-repeat;
}

/* Latest News -------------*/
/* Shortcode */
ul.latest-news-loop {
	margin: 0;
	list-style: none;
	display: block;
}
ul.latest-news-loop li,
.page-template-page-news-php .hentry,
.tax-news-categories .hentry {
	width: 48%;
	float: left;
	margin-right: 3.8%;
	margin-bottom: 1em;
	border-bottom: none;
}
ul.latest-news-loop li img.attachment-news {
	float: left;
	margin: 0.3em 1em 1em 0;
}
ul.latest-news-loop li img.attachment-news + br {
	display: none;
}
ul.latest-news-loop li h3 {
	display: inline;
	text-transform: none;
	font-size: 100%;
	line-height: inherit;
	font-weight: bold;
}

/* Latest Posts */
.latest-post-loop {
	margin: 0;
	list-style: none;
}
.latest-post-loop h3 {
	font-weight: bold;
	text-decoration: none;
}

/* Loop */
.page-template-page-news-php .hentry {
	padding: 0 !important;
}
.page-template-page-news-php .hentry .entry-content {
	padding:0;
}
article.news .wp-post-image {
	margin: 0.5em 1.2em 0 0;
}
article.news .talos-subheader {
	display:inline;
	font-size: 1.2em;
	text-transform: none;
}
article.news h3.talos-subheader:after { content: ''; display:block;}

/* Column Shortcodes */
.talos-column {
	float: left;
	position: relative;
	margin-right: 3.8%;
	margin-bottom: 1.625em;
}
.talos-column + .last { margin-right: 0; }
.column-one_half{width: 48%;}
.column-one_third{width: 30.75%;}
.column-two_third{width: 65.3%;}
.column-one_fourth{width: 22.05%;}
.column-three_fourth{width: 74.05%;}
.column-one_sixth{width: 13.45%;}
.column-five_sixth{width: 86.25%;}
.column-last{margin-right: 0 !important; clear:right;}
.column-clearboth {clear: both; display: block; font-size: 0; height: 0; line-height: 0; width: 100%;}

/* Portfolio
----------------------------------------------- */
/* Short Code */
ul.portfolio-loop {
	margin: 0;
	list-style: none;
	display: block;
}
ul.portfolio-loop li {
	width: 22.05%;
	margin-right: 3.8%;
	margin-bottom: 1.625em;
	float: left;
	position: relative;
	line-height: 1em;
}
ul.portfolio-loop li img {
	max-width: 100%;
}
ul.portfolio-loop li  a + .portfolio-title {
	position: absolute;
	bottom: 6px;
	width: 100%;
	display: block;
}
ul.portfolio-loop li a + .portfolio-title a {
	position: relative;
	padding: 5px 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	text-decoration: none;
}
ul.portfolio-loop .wp-post-image {
	float: none;
	margin: 0 0 0 -1px;
	padding: 0;
}
ul.portfolio-loop li a {
	display: block;
}

/* Portfolio Loop */
.page-template-page-portfolio-php.page article.portfolio,
.tax-portfolio-types article.portfolio {
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	width: 48%;
	margin-right: 3.8%;
	margin-bottom: 1.625em;
	line-height: 1em;
	float: left;
	border-bottom: 0 none;
}
.page-template-page-portfolio-php article.portfolio img,
.tax-portfolio-types article.portfolio img {
	float: none;
	margin: 0 auto;
	padding: 0;
	display:block;
	max-width: 100%;
}
.page article.portfolio .entry-content,
.tax-portfolio-types article.portfolio .entry-content {
	margin:0 5%;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	text-align: justify;
	width: auto;
}
.page-template-page-portfolio-php #content article.portfolio .entry-title,
.tax-portfolio-types #content article.portfolio .entry-title {
	font-size: 100%;
	margin: 0 0 10px 0;
	padding: 0.8em 0 0.5em 0;
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	font-weight: bold;
}
.page article.portfolio .entry-content a.talos-read-more,
.tax-portfolio-types article.portfolio .entry-content a.talos-read-more {
	display: block;
	text-decoration: none;
	margin: 10px 30px 0;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.page article.portfolio .entry-content a.talos-read-more:hover,
.page article.portfolio .entry-content a.talos-read-more:active,
.tax-portfolio-types article.portfolio .entry-content a.talos-read-more:hover,
.tax-portfolio-types article.portfolio .entry-content a.talos-read-more:active {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
@media screen and (min-width: 768px) {
	.page-template-page-portfolio-php.page article.portfolio,
	.tax-portfolio-types article.portfolio {
		padding: 0;
		overflow: hidden;
		position: relative;
		text-align: center;
		-webkit-box-shadow: 1px 1px 2px #a6a6a6;
		-moz-box-shadow: 1px 1px 2px #a6a6a6;
		box-shadow: 1px 1px 2px #a6a6a6;
		cursor: default;
		width: 22.05%;
	}
	.talos-column.last + .talos-column {
		clear: both;
	}
	.page-template-page-portfolio-php article.portfolio img,
	.tax-portfolio-types article.portfolio img
	.page article.portfolio .entry-content,
	.tax-portfolio-types article.portfolio .entry-content {
		-webkit-transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		-ms-transition-duration: 0.5s;
		transition-duration: 0.5s;
		border: 0 none;
	}
	.page-template-page-portfolio-php article.portfolio:hover img,
	.tax-portfolio-types article.portfolio:hover img {
		opacity: 0.3;
	}
	.page article.portfolio .entry-content,
	.tax-portfolio-types article.portfolio .entry-content {
		width: 90%;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	html.ie8 .page article.portfolio .entry-content,
	html.ie8 .tax-portfolio-types article.portfolio .entry-content {
		position: relative;
		width: 100%;
		margin: 0;
	}
	.page article.portfolio:hover .entry-content,
	.tax-portfolio-types article.portfolio:hover .entry-content {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	 	opacity: 1;
	}
}
.talos-portfolio-labels, .talos-news-categories {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0 0 1.625em 0;
}
.talos-portfolio-labels li, .talos-news-categories li {
	display: inline-block;
	margin: 10px 20px;
	border-radius: 5px;
	padding: 0 10px;
	color: #fff;
	background: #3d3d3d;
}
.talos-portfolio-labels li:hover, .talos-news-categories li:hover,
.talos-portfolio-labels li:active, .talos-news-categories li:active  {
	background: #555;
}
.talos-portfolio-labels li a, .talos-news-categories li a {
	color: #fff;
	text-decoration: none;
}
/* Portfolio Single View */
.single div[class*="content-portfolio-"] {
	width:48%;
}
.single .content-portfolio-main {
	float: left;
	margin: 0 3.8% 0 0;
}
.single .content-portfolio-side {
	float:right;
}

/* =Aside
----------------------------------------------- */
.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}

/* =Link
----------------------------------------------- */
.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}

/* =Gallery
----------------------------------------------- */
.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}

/* =Status
----------------------------------------------- */
.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}

/* =Quote
----------------------------------------------- */
.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}

/* =Image
----------------------------------------------- */
.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}

/* =error404
----------------------------------------------- */
.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 0 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* =Showcase
----------------------------------------------- */
h1.showcase-heading {
	color: #888;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #888;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eaeaea;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eaeaea;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eaeaea;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: inline-block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* =Navigation
-------------------------------------------------------------- */
#content nav {
	clear: both;
/* 	overflow: hidden; */
	margin: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: 45%;
}
#nav-single .nav-previous a,
#nav-single .nav-next a {
	text-decoration:none;
}
#nav-single .nav-previous .nav-previous-image-title,
#nav-single .nav-next .nav-next-image-title {
	display:inline-block;
	border-top:1px solid #ddd;
	padding-top:5px;
	width:100%;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-next a {
	margin-left: 0.5em;
}

/* Breadcrumbs */
.talos-breadcrumb {
	font-size:0.85em;
	padding: 0 0 0.5em 0;
}
.talos-breadcrumb, .talos-breadcrumb a {color:#888;}

/* =Widgets
----------------------------------------------- */
.widget-area {
	font-size: 14px;
}
.widget {
	clear: both;
	margin: 0 0 2em;
	padding: 0 0 1.5em;
}
#secondary .widget {
	border-bottom: 1px solid #DDDDDD;
}
#secondary .widget:last-child {
	border-bottom: none;
}
.widget-title {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Yanone Kaffeesatz',Helvetica,Arial,sans-serif;
	letter-spacing: 0.1em;
	line-height: 2.4em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
.widget ul {
	margin: 0;
	list-style: none;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
}
.widget a {
	text-decoration: none;
}
.widget a:hover, {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_talos_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_talos_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_talos_ephemera .comments-link a,
.widget_talos_ephemera .comments-link > span {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_talos_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Recent Post Widget */
.talos_recent_posts ul {
	list-style: none;
	margin: 0;
}
.talos_recent_articles ul img.wp-post-image {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-right: 10px;
}

/* Social Profiles Widget */
.widget.social_profiles_sidebar ul {
	list-style: none;
	margin: 0;
}
.widget.social_profiles_sidebar ul .social-profiles-sidebar-profileicon a {
	margin: 0 8px 0 3px;
}
/* Tweetview Widget */
#tweetview_tweetlist li.tweet {
	border-top: 1px dotted #ddd;
	padding: 1em 0;
}
#tweetview_tweetlist li.tweet:first-child {
	border-top: 0 none;
	padding-top: 0;
}

/* About the Author Widget */
.talos-author-profile img {
	float: left;
	margin: 0 10px 10px 0;
}
.talos-author-profile .author-name {
	color: #373737;
	display: block;
}

/* =Comments
----------------------------------------------- */
#comments-title, #ping-trackback-title, .talos-related-articles h3 {
	color: #888;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 1.3em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.pinglist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.pinglist .pingback .comment-body {
	font-size: 12px;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {}
.comment-meta .fn {
	font-style: normal;
	display: block;
}
.comment-meta {
	color: #888;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px #a6a6a6;
	-moz-box-shadow: 1px 1px 2px #a6a6a6;
	box-shadow: 1px 1px 2px #a6a6a6;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eaeaea;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #888;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #eaeaea;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #eaeaea;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.pinglist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment,
.talos-contact-form .field {
	position: relative;
}
#respond label {
	color: #555;
	font-weight: bold;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	position: relative;
	z-index: 1;
	line-height: 2.2em;
}
#respond label em {
	font-weight: normal;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea,
.talos-contact-form textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 77%;
	position: absolute;
	top: 30px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: 0 0 10px;
}
#respond input#submit {
	cursor: pointer;
	font-size: 15px;
	padding: 10px 22px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond #cancel-comment-reply-link {
	color: #888;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}

/* Comment Social Icons */
.comment-author-profiles ul {
	margin-left: 0;
}
.comment-author-profiles li {
	list-style: none;
	display: inline;
}
.comment-author-profiles li a {
	background: url(images/comment-social-icons.png) 0 0 no-repeat;
	display: inline-block;
	height: 20px;
	width: 20px;
	text-indent: -1000px;
	overflow: hidden;
	margin-right: 5px;
}
.comment-author-profiles li a.comment-author-facebook {
	background-position: 0 -20px;
}
.comment-author-profiles li a.comment-author-googleplus {
	background-position: 0 -40px;
}

/* Pagination */
.talos-pagination ul.page-numbers {
	list-style: none;
	margin: 0;
	text-align: center;
}
.talos-pagination ul.page-numbers li, .page-link a {
	display: inline;
	margin: 0 0.5em;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a, .talos-pagination ul.page-numbers li a {
	background: #eaeaea;
	color: #373737;
	padding: 2px 6px;
	text-decoration: none;
}
.page-link a:hover, .talos-pagination ul.page-numbers li a:hover {
	background: #888;
	color: #fff;
}
.page-link span {
	margin-right: 6px;
}

/* =Footer
----------------------------------------------- */
#colophon {
	width: 100%;
	clear: both;
	background:	#3d3d3d url(images/bg_dark-grey.png) repeat fixed;
	overflow: hidden;
}
#colophon .inner-row {
	padding: 10px 20px;
}
#colophon .footer-shadow {
	padding: 20px 20px 0;
	-moz-box-shadow: inset 0  7px 7px -7px #000;
	-webkit-box-shadow: inset 0  7px 7px -7px #000;
	 box-shadow: inset 0  7px 7px -7px #000;
}
#colophon a,
#colophon .widget-title,
#colophon .widget_calendar #wp-calendar caption {
	color: #ddd;
}
#supplementary {
	overflow: hidden;
}
#supplementary .widget-area {
	float: left;
	margin-right: 3.8%;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	width: 30.75%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Four Footer Widget Areas */
#supplementary.four .widget-area {
	width: 22.05%;
}
#supplementary.four .widget-area + .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	color: #ddd;
	padding: 0 0 20px;
	font-size: 12px;
	line-height: 2.2em;
	text-align: right;
}
#site-generator .footer-copyright {
	margin-left: 20px;
}
#site-generator .talos-copyright {
	float: left;
}
#site-generator a {
	color: #ddd;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}
.back-to-top {
	background: url(images/to-top.png) no-repeat;
	width: 32px;
	height: 33px;
	text-indent: -9999em;
	display: block;
	margin:0 auto 10px;
	text-align: left;
}

/* =Contact Form
----------------------------------------------- */
.talos-contact-form .field {margin-bottom:1.625em;}
.talos-contact-form .field label { vertical-align:top; color: #555; font-weight: bold; display: inline-block; font-size: 13px; left: 4px; position: relative; line-height: 2.2em; }
.talos-contact-form .field textarea {height:15em;}
.talos-contact-form .form-submit {float:right; margin:0 0 10px;}
.talos-contact-form input[type="text"] {display: block; height: 24px; width: 50%;}
.talos-contact-form .form-submit input.submit {cursor:pointer; font-size:15px; padding:10px 22px; text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3); border: 1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:0 0 3px 0 rgba(125, 125, 125, 0.5), 0 0 0 2px #DDDDDD inset; display:inline-block; margin:10px;}
.talos-contact-form .form-submit input.submit:hover {box-shadow:0 0 0 2px #ddd inset;}
.talos-contact-form .form-submit input.submit:active {border:1px solid #b3b3b3;}
.talos-contact-form .required { color: #BD3500; font-size: 22px; font-weight: bold; margin-left: 10px; line-height: 22px; }

/* =Responsive Structure
----------------------------------------------- */
/* Smaller screens */
@media only screen and (max-width: 1023px) {

	body {
	font-size: 0.8em;
	line-height: 1.5em;
	}

}
@media handheld, only screen and (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		/* margin: 0 7.6%; */
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #primary, #main #secondary {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.row, body, #main {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	.comment-author-profiles {
		margin-top: 10px;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.pinglist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}

	#site-generator {
		text-align: center;
	}
	#site-generator .talos-copyright {
		float: none;
		display: block;
	}

	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}

	/* Navigation Full Width */
	#access_secondary {
		margin: 0;
		padding: 10px 0;
		clear:both;
	}
	#access_secondary ul#menu-secondary li:first-child {
		margin-left:0;
	}
	#branding hgroup {
		width:auto;
	}

	/* Column Short Code 50% Columns */
	.talos-column {width:48%;}
	.talos-column + .talos-column {margin-right:0;}
	.talos-column + .talos-column + .talos-column  {margin-right:3.8%;}
	.talos-column + .talos-column + .talos-column + .talos-column {margin-right:0;}
	.talos-column + .talos-column + .talos-column + .talos-column + .talos-column  {margin-right:3.8%;}
	.talos-column + .talos-column + .talos-column + .talos-column + .talos-column + .talos-column  {margin-right:0%;}

	/* Other Columns (Latest Articles, Related Posts, ...)*/
	.talos-column {width:48%;}
	.talos-column.even {margin-right:0;}
	.talos-column.odd {margin-right:3.8% !important; clear: left;}

}
@media screen and (max-width: 767px) {
	/* @media (max-width: 767px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
		margin: 0;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"],
	.talos-contact-form input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 98%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}
	.single .entry-header {
		text-align:center;
	}
	.single .entry-header .entry-teaser {
		text-align:left;
	}
	.single .entry-header .wp-post-image, #slider .slides img {
		float: none;
		margin: 10px auto 20px;
		max-width: 95%;
	}

	/* Slider Arrows visible */
	#slider .flex-direction-nav {
		visibility: visible;
		opacity: 1;
	}

	/* Portfolio */
	.page-template-page-portfolio-php.page article.portfolio.even {
		margin-right: 0;
	}
	.page-template-page-portfolio-php.page article.portfolio.odd {
		clear: left;
	}

	.single div[class*="content-portfolio-"] {
		width:100%;
	}
	.single .content-portfolio-main {
		float: none;
		margin: 0 3.8% 0 0;
	}
	.single .content-portfolio-side {
		float:none;
	}

	/* news loop full width */
	.page-template-page-news-php .hentry {
		width:100%;
		float:none;
		margin:0 !important;
		clear: both;
		float: none;
	}
}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}
	/* search field below navigation */
	#branding .row {
		padding-bottom: 36px;
		position:relative;
	}
	#branding #searchform {
		bottom: 5px;
		left: 0;
		right: auto;
		display:block;
		width:85%;
	}
	#branding #s {
		width: 50%;
		float: left;
		text-align: left;
	}
	#branding #s:focus {
		width: 100%;
		float: left;
	}
	#branding hgroup {
		float: none;
		width: 100%;
	}
	#branding #site-title img {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#access_secondary ul.menu li {
		width: 100%;
	}
	/* column shortcodes and latest news full width */
	.talos-column, ul.latest-news-loop li, .page-template-page-news-php .hentry {
		width:100%;
		float:none;
		margin:0 !important;
		clear: both;
		float: none;
	}
	ul.portfolio-loop li  {
		width: 48%;
	}
	ul.portfolio-loop li.odd {
		clear:left;
	}
	ul.portfolio-loop li.even {
		margin-right:0;
	}

	/* Slider Arrows Position */
	.flex-direction-nav li a {
		top: 100px;
	}

	#access_secondary ul#menu-secondary li {
		margin: 5px 0;
		width: 100%;
	}

	/* Portfolio */
	.page-template-page-portfolio-php.page article.portfolio,
	.tax-portfolio-types article.portfolio {
		width: 100%;
		margin-right: 0;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}

/* =Print
----------------------------------------------- */
@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #888;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #888;
	}

}

/* =IE7
----------------------------------------------- */
#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =Plugins
----------------------------------------------- */
/**
 * Talos Plugins
 */
/* Twitter Blockquotes */
blockquote.twitter-blockquote {background:url(images/tweet-quote.png) 10px top no-repeat; min-height:50px;}
.tweet-author-name {position:relative; text-decoration:underline;}
.tweet-author-name .tweet-author-info {
	font-style:normal;
	text-align:left;
	opacity:0;
	margin-top:-10px;
	visibility:hidden;
	margin-left:-65px;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	color:#000;
	visibility:hidden;
	position:absolute;
	bottom:25px;
	left:50%;
	z-index:20000;
	min-width:250px;
	margin-left:-127px;
	padding:10px;
	border:1px solid #bbb;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0px 1px 1px 0px #c5c5c5;
	-moz-box-shadow:0px 1px 1px 0px #c5c5c5;
	box-shadow:0px 1px 1px 0px #c5c5c5;
	background:#f3f3f3; /* Old browsers */
	background:-moz-linear-gradient(top,  #f0f0f0 0%, #fcfcfc 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#fcfcfc));
	background:-webkit-linear-gradient(top,  #f0f0f0 0%,#fcfcfc 100%);
	background:-o-linear-gradient(top,  ##f0f0f0 0%,#fcfcfc 100%);
	background:-ms-linear-gradient(top,  #f0f0f0 0%,#fcfcfc 100%);
	background:linear-gradient(top,  #f0f0f0 0%,#fcfcfc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fcfcfc',GradientType=0 );
}
.tweet-author-name .tweet-author-info > span {
	border:0px;
	border-bottom:1px solid #bbb;
	border-right:1px solid #bbb;
	width:11px;
	height:11px;
	display:block;
	position:absolute;
	bottom:-7px;
	left:30px;
	background:#fcfcfc;

	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);

	-webkit-box-shadow:inset -1px 1px 0 #fff;
	-moz-box-shadow:inset 0 1px 0 #fff;
	-o-box-shadow:inset 0 1px 0 #fff;
	box-shadow:inset 0 1px 0 #fff;

	display /*\**/:none\9;
	*display:none !important;
	*display:none;
}
.tweet-author-name:hover .tweet-author-info {
	opacity:1;
	visibility:visible;
	overflow:visible;
	margin-top:30px;
	display:inline;
	margin-left:-40px;
}

/* Social Impact Widget */
.talos-social-impact {margin:10px; border-radius:5px; border:1px solid #808080; padding:2px; max-width:250px; -webkit-box-shadow:0 0 3px 0 rgba(125,125,125,0.5), inset 0 0 0 2px #ccc; -moz-box-shadow:0 0 3px 0 rgba(125,125,125,0.5), inset 0 0 0 2px #ccc; box-shadow:0 0 3px 0 rgba(125,125,125,0.5), inset 0 0 0 2px #ddd;}
.talos-social-impact:hover {-webkit-box-shadow:inset 0 0 0 2px #ddd; -moz-box-shadow:inset 0 0 0 2px #ddd; -ms-box-shadow:inset 0 0 0 2px #ddd; box-shadow:inset 0 0 0 2px #ddd;}
.talos-social-impact:active {border:1px solid #b3b3b3;}
.talos-social-impact a {display:block; padding:0 0 0 58px; background:#ececec; background:-webkit-linear-gradient(top, #ececec, #ddd); background:-moz-linear-gradient(top, #ececec, #ddd); background:-o-linear-gradient(top, #ececec, #ddd); background:-ms-linear-gradient(top, #ececec, #ddd); background:linear-gradient(top, #ececec, #ddd); border-radius:4px;}
.talos-social-impact .social-impact-count {font-size:14px;}
.talos-social-impact a, .talos-social-impact a:hover, .talos-social-impact a:active {text-decoration:none; color:#373737;}
.talos-social-impact > a > span {padding:10px; border-radius:0 3px 3px 0; display:block; background: #fff; font-size:18px; line-height:100%; background:-webkit-linear-gradient(top , #fff, #f0f0f0); background:-moz-linear-gradient(top , #fff, #f0f0f0); background:-o-linear-gradient(top , #fff, #f0f0f0); background:-ms-linear-gradient(top , #fff, #f0f0f0); background:linear-gradient(top , #fff, #f0f0f0); filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#f0f0f0'); /* IE 7 */ -ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#f0f0f0'); /* IE 8 */}
.talos-social-impact a span em {font-size:14px;}
.talos-social-impact {background:-webkit-linear-gradient(top, #ececec, #ddd); background:-moz-linear-gradient(top, #ececec, #ddd); background:-o-linear-gradient(top, #ececec, #ddd); background:-ms-linear-gradient(top, #ececec, #ddd); background:linear-gradient(top, #ececec, #ddd); filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ececec', endColorstr='#dddddd'); /* IE 7 */ -ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ececec', endColorstr='#dddddd'); /* IE 8 */}
.talos-social-impact a{background:url(images/social-impact.png) no-repeat;}
.talos-social-impact.twitter a {background-position:0 50%;}
.talos-social-impact.googleplus a {background-position:-58px 50%;}
.talos-social-impact.facebook a {background-position:-115px 50%;}
.talos-social-impact.feedburner a {background-position:-173px 50%;}

/**
 * Shortcodes
 */
/* Latest Blog Article */
/* .latest-post-loop .talos-column {height:405px;} */
.latest-post-loop .talos-column img.attachment-related-article {max-height:115px;}

/**
 * Extern but supported Plugins
 */
/* CodeColorer */
.codecolorer-container td.line-numbers {width: 23px;}
.codecolorer-container table {margin: 0;}
.codecolorer, .codecolorer *, .codecolorer-container, .codecolorer-container * {font-family:Monaco,Lucida Console,monospace;}

/* Comment Form Quicktags */
#ed_toolbar {clear:both;}

/* 2-Click Buttons */
.social_share_privacy .dummy_btn img { vertical-align: top; }
