/*  -----------------------------------------------
Theme Name: Paul and Paula
Author: Brandi Bernoskie
URL: http://coding.brandibernoskie.com
Description: A custom Wordpress theme developed by Brandi Bernoskie.
----------------------------------------------- */



body {
background:  #fff;

color:#666666;
margin:0;
font: normal 300 12px Roboto, Helvetica, sans-serif;
text-align: left;
}
a:link {
color: #ef9bb1;
text-decoration:none;
}
a:visited {
color: #ef9bb1;
text-decoration:none;
}
a:hover {
color:#ccc;
}
a img {
border-width:0;
}

/*---------------------- Header ----------------------*/
#header-wrapper {
width: 100%;
color: #202020;
font: normal bold 70px 'Times New Roman', Times, FreeSerif, serif;
text-transform: none;
margin: 5px auto 30px;
text-align:center;
}
#header-inner {
background-position: center;
margin: 0 auto;
}

#header h1 {
text-decoration:none;
text-transform: none;
margin-top: 0px;
letter-spacing: 0px;
padding-top: 100px;
color: #202020;
font: normal bold 70px 'Times New Roman', Times, FreeSerif, serif;
text-align:center;
}

#header a:hover {
color:#666666;
}

#header a img {
margin: 0px auto;
padding: 0px;
border: 0;
display:block;
max-width:100%;
width:auto;
height:auto;
}

#header #description {
margin: 0 auto;
padding:10px 0px 0px;
text-transform: none;
letter-spacing: 3px;
line-height: 1em;
font: normal bold 30px 'Times New Roman', Times, FreeSerif, serif;
color: #202020;
text-align: center;
max-width: 300px;
display:none;
}

/*---------------------- Navigation Bar ----------------------*/

#linkbar-wrapper {
margin: 0px 0px 10px;
padding: 15px 0px;
width: 100%;
position: relative;
text-align: center;
display: block;
border-top:1px solid #808080;
border-bottom:1px solid #808080;
}

#linkbar .widget {
margin: 0px;
padding: 3px 0px;
text-align: center;
}

#linkbar ul {
margin: 0px;
padding: 0px;

}

#linkbar li {
display: inline;
margin: 0px;
padding: 0px;
font: normal 300 12px 'Roboto', Helvetica, sans-serif;
color: #808080;
}

#linkbar h2 {
display: none;
visibility: hidden;
}

#linkbar a {
clear: both;
margin: 0px;
padding: 0px 16px;
width:100%;
text-decoration:none;
font: normal 300 12px 'Roboto', Helvetica, sans-serif;
color: #808080;
text-transform: uppercase;
letter-spacing: 0px;
}

#linkbar a:hover {
color: #EF9BB1;
}

#social-icons {
text-align:center;
margin-bottom:30px;
}

#social-icons a {
display:inline-block;
margin:0 10px;
}

#social-icons a.facebook {
width:20px;
height:24px;
background:url(./wp-content/themes/Paul-Paula/images/facebook.png) center center no-repeat;
}

#social-icons a.facebook:hover {
background:url(./wp-content/themes/Paul-Paula/images/facebook_on.png) center center no-repeat;
}

#social-icons a.twitter {
width:30px;
height:25px;
background:url(./wp-content/themes/Paul-Paula/images/twitter.png) center center no-repeat;
}

#social-icons a.twitter:hover {
background:url(./wp-content/themes/Paul-Paula/images/twitter_on.png) center center no-repeat;
}

#social-icons a.pinterest {
width:21px;
height:25px;
background:url(./wp-content/themes/Paul-Paula/images/pinterest.png) center center no-repeat;
}

#social-icons a.pinterest:hover {
background:url(./wp-content/themes/Paul-Paula/images/pinterest_on.png) center center no-repeat;
}

#social-icons a.instagram {
width:24px;
height:24px;
background:url(./wp-content/themes/Paul-Paula/images/instagram.png) center center no-repeat;
}

