/**
 * Theme Name: Musica
 * Theme URI: http://wp.idcode.co/musica/
 * Version: 0.0.1
 * Author: IDCode
 * Author URI: http://idcode.co
 * Description: AGC Mp3 WordPress theme by <a href="http://idcode.co">IDCode</a>
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
 
/**
 * CSS Reset & Clearfix
 */
 
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
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, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } 
audio, canvas, video { width: 100%; } 
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } 
ol, ul { list-style: none; } 
blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } 
:focus { outline: 0; } 
ins { text-decoration: none; } 
del { text-decoration: line-through; } 
table { width: 100%; border-collapse: collapse; border-spacing: 0; } 
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix { display: inline-block; } 
.clearfix { display: block; } 
.none { display: none; }

/**
 * Global elements 
 */
 
body, input, textarea, select { font: normal 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; background: #fff; color: #434649; }

body { overflow-y: scroll; line-height: 1.5em; }

a { text-decoration: none; }

img { max-width: 100%; height: auto; }

input, select, textarea { -webkit-border-radius: 2px; border-radius: 2px; }
input[type=text], select, textarea { padding: 10px 15px; color: #9199a1; border: 1px solid #ddd; -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.05); box-shadow: inset 0 1px 3px rgba(0,0,0,0.05); }
input[type=text]:focus, select:focus, textarea:focus { padding: 9px 14px; border: 2px solid #df5176; color: #434649; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 3px; border-radius: 3px; }
input[type=submit] { cursor: pointer; padding: 10px 15px; font-weight: bold; border: none; background: #df5176; color: #fff; }
input[type=submit]:active { background: #434649; }

.section-title { padding-bottom: 8px; font-size: 18px; font-weight: normal; }
.section-title span { display: inline-block; position: relative; }
.section-title span:before, .section-title span:after { position: absolute; content: ''; bottom: -8px; left: 0; width: 100%; height: 2px; background: #ddd; }
.section-title span:after { width: 40px; background: #df5176; }

.section .section-title { margin: -4px 0 40px 0; }

/**
 * Layouts 
 */
 
.container { width: 800px; margin: 0 auto; }

#primary { float: left; width: 100%; margin-right: -220px; }
#primary #content { margin-right: 260px; }

#secondary { float: right; width: 220px; }

/**
 * Header 
 */
 
#header { padding: 20px 0; margin-bottom: 40px; border-bottom: 1px solid #ddd; }

#header .site-info, #header .main-menu, #header .main-menu ul, #header .main-menu li, #header .social span, #header .social a { float: left; }

#header .site-info { margin-right: 40px; }
#header .site-info .name { margin: -3px 0 -4px 0; font-size: 20px; font-weight: bold; }
#header .site-info .name a { color: #434649; }
#header .site-info .name a:hover { color: #df5176; }
#header .site-info .has-logo { margin: 0; line-height: 0; }
#header .site-info .has-logo a { display: inline-block; text-indent: -9999em; }
#header .site-info .tagline { margin: 4px 0 -6px 0; font-size: 13px; font-weight: normal; color: #9199a1; }

#header .main-menu { position: relative; margin-left: 40px; }
#header .main-menu li { position: relative; margin-right: 20px; }
#header .main-menu li:last-child { margin-right: 0; }
#header .main-menu li ul { visibility: hidden; opacity: 0; position: absolute; top: 30px; left: 0; width: 180px; padding: 16px 20px; z-index: 99999; background: padding-box #fff; border: 1px solid rgba(0,0,0,0.13); border-top: 2px solid #df5176; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1); box-shadow: 0 1px 3px rgba(0,0,0,0.1); -webkit-transition: 0.2s; -moz-transition: 0.2s; -ms-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }
#header .main-menu li ul li ul { left: 100%; margin-left: 31px; top: -18px; }
#header .main-menu li ul li { float: none; margin: 0 0 10px 0; }
#header .main-menu li ul li:last-child { margin-bottom: 0; }
#header .main-menu li a { display: block; line-height: 32px; font-size: 13px; font-weight: bold; color: #434649; }
#header .main-menu li ul li a { line-height: 1.5em; }
#header .main-menu li:hover > a, #header .main-menu .current_page_item > a, #header .main-menu .current_page_ancestor > a, #header .main-menu .current-menu-item > a, #header .main-menu .current-menu-ancestor > a  { color: #df5176; }
#header .main-menu .current_page_item:before, #header .main-menu .current_page_ancestor:before, #header .main-menu .current-menu-item:before, #header .main-menu .current-menu-ancestor:before { position: absolute; content: ''; bottom: 0; left: 0; width: 100%; height: 2px; background: #df5176; }
#header .main-menu li ul .current_page_item:before, #header .main-menu li ul .current_page_ancestor:before, #header .main-menu li ul .current-menu-item:before, #header .main-menu li ul .current-menu-ancestor:before { display: none; }
#header .main-menu li:hover > ul { visibility: visible; opacity: 1; }

#header .social { float: right; position: relative; }
#header .social span { margin-right: 10px; font-size: 13px; font-weight: bold; line-height: 32px; }
#header .social a, #mobile-menu .social a { width: 32px; height: 32px; text-indent: -999999em; margin-right: 5px; -webkit-border-radius: 32px; border-radius: 32px; }
#header .social a:last-child, #mobile-menu .social a:last-child { margin-right: 0; }
#header .social .facebook { background: #d5d5d5 url("assets/images/sprites.png") no-repeat; }
#header .social .twitter { background: #d5d5d5 url("assets/images/sprites.png") -32px 0 no-repeat; }
#header .social .google { background: #d5d5d5 url("assets/images/sprites.png") -64px 0 no-repeat; }
#header .social a:hover { background-color: #df5176; }

.toggle-menu { float: right; text-indent: -99999em; width: 20px; height: 12px; background: url("assets/images/sprites.png") -54px -32px no-repeat; }
#header .toggle-menu { display: none; }

/**
 * Mobile Menu 
 */
 
#mobile-menu { position: fixed; display: none; width: 100%; max-width: 320px; height: 100%; top: 0; left: 0; z-index: 999999; background: #434649; }

#mobile-menu .main-menu, #mobile-menu .social { top: 0; }

#mobile-menu .main-menu { padding: 15px 60px 15px 20px; }
#mobile-menu .main-menu a { color: #93989d; }
#mobile-menu .main-menu a:hover, #mobile-menu .main-menu .current_page_item > a, #mobile-menu .main-menu .current_page_ancestor > a, #mobile-menu .main-menu .current-menu-item > a, #mobile-menu .main-menu .current-menu-ancestor > a  { color: #fff; }
#mobile-menu .main-menu li ul { margin-left: 10px; }

#mobile-menu .social { padding: 0 20px 20px 20px; }
#mobile-menu .social span { display: block; margin: -6px 0 5px 0; color: #fff; }
#mobile-menu .social a { float: left; }
#mobile-menu .social .facebook { background: #5d6267 url("assets/images/sprites.png") no-repeat; }
#mobile-menu .social .twitter { background: #5d6267 url("assets/images/sprites.png") -32px 0 no-repeat; }
#mobile-menu .social .google { background: #5d6267 url("assets/images/sprites.png") -64px 0 no-repeat; }
#mobile-menu .social a:hover { background-color: #df5176; }

#mobile-menu .toggle-menu { position: relative; top: 20px; right: 20px; background: url("assets/images/sprites.png") -54px -44px no-repeat; }

/**
 * Search 
 */
 
#search { padding-bottom: 40px; text-align: center; }
#search h2, #search h3 { font-weight: normal; }
#search h2 { margin: -5px 0 0 0; font-size: 18px; }
#search h3 { margin-bottom: -5px; font-size: 14px; color: #9199a1; }
#search form { position: relative; margin: 20px auto 0 auto; max-width: 600px; }
#search form input[type=text] { width: 100%; padding: 16px 74px 16px 20px; font-size: 16px; }
#search form input[type=text]:focus { padding: 15px 73px 15px 19px; }
#search form input[type=submit] { position: absolute; right: 0; top: 0; padding: 0; width: 54px; height: 54px; text-indent: -99999em; background: #df5176 url("assets/images/sprites.png") 0 -32px no-repeat; -webkit-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0; }
#search form input[type=submit]:active { background-color: #cd4065; }

/**
 * Popular Music & Artists 
 */
 
.column-2 { position: relative; padding: 40px 0; border-top: 1px solid #ddd; }
.column-2:before { position: absolute; content: ''; top: 0; left: 50%; width: 1px; height: 100%; background: #ddd; }
.column-2 section { float: left; width: 50%; }
.column-2 section .item, #artist .item { position: relative; margin-bottom: 20px; } 
.column-2 section .item:last-child { margin-bottom: 0; } 
.column-2 section .item h2, #artist .item h2 { margin: -6px 0 0 0; font-size: 14px; font-weight: normal; }
.column-2 section .item h2 a, #artist .item h2 a { color: #434649; }
.column-2 section .item h3, #artist .item h3 { margin-bottom: -4px; line-height: 1.4em; font-size: 11px; font-weight: normal; }
.column-2 section .item h3 a, #artist .item h3 { color: #9199a1; }
.column-2 section .item a:hover, #artist .item h2 a:hover { color: #df5176; }
.column-2 section .item .button, #artist .item .button { position: absolute; top: 6px; right: 0; padding: 1px 8px 0 8px; font-size: 11px; -webkit-border-radius: 2px; border-radius: 2px; }
.column-2 #popular-music, #artist .item { padding-right: 40px; }
.column-2 #popular-artists { padding-left: 40px; }
.column-2 .notice { margin: -6px 0; }

#popular-music .item, #artist .item { padding-left: 26px; }
#popular-music .item:before, #artist .item:before { position: absolute; content: ''; top: 6px; left: 0; width: 16px; height: 16px; background: url("assets/images/sprites.png") -54px -56px no-repeat; }
#popular-music .item .button, #artist .item .button { background: #df5176; color: #fff !important; }
#popular-music .item .button:active, #artist .item .button:active { background: #cd4065; }

#popular-artists .item .image { float: left; width: 34px; height: 34px; line-height: 0; }
#popular-artists .item .image img { -webkit-border-radius: 2px; border-radius: 2px; }
#popular-artists .item h2 { margin: 0; }
#popular-artists .item h3 { margin-bottom: -10px; }
#popular-artists .item .detail { position: relative; top: -3px; margin: 0 0 3px 44px; }
#popular-artists .item .button { background: #ddd; color: #434649; }
#popular-artists .item .button:active { background: #cd4065; color: #fff; }
#popular-artists .item.no-image { margin: -3px 0 20px 0; }
#popular-artists .item.no-image .detail { margin-left: 0; }

/**
 * Recent News 
 */
 
#recent-news { padding: 40px 0; border-top: 1px solid #ddd; }
#recent-news .section-title { margin-bottom: 0; }
#recent-news .posts { margin-right: -40px; }
#recent-news .hentry { float: left; width: 33.3333333333%; padding: 40px 40px 0 0; }
#recent-news .hentry .entry-thumbnail { margin-bottom: 20px; line-height: 0; }
#recent-news .hentry .entry-thumbnail a:hover { opacity: 0.8; }
#recent-news .hentry .entry-category { margin: -5px 0 -2px 0; font-size: 13px; font-weight: bold; }
#recent-news .hentry .entry-category a, #recent-news .hentry .entry-title a:hover { color: #df5176; }
#recent-news .hentry .entry-category a:hover { color: #cd4065; }
#recent-news .hentry .entry-title { margin-bottom: -6px; }
#recent-news .hentry .entry-title a { color: #434649; }

/**
 * Recent Search
 */
 
#recent-search { padding-top: 40px; border-top: 1px solid #ddd; }
#recent-search .section-title { margin-bottom: 15px; }
#recent-search .items a { float: left; margin: 5px 5px 0 0; padding: 4px 8px 3px 8px; line-height: 1.5em; font-size: 11px; background: #ddd; color: #434649; -webkit-border-radius: 2px; border-radius: 2px; }
#recent-search .items a:hover { background: #df5176; color: #fff; }

/**
 * Search Result 
 */
 
#search-result { padding: 40px 0; border-top: 1px solid #ddd; }
 
#search-result header { max-width: 600px; margin: 0 auto; text-align: center; }
#search-result header h1 { margin: -6px 0 -7px 0; line-height: 1.4em; text-align: center; font-size: 20px; font-weight: normal; }
#search-result header h3 { margin: 16px 0 -5px 0; font-size: 16px; font-weight: normal; color: #9199a1; }

#search-result .results { margin: 0 -40px 0 0; }
#search-result .results .item { float: left; width: 50%; padding: 40px 40px 0 0; }
#search-result .results .item .eplayer { margin-bottom: 20px; }
#search-result .results .item .fours { height: 24px; }
#search-result .results .item .html5 { height: 28px; }
#search-result .results .item .thumb { float: left; width: 100px; line-height: 0; }
#search-result .results .item .detail { margin-left: 120px; }
#search-result .results .item .detail h2 { position: relative; top: -5px; margin-bottom: -7px; font-size: 13px; font-weight: bold; }
#search-result .results .item .detail p { font-size: 11px; color: #9199a1; }
#search-result .results .item .detail .buttons { margin-top: 3px; }
#search-result .results .item .detail .buttons a { float: left; margin-right: 5px; padding: 2px 8px 1px 8px; font-size: 11px; background: #df5176; color: #fff; -webkit-border-radius: 2px; border-radius: 2px; }
#search-result .results .item .detail .buttons a:active { background: #cd4065; }

/**
 * Download 
 */
 
#download { padding: 40px 0; border-top: 1px solid #ddd; }
#download h1 { margin: -6px 0 -7px 0; line-height: 1.4em; font-size: 20px; font-weight: normal; }
#download .main { margin-top: 40px; }
#download .thumb { float: left; width: 260px; height: auto; line-height: 0; }
#download .detail { position: relative; top: -5px; margin: 0 0 -12px 300px; }
#download .detail p { margin-bottom: 8px; font-size: 13px; }
#download .detail p:last-child { margin-bottom: -11px; }
#download .detail p span { color: #9199a1; }
#download .detail .links { margin: 14px 0 0 0; }
#download .detail .links span { display: block; }
#download .detail .links .button { display: inline-block; padding: 10px 15px; font-size: 14px; font-weight: bold; background: #df5176; color: #fff; -webkit-border-radius: 2px; border-radius: 2px; }
#download .detail .links .button:active { background: #cd4065; }
#download .detail .links .m { display: inline-block; margin: 4px 0 0 0; font-size: 11px; color: #9199a1; }
#download .detail .links .m:hover { font-size: 11px; color: #df5176; }

/**
 * Artist 
 */

#artist { padding: 40px 0; border-top: 1px solid #ddd; }
#artist .image { margin: 0 auto; margin-bottom: 20px; width: 64px; height: 64px; overflow: hidden; -webkit-border-radius: 64px; border-radius: 64px; }
#artist h1 { margin: -6px 0 -7px 0; line-height: 1.4em; text-align: center; font-size: 20px; font-weight: normal; }
#artist .tracks { margin: 20px -20px 0 0; }
#artist .track { float: left; width: 50%; padding: 20px 20px 0 0; }
#artist .track .item { margin-bottom: 0; padding: 20px 20px 20px 46px; background: #eee; -webkit-border-radius: 2px; border-radius: 2px; }
#artist .track .item:before { top: 20px; left: 20px; }
#artist .track .item .button { top: 20px; right: 20px; }

/**
 * News
 */
 
.archive-title { margin: -6px 0 33px 0; line-height: 1.4em; font-size: 20px; font-weight: bold; }
 
.news .hentry { margin-bottom: 40px; }
.news .hentry:last-child { margin-bottom: 0; }
.news .hentry .entry-thumbnail { float: left; width: 200px; line-height: 0; }
.news .hentry .entry-thumbnail a:hover { opacity: 0.8; }
.news .hentry .entry-detail { margin: 0 0 -6px 220px; }
.news .hentry .entry-title { position: relative; line-height: 1.35em; font-size: 20px; font-weight: normal; }
.single .news .hentry .entry-title, .page .news .hentry .entry-title { margin-top: -6px; }
.page .news .hentry .entry-title { margin-bottom: 28px; }
.page-template-template-blog .news .hentry .entry-title { margin-bottom: 0; }
.news .hentry .entry-title a { color: #434649; }
.news .hentry .entry-title a:hover, .news .hentry .entry-meta a { color: #df5176; }
.news .hentry .entry-meta { margin-bottom: -8px; font-size: 13px; color: #9199a1; }
.news .hentry .entry-meta a:hover { color: #9199a1; }
.news .hentry .entry-tags { margin: 14px 0 -6px 0; }
.news .hentry .entry-content { margin-top: 15px; }
.single .news .hentry .entry-content, .page .news .hentry .entry-content { margin-bottom: -5px; }
.entry-content p, .entry-content blockquote, .entry-content ul, .entry-content ol { margin-bottom: 10px; }
.entry-content p:last-child, .entry-content blockquote:last-child, .entry-content pre:last-child, .entry-content ul:last-child, .entry-content ol:last-child { margin-bottom: 0; }
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { margin-bottom: 10px; font-weight: bold; }
.entry-content h1 { line-height: 1.3em; font-size: 20px; }
.entry-content h2 { line-height: 1.4em; font-size: 18px; }
.entry-content h3 { line-height: 1.4em; font-size: 16px; }
.entry-content h4 { line-height: 1.4em; font-size: 15px; }
.entry-content h5 { line-height: 1.6em; font-size: 13px; }
.entry-content h6 { line-height: 1.7em; font-size: 11px; }
.entry-content blockquote { margin-left: 20px; padding-left: 20px; color: #9199a1; border-left: 2px solid #df5176; }
.entry-content pre {  max-width: 100%; overflow: auto; padding: 15px 20px; margin: 15px 0; white-space: pre; white-space: pre-wrap; word-wrap: break-word; font-size: 14px; background: #eee; -webkit-border-radius: 2px; border-radius: 2px; }
.entry-content ol { margin-left: 16px; list-style: decimal; }
.entry-content ul { margin-left: 14px; list-style: disc; }
.alignleft, .alignright { position: relative; top: 4px; }
.entry-content a { font-weight: bold; color: #df5176; }
.entry-content a:hover { color: #434649; }
.alignleft { float: left; margin-right: 20px; }
.alignright { float: right; margin-left: 20px; }
.aligncenter { display: block; margin: 15px auto; }
.wp-caption { width: auto !important; }
.wp-caption p { margin-bottom: 10px !important; text-align: center; font-size: 13px; color: #9199a1; }

.entry-content .sitemap { margin: 0; list-style: none; }
.entry-content .sitemap li { position: relative; padding-left: 18px; }
.entry-content .sitemap li:before { position: absolute; content: ''; top: 7px; left: 0; width: 4px; height: 8px; background: url("assets/images/sprites.png") -54px -72px no-repeat; }
.entry-content .sitemap a { font-weight: normal; color: #434649; }
.entry-content .sitemap a:hover { color: #df5176; }
.entry-content .spagination { margin: 10px 0 0 0; }
.entry-content .spagination ul { margin: 0; list-style: none; }
.entry-content .spagination li { float: left; font-weight: bold; margin-right: 5px; }
.entry-content .spagination li:last-child { margin-right: 0; }

/**
 * Pagination 
 */
 
.pagination { margin: 34px 0 -5px 0; font-size: 13px; font-weight: bold; }
.pagination a { color: #434649; }
.pagination a, .pagination span { margin-right: 10px; }
.pagination a:hover, .pagination .current { color: #df5176; }

/**
 * Comments
 */

#comments .comments-title, #comments .comment-reply-title { margin: -4px 0 16px 0; font-size: 18px; font-weight: normal; }

.comment-navigation { margin-top: 34px; }
.comment-navigation div { margin-bottom: -6px; }
.comment-navigation .previous { float: left; }
.comment-navigation .next { float: right; }
.comment-navigation a { color: #929b9f; }
.comment-navigation a:hover { color: #384246; }

.comments-list li { margin-top: 20px; }
.comments-list li ul { margin-left: 60px; }
.comments-list .bypostauthor .comment-content { padding: 20px; background: #eee; -webkit-border-radius: 2px; border-radius: 2px; }
.comments-list .depth-1:first-child { margin-top: 0; }
.comments-list .comment-content { margin-left: 60px; }
.comments-list .comment-avatar { float: left; width: 60px; line-height: 0; }
.comments-list .comment-avatar img { -webkit-border-radius: 100%; border-radius: 100%; }
.comments-list .comment-author { font-size: 14px; font-weight: bold; }
.comments-list .bypostauthor .comment-author { padding-top: 0; margin-top: -7px; }
.comments-list .comment-author a { color: #434649; }
.comments-list .comment-author a:hover { color: #df5176; }
.comments-list .comment-meta { margin-bottom: 9px; font-size: 13px; }
.comments-list .comment-meta span { margin: 0 2px; }
.comments-list .comment-meta, .comments-list .comment-meta a { color: #9199a1; }
.comments-list .comment-meta a:hover { color: #434649; }
.comments-list .comment-moderation { margin-bottom: 9px; color: #df5176; }
.comments-list .comment-text { margin-bottom: -6px; }
.comments-list li > #respond { margin: 20px 0 0 60px; padding-top: 0; border-top: none; }
.comments-list .has-child > #respond { margin-bottom: 20px; }
.comments-list .no-child.parent:last-child > #respond,
.comments-list .has-child.parent:last-child > ul .no-child:last-child > #respond { margin-bottom: 0; }

#comments .comments-closed { margin: 35px 0 -6px 0; text-align: center; color: #9199a1; }
#comments .comments-closed.re-margin { margin-top: -6px; }

.have-comments #respond { margin-top: 40px; }
#respond .comment-reply-title { position: relative; }
#respond .comment-reply-title #cancel-comment-reply-link { position: relative; top: -2px; margin-left: 6px; font-size: 13px; color: #9199a1; }
#respond .comment-reply-title #cancel-comment-reply-link:hover { color: #434649; }
#respond p, .contact-form p { margin-bottom: 20px; font-size: 13px; }
#respond .logged-in-as { margin: -4px 0 13px 0; }
#respond .logged-in-as, #respond .logged-in-as a { color: #9199a1; }
#respond .logged-in-as a:hover { color: #434649; }
#respond .form-submit, .contact-form .submit { margin: -3px 0 0 0; }
#respond input[type=text], #respond textarea, .contact-form input[type=text], .contact-form textarea { width: 100%; }
#respond textarea, .contact-form textarea { height: 160px; resize: vertical; }
#respond .comment-form-author, #respond .comment-form-email, .contact-form .name, .contact-form .email { float: left; width: 50%; }
#respond .comment-form-author, .contact-form .name { padding-right: 10px; }
#respond .comment-form-email, .contact-form .email { padding-left: 10px; }

.contact-form { margin-top: 10px; }
.contact-form.has-content { margin-top: 40px; }
.contact-form #response div:first-child { margin-top: -6px; }
.contact-form #response div:last-child { margin-bottom: 14px; }
.contact-form #response .error { color: #e64f4f; }
.contact-form #response .success { color: #43c878; }

/**
 * Error 404 
 */
 
#error404 { padding-top: 40px; text-align: center; border-top: 1px solid #ddd; }
#error404 h1 { margin: -6px 0 -7px 0; line-height: 1.4em; font-size: 20px; font-weight: normal; }
#error404 p { margin: 13px 0 -5px 0; }
#error404 p a { color: #df5176; }
#error404 p a:hover { color: #cd4065; }

.news #error404, .error404 #error404 { padding-top: 0; text-align: left; border-top: none; }

/**
 * Widgets 
 */
 
.widget { margin-bottom: 40px; }
.widget:last-child { margin-bottom: 0; }
.widget-title.section-title { margin: -4px 0 20px 0; }

.widget ul { margin: -6px 0 -10px 0; }
.widget li { position: relative; padding-left: 14px; }
.widget li ul { margin: 0; }
.widget li:before { position: absolute; content: ''; top: 7px; left: 0; width: 4px; height: 8px; background: url("assets/images/sprites.png") -54px -72px no-repeat; }
.widget li a, .widget-title a { color: #434649; }
.widget li a:hover { color: #df5176; }

.widget .post-date, .widget .rss-date { display: block; font-size: 13px; color: #9199a1; }
.widget_categories select { width: 100%; }
.widget_search label { display: none; }
.widget_search input[type=text] { width: 100%; }
.widget_search input[type=submit] { margin-top: 10px; }
.widget_rss .rssSummary { font-size: 13px; }
.widget_rss cite { font-size: 11px; font-style: normal; color: #9199a1; }

#wp-calendar caption { text-align: left; margin: -5px 0 4px 0; color: #9199a1; }
#wp-calendar th, #wp-calendar tr,  #wp-calendar td { text-align: center; border: 1px solid #ddd;  }
#wp-calendar th, #wp-calendar td { padding: 5px 0; }
#wp-calendar a { font-weight: bold; color: #df5176; }
#wp-calendar a:hover { font-weight: bold; color: #434649; }

.widget_tag_cloud .tagcloud { margin-top: -5px; }
.widget_tag_cloud a { display: inline-block; padding: 2px 8px 1px 8px; margin: 5px 1px 0 0; font-size: 11px !important; background: #ddd; color: #434649; -webkit-border-radius: 2px; border-radius: 2px; }
.widget_tag_cloud a:hover { background: #df5176; color: #fff; }

/**
 * Footer 
 */
 
#footer { float: left; width: 100%; padding: 40px 0; border-top: 1px solid #ddd; margin-top: 40px; }
#footer .footer-menu, #footer .footer-menu li { float: left; }
#footer .footer-menu { margin: -5px 0 8px 0; width: 100%; }
#footer .footer-menu li { margin-right: 20px; }
#footer .footer-menu li ul { display: none; }
#footer .footer-menu li:last-child { margin-right: 0; }
#footer .footer-menu li a { font-size: 13px; font-weight: bold; color: #434649; }
#footer .footer-menu li a:hover, #footer .credits a:hover { color: #df5176; }
#footer .credits { margin: -6px 0 -7px 0; font-size: 11px; }
#footer .credits, #footer .credits a { font-size: 11px; color: #9199a1; }

/**
 * Responsive 
 */
 
@media (max-width: 880px) { 
	.container { width: auto; margin: 0 40px; }
}

@media (max-width: 800px) { 
	.news .hentry .entry-thumbnail { width: 120px; }
	.news .hentry .entry-detail { margin-left: 140px; }
}

@media (max-width: 700px) { 
	#primary, #primary #content { margin-right: 0; }
	#secondary { float: left; width: 100%; margin-top: 40px; }
}

@media (max-width: 600px) { 
	.column-2:before { display: none; }
	.column-2 section { float: left; width: 100%; }
	.column-2 #popular-music { margin-bottom: 40px; padding-right: 0; }
	.column-2 #popular-artists { padding-left: 0; }
	.column-2 .section .section-title { margin-bottom: 20px; }
	#recent-news .hentry { width: 50%; }
	#search-result .results .item { width: 100%; }
	#download .thumb { width: 130px; }
	#download .detail { margin-left: 170px; }
	#artist .track { width: 100%; }
}

@media (max-width: 480px) { 
	.news .hentry .entry-thumbnail { float: none; width: 100%; margin-bottom: 20px; }
	.news .hentry .entry-detail { margin: 0; }
	.comments-list li ul { margin-left: 0; }
	#respond .comment-form-author, #respond .comment-form-email, .contact-form .name, .contact-form .email { float: none; width: 100%; }
	#respond .comment-form-author, .contact-form .name, #respond .comment-form-email, .contact-form .email { padding: 0; }
}

@media (max-width: 400px) {
	#download .thumb { float: none; width: 100%; }
	#download .detail { margin: 20px 0 -12px 0; }
}

@media (max-width: 320px) { 
	#recent-news .hentry { width: 100%; }
	#popular-music .item { padding-right: 0 !important; }
	#artist .track .item { padding-right: 20px !important; }
	#popular-music  .item .button, #artist .item .button { position: static; display: inline-block; margin-top: 10px; }
	#search-result .results .item .thumb { width: 70px; }
	#search-result .results .item .detail { margin-left: 90px; }
	.comments-list li > #respond { margin-left: 0; }
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	#header .social .facebook,
	#header .social .twitter,
	#header .social .google,
	.toggle-menu,
	#mobile-menu .social .facebook,
	#mobile-menu .social .twitter,
	#mobile-menu .social .google,
	#mobile-menu .toggle-menu,
	#search form input[type=submit],
	#popular-music .item:before, #artist .item:before,
	.widget li:before,
	.entry-content .sitemap li:before {
		background-image: url("assets/images/sprites@2x.png");
		background-size: 96px 86px;
	}
}