<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Atomic (v1)
Author: Ioannis Belegrinis, Atomic Orange
Author URI: http://atomicorange.gr
Description: Theme for Artracks Recording Studios
Version: 1.0
License: Copyright (c) 2012 Ioannis Belegrinis
*/

/* =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: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0 20px;
}
#page {
	margin: 0 auto;
	max-width: 1000px;
}
#branding hgroup {
	margin: 0 0;
}
#access div {
	margin: 0 0;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0;
	width: auto;
	position: relative;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}

/* Singular */
.singular #primary {
	margin: 0;
}
.singular .entry-content {
	padding-top: 0px;
}
.singular footer.entry-meta {
	width: 48%;
	padding-right: 2%;
	clear: both;
	padding-top: 10px;
}


.entry-content .wp-caption {
	width: 495px !important;
	float: left;
    margin-right: 5px;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
.entry-content .wp-caption img {
    height: auto;
    width: 485px;
}
.entry-content .wp-caption .caption-link {
	display: block;
	padding: 5px;
	background-color: #900;
	line-height: 1px;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;
}
.entry-content .wp-caption .caption-link:hover {
	background-color: #000;
}
.wp-caption-text {
    color: #990000;
    margin-bottom: 100px;
    margin-left: 8px;
    margin-top: -95px;
    text-align: center;
  -webkit-transition: all 0.4s ease-out; 
     -moz-transition: all 0.4s ease-out; 
       -o-transition: all 0.4s ease-out; 
          transition: all 0.4s ease-out;
}
.wp-caption-text a {
	color: #FFFFFF;
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    padding: 1px 6px;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    width: 95%;
}
.wp-caption-text a:hover {
	text-decoration: none;
	
}
.wp-caption-text a em {
	line-height: 1.5;
	display: block;
	font-size: 14px;
    font-style: normal;
    letter-spacing: 0.3px;
}

.home .entry-content .wp-caption {
    margin: 0 auto;
	float: none;
	width: 505px;
}

.page-id-1685 .wp-caption-text,
.page-id-8 .wp-caption-text {
    margin-bottom: 110px;
    margin-left: 8px;
    margin-top: -103px;	
}

.wp-caption:hover .wp-caption-text {
	margin-left: 12px;
}
.wp-caption-links {
	background-color: #990000;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 42px;
    margin-top: -26px;
    text-align: center;
	padding: 7px;
}
.wp-caption-links a {
	color: #fff;
	display: inline-block;
	padding: 1px 6px;
}


.page .entry-title, .tag .entry-title, .category .entry-title {
	text-align: center;
	margin-bottom: 1.4em;
}
.page .discography-row .entry-title,
.tag .discography-row .entry-title,
.category .discography-row .entry-title {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	padding-top: 0;
	line-height: 1.4em;
}

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

/* 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 0;
	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%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 0;
	width: auto;
}
.error404 .entry-header {
	background: url(images/404.png) no-repeat center top;
	height: 229px;
    margin: 40px 0;
    width: 100%;	
}

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

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

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 0;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.5em;
}
.one-column #secondary {
	float: none;
	margin: 0 0;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.5em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.5em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.5em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.5em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist &gt; li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist &gt; li.comment {
	margin-left: 0;
}
.one-column .commentlist &gt; li.comment .comment-meta,
.one-column .commentlist &gt; li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.5em;
	left: auto;
	right: 1.5em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


.top-scroll {
	position: fixed;
	bottom: -40px;
	right: 20px;
	background: #fff;
	display: block;
	padding: 3px 7px;
	font-size: 11px;
}
.scroll-enable {
	bottom: 0;
}


/*
* Contain floats: h5bp.com/q
*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}




/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #000;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.5em;
}
body {
	background: #f0f0f0 url(images/bgpaper.jpg) repeat;
	border-top: 3px solid #000000;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    border-top: 1px dotted #444444;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 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.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
	overflow: auto;
	padding: 0.75em 1.5em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.5em;
}
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: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #000;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #900;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* 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: #eee;
	border-bottom: 1px solid #ddd;
	color: #9b170e;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	padding: 0;
	position: relative;
	z-index: 0;
}
#site-title {
	text-align: center;
	margin: -4px 0 -6px;
}
#site-title a {
	color: #111;
	font-size: 22px;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	display: inline-block;
	width: 300px;
	height: 250px;
	background: url(images/biglogo.png) no-repeat 0px -5px;
  -webkit-transition: all 0.7s ease-out; 
     -moz-transition: all 0.7s ease-out; 
       -o-transition: all 0.7s ease-out; 
          transition: all 0.7s ease-out;
}
.page-id-1675 #site-title a,
.page-id-10 #site-title a {
	background-image: url(images/biglogo-premium.png);
	height: 196px;
	margin-bottom: 58px;
}
.page-id-1675 #site-title a.premium,
.page-id-10 #site-title a.premium {
	height: 214px;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #9b170e;
}
#site-description {
	display: none;
}
#branding img {
    margin-left: 45px;
    margin-top: 33px;
    position: absolute;
}

#site-title a span {
	display: none;
}


/* =Menu
-------------------------------------------------------------- */

#access, #top_menu {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 100%;
}
#top_menu {
	font-size: 0.8em;
	text-align: right;
	height: 27px;
	position: relative;
	z-index: 10;
}
#access hr {
	background: #000;
	height: 1px;
	margin-bottom: 11px;
	border-style: none;
}
#access li hr {
    left: 0;
    margin: 0;
    position: absolute;
    top: -13px;
	height: 3px;
    width: 100%;
  opacity: 0.0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
       -o-transition: all 0.5s ease-out; 
          transition: all 0.5s ease-out;
}
#access li hr.fullheight {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
#access ul, #top_menu ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
#top_menu ul {
	margin-top: 7px;
}
#access li, #top_menu li {
	float: left;
	position: relative;
	margin-left: 0;
}
.menu-top-menu-el-container,
.menu-top-menu-container {
	display: inline-block;
}
#access a, #top_menu a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#menu-kyrio-menu-el li, 
#menu-kyrio-menu li {
	width: 20%;
}
#access a {
	display: block;
	width: 100%;
	text-align: center;
}
#access li:hover &gt; a,
#access ul ul :hover &gt; a,
#access a:focus {
	
}
#access li:hover &gt; a,
#access a:focus,
#top_menu li:hover &gt; a,
#top_menu a:focus {
	color: #555;
}
#access .current-menu-item &gt; a,
#access .current-menu-ancestor &gt; a,
#access .current_page_item &gt; a,
#access .current_page_ancestor &gt; a {
	font-weight: bold;
}
#menu-top-menu li,
#menu-top-menu-el li {
	margin-left: 21px;
}

