
/* Begin CSS Reset
*******************************************************************************/

/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.25em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset
*******************************************************************************/

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
    width: 100%;
}

font-face {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

/* Begin Structure
*******************************************************************************/

body {
	height: 100%;
	background-color: #ffffff;
	font-size:18px;
    margin:2px;
	color: #4F4F4F;
	text-align: left;
	
}
img {display:flex;}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0 10px 54px;
	text-align: left;
        
}

/* End Structure
*******************************************************************************/

/* Begin Header
*******************************************************************************/

#header-wrap {
	width: 100%;
}

#header {
	width: 100%;
	margin: 0 auto;
	padding: 30px 10px 0 60px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 40px;
    float: left;
	height:100px;
    
}

.sitename, h2.title, .imgteaser a:hover .desc {
  font-family: RobotoBold, Helvetica, Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
    line-height: 1.25em;
}

.sitename {
  width: 940px;
}

#header a {
  outline: 0 none;
}

/* End Header
*******************************************************************************/

/* Begin Sidebar
*******************************************************************************/

.nav{
    margin:20px 40px 0px 40px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    float:left;
	width: 20%;
}
@media screen and (max-width: 800px){
	.nav{
	width: 90%;
		margin: 20px;
	}
}
#header img{width:25%;}

@media screen and (max-width: 800px){
	#header img
	{width:100%;}
}
.sidebar {
  float: left;
  width: 200px;
  margin: 20px 0 0;
}

.sidebar li a {
  color: #4f4f4f;
  border: 0 none;
}

.sidebar li a:hover {
	color: #E44F95;
}

.sidebar li.widget {
  margin-top: 20px;
  font-family: RobotoBold, Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
}

.sidebar li.menu-item {
  margin-top: 4px;
}

/* End Sidebar
*******************************************************************************/

/* Begin Footer
*******************************************************************************/

.push {
	height: 70px;
}

#footer-wrap {
	width: 100%;
	height: 70px;
	margin-top: -70px;
}

#footer {
    display:block;
	border-top: 1px dotted #BBBBBB;
    text-align: left;
	width: 100%;
	color: #888;
	padding: 8px 10px 0;
	margin: 20px auto;
	text-decoration: none;
    float:left;
     font-family: 'Roboto-light', Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-top:300px;
}

/* End Footer
*******************************************************************************/

/* Begin Content
*******************************************************************************/

#content, .sitename {
	width: 900px;
	float:left;
}

.entry {
	float: left;
  width: px;
  margin-left: 60px;
    display: inline-block;
    font-family: 'Roboto-light', Helvetica, Arial, sans-serif;
	font-size: 12pt;
	width:65%;
}
@media only screen and (max-width: 800px) {
  .entry {
    width: 90%;
  }
}

big {
  font-family: RobotoBold, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.post {
	margin-bottom: 20px;
}

.byuser {
	margin-left: -52px;
	padding-left: 47px;
	background: url(/web/20190104122717im_/http://allisonmwalters.com/css/images/author.gif) no-repeat 599px 5px;
}

.bubble {
	display: block;
	float: left;
	margin: 5px 0 0 -40px;
	background: #343434 url(/web/20190104122717im_/http://allisonmwalters.com/css/images/comments.gif);
	width: 30px;
	height: 29px;
	line-height: 19px;
	color: #fff;
	text-align: center;
}

.bubble:hover {
	color: #b6b6b6;
}

/* End Content
*******************************************************************************/

/* Begin Settings and Classes
*******************************************************************************/

a {
text-decoration: none;
color: #000;
}

.entry a {
text-decoration: none;
color: #000;
}

.entry p a:hover {
color: blue;
text-decoration: none;
}
.entry h2 {
font-weight:bold;
	font-style:italic;
	color:#000;
}

a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000000;
	
}

a:hover, h2 a:hover, h3 a:hover, .sitename:hover {
	text-decoration: none;
	color:blue;
}

p {
	margin: 20px 0;
	xclear: both;
}

h1, h2, h3, h4, h5, h6, big {
  clear: both;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

hr { 
  height: 0;
  border-style: dotted;
  border-width: 1px 0 0 0;
  border-color: #BBBBBB;
  margin: 20px 0;
    
}

iframe {
  background: url(/web/20190104122717im_/http://allisonmwalters.com/css/images/loading.gif) no-repeat center center;
}

pre {
	margin: 1.5em;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #eee;
}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
}

blockquote {
  background: url(/web/20190104122717im_/http://allisonmwalters.com/css/images/quote.gif) no-repeat 0 2px;
	margin: 0 90px 0 40px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 23px;
}

sup {
	display: inline-block;
	margin-top: 10px;
	height: 30px;
	font-size: 18px;
	color: #a6a6a6;
}

.entry cite {
	font-style: italic;
	font-size: .9em;
	display: block;
	margin: 5px 0 0;
	text-align: right;
}

.entry cite:before {
	content: "\2014 \0020";
}


.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter, div.aligncenter, div.aligncenter img, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* End Settings and Classes
*******************************************************************************/

/* Begin Images
*******************************************************************************/

img {
		width: 50%;
}

.content-wrap {
	max-width: 800px;
	width: 85%;
	margin: 0 auto;
	padding: 50px 0 20px 0;
  }

.gallery {
	width: 720px
}
.gallery-item {
	float: left;
	margin: 20px 20px 0 0;
	text-align: center;
	width: 220px;
}
.gallery img {
	border: 0px solid #343434;
}
.gallery-caption {
	margin-left: 0;
}
img.alignleft, .alignleft img {
	margin-right: 20px;
}
img.alignright, .alignright img, .wp-caption.alignright p.wp-caption-text {
	margin-left: 20px;
}
.wp-caption p.wp-caption-text {
	margin: 4px 0 10px 2px;
	color: #A6A6A6;
	clear: both;
}
.attachment, .caption {
	overflow: hidden;
}
.wp-caption, .attachment img {
  width: auto;
}

/* End Images
*******************************************************************************/

/* Begin JS Styling
*******************************************************************************/

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: yellow;
    color: #444;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: 10px #fff;
    text-align: left;
    outline: none;
    font-size: 30px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:before {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:before {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	font-size: 14px;
}

.other-links {
	padding: 10px;
	line-height:1.5em;
	
}
/* End JS Styling
*******************************************************************************/

/* Begin Portfolio Gallery
*******************************************************************************/

.portfolio {
  width: 720px;
}

.box {
  width: 240px;
}

.imgteaser {
	overflow: hidden;
	float: left;
	position: relative;
	width: 220px;
	margin: 0 20px 20px 0;
}

.imgteaser a {
	text-decoration: none;
	float: left;
}

.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	float: left;
	margin: 0;
}

.imgteaser a .desc {
	display: none;
}

.imgteaser a:hover .more {
	visibility: hidden;
}

.imgteaser a:hover .desc {
	display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
	padding: 20px 40px 20px 20px;
	background: #E44F95;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 100%;
}

/* End Portfolio Gallery
*******************************************************************************/
/*
     FILE ARCHIVED ON 12:27:17 Jan 04, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:59:02 Jul 27, 2021.
     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):
  LoadShardBlock: 88.937 (3)
  captures_list: 132.369
  esindex: 0.022
  exclusion.robots.policy: 0.266
  PetaboxLoader3.datanode: 117.194 (4)
  CDXLines.iter: 35.068 (3)
  exclusion.robots: 0.286
  load_resource: 92.4
  PetaboxLoader3.resolve: 31.507
  RedisCDXSource: 2.054
*/