@charset utf-8;
/*
Theme Name: Paper
Theme URI: 
Author: Sulfureous
Author URI: 
Description: Custom Naked Paper theme with all template files for WordPress and custom fields and post types.
Version: 1.4.2
*/

/*
  =-=-=-=
    Global Styles
  =-=-=-=
*/
body {
  background: rgb(100,100,100);
  color: #1b1b1b;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #999;
}
a:active {
  color: #999;
}
a:focus {
  color: #9e151a;
}
h1,h2,h3,h4,h5,h6 {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0;
}
h2 {
  font-size: 36px;
  line-height: 100%;
}
h3 {
  font-size: 18px;
  line-height: 100%;
}
hr {
  background: rgb(153,153,153);
  height: 1px;
  margin: 20px 0;
  clear: both;
  border: none;
}

/*
  =-=-=-=
    Helper Classes
  =-=-=-=
*/
.textStrong {
  font-weight: bold;
  color: #9e151a;
}
.textUpper {
	text-transform: uppercase;
}
.theDate {
  font-size: 12px;
  color: rgb(150,150,150);
}
.featImgCont {
  float: right;
  margin: 0 0 10px 10px;
}
.featImgContSingle {
  margin-bottom: 15px;
}
.read-more {
  text-transform: capitalize;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  text-align: right;
}
.postDescription {
  line-height: 110%;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 11px;
  color: rgb(150,150,150);
}
.postDescription p:first-of-type {
  font-size: 11px;
  text-transform: uppercase;
}
.shareButtons {
	float: right;
	/*overflow: auto;*/
}
.readMore {
  font-size: 12px;
}
.align-right {
  text-align: right;
}
.hrSpace-10 {
  margin: 10px 0;
}
.videoCont {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 15px;
}
.videoCont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
  =-=-=-=
    Comments Styles
  =-=-=-=
*/

#commentsArea h3 {
  padding: 10px;
  margin-top: 20px;
  background: rgb(0,0,0);
  font-size: 16px;
  color: rgb(255,255,255);
}
#commentsArea ol {
	margin: 0;
}
#commentsArea ol li {
  padding: 0 0 0 10px !important;
  margin: 5px 0 10px 0;
  border-left: 5px solid rgb(66,33,97);
  list-style: none;
}
.commentTitle {
  font-size: 12px;
  color: rgb(170,170,170);
}
.commentTitle span {
  font-size: 14px;
  color: rgb(66,33,97);
  font-weight: bold;
}
.commentDate {
  font-size: 10px;
  color: rgb(170,170,170);
  margin-top: -15px;
}
.commentEdit {
  font-size: 10px;
}
#comments-form input[type="text"] {
  width: 97%;
}
#comments-form textarea {
  max-width: 99%;
}

/*
  =-=-=-=
    Bootstrap Overwrite
  =-=-=-=
*/
.container {
  background: #fff;
  width: 964px;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-left: 2px solid #939598;
  border-right: 2px solid #939598;
  border-bottom: 2px solid #939598;
  border-radius: 0 0 5px 5px;
}
form {
  margin: 0;
}
form .input-append {
  margin-bottom: 0;
}