.lang-item {
    line-height: 25px;
    margin-right: 4px;
}

.fblikebtn {
	position: absolute;
	left: 20px;
    top: 8px;
}
.fb-link-title {
	background: url(images/fb.png) no-repeat scroll left top transparent;
    left: 0;
    position: absolute;
    top: 15px;
    width: 8px;
}


.home .entry-header h1.entry-title, .page-id-2 .entry-header h1.entry-title,
.page-id-1685 .entry-header h1.entry-title,
.page-id-8 .entry-header h1.entry-title, .page-id-6 .entry-header h1.entry-title,
.page-id-1696 .entry-header h1.entry-title, .page-id-1675 .entry-header h1.entry-title,
.page-id-468 .entry-header h1.entry-title, .page-id-10 .entry-header h1.entry-title {
	display: none;
}

div.gmap {
	margin-top: -30px;
	margin-bottom: 56px;	
}


/* Covers */

.page-id-1682 #content,
.page-id-473 #content {	
	padding-top: 358px;
	background: url(images/cover-alex.jpg) no-repeat center top;
}
.page-id-1683 #content,
.page-id-475 #content {	
	padding-top: 358px;
	background: url(images/cover-george.jpg) no-repeat center top;
}
/*.page-id-2 #content {
    padding-top: 358px;
	background: url(images/cover-studios.jpg) no-repeat center top;
}*/
.page-id-1675 #content,
.page-id-10 #content {
    padding-top: 358px;
	background: url(images/cover-voiceover.jpg) no-repeat center top;
}
.page-id-1677 #content,
.page-id-817 #content {
    padding-top: 358px;
	background: url(images/cover-studioa.jpg) no-repeat center top;	
}
.page-id-1678 #content,
.page-id-820 #content {
    padding-top: 358px;
	background: url(images/cover-studiob.jpg) no-repeat center top;	
}
.page-id-1696 #content,
.page-id-468 #content {
    padding-top: 358px;
	background: url(images/cover-equipment.jpg) no-repeat center top;	
}