#social-icons a.instagram:hover {
background:url(./wp-content/themes/Paul-Paula/images/instagram_on.png) center center no-repeat;
}

#social-icons a.google {
width:24px;
height:24px;
background:url(./wp-content/themes/Paul-Paula/images/g.png) center center no-repeat;
background-size:24px;
}

#social-icons a.google:hover {
background:url(./wp-content/themes/Paul-Paula/images/g_on.png) center center no-repeat;
background-size:24px;
}

#social-icons a.rss {
width:24px;
height:25px;
background:url(./wp-content/themes/Paul-Paula/images/rss.png) center center no-repeat;
}

#social-icons a.rss:hover {
background:url(./wp-content/themes/Paul-Paula/images/rss_on.png) center center no-repeat;
}


/*---------------------- Outer-Wrapper ---------------------- */
#outer-wrapper {
width: 1050px;
margin:0 auto;
color:#666666;
font: normal 300 12px Roboto, Helvetica, sans-serif;
text-align: left;
}

#main-wrapper {
width: 760px;
float: left;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

#sidebar-wrapper {
text-transform: none;
color: #101010;
width: 250px;
float: right;
margin-top:165px;
text-align: justify;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}


/*---------------------- Headings ---------------------- */
.rsidebar h2 {
display:none;
}

.post h3 {
margin:7px 0 15px;
font: normal 300 22px Roboto, Helvetica, sans-serif;
color: #ef9bb1;
text-transform: uppercase;
text-align: center;
}

.page h3 {
margin:7px 0 15px;
font: normal 300 22px Roboto, Helvetica, sans-serif;
color: #666666;
text-transform: uppercase;
text-align: center;
}

.archive_head {
margin:0 0 15px;
font: normal 300 22px Roboto, Helvetica, sans-serif;
color: #666666;
text-transform: uppercase;
text-align: left;
}

.post h3 a {
text-decoration:none;
color: #ef9bb1;
}

.post h3 a:hover {
color:#666666;
}

h4.date-header {
color: #808080;
letter-spacing: 3px;
font: normal 300 11px Roboto, Helvetica, sans-serif;
text-align: center;
margin:0 auto;
}

/*---------------------- Posts ---------------------- */
.post, .page {
margin:.5em 0 0em;
padding: 5px 0px 0px;
width: 100%;
line-height:1.6em;
}

.post-body {
margin:0 0 .75em;
line-height:1.6em;
font: normal 300 13px Roboto, Helvetica, sans-serif;
}

.post .post-body div {
  display:none;
}

/*JRIOS added for tinyMCE tables in posts*/
/* not used
.post-body table {
     margin:0 auto;
     max-width:100%;
}*/


.post-footer {
clear:both;
font: normal 300 12px Roboto, Helvetica, sans-serif;
line-height:1.6em;
margin-bottom: 80px;
margin-top: 20px;
display: block;
padding-top: 6px;
text-align: center;
color: #808080;
border-top: 1px solid #808080;
}
.post-footer a {
color: #ef9bb1;
}



.post img, .page img {
margin-bottom:6px;
max-width:100%;
height:auto;
}


.post .post-body img {
width:100%;
height:auto;
}

img.aligncenter {
display:block;
margin:0 auto 6px;
max-width:100%;
height:auto;
}

img.alignright {
display:inline-block;
padding-left:10px;
float:right;
max-width:100%;
height:auto;
}

img.alignleft {
display:inline-block;
padding-right:10px;
float:left;
max-width:100%;
height:auto;
}

.tr-caption-container img {
border: none;
padding: 0;
}

.post blockquote {
line-height: 1.8em;
margin-left: 5px;
color: #e3d6d6;
font: italic normal 13px 'Times New Roman', Times, FreeSerif, serif;
padding-left: 10px;
margin-bottom: 25px;
}

.post blockquote p {
line-height: 1.8em;
}

