/*
Theme Name: leslie_budewitz
Description: Child theme for the twentyeleven theme 
Author: glassslipperwebdesign
Template: twentyeleven
*/

/*  Copyright 2015  Glass Slipper WebDesign
*/

/* Import layout */
@import url(../twentyeleven/style.css);

body {
	background: #000000;
	line-height: 1.525;
	padding: 0 0em;
}

.aligncenter2 {
	clear: both;
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

/* =Header
----------------------------------------------- */

#branding {
	border-top: 2px solid #ffffff;
	padding-bottom: 5px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #5d005d;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	display: block;
	width: 100%;
}
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
    display: none;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #114D6D; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#114D6D, #0a0a0a);
	background: -o-linear-gradient(#114D6D, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#114D6D), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#114D6D, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
     top: 0;
}
#access ul {
	font-size: 14px;
    font-weight:bold;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}


/* Links 
-------------------------------------------------------------- */

a, a:focus, a:active {
	color: #813D26;
	text-decoration: underline;
}

a:hover {
	color: #0C354B;
	text-decoration: none;
}
/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 0;
	background-color: #FAFAE3;
}

#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
    background-color: #FAFAE3;
}

#content{
    background-color: #FAFAE3;
    color: #000000;
   font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin: 0 34% 0 7.6%;
   width: 58.4%;
 }

 #primarylesliehome {
	float: left;
	margin: 0 auto;
	width: 100%;
    background-color: #FAFAE3;
}
 #contentlesliehome{
    background-color: #FAFAE3;
    color: #000000;
   font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin: 0 auto;
   width: 100%;
 }

#page {
	margin: 0 auto;
	max-width: 1000px;
        background-color: #FAFAE3;
        -moz-box-shadow:    0px 3px 15px 0px #1A2220;
        -webkit-box-shadow: 0px 3px 15px 0px #1A2220;
         box-shadow:        0px 3px 15px 0px #1A2220;
}

#page2 {
	margin: 0 auto;
	max-width: 1000px;
        background-color: #FAFAE3;
        -moz-box-shadow:    0px 3px 15px 0px #1A2220;
        -webkit-box-shadow: 0px 3px 15px 0px #1A2220;
         box-shadow:        0px 3px 15px 0px #1A2220;
}

.singular #content {
margin-left:0;
margin-right:0;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    width: 80%;
}


.entry-contentleslie {
    width: 100%;
}


/* page ids */
.page-id-2 .entry-title { 
display: none;}
.page-id-2476 .entry-title { 
display: none;}
.page-id-2483 .entry-title { 
display: none;}
.page-id-2500 .entry-title { 
display: none;}
.page-id-2530 .entry-title { 
display: none;}
.page-id-2556 .entry-title { 
display: none;}
.page-id-2558 .entry-title { 
display: none;}
.page-id-2560 .entry-title { 
display: none;}
.page-id-2562 .entry-title { 
display: none;}
.page-id-2564 .entry-title { 
display: none;}
.page-id-2566 .entry-title { 
display: none;}
.page-id-2568 .entry-title { 
display: none;}
.page-id-2570 .entry-title { 
display: none;}
.page-id-2572 .entry-title { 
display: none;}
.page-id-2574 .entry-title { 
display: none;}
.page-id-2683 .entry-title { 
display: none;}
.page-id-2724 .entry-title { 
display: none;}
.page-id-4180 .entry-title { 
display: none;}
.page-id-3577 .entry-title { 
display: none;}
.page-id-4273 .entry-title { 
display: none;}
.page-id-4413 .entry-title { 
display: none;}
.page-id-4433 .entry-title { 
display: none;}
.page-id-4733 .entry-title { 
display: none;}
.page-id-5299 .entry-title { 
display: none;}

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
 border: 0;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
}


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0;
	margin: 0;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

/* Home page boxes */

#mainRight {
	margin: 0;
	background-color: #FAFAE3;
	width: 100%;
	text-align: left;
}