/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 36px 0 0;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #9b170e;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.5em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.5em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	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.5em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.5em;
}
.page-link a {
	background: #eee;
	color: #000;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #444;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	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;
}

.entry-artist a {
	color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.entry-artist {
	line-height: 1.4em;
}

.post-thumbnail {
	margin-bottom: 8px;
	line-height: 0;
}
.post-thumbnail a {
	/*background: #000;
    padding: 0px;*/
	display: inline-block;
  -webkit-transition: all 0.2s ease-out; 
     -moz-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out;
  -webkit-box-shadow: 1px 1px 3px 0px #555;
          box-shadow: 1px 1px 3px 0px #555;
}
.post-thumbnail a:hover {
  -webkit-box-shadow: 2px 3px 3px 0px #555;
          box-shadow: 2px 3px 3px 0px #555;
}
.post-thumbnail img {
	display: block;
	opacity: 0;
  -webkit-transition: all 0.7s ease-out; 
     -moz-transition: all 0.7s ease-out; 
       -o-transition: all 0.7s ease-out; 
          transition: all 0.7s ease-out;
}
.single-post .post-thumbnail img {
	opacity: 1;
}

.discography-row article {
	float: left;
	width: 216px;
	margin-left: 45px;
	text-align: center;
}
.discography-row article:first-child {
	margin-left: 1px;
}
.discography-row .post-thumbnail img,
.discography-row .post-thumbnail a {
	width: 210px;
	height: 210px;
}

.page-id-1701 .entry-content p,
.page-id-1685 .entry-content p,
.page-id-1673 .entry-content p,
.page-id-14 .entry-content p,
.page-id-8 .entry-content p {
	text-align: center;
}


/* Image borders */

#solo-discography-container {
	padding-top: 14px;
}
#solo-discography-container h4 {
	margin-bottom: 22px;
	text-align: center;
}
.solo-discography {
	font-size: 1px;
    line-height: 0;
    list-style-type: none;
    margin: 16px 0;
}
.solo-discography li {
	display: inline-block;
    height: 100px;
    width: 100px;
}
.solo-discography li a {
	display: block;
    height: 100px;
    width: 100px;
}
.page h4 {
	font-weight: bold;
}

.special-red-text {
	font-weight: bold;
	color: #900;
}

.inner-menu {
	float: left;
	margin-left: 80px;
	width: 270px;
}
.inner-menu:first-child {
	margin-left: 30px;
}
.inner-menu .big-link {
	display: block;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 8px;
    width: 250px;
}
.inner-menu em {
	display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 17px;
}

#post-1696 .entry-content hr,
#post-468 .entry-content hr {
	margin-top: 44px;
}
#post-1696 .entry-content p,
#post-468 .entry-content p {
	width: 500px;
	margin-bottom: 1.2em;
}
.gear-image {
	position: absolute;
	right: 0;
	margin-top: 6px;
}