a.more-link {
padding: 10px;
color: #e3d6d6;
font: italic normal 10px 'Times New Roman', Times, FreeSerif, serif;
border: 1px solid #e3d6d6;
text-transform: none;
letter-spacing: 3px;
text-align: center;
margin-top:10px;
display:inline-block;
text-transform:uppercase;
}
a:hover.more-link {
opacity:0.5;
}

.post .yarpp-related h3 {
font: normal 300 18px Roboto, Helvetica, sans-serif !important;
color: #ef9bb1;
text-transform:uppercase !important;
}

/*---------------------- Comments ---------------------- */
#comments { 
width: 100%; 
clear: both; 
}

#comments h4, #comments-headers h4 {
margin:.25em 0 0;
font: normal 300 22px Roboto, Helvetica, sans-serif;
color: #ef9bb1;
text-transform: uppercase;
margin-bottom: 0px;
text-align: left;
}

#comments-block {
margin:1em 0 1.5em;
line-height:1.6em;
}

ul#comment-block li.comment { padding: 1.2em 0 1.2em 1.2em; list-style: none; overflow: hidden; border-bottom: 1px dotted #bbb; height: 1%; }
ul#comment-block li.even { background: #fff; }
ul#comment-block li.odd { background: #fff; }
ul#comment-block li.trackback, ul#comment_list li.pingback { background: #CCC; }
ul#comment-block li.comment ul.children { margin: 0 0 0 1.2em; }
ul#comment-block li.comment ul.children li.comment { border-top: 1px dotted #bbb; border-bottom: none; padding-bottom: 0; margin-top: 1.2em; }

#comments-block .comment-author {
margin:.5em 0;
}

.comment-avatar .avatar { 
float: left; 
padding: 0 1.2em 1.2em 0; 
}

.comment-time { 
font: italic normal 10px 'Times New Roman', Times, FreeSerif, serif;
}

.comment_num { padding: 0 15px 0 20px; font-weight: bold; font-size: 1.4em; float: right; }		
.trackback .comment_num { padding: 0 0 0 20px; }
.comment_num a, .comment_num a:visited { color: #666; text-decoration: none; }
.comment_num a:hover { color: #df0000; text-decoration: none; }
				
.comments-block strong { 
font-size: 1.0em; 
padding-right:1em; 
}

#comments-block .comment-body {
margin:.25em 0 0;
}

#comments-block .comment-footer {
margin:-.25em 0 2em;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.1em;
font-size: 10px;
border-bottom: 1px #ccc dotted;
}

#comments-block .comment-body p {
margin:0 0 .75em;
}

.deleted-comment {
font-style:italic;
color:gray;
}

#respond { padding: 2.4em 0 0; clear: both; overflow: hidden; }
#comment_form { width: 100%; padding: 0 0 0 0; float: left; }
#comment_form p { padding: 0.2em 0; }

#comment_form .text_input { 
width: 50%; 
padding: 5px; 
line-height: 1.4em;
text-transform:none;
color: #666666;
border: 1px solid #808080;
margin-top:10px;
font: normal 300 12px Roboto, Helvetica, sans-serif;
outline:none;
border-radius:0;
-webkit-appearance:none;
}
#comment_form .text_area { 
width:83%;
padding:5px;
font: normal 300 12px Roboto, Helvetica, sans-serif;
color: #666666;
border: 1px solid #808080;
outline:none;
border-radius:0;
-webkit-appearance:none;
}
#comment_form .text_input:focus { border: 1px solid #2c2b2b; }
#comment_form .form_submit { 
padding: 7px 10px; background: #ef9bb1; border:0; font: normal normal 13px Roboto, Helvetica, sans-serif; color: #fff; cursor: pointer;text-transform:uppercase;letter-spacing:1px; 
outline:none;
border-radius:0;
-webkit-appearance:none;}
#comment_form .form_submit:hover {background:#666666;}
#comment_form p.subscribe-to-comments { font-size: 1.4em; }
#comment_form p.subscribe-to-comments label { font-size: 1.0em; }

