/*
Theme Name: Northcapemusic Theme
Theme URI: http://www.northcapemusic.co.uk/northcapemusictheme
Description: Northcapemusic Theme for WordPress is responsive, stylish, customizable, simple, and readable. Perfect for the Northcape Website. 
Version: 1.0
Author: Alastair Brown
Author URI: http://www.northcapemusic.co.uk
Tags: 4 column theme, black, clean

*/
/*//////////// COLORS ///////////*/
/* Orange #C07D37
/* Yellow-ish #F6E9C8
/* Bright yellow #fce07d NOT USED
/* Blue #62798C
/* Brown #685B50
/* L Grey #d3d3d3
/* D.Brown #593A1A 
/* Grey #778899	
/* Pinky #D8BD9C
*/

/* Mobile-first approach - start with mobile stylesheet and work up using media queries in the first instance

/* Global */
* { margin: 0; padding: 0; }
body {float: left; font-size: 12px; font-family:  "Helvetica", sans-serif; color: #FFFFFF; background-color: #000000; line-height: 135%;}
.postmetadata {line-height: 100%;}
#main_container { max-width: 1000px; margin: 0;}
p {margin: 10px 0;}
h1,h2,h3,h4,h5 { font-family: "Helvetica", sans-serif; margin: 10px 0;}
#menu_container { font-family: "Helvetica", sans-serif;}
#linksmenu { font-family: "Helvetica", sans-serif;}
h1,h2,h3,h4,h5 {line-height: 250%;}
h1 { font-size: 14px; }
h2 { font-size: 15px; }
h3 { font-size: 16px; }
h4 { font-size: 18px; }
h5 { font-size: 20px; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.bold {font-weight: bold; }
img { border: none;}
a { color: #c0c0c0; text-decoration: none;}
a:hover { color:#C07D37; text-decoration: underline; }
#content {margin: 0px; padding: 0px; margin-left: 15px;}
#content_inside {margin-left: auto; margin-right: auto;}
.centre {margin-left:auto; margin-right:auto; width:100%}
.centre iframe {float: middle;}

/* Header */
#intro {display: none;}
#header {padding: 0px; height: 250px; background-image: url('/images/logo.png');}
#menu_container { margin-left: 17px; padding-bottom: 15px;}
#menu_container ul { list-style-type: none; margin-right: 25px; float: left; }
#menu_container ul li { float: left; }
#menu_container ul li a {display: block; }
#menu_container ul li a { color: #fff; text-decoration: none; background-color: #000; padding: 6px 5px; margin-right: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; display: block; }
#menu_container ul li a:hover { background-color: #685B50; } 
#menu_container ul li.current-menu-item a, #menu_container ul li.current_page_item a { background-color: #685B50; } 
#menu_container input[type=text] { width: 172px; height: 25px; background-color: #000; color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; float: right; border: none; padding: 0 5px; }


.header_social_icons_cont { float: right; margin-right: 50px; }
.header_social_icons_cont img { float: left; margin: 0 5px 0 0; }

/* Content */
.smalllogo {height: 250px; width: 800px; display: block;}
.vsmalllogo {display: none;}
.medlogo {display: none;}
.largelogo {display: none;}
.home_post_cont { float: left; margin: 0 auto 0 auto; padding: 15px; width: 200px; min-height: 200px; position: relative;}
.home_post_cont_last { margin-left: 10px; margin-right: 0; }
.home_post_cont img { width: 100%; height: 100%; moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
.home_post_cont h3 { font-size: 14px; }
.home_post_cont h3 a { color: #000; text-decoration: none; }
.home_post_cont h3 a:hover {  text-decoration: none; color: #666; }

.home_post_content { color: #A0A0A0; font-size: 12px; font-weight: normal; height: 150px; }
.home_post_content .in_title { color: #fff; font-size: 14px; margin: 0; font-weight: bold; }
.home_post_content h4 a { color: #fff; font-size: 14px; margin: 0; }
/* .home_post_cat { position: absolute; bottom: -100px; left: 10px; color: #A0A0A0; font-size: 10px; font-weight: normal; padding-right: 40px; }*/
.home_post_cat { color: #A0A0A0; font-size: 10px; font-weight: normal; padding-right: 40px; }
.home_post_cat a { color: #A0A0A0 !important; text-decoration: none; }
.home_post_cat a:hover {  text-decoration: none; color: #666; }

.single_left { float: left; max-width: 650px; padding: 30px;}
.single_left h1 { font-size: 13px; margin-top: 0;}

    .hover_caption {
   /* If you can count of CSS3 support: */
   background-color: rgba(0, 0, 0, 0.6);

   /* Or use a transparent image if you need to support bad browsers: */
   /* background-image: url(hover_caption_bg.png); */

   /* NOTE: If you're img elements have paddings or margins you'll need to
   match them here to get things lined up properly. */
}
  
#commentform input[type=submit] { background-color: #000; border: none; color: #fff; padding: 8px 10px; }
#commentform a { color: #000; }

/* Tedious comment stylings */
.sticky{
padding: 20px;
margin-bottom: 10px;
}
.sticky h2{
margin-top:0;
}

.commentlist {
list-style: none;
margin: 0;
padding: 0;
}

.commentlist li {
list-style: none;
margin-bottom: 10px;
margin-top: 10px;
}

.commentlist li ul li {
color: #F6E9C8;
text-indent: 50px;
}
.commentlist li ul li ul li {
color: #FFFFFF;
text-indent: 100px;
}

/* .commentlist a.comment-reply-link { padding: 5px; background-color: #000; color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; float: left; border: none; padding: 0; }
.commentlist a.comment-reply-link:hover {background-color: #858585;} */
form#commentform input{ background-color: #000; color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; float: left; border: none; padding: 0px; }
form#commentform input:hover {background-color: #858585;}

.navigation {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 10px;
}

.navigation .alignleft {
float: left;
}

.navigation .alignright {
float: right;
}

.browsinfo {
font-size: 0.9em;
}

.postmetadata {display: block;}    
.iphone-home-image { width: 300px !important; }

/* force iframes to be same width as container */
.yt-embed {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* sort out recaptcha sizing issue */
@media screen and (max-width: 414px) {
   .g-recaptcha {
      position: relative;
      left: 50%;
      -o-transform: scale(0.8) translateX(-50%);
      -ms-transform: scale(0.8) translateX(-50%);
      -moz-transform: scale(0.8) translateX(-50%);
      -webkit-transform: scale(0.8) translateX(-50%);
      transform: scale(0.8) translateX(-50%);
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      -moz-transform-origin: left center;
      -webkit-transform-origin: left center;
      transform-origin: left center;
   }
}


/* Sidebar */
#sidebar { float: right;}
.side_box { margin-bottom: 25px; width: 200px; }
.side_box h3 { padding: 5px 5px; background-color: #000; margin-top: 0; color: #fff; }
.side_box p { padding: 0px 5px; }
.side_box ul { list-style-type: none; margin-left: 5px; }
.side_box ul li { margin-bottom: 3px; }
.textwidget { padding: 5px; }

/* Music page styling */
#artwork {text-align: center; float: left; padding: 15px 15px 15px 0px; margin-left: auto; margin-right: auto;}
#streams {align: left; float: left; padding: 15px; min-width: 150px; margin-left: auto; margin-right: auto;}
#albumtext {clear: both; float: left; padding: 15px 30px 15px 0px; width: 90%; margin-left: auto; margin-right: auto;}
#albumtext table tr > td:first-child { font-weight: bold; padding-right: 15px;} /* first column in bold of all tables in this div*/

/* Maillist page styling */
#mailbox {}
#bravenetbox {width: 220px; border:1px solid #999999; width:235px; margin: 15px 0 15px 0; background-color:#FFFFFF}
#bravenettitle {border-bottom:1px solid #999999; padding: 5px; background-color:#000000; font:12px arial; color:white;}
#bravenetinnerbox {background-color:#000000; padding:3px; font:12px arial; color:white;}
.bravenetibox2 {margin-bottom:10px; background-colour: #FFFFFF}
#elistname {width: 150px}
#elistaddress {width: 150px}
#usernum {border: 0px solid black; height: 0px; width: 0px}
#cpv {border: 0px solid black; height: 0px; width: 0px;}
.err {color: red}
#bravenet {font: 11px tahoma, sans-serif; color: #000000; margin-bottom:5px; padding: 5px;};

/* Guestbook page styling */
.guestbook {margin-bottom: 50px; background-color: #D8BD9C;}

/* Blog page */
#postlist {margin-bottom: 15px;}

/* Review page */
#review {font-style: italic;}
#review a{font-style: normal;}
 
/* Footer */
#footer { width: 90%; height: auto; padding: 5px 15px 5px 15px; border-top: 1px solid #CBCBCB; border-bottom: 1px solid #CBCBCB; color: #8C8889; text-align: left; margin: 10px 0px 10px 0px;}
#linksmenu {float: left; align: left; padding: 0px 0px 0px 10px;}
#linksmenu ul { display: inline-block;}
#linksmenu li { list-style-type: none; display: inline-block; margin: 5px 10px 5px 10px;}
#foottext {float: left; padding: 5px 5px 5px 15px; font-size: 0.75em;}
#description {display: inline;}
#paypal {height: 25px; width: 75px; padding: 5px;}
#footmenu {float: right;}


#infscr-loading { text-align: center; }

/*-- media queries- not always supported  */

/*-- mobile portrait */
#main_container {margin-left: auto; margin-right: auto; max-width: 320px;}
#menu_container{margin: 0px; display: none;}
#content {margin-left: 0px;}
#header {max-height: 80px; background-image: none;}
.header_social_icons_cont { display: none;}
.largelogo {display: none;}
.medlogo {display: none;}
.medsmlogo {display: none;}
.smalllogo {display: none;}
.vsmalllogo {width:100%; height: auto; display: block;}
.single_left { min-width: 220px; width: 90%; padding: 15px 0 0 15px; margin: 0px;}
.single_left img { max-width: 300px; max-height: none; width: auto; height: auto;}
#commentform textarea { width: 90%; }
.home_post_cont { float: none; clear: both; align: center; margin: 0 auto auto auto; padding: 10px 0 0 0;}
.home_post_cont img { width: 200px; height: 200px;}
.postmetadata {display: none;}
#sidebar { display: none; float: left; width: 220px;}
.side_box {float: left; margin-left: auto; margin-right: auto; width: 0px;}
#artwork {clear: both; width: 100%; padding: 10px;}
#artwork img { width: 150px; height: 150px; margin: 0px;}
#streams {clear: both; padding: 15px 15px 15px 0px;}
#albumtext {padding: 15px 15px 15px 0; width: 100%;}
#postlist {width: 100%; padding: 10px;}
#widget {width: 100%}
#widget-container {width: 100%}
#footer {margin: 10px 0px 10px 0px; text-align: center;}
#linksmenu {margin-left: 0px; padding: 0px;}
#foottext {padding: 5px}
.entry img {max-width: 300px;}
#description {display: none;}


/*-- mobile landscape */
@media handheld, screen and (min-width: 400px) {
#main_container {margin: 0px; max-width: 480px;}
#content {margin-left: 0px;}
#menu_container {display: none; margin: 0px;}
#header {max-height: 80px; background-image: none;}
.largelogo {display: none;}
.medlogo {display: none;}
.medsmlogo {display: none;}
.smalllogo {display: block; height: auto; width: 100%;}
.vsmalllogo {display: none;}
.single_left img { max-width: 400px; max-height: none; width: auto; height: auto;}
#commentform textarea { width: 90%; }
.home_post_cont {float: none; clear: both; align: center; margin: 0 auto auto auto; padding: 10px 0 0 0; }
.home_post_cont img { width: 200px; height: 200px;}
.postmetadata {display: none;} 
#sidebar { display: none; clear:both; float: left; width: 220px; padding: 0px; margin: 0px;}
.side_box {float: left; width: 0px; margin: 0px;}
#artwork {clear: none; width: 150px; padding: 10px; }
#artwork img { width: 150px; height: 150px; margin: 0px;}
#streams {clear: none; padding: 15px; width: 225px;}
#albumtext {padding: 15px 30px 15px 0px; width: 450px;}
#postlist {width: 100%; padding: 10px;}}
#widget {width: 100%}
#widget-container {width: 100%}
#footer {margin: 10px 0px 10px 0px; text-align: center;}
#linksmenu {margin-left: 0px; padding: 0px;}
#foottext {padding: 5px}
.entry img {max-width: 400px;}
#description {display: none;}
}

/*-- tablet */
@media handheld, screen and (min-width: 550px) {
#main_container { max-width: 600px; margin: 0;}
#content {margin-left: 15px;}
#content_inside {min-height: 400px;}
#menu_container { display: block; margin-left: 17px; padding: 0px 0px 0px 13px;}
#header {max-height: 200px; height: 200px; background-image: none;}
.header_social_icons_cont { display: block; clear: both; float: left; margin: 15px 0 0 0; }
.largelogo {display: none;}
.medsmlogo {width: 100%; height: 200px; display: block;}
.medlogo {display: none;}
.smalllogo {display: none;}
.vsmalllogo {display: none;}
.single_left { float: none; clear: both; min-width: auto; max-width: 550px; width: 100%; padding: 15px; margin:0 15px 0 0;}
.single_left img { max-width: 550px; max-height: none; width: auto; height: auto;}
#commentform textarea {width: 100%}
.home_post_cont { float: left; clear: none; align: auto; margin: 0 auto 0 auto; padding: 15px;}
.home_post_cont img { width: 200px; height: 200px;}
.postmetadata {display: block;}  
#sidebar{display: block; clear:both; float: left; width: 600px; padding-left: 30px; margin-left: auto; margin-right: auto;}
.side_box {float: left; width: 200px; margin: 0px auto 0px auto;}
#artwork {clear: none; width: auto; padding: 15px 15px 15px 0px;}
#artwork img { width: 200px; height: 200px; max-width: none; max-height: none;}
#streams {clear: none; padding: 15px; width: 40%}
#albumtext {padding: 15px 30px 15px 30px; width: 550px;}
#postlist {width: 550px; padding: 15px;}}
#widget {width: 100%}
#widget-container {width: 100%}
#footer{margin: 10px 0px 10px 0px; text-align: left; padding-left: 15px; padding-right: 15px;}
#linksmenu {margin-left: 0px; padding: 0px;}
#foottext {padding: 5px 5px 5px 15px;} 
.entry img {max-width: 550px;}
#description {display: none;}
}


/*-- Desktop */
@media handheld, screen and (min-width: 650px) {
#main_container { max-width: 800px; margin: 0;}
#content {margin-left: 15px;}
#content_inside {min-height: 400px;}
#menu_container { display: block; margin-left: 17px; padding: 0px 0px 0px 13px;}
#header {max-height: 200px; width: 100%; height: inherit; background-image: none;}
.header_social_icons_cont { clear:none; display: block; float: right; margin: 0 15px 0 0; min-width: 100px; max-width: 200px;}
.largelogo {display: none;}
.medlogo {display: block; width: 100%; height: 200px;}
.medsmlogo {display: none;}
.smalllogo {display: none;}
.vsmalllogo {display: none;}
.single_left { float: none; clear: both; min-width: auto; max-width: auto; width: 100%; padding: 15px 15px 15px 30px; margin:0 15px 0 0;}
.single_left img { max-width: 650px; max-height: none; width: auto; height: auto;}
#commentform textarea {width: 100%}
.home_post_cont { float: left; clear: none; align: auto; margin: 0 auto 0 auto; padding: 15px;}
.home_post_cont img { width: 200px; height: 200px;}
.postmetadata {display: block;}  
#sidebar{display: block; clear:both; float: left; width: 600px; padding-left: 30px; margin-left: auto; margin-right: auto;}
.side_box {float: left; width: 200px; margin: 0px auto 0px auto;}
#artwork {clear: none; width: auto; padding: 15px 15px 15px 0px;}
#artwork img { width: 200px; height: 200px; }
#streams {clear: none; padding: 15px; width: auto;}
#albumtext {padding: 15px 30px 15px 30px; width: 90%;}
#footer{margin: 10px 0px 10px 0px; text-align: left; padding-left: 15px; padding-right: 15px;}
#linksmenu {margin-left: 0px; padding: 0px 0px 0px 10px;}
#foottext {padding: 5px 5px 5px 15px;} 
.entry img {max-width: 650px;}
#description {display: inline;}
}


/*-- Widescreen */
/* @media screen, all and (min-width: 801px)*/  
@media handheld, screen and (min-width: 850px) {
#main_container { max-width: 1000px; margin: 0;}
#content {margin-left: 15px;}
#content_inside {min-height: 400px;}
#menu_container { display: block; margin-left: 17px; padding: 0px 0px 25px 13px; }
#header {max-height: 200px; width: auto; background-image: none;}
.header_social_icons_cont { display: block;}
.largelogo {display: block; height: 200px; width: 100%;}
.medlogo {display: none;}
.medsmlogo {display: none;}
/* .smalllogo {height: 250px; width: 800px; visibility: hidden; display: block; overflow:hidden; text-indent:100%; white-space:nowrap;} */
.smalllogo {display: none;}
.vsmalllogo {display: none;}
.single_left { float: left; max-width: 650px; clear: none; min-width: auto; width: 100%; padding: 15px 15px 15px 30px; margin:0 15px 0 0;}
.single_left img { max-width: 650px; max-height: none; width: auto; height: auto;}
#commentform textarea {width: 100%}
.home_post_cont { float: left; clear: none; align: auto; margin: 0 auto 0 auto; padding: 15px;}
.home_post_cont img { width: 200px; height: 200px;}
.postmetadata {display: block;}  
#sidebar { display: block; clear: none; float: right; width: 200px; padding: 0px; margin: 0px;}
.side_box {float: right; width: 200px; margin: 0 0 25px 0;}
#artwork {clear: none; width: auto; padding: 15px 15px 15px 0px;}
#artwork img {width: 200px; height: 200px; }
#streams {clear: none; padding: 15px;}
#albumtext {padding: 15px 30px 15px 30px; width: 90%;}
#footer{margin: 10px 0px 10px 0px; text-align: left; padding-left: 15px; padding-right: 15px;}
#linksmenu {margin-left: 0px; padding: 0px 0px 0px 10px;}
#foottext {padding: 5px 5px 5px 15px;} 
.entry img {max-width: 650px;}
#description {display: inline;}
}