/*
  =-=-=-=
    Scaffolding
  =-=-=-=
*/
  /* =-=-=-= Header =-=-=-= */
  
  #topBar {
	background: rgb(40,40,40);
	width: 100%;
    height: 15px;
	display: block;
  }
  
  #headerCont{
    position: relative;
  }
  #logo {
    width: 100%;
	height: 190px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
  }
  #logo a {
    width: 100%;
	height: 190px; 
	display: block;
	text-indent: -9999px;
  }

  #navCont {
    padding: 5px 0;
	margin: 15px 0;
  }
  #navCont ul {
	background: rgb(220,220,220);
    list-style: none;
	clear: both;
	overflow: hidden;
	margin: 0;
  }
  #navCont ul li {
	float: left;
	text-align: center;
  }
  #navCont ul li.current-menu-item > a {
	color: rgb(0,0,0);
  }
  #navCont ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	color: rgb(100,100,100);
  }
  #navCont ul li a:hover {
    color: rgb(0,0,0);
  }

  /* =-=-=-= Sub Container =-=-=-= */
  
  #topAdsCont {
	margin: 0 0 20px 0;
  }
  #comment {
	width: 100%;
	box-sizing: border-box;
  }
  
  /* =-=-=-= Sub Main Container =-=-=-= */
  #mainNewsFeed {
    padding: 0;
  }
  #mainNewsFeed hr {
	background: rgb(195,195,195);
	height: 1px;
  }
  .homeArticles {
  }
  .homeArticles h2 {
    font-size: 26px;
  }
  #sidebarRightCont {
    text-align: right;
  }
  #authorInfo {
    overflow: auto;
  }
  .featImgLarge {
    margin-bottom: 10px;
  }
  .featImgLarge img {
    width: 100%;
    height: auto;
  }
  .cutLine {
    line-height: 110%;
	padding: 0 20px;
    margin-bottom: 20px;
	font-size: 11px;
	color: rgb(150,150,150);
  }
  #pageText {
    margin-bottom: 20px;
  }
  
  /* =-=-=-= Full Width Search =-=-=-= */
  #fullWidthSearch {
    padding: 10px;
    margin-bottom: 0;
  }
  #fullWidthSearch form {
    margin-bottom: 0;
  }
  #fullWidthSearch .input-append {
    width: 100%;
  }
  #fullWidthSearch input[type="text"] {
    width: 90%;
	height: 30px;
    box-sizing: border-box;
  }
  #fullWidthSearch #searchsubmit {
    width: 10%;
  }
  #fullWidthSearch .input-append, .input-prepend {
    margin-bottom: 0;
  }
  
  
  
  /* =-=-=-= Sub Side Container =-=-=-= */
  
  #sidebarLeftCont {
	padding-right: 15px;
  }
  #sidebarRightCont {
	padding-left: 15px;
  }

  #sidebarLeftCont .widget > span,
  #sidebarRightCont .widget > span {
	display: block;
	margin-bottom: 10px;
  }
  #sidebarLeftCont > span {
	text-align: left!important;
  }
  #sidebarRightCont > span {
	text-align: right!important;
  }
  #sidebarLeftCont .textwidget img {
	  margin-bottom: 15px;
  }
  /* =-=-=-= Footer =-=-=-= */
  
  #footerCont {
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 10px;
  }
  
  .copyrightCont {
	font-size: 12px;
	color: #fff;
	padding: 20px 0 10px 0;
	text-align: center;
  }
/*
  =-=-=-=
    Plugin Specific Styles
  =-=-=-=
*/
  
  /* =-=-=-= ShareDaddy =-=-=-= */
  .sharedaddy {
	margin: 20px 0;  
  }
  /* =-=-=-= Contact Form =-=-=-= */
  
  #cntctfrm_contact_form input[type=text] {
	width: 100%;
	box-sizing: border-box;
	height: 35px;
  }
  #cntctfrm_contact_message {
	width: 100%!important;
	box-sizing: border-box;
	height: 190px;
  }
  
  /* =-=-=-= Jetpack =-=-=-= */
  div.sharedaddy div.sd-block {
    border-top: none; 
    padding: 0 0 0 0;
    margin: 0;
    width: 100% !important;
  }
  div.sharedaddy .sd-content {
    width: 130px;
    float: right;
    margin: -15px -5px 0 0;
  }
  div.sharedaddy .sd-content li {
    float: right;
    margin: 0 5px 5px 0 !important;
    display: block;
  }

  /* =-=-=-= WP PageNavi Pagination Plugin =-=-=-= */
  
  .wp-pagenavi span.pages {
	border: 0;
	font-size: 10px;
	float: right;
  }
  .wp-pagenavi a {
	background: #f1f1f1;
	border-radius: 3px;
	padding: 2px 7px;
  }
  .wp-pagenavi a:hover {
	border: 1px solid #bbb;
  }
  .wp-pagenavi span.current {
	background: #f8f8f8;
	border-radius: 3px;
	border: 1px solid #bfbfbf;
	padding: 5px 10px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
	margin: 2px;
  }
  
  /* =-=-=-= Custom Paper Search =-=-=-= */
  .widget {
    margin-bottom: 10px;
  }
  .widget:last-child {
    margin-bottom: 0;
  }
  
  
  /* =-=-=-= Weather Widget =-=-=-= */
  
  #sidebarLeftCont .widget table {
    float: left;
	margin-bottom: 10px;
  }
  #sidebarRightCont .widget table {
    float: right;
	margin-bottom: 10px;
  }
    
/*
  =-=-=-=
    WordPress Default WYSIWYG Styles
  =-=-=-=
*/
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone, img.alignnone {
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