/*---------------------- Page + Comment Navigation ---------------------- */

.blog-pager-newer-link a {
float: left;
font: normal 300 13px Roboto, Helvetica, sans-serif;
color: #ef9bb1;
text-transform:uppercase;
margin-top: 30px;
letter-spacing:1px;
}

.blog-pager-older-link a {
float: right;
font: normal 300 13px Roboto, Helvetica, sans-serif;
color: #ef9bb1;
text-transform:uppercase;
margin-top: 30px;
letter-spacing:1px;
}

.navigation {
text-align: center;
}

.feed-links {
clear: both;
line-height: 2.5em;
}


/*---------------------- Sidebar Content ---------------------- */
.sidebar {
line-height:1.7em;
}

.rsidebar img {
  max-width: 100%;
  height: auto;
  padding-bottom: 1em; /*jrios added*/
}

.rsidebar ul {
list-style: none;
padding:0;
margin:0;
text-align:center;
}
.rsidebar ul li {
line-height:1.6em;
}

.rsidebar ul li a {
color:#ef9bb1;
}
.rsidebar .widget {
/* margin: 0 0px 1.5em; JRIOS*/
/*margin: 0 0px 1em;*/
/* padding: 7px 0px 5px;*/
/*line-height:1.7em;  JRIOS*/
/*line-height: 1em;*/
}
.rsidebar p {
line-height:20px;
}

.rsidebar center {
/*jrios*/
/*margin-bottom:35px;*/
  padding-bottom: 1em; /*jrios added*/
}

.rsidebar #s {
background:url(./wp-content/themes/Paul-Paula/images/background_search.png) top center no-repeat;
padding-top:65px;
border:0;
outline:none;
border-radius:0;
-webkit-appearance:none;
text-align:center;
}

 
/*---------------------- Credits and Misc ---------------------- */
 

#credits {
padding: 40px 0px 30px;
margin-top:40px;
border-top:1px dashed #808080;
width: 100%;
text-align: center;
display: block;
font: normal 300 11px Roboto, Helvetica, sans-serif;
color: #808080;
}

#credits a {
color:#808080;	
}

#s {
width:96%;
max-width:300px;
font: normal 300 12px Roboto, Helvetica, sans-serif;
color: #808080;
padding:2px;
}

.widget select {
width:96%;
max-width:300px;
font: normal normal 13px 'Times New Roman', Times, FreeSerif, serif;
padding:2px;
}

img#wpstats {
display: none;
}

/*jrios added 28Mar2015*/
#newsletter_container{ 
	 position:relative;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
}

#newsletter_controls{ 
margin: 0px auto;
position: relative;
/*background: none repeat scroll 0% 0% #FFA500;*/
bottom: 230px;
}

div#newsletter_controls input.newsletter_email_box {
    position: relative;
	text-align: center;
	margin: 0 auto; 
	right: 30px;

}
		
div#newsletter_controls input.newsletterButton {
    position: relative;
	text-align: center;
	display: block;
    margin: auto auto;
	right: 30px;
}

.newsletter_email_box { 
    border: 1px solid #999; 
    outline:0; 
    height:25px; 
    width: 250px; 
	text-align: center;
	display: block;
    margin: auto auto;

} 

.newsletterButton  {
    background:url(./wp-content/themes/Paul-Paula/images/button_subscribe_v2.png) no-repeat;
    cursor:pointer;
    width: 90px;
    height: 38px;
    border: none;
		margin: 0 auto; 
	text-align: center;
}
/* jrios added 28Mar2015*/



/*
     FILE ARCHIVED ON 15:24:26 Mar 11, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:43:32 Jun 28, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.843
  exclusion.robots: 0.046
  exclusion.robots.policy: 0.028
  esindex: 0.016
  cdx.remote: 14.593
  LoadShardBlock: 143.398 (3)
  PetaboxLoader3.datanode: 145.174 (4)
  load_resource: 91.971
  PetaboxLoader3.resolve: 84.801
*/