/*
Theme Name: Calexico V3
Author: Third Door
Author URI: http://thirddoor.com/
Calexico theme based on _s theme by Automattic.
Version: 1.0

Tags:

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.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

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;
	xfont-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
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:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

.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%;
}


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

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	xfont-size: 1.6rem;
	line-height: 1.35;
}

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

/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
.sidebar label {
    display: block;
    text-transform: uppercase;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 3px solid #000;
    background: #f8f6e4;
    color: rgba(0,0,0,.8);
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 2;
    padding: 4px 10px;
    text-transform: uppercase;
    line-height: 1;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f8f6e4; /* Old browsers */
	border-color: #fff;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: red;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #ca3b3d;
	text-decoration:none;
}
a:visited {
	color: #ca3b3d;
}
a:hover,
a:focus,
a:active {
	color: #419fb0;
}

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

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}





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

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


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

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

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


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

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

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* =CALEXICO
----------------------------------------------- */

body {
    background-attachment: fixed, fixed;
    background-color: #211d1e;
    background-image: url("images/v3-background-tile.jpg");
    background-position: left top;
    background-repeat: repeat;
    background-size: 60% auto;
    margin: 0;
    position: relative;
    z-index: 0;
}
img,
embed,
video {
  max-width: 100%;
  height: auto;
}




a img {outline:none;}

.xxxsidebar p {
	text-align:center;
}
.sidebar p:last-child {
	margin-bottom: 0;
}
.button {
	background-color:#016C7A;
	color:#EBE7D8;
	text-transform:uppercase;
	font-size:1.2em;
	line-height:1;
	padding: 3px 5px 0px;
	margin: 5px 0;
	display:inline-block;
	text-align:center;
	
	
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-bottom: 57%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrapper {
	max-width:1100px;
	width: 90%;
	margin: 0 auto;
}

.content {
	float: left;
	width: 68%;
}
.sidebar {
	float: right;
	width: 29%;
}

.darkback iframe {
	background-color:#525556;
}



/* = Header
----------------------------------------------- */
.site-header h1 {
	text-align:center;
}
.site-header h1 img {
	display:block;
	margin: 4% auto;
	max-width: 695px;
	width: 100%;
	height:auto;
}
.site-header {
    clear: both;
    float: left;
    overflow: hidden;
    width: 100%;
}

#menu-main-nav {
	font-family: 'Libre Franklin', sans-serif;
	font-weight:800;
	font-style:normal;
	font-size: 1.5em;
	line-height: 1.325em;
	letter-spacing: 1px;
	float: left;
    left: 50%;
    list-style-type: none;
    margin: 0 auto;
    padding: 0 0 40px;
    position: relative;
	text-rendering: optimizeLegibility; 
}



#menu-main-nav li {
	position:relative;
	right:50%;
	float: left; 
	margin-bottom: 5px;

}

#menu-main-nav a, #menu-main-nav a:visited {
	display: block;
	text-align: center;
	padding: 2px 7px 0px;
	background-color:#000;background-image: url(images/nav-back-tile.jpg);
	background-repeat: repeat;
	text-decoration:none;
	text-transform:uppercase;
	color: #edebd8;
	 }
#menu-main-nav a:hover {
	background-color:#d04048;
	color: #edebd8;
	 }
#menu-main-nav .current-menu-item a, #menu-main-nav .current-page-ancestor a{
	background-image: url(images/nav-back-hilight-tile.jpg);
	
	
	 }
	 
/* = CONTENT
----------------------------------------------- */

.content .article {
    background-color: #f8f1df;
    background-image: url(images/v3-post-back-tile.jpg);
    background-position: top center;
    background-repeat: repeat;
    background-size: auto auto;
    margin: 0 0 4%;
    padding: 5%;
    width: 90%;
    border: 4px solid rgba(0,0,0,0.75);
}
.page-title {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.2em;
	color:#999;
	line-height: 1;
	margin: 0 0 2.5%;
	background-color: #EBE8D8;
	background-image: url(images/sidebar_background.jpg);
	background-repeat: repeat;
	background-size:contain;
	background-position: top left;
	padding: 1%;
}

.page-title span {
	color:#3e596d;
}


.article h1, .article h2 {
    border-bottom: 2px solid #3e596d;
    font-family: 'Libre Franklin', sans-serif;
	font-weight: 800;
    font-size: 1.7em;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 2.5%;
    padding: 0.75% 0 2.5%;
    text-transform: uppercase;
    width: 100%;
}

.article .date {
	font-size:.8em;
	line-height:1.25;
	text-transform:uppercase;
	color: #878585;
	padding: 0;
	margin: 0;
}

.pagination {
	xpadding: 4px 0 4px 8px;
	background-color:#999;
	margin: 0 0 2.5%;
	line-height: 1;
	width:100%;
}
.pagination a, .pagination .current{
	color:#CCC;
	padding: 4px 4px 1px;
	display:block;
	float:left;
}

.pagination .current {
	background-color:#3c3c3c;
	color: #edebd8;
	
}


/* = Discography
----------------------------------------------- */

.album_cover { 
	width: 30%;
	float:left;
 }
 .album_cover p {
	 margin: 0 0 10px;
 }
.album_info {
	float: right;
	width: 65%;
}
.album_info h2 {
	margin: 0 0 5%;
}