/* 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.5em 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 {
	font-size: 12px;
	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 {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	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: #9b170e;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

.single-post article.type-post {
	clear: both;
	margin-bottom: 60px;
	padding-top: 14px;
}
.single-post .entry-header {
    float: left;
    margin-right: 40px;
	position: relative;
}
.single-post .entry-content {
    float: left;
	position: relative;
}
.single-post .entry-meta {
    color: #000;
    margin-top: 16px;
    width: 300px;
}
.single-post ol {
    margin-left: 23px;
}
.single-post h4 {
    font-weight: bold;
    margin-bottom: 8px;
	margin-top: 28px;
}
.single-post .post-categories {
	list-style-type: none;
    margin: 0;
}

.newyear {
	font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 12px;
    position: absolute;
    right: -47px;
}


/*
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: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	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;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry, .archive .hentry {
	padding: 1.0em 0 0;
}
.entry-title {
	color: #000000;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    padding-top: 8px;
	padding-bottom: 0;
	padding-right: 0;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.5em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.5em;
}
.pull.alignleft {
	margin: 0 1.5em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.5em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.5em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.5em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
    left: -54px;
    position: absolute;
    right: auto;
    top: 18px;
}

.tag .entry-title, .category .entry-title {
	font-size: 21px;
	margin-bottom: 2px;
}

.discography-link {
	font-size: 12px;
	display: block;
	text-align: center;
	margin-bottom: 48px;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.5em;
	overflow: hidden;
	padding: 1.5em 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;
}



/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.5em;
	overflow: hidden;
	padding: 1.5em 1.5em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.5em;
	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;
	padding: 0 0 1.5em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.5em;
}
#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 {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.5em;
}
.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: #9b170e;
	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;
}

.home #content hr {
	border-top-style: solid;
	margin-bottom: 30px;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	font-size: 11px;
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 24px;
}
.home #colophon {
	margin-top: 50px;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.5em 7.6%;
	overflow: hidden;
}
#colophon a {
	text-decoration: underline;
	color: #000;
}
#colophon a.designer:hover {
	color: #f90;
}

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

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

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	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;
}


#quote {
	font-size: 58px;
    font-weight: 100;
    line-height: 1.05;
    margin: 60px auto 40px;
    min-width: 600px;
    text-align: center;
    width: 78%;
	color: #AE3E44;
}
#quote_bottom {
	line-height: 1.3;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	width: 76%;
	margin: 0px auto 66px;
}


.hire-column {
	width: 44%;
	padding: 2%;
	background-color: #e0e0e0;
	float: left;
	font-size: 12px;
	line-height: 1.35;
}
.hire-column strong {
	font-size: 16px;
	line-height: 1.35;
	height: 48px;
	display: block;
	width: 80%;
}
.hire-column-b {
	margin-left: 4%;
}

.hire-column img {
	width: 100%;
	height: auto;
}



/* Forms */

.wpcf7-form p {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    line-height: 13px;
    padding: 18px;
}

.wpcf7-form .music, .wpcf7-form .voiceover,
.wpcf7-form .additional, .wpcf7-form .personaldetails {
	display: none;
}

.wpcf7-form span.wpcf7-list-item {
    margin-left: -5px;
    margin-right: 15px;
	cursor: pointer;
}


/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 1080px) {
	.entry-content .wp-caption {
		margin: 0.9em auto;
		float: none;
	}
	.newyear {
		display: none;
	}
	.discography-row article {
		margin-left: 4%;
		width: 22%;
	}
	.discography-row article:first-child {
		margin-left: 0;
	}
	.discography-row {
		margin: 0 auto;
		width: 100%;
	}
	.discography-row .post-thumbnail img, .discography-row .post-thumbnail a {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 800px) {
	.discography-row article {
		margin-left: 6%;
		width: 20.5%;
	}
}
@media (max-width: 650px) {
	.discography-row {
		width: 90%;
	}
	.discography-row article {
		width: 100%;
		margin: 0;
		text-align: left;
	}
	.discography-row .post-thumbnail {
		float: left;
		width: 10%;
	}
	.discography-row .entry-title, .discography-row .entry-artist {
		display: inline-block;
		text-align: left;
		width: 85%;
	}
	.discography-row .entry-title a, .discography-row .entry-artist a {
		padding-left: 20px;
		display: inline-block;
	}
	
	/* @media (max-width: 650px) 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;
	}
	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;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.5em !important;
	}
	/* 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.5em 0 0;
	}
	.singular.page .hentry {
		padding: 1.5em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist &gt; li.comment,
	.commentlist &gt; 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"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@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;
	}

}
@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 &gt; 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.5em;
		padding: 1.5em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.5em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.5em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist &gt; li::before,
	.commentlist &gt; li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

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

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

}


/* =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%;
}
</pre></body></html>