/*
Theme Name:   Reasons To Rock
Description:  The theme for Reasons To Rock website.  It's a child theme of Comicpress
Author:       Sunil Khiatani
Author URI:   http://example.com
Template:     comicpress
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  reason-to-rock
*/


/* Allowed fonts 
  font-family: 'Rock Salt', cursive;
  font-family: 'Schoolbell', cursive;
  font-family: 'Shadows Into Light', cursive;
*/

@media screen and (min-width: 61.5625em) {	

}

/* PAGE CONTAINER */
#page-wrap {
  width: 842px;
  margin: 0 auto;
}

body {
  font-family: 'Schoolbell', cursive;    
}

a, a:visited {
 color: #6b0808; 
}

a:hover {
  color: red;
}


/* HEADER */
header {
  margin: 0 auto;
}

/* NAVIGATION */

#menubar-wrapper { 
  background-color: transparent;
  color: white;    
  font-weight: bold;
  font-size: 1em;
  margin: 1em 0em 0.2em 0em;
  text-transform: none;
}

#menu-comics { 
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#menu-comics .menu-item {
  display: inline-block;
  font-family: 'Rock Salt', cursive;
}


#menu-comics .menu-item a {
  display: block;
  padding: 16px;
  color: #6b0808;
  text-decoration: none;
}

#menu-comics .menu-item a:hover {
  background-color : transparent;
  color : red;
} 

/* COMIC */
#comic {
  color: white !important;
}

#comic-nav-wrapper {    
  font-size: 1.2em;
  background-color : transparent !important;
  border : 0 !important;    
}

#comic-nav-wrapper .comic-nav-void {
  color: gray;
}

#comic-nav-wrapper .comic-nav a:link, #comic-nav-wrapper .comic-nav, #comic-nav-wrapper .comic-nav a.comic-nav-random {
  color: #6b0808 !important;
  text-decoration: none;
}

#comic-nav-wrapper .comic-nav a:hover, #comic-nav-wrapper .comic-nav a.comic-nav-random:hover {
  color: red !important;    
  text-decoration: underline;
}

.comic-nav-random {
  color: gray !important;
}

#comic-nav-wrapper .comic-nav a:visited {
  color: #6b0808 !important;	
}

/* SUB CONTENT */
body.scheme-sandy #subcontent-wrapper { 
  background-color : transparent;
  box-shadow : none;
}

#sidebar-left {
  float: left;
}

#content-column {
  float: left;
  display: inline-block;
}

/* WIDGETS */
.widget {
  
}

.widget .widget-content {
  
}

.widget .widget-content .widget-title {
  color: #6b0808 !important;
  font-family: 'Rock Salt', cursive;
  font-weight : bold;
  font-size : 1em;
}

.widget .widget-content .menu-comics-container {
  color : #6b0808;
  font-family: 'Rock Salt', cursive;
  font-weight : bold;
  font-size : 1em;	
}

/* TAG CLOUD WIDGET */
.tagcloud {
}

.tagcloud .tag-cloud-link {
  color: white;
  text-decoration: none;
}

.tagcloud .tag-cloud-link:hover {
  color : #6b0808;    
}

/* ARCHIVES WIDGET */
#archives-2 {     
}

#archives-2 ul {  
  list-style: none;
  margin: 0;
  padding-left: 20px;    
}

#archives-2 ul li {  
}

#archives-2 ul li a { 
    color: white;    
    
}

/* CONTENT */
#content {
  background-color : white;
  border : solid 3px #6b0808;
  box-sizing : border-box;
}

#content.narrowcolumn : {
  margin : 4px;
}

/* POSTS */
article {
  margin: 4px;	
}

article .post-content .post-info .page-title {
  color: black;
  font-family : 'Rock Salt', cursive;
  font-weight : bold;
  font-size : 1em;
  text-align : center;
}

article .post-content .post-info .page-title a {
  color: #6b0808;
}