.album_info ol, .album_info ul {
	margin: 0 0 2.5% 23px;
}
.album_cover img {
	display:block;
	margin: 0 0 10px;
}
.album_cover a {
    text-transform: uppercase;
    font-size: .85em;
    font-weight: bold;
    background-color: #3e596d;
    text-decoration: none;
    color: #edebd8;
    padding: 0;
    display: block;
    margin: 0px auto 5px;
    text-align: center;
    border-radius: 0;
}
.album_cover a:hover {
	background-color:#d04048;
	color: #edebd8;
}

/* = LINKS PAGE */
.post-5 .article a { display: block; }

/* = SIDEBAR
----------------------------------------------- */
.widget-title {
    border-bottom: 2px solid #666666;
    color: #F0EEDB;
    font-family: 'Libre Franklin', sans-serif;
	font-weight: 800;
    font-size: 1.4em;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 4%;
    padding: 0 0 4%;
    text-transform: uppercase;
}
.sidebar aside {
    background-attachment: fixed;
    background-color: #000;
    background-image: url("images/v3-sidebar-back-tile.jpg");
	background-repeat:repeat;
    color: #ededed;
    margin: 0 0 4%;
    padding: 5.8%;
}
.twitter, .tweets {
	list-style:none;
	padding: 0;
	margin: 0;
}
#twitter_update_list {
	list-style:none;
	padding: 0;
	margin: 0;
}

#twitter_update_list li, .twitter-item, .tweets li {
	margin: 0 0 10px;
}
.sidebar .rtw_main, .sidebar .rtw_meta {text-align:left;}

.sidebar #bit-events td.bit-rsvp {
    padding-right: 0px;
    width: 38px;
}
#text-6 {
	background-color: #3e596d;
	background-image: url(images/social_background.jpg);
}
#text-6 {
	padding:0;
	background-color: transparent;
	background-image: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#text-6 .widget-title {
	display:none;
}
.social_btns {
	width:100%;
}
.social_btns a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    float: left;
    font-size: 1px;
    height: 38px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 38px;
    background-size: contain;
}
.social_btns a:hover {
	opacity: 0.75;
}
a.social_facebook {
	background-image: url(images/soc_facebook.png);
}
a.social_twitter {
	background-image: url(images/soc_twitter.png);
}
a.social_youtube {
	background-image: url(images/soc_youtube.png);
}
a.social_rss {
	background-image: url(images/soc_rss.png);
}
a.social_spotify {
	background-image: url(images/soc_spotify.png);
}

.widget #bit-events td.bit-description-links {display:none}

.sidebar #bit-events .bit-twitter-share {
    background: url("images/bp_twitter_share.gif") no-repeat scroll left top transparent;
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    width: 26px;
}
.sidebar #bit-events .bit-fb-share {
    background: url("images/bp_facebook_share.gif") no-repeat scroll left top transparent;
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    width: 26px;
}
.sidebar #bit-events td .bit-uiButton {
	padding: 1px 2px;
}

.at-resp-share-element .at-share-btn .at-label:after {
    content: 'SHARE';
    display: BLOCK;
    position: absolute;
    left: 0;
    TOP: 0;
    COLOR: #FFF;
}
.at-resp-share-element .at-share-btn .at-label {
    color: rgba(0,0,0,0);
    POSITION: RELATIVE;
    DISPLAY: INLINE-BLOCK;
}


/* = FOOTER
----------------------------------------------- */

.site_footer {
	background-color: #EBE8D8;
	background-image: url(images/v3-sidebar-back-tile.jpg);
	background-repeat: repeat;
	background-size:contain;
	background-position: top left;
	margin: 0 0 20px 0;
	text-align:center;
	font-size:.85em;
	text-transform:uppercase;
	clear: both;
	padding: 1%;
	color:#ededed;
}
.site-info > a {
    color: #e53e3d;
}


/* BREAK ONE ----------- */
@media only screen 
and (min-width : 831px) {
	body {
    background-attachment: fixed;
    background-color: #211d1e;
    background-image: url("images/v3-background-tile.jpg");
    background-position: left top;
    background-repeat: repeat;
        background-size: 70% auto;
    margin: 0;
    position: relative;
    z-index: 0;
}
.content .article {
	
}

}


@media only screen 
and (max-width : 830px) {

#menu-main-nav {
	font-size: 1.25em;
	line-height: 1.25em;
}
#menu-main-nav li {
	width: 24%;
}
#menu-main-nav li {
    right: 48%;
}
#menu-main-nav li:nth-child(4n+4) {
	width: 24%;
	padding-right: 1%;
}
#menu-main-nav a, #menu-main-nav a:visited {
    padding: 2px 5px 0px;
}
.content {
	float: none;
	clear:both;
	width: 100%;
	margin-bottom: 10%;
}
.sidebar {
	float: none;
	clear:both;
	width: 100%;
}
}

@media only screen 
and (max-width : 450px) {
#menu-main-nav {
	font-size: 1.1em;
	line-height: 1.1em;
}
#menu-main-nav li:nth-child(4n+4) {
	width: 24%;
	padding-right: 1%;
}

#menu-main-nav a, #menu-main-nav a:visited {
    padding: 2px 5px 0px;
}
.content .article {
	background-image: url(images/content_background_sm.jpg);
}
}