#mainRight .entry-header,
#mainRight .entry-content,
#mainRight footer.entry-meta,
#mainRight #comments-title {
	margin: 0 auto;
	width: 100%;
    background-color: #FAFAE3;
}

#mainRight .entry-title {
	display: none;
}

.columns2b {
	margin: 0;
	border: 0px solid #8b008b;
	background-color: #FAFAE3;
	display: block;
	width: 100%;
	padding: 0;
	height: auto;
}

.columns3b {
	margin: 0 !important;
	border: 0px solid #8b008b;
	background-color: #e7f5f7;
	display: block;
	width: 100%;
	padding: 0;
	height: auto;
} 


/* Comments link */
.entry-header .comments-link a {
	background: #FAFAE2 url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}


.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}

/* Alignment */
img.alignleft,
img.alignright {
	margin-bottom: 1.625em;
    border: 2px solid #25447a;
}

/*  PRECODE  ============================================================================= */

pre.code {
	padding: 1em;
	margin: 0 0 1em 0;
	font-family: monospace;
	white-space: pre-wrap;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
	background:#F4DBB5; 
    color:#000;
	height: 780px;
}

pre.code1 {
	padding: 1em;
	margin: 0 0 1em 0;
    font-family: monospace;
	white-space: pre-wrap;
    font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
	background: #d4e6f5;
	color: #000;
	height: 780px;
}

pre.code3 {
	padding: 1em;
	margin: 0 0 1em 0;
	font-family: monospace;
	white-space: pre-wrap;
    font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	background: #d4e6f5;
	color: #000;
	height: 780px;
}

pre.code2 {
	height: 780px;
}
strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/* Site Generator Line */
#site-generator {
	background: #CEE49C;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
    display: none;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}

/* =footer
----------------------------------------------- */

.lbcopyrights {
text-align: center; 
font: 95% arial, hevetica, sans-serif;
padding: 10px;
background-color: #DC750E;
color: #ffffff;
}


/* =misc stuff
----------------------------------------------- */
.box {
	font-size: 0.9em;
	/* [disabled]font-weight: bold; */
	color: #030;
    margin: 20px auto;
	padding: 15px;
	border: 1px dashed #030;
	border-color: #2D7CAB;
	background-color: #EEF2E3;
	width: 95%;
}

.centerinfo {
text-align: center;
}

#main {
	clear: both;
	padding: 1.625em 0 0;
}

#mainRight .entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0px;
	padding-top: 0px;
}


/*  PRECODE  ============================================================================= */
}
@media screen and (max-width: 640px)
{
pre.code {
	padding: 1em;
	margin: 0 0 1em 0;
	font-family: monospace;
	white-space: pre-wrap;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
	background:#F4DBB5; 
    color:#000;
	height: auto;
}

pre.code1 {
	padding: 1em;
	margin: 0 0 1em 0;
    font-family: monospace;
	white-space: pre-wrap;
    font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
	background: #d4e6f5;
	color: #000;
	height: auto;
}

pre.code3 {
	padding: 1em;
	margin: 0 0 1em 0;
	font-family: monospace;
	white-space: pre-wrap;
    font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	background: #d4e6f5;
	color: #000;
	height: auto;
}

pre.code2 {
	height: 500px;
}
strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}
}

/*  PRECODE  ============================================================================= */
}
@media screen and (max-width: 480px)
{
pre.code {
	padding: 1em;
	margin: 0 0 1em 0;
	font-family: monospace;
	white-space: pre-wrap;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
	background:#F4DBB5; 
    color:#000;
	height: auto;
}

pre.code1 {
	padding: 1em;
	margin: 0 0 1em 0;
    font-family: monospace;
	white-space: pre-wrap;
    font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
	background: #d4e6f5;
	color: #000;
	height: auto;
}

pre.code3 {
	padding: 1em;
	margin: 0 0 1em 0;
	font-family: monospace;
	white-space: pre-wrap;
    font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	background: #d4e6f5;
	color: #000;
	height: auto;
}

pre.code2 {
	height: 500px;
}
strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}
}