article .post-content .post-info .post-title {
  color : #6b0808;
  font-family : 'Rock Salt', cursive;
  font-weight : bold;
  font-size : 18px;  
  margin : 4px;
}

article .post-content .post-info .post-title a {
  color : #6b0808;
  text-decoration: none;
}

article .post-content .post-info .page-title a:hover {
  text-decoration : underline;
}

article .post-content .entry {
  color: black;
  font-family: 'Schoolbell', cursive;
}

article .post-text {
  overflow: hidden;
  display: block;
}

.post {
  color: black;
}

.post-cat, .post-author {
  text-transform: capitalize;
}

.post-extras {
  display: block;
  clear: both;
  padding: 3px 10px;
}

a.post-edit-link {
  padding: 5px;
  text-align: right;
}

.post-image img {
  max-width: 100%;
}

.post-content .post-image {
  float: left;
  display: inline-block;
  padding: 3px 3px 0;
  margin: 4px;
}

.post-content .post-image img {
  width: 200px;
  height: auto;
}

.post-info {
  padding: 5px;
  font-size: 12px;
}

.post-text {
  overflow: hidden;
  display: block;
}

.post-author-gravatar {
  display: inline-block;
  width: 82px;
  float: right;
  margin: 3px;
}

.post-mood {
  float: left;
  margin-right: 2px;
}

.post-calendar-date {
  color: #777777;
  font-family: 'Georgia' , serif;
  font-size: 15px;
  font-weight: bold;
  float: left;
  margin-right: 3px;
}

.post-calendar-date .calendar-date {
  height: 50px;
  width: 45px;
  background: url(images/calendar.png) center no-repeat;
  font-family: 'Georgia' , serif;
  font-size: 22px;
  font-style: normal;
  color: #000000;
  text-align: center;
  line-height: 100%;
  padding: 0 2px 0 0;
}

.post-calendar-date .calendar-date span {
  height: 16px;
  padding: 1px 0 4px 0;
  display: block;
  font-family: 'Verdana' , sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}

.postdate {
  color: black;
  font-size: 11px;
}

.more-link {
  border-top: 1px dashed #cccccc;
  font-style: italic;
  display: block;
  clear: both;
}

.post-tags, .cast-tags {
  font-size: 12px;
}

.linkpages {
}

/* Comments */

#comment-wrapper {
  padding: 10px;
}

.comment-link {
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  padding: 2px;
}

.comment {
  display: block;
  margin-top: 20px;
  padding: 2px;
}

.comment .comment {
  margin: 10px 0 0 70px;
}

.comment .comment .comment {
  margin-left: 20px;
}

.bypostauthor {}

.comment-avatar {
  width: 64px;
  height: 64px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.comment-content {
  margin-left: 68px;
}

.comment-author cite {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
}

.comment .comment .comment-author cite {
  font-size: 14px;
}

.comment-meta-data {
  font-size: 11px;
}

.comment .comment .comment-permalink {
  display: none;
}

.comment-moderated {
  font-style: italic;
  font-size: 15px;
}

.comment-text {
  padding: 5px;
  font-size: 12px;
}

.comment-text p {
  padding: 5px 5px;
  margin: 0;
}

.comment-note {
  width: 380px;
  text-align: left;
  display: inline-block;
  font-size: 11px;
}

#respond .form-submit {
  display: inline-block;
  margin-right: 20px;
}

.comment-meta {
  display: inline;
  border-left: 1px solid #000000;
}

.commentsrsslink {
  font-size: 11px;
  float: right;
}

#author, #email, #url {
  width: 50%;
}

.comment-submit, .post-url-back {
  float: right;
}

.commentlist ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ol.commentlist {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

ol.commentlist p {
  margin-top: 3px;
}

ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
}

#respond {
  padding: 0;
}

.nocomments, .closed-comments {
  text-align: center;
}

#cancel-comment-reply-link {
  font-size: 14px;
}

.res-img {
  width: 100%;
  height: auto;
}
