/*
Theme Name: Swishcraft Music (Temporary Site)
Theme URI: https://swishcraftmusic.com
Author: Hugo Baeta
Author URI: http://hugobaeta.com/
Description: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: photoblog, white, light, one-column, two-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Reset styles (HTML5 ✰ Boilerplate)
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; background: #24508D url('images/bg-noise.png') repeat 0 0; }
body, button, input, select, textarea { color: #efefef; font-family: 'Arvo', sans-serif; font-size: 16px; line-height: 1.7; }

::-moz-selection { background: #0E154C; color: #fff; text-shadow: none; }
::-moz-selection a { text-decoration: none; color: #fff; }
::selection { background: #0E154C; color: #fff; text-shadow: none; }
::selection a { text-decoration: none; color: #fff; }

a { color: #efefef; color: rgba(255,255,255,.7); }
a:hover { color: #fff; color: rgba(255,255,255,.9); text-decoration: none; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
ul, ol, li { list-style: none; margin: 0; padding: 0; }

/* =Global
----------------------------------------------- */
body {
	
}
p {
	margin-top: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-family: 'Knewave', sans-serif;
	line-height: 1;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFCC00;
	margin-top: 0;
	margin-bottom: .5em;
	margin-bottom: 1rem;
}



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

#masthead {
	background: url('images/bg.jpg') repeat fixed -50% -50% #0E154C;
	max-width: 100%;
	height: 250px;
}

#masthead hgroup {
	max-width: 940px;
	height: 250px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	background: url(images/sf-skyline.png) no-repeat left bottom;
}

/* Site Title & Description */
#masthead hgroup h1 {
	width: 263px;
	height: 142px;
	background: url(images/logo.png) no-repeat center center;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	left: 5%;
}
#masthead hgroup h2 {
	display: none;
}

/* =Layout
----------------------------------------------- */
.wrap:before,
.wrap:after {
    content:"";
    display:table;
}
.wrap:after {
    clear:both;
}
.wrap {
	zoom:1;
}


#page {
	color: #efefef; color: rgba(255,255,255,.8);
	text-shadow: 0 1px 0 rgba(14, 21, 76, .8);
	max-width: 940px;
	padding: 50px 10px 0;
	margin: 0 auto;
}

#intro {
	max-width: 690px;
	min-width: 220px;
	margin-right: 30px;
	float: left;
}

#intro h1 span {
	display: block;
	font-size: .7em;
	margin-top: 5px;
}

#elsewhere {
	width: 220px;
	float: left;
}

#elsewhere ul {
	font-size: 14px;
}

#artists, #albums {
	border-top: 1px solid rgba(255,255,255,.07);
	box-shadow: 0px -1px 0 rgba(14, 21, 76, .18);
	padding-top: 30px;
	margin-top: 30px;
	font-size: 14px;
}

#albums {
	margin-top: 10px;
}

#artists h1, #albums h1 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 26px;
}

#artists ul,
#albums ul {
	margin: 0 -10px;
}
#artists > ul > li,
#albums > ul > li {
	width: 220px;
	margin: 20px 10px 20px;
	float: left;
	display: inline-block;
} 

#albums > ul > li {
	height: 320px;
}

#artists ul li span.image-wrap {
	float: left;
	margin-right: 10px;
}

#artists ul li .description,
#albums ul li .description {
	margin-top: 20px;
}

#artists .description h2,
#albums .description h2 {
	font-family: 'Arvo', sans-serif;
	line-height: 1.7;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-transform: none;
	margin: 0 0 5px;
}

#artists .description p,
#albums .description p,
#albums .description ul,
#albums .description ul li  {
	margin: 0;
	padding: 0;
}

ul.links li a {
	display: inline-block;
	padding: 3px 5px;
	border-radius: 3px;
	line-height: 1;
	margin-bottom: 5px;
	text-decoration: none;
	background: rgba(14, 21, 76, .3);	
	box-shadow: 0px 1px 0 rgba(14, 21, 76, .4), 
		inset 0 1px 0 rgba(255,255,255,.15);
	text-shadow: 0 -1px 0 rgba(14, 21, 76, .4);
}

ul.links li a:hover {
	background: rgba(255,255,255,.3);
	box-shadow: 0px 1px 2px rgba(14, 21, 76, .5), 
		inset 0 1px 0 rgba(255,255,255,.2);
	color: #fff; color: rgba(255,255,255,.7);
	text-shadow: 0 -1px 0 rgba(14, 21, 76, .6);
}

ul.links li a:active {
	background: rgba(14, 21, 76, .4);
	box-shadow: 0px 1px 0  rgba(255,255,255,.15), 
		inset 0 1px 0 rgba(14, 21, 76, .4);
	color: #ccc; color: rgba(255,255,255,.5);
}

#albums ul.links {
	margin: 0 -5px;
	overflow: hidden;
}

#albums ul.links li {
	float: left;
	margin: 0 5px;
	width: 105px;
}

#albums ul.links li a {
	width: 95px;
}


/* =Media
----------------------------------------------- */

#artists .image-wrap,
#artists .image-wrap::before,
#artists .image-wrap img {
	border-radius: 10em;
}

.image-wrap {
    display: inline-block;
    position: relative;
}
 
.image-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    box-shadow: 0 0 0 5px rgba(0,0,0,.1), 
    0 0 0 1px rgba(255,255,255,.1);
}
#albums .image-wrap::before {
	box-shadow: 0 0 0 5px rgba(0,0,0,.05), 
	0 0 0 1px rgba(255,255,255,.1);
}

.image-wrap a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}


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

.site-footer {
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 50px;
	border-top: 1px solid rgba(255,255,255,.07);
	box-shadow: 0px -1px 0 rgba(14, 21, 76, .18);
	color: #efefef; color: rgba(255,255,255,.3);
	text-shadow: 0 1px 0 rgba(14, 21, 76, .3);
	text-align: center;
}

/* Footer text */
.site-footer .site-info {
	overflow: hidden;
	font-size: 12px;
	color: #efefef; color: rgba(255,255,255,.15);
}
.site-footer .site-info a {
	color: #efefef; color: rgba(255,255,255,.2);
	text-decoration: none;
}
.site-footer .site-info a:hover {
	color: #fff; color: rgba(255,255,255,.5);
}





ul.links li a, ul.links li a:hover,
.site-footer .site-info a, .site-footer .site-info a:hover {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}