/*
Theme Name: judy
Theme URI: judyzimbert.com
Description:    Child theme for the Twenty Eleven theme based on HUM theme by Daryl Koop
Author: Andras Kanegson
Author URI: tbd
Version: 1.0
template: twentyeleven
*/

@import url('../twentyeleven/style.css');


/* =========================================================================
 *   STANDARDIZE ONE-COLUMN
 * ========================================================================= */

#page {
	max-width: 960px;
}
#content {
	margin: 0 7.6%;
	width: auto;
}
#nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
#secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 30px 0 0 50px;
	width:85%;
	
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0;
	width: auto;
	padding-bottom: 30px;
	font-size: 12px;
	font-weight: normal;
}
/* Simplify the showcase template */
.page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0 0 0 -55px;
	width: 118%;
}
.page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}

/* Simplify the showcase template when small feature */

section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
article.feature-image.small .entry-summary a {
	left: -9%;
}

/* Remove the margin on singular articles */

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	width: auto;
}

/* Simplify the pullquotes and pull styles */

.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
.commentlist {
	width: auto;
	margin-left: 102px;
}
#respond {
	width: auto;
}
.commentlist > li.comment, .commentlist .pingback {
	margin-left: 0;
}

/* Featured Slider */

.featured-posts {
	border-bottom: 0px solid #ddd;
	max-width: 720px;
}

/* =========================================================================
 *   GLOBAL
 * ========================================================================= */

body {
	background: #ffffff;
}

audio {
	width: 100%;
}
small {
	font-size:10px;
	line-height:8px;
}

hr {
	clear:both;
	width:100%
}

/* =========================================================================
 *   STRUCTURE
 * ========================================================================= */

#main,
#colophon {
	margin-left: 220px;
}
#branding {
	position: absolute;
	width: 180px;
	margin-right: 40px;
	z-index: 2;
}
html#ie7 #branding {
	top:0;
	left:30px
}
#secondary {
	display: none;
}
html#ie7 #branding {
	top:0;
	left:30px
}

/* =========================================================================
 *   COLOR ANIMATIONS
 * ========================================================================= */

#site-title a,
#site-description,
.entry-meta a,
#access a,
.entry-title a {
	-moz-transition: color 400ms;
	-webkit-transition: color 400ms;
	-o-transition: color 400ms;
	transition: color 400ms;
}

.entry-header .comments-link a {
	-moz-transition: background-color 700ms;
	-webkit-transition: background-color 700ms;
	-o-transition: background-color 700ms;
	transition: background-color 700ms;
}

#searchform,
.format-image img {
	-moz-transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	-o-transition: opacity 400ms;
	transition: opacity 400ms;
}

/* =========================================================================
 *   HOVERED BRANDING
 * ========================================================================= */

#branding:hover #site-title a {
	color:rgba( 0, 0, 0, 0.2 )
}

#branding:hover #access a {
	color: #555;
}

#branding:hover #access .current_page_item > a,
#branding:hover #access .current_page_ancestor > a {
	color: #222;
}

#branding:hover #site-description {
	color: #7A7A7A;
}

#branding:hover #searchform {
	opacity: 1;
}

/* =========================================================================
 *   MENU
 * ========================================================================= */

#access {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#access li {
	float: none;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #bbb
}
#access a {
	color: #7a7a7a;
	display: inline-block;
	line-height: 2.0em;
	padding: 0 ;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: normal;
}
#access ul ul {
	top: 2.0em;
}
html#ie7 #access ul ul li {
	display: none;

}
#access ul ul a {
	background: #fff;
	border-bottom: 1px dotted #eee;
	color: #7a7a7a;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #fff;
}

#page #branding #access a:hover,
#page #branding #access a:focus,
#page #branding #access .current_page_item > a:hover,
#page #branding #access .current_page_item > a:focus,
#page #branding #access .current_page_ancestor > a:hover,
#page #branding #access .current_page_ancestor > a:focus {
	color: #81768c;
}

/* =========================================================================
 *   SEARCH FORM
 * ========================================================================= */

#branding #searchform {
	position:  relative; 
	top: auto;
	right: auto;
	overflow: hidden;
	margin-bottom: 20px;
	opacity: 0.6;
}

#branding #s:focus {
	width: 140px;
}

#branding #s {
	border-color: rgba( 255, 255, 255, 0.6 );
	font-size: 13px;
	font-weight: 500;
}

/* Two rules to ensure browser recognition */
#branding #s::-webkit-input-placeholder {
    color: rgba( 0, 0, 0, 0.4 );
}
#branding #s:-moz-placeholder {
    color: rgba( 0, 0, 0, 0.4 );
}

/* Links */
a {
	color: #777777;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* =========================================================================
 *   HEADER
 * ========================================================================= */

#branding hgroup {
	margin: 0;
}

#site-title {
	width: auto;
	margin: 0;
	padding: 10px 0 15px 0;
}

#site-title a {
	font-size: 3.8em;
	color: rgba( 0, 0, 0, 0.1 );
	font-weight: 100;
	margin-right: -4px;
}

#page #branding #site-title a:hover,
#page #branding #site-title a:focus {
	color: #81768c;
}

#site-description {
	width: auto;
	margin: 0 0 15px;
	color: #aaa;
}

#branding {
	border: 0;
	text-align: left;
	top: 0;
	bottom: 0;
	padding-top: 5em;
}
#branding img {
	z-index: 2;
}

.admin-bar #branding {
	top: 28px;
}

/* =========================================================================
 *   CONTENT
 * ========================================================================= */

#page {
	background: transparent;
	margin-top: 4em;
}
#main {
	padding: 0;
}
#main #content {
	margin: 0;
}

#content .hentry {
	background: white;
	-webkit-box-shadow: 0 0 10px rgba( 0, 0, 0, 0.1 );
	-moz-box-shadow: 0 0 10px rgba( 0, 0, 0, 0.1 );
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.1 );
	-webkit-border-radius: 3px;
}

.entry-header .entry-format {
	position: relative;
	line-height: 1.4em;
}

.entry-header .comments-link a {
	right: 7.6%;
	top: 1.8em;
}

.hentry, .no-results {
	border: 0;
}

.entry-title {
	padding-top: 0;
}

.entry-meta a {
	color: #555;
	text-decoration: none;
}
.entry-meta a:hover,
.entry-meta a:focus {
	color: #999;
}

#content .hentry {
	padding: 0;
}

.hentry header {
	padding: 1.625em 7.6% 0;
}

#content .hentry .entry-content {
	padding: 0.6em 7.6% 0;
	border-style: solid;
	border-color: #eee;
	border-width: 0 0 1px;
}
.page #content .hentry .entry-content {
	border: 0;
}

.hentry footer {
	padding: 1.625em 7.6%;
	background: transparent;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #999;
}
.entry-content h3,
.comment-content h3 {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
	
}
.entry-summary {
	padding: 1.625em;
}

/* =========================================================================
 *   POST FORMATS
 * ========================================================================= */

article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 0;
}

article.format-aside .entry-content p:last-child,
article.format-link .entry-content p:last-child,
article.format-status .entry-content p:last-child {
	margin-bottom: 1em;
}

/* -------------------------------------------------------------------------
 *   Status
 * ------------------------------------------------------------------------- */
article.format-status .entry-content {
	overflow: hidden;
	min-height: 86px;
}
.singular article.format-status .entry-content {
	min-height: 0;
}

.hentry.format-status .entry-title,
.hentry.format-aside .entry-title,
.hentry.format-link .entry-title {
	display: none;
}

/* -------------------------------------------------------------------------
 *   Quote
 * ------------------------------------------------------------------------- */
 
#content .hentry.format-quote {
	padding: 0;
}

.format-quote header {
	padding: 1.625em 7.6% 1.5em;
}

.format-quote .entry-title {
	display: none;
}

.format-quote header hgroup {
	float: left;
}
.format-quote header .entry-format {
	top: 1px;
}

.format-quote header .entry-meta {
	clear: none;
	margin-left: 15.2%;
}

#content article.format-quote header .comments-link a {
	top: 1em;
}

#content .format-quote .entry-content {
	padding: 1.75em 7.6% 0;
	border-width: 1px 0;
}

.format-quote blockquote {
	font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Palatino", "URW Palladio L", "Book Antiqua", Georgia, serif;
	color: #333;
	font-size: 2.2em;
	line-height: 1.4em;
}

.format-quote blockquote p {
	margin-bottom: 0.75em;
}

.format-quote cite {
	display: block;
	text-align: right;
	margin: 1em 0 0;
	color: #999;
	font-size: 12px;
	letter-spacing: 0.3em;
	word-spacing: 0.2em;
	line-height: 2.6em;
	text-transform: uppercase;
	font-style: normal;
}

/* -------------------------------------------------------------------------
 *   Image
 * ------------------------------------------------------------------------- */

/* The first paragraph should contain the image. */
.full-width,
#content article.format-image .entry-content p:first-child {
	margin: 0 -8.96226415%;
}
#content article.format-image .entry-content p:first-child img {
	display: block;
}

.indexed.format-image p {
	margin-bottom: 1.625em;
}

#content article.format-image .entry-content p:first-child + p {
	margin-top: 1.625em;
}

.indexed.format-image footer.entry-meta a:hover {
	color: #eee;
}
.indexed.format-image footer.entry-meta .edit-link a:hover {
	color: #fff;
}

#content article.format-image header .entry-format {
	position: absolute;
	top: 2.375em;
}

#content article.format-image footer {
	padding: 1.625em 7.6%;
	/*background: transparent;*/
}

.indexed.format-image div.entry-meta + div.entry-meta {
	text-align: right;
}

#content article.format-image .edit-link{
	position: absolute;
	bottom: 1.5em;
}
.wp-caption {
	background: transparent;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}

/* Image borders */

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #fff;
	padding: 6px;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: transparent;
	border: 1px solid #bbb;
}

/* =========================================================================
 *   SINGULAR
 * ========================================================================= */

#content nav {
	padding: 0.6em 7.6%;
}

#nav-single {
	top: 0;
	width: 30.4%;
}

.singular .hentry header .entry-meta {
	margin: 0;
	padding: 1.2em 0 1.2em 7.6%;
	left: 0;
	right: 0;
	border-bottom: 1px solid #eee;
}

.singular .entry-title {
	padding: 0.6em 0 0;
	font-size: 26px;
	line-height: 1.6em;
}

.singular #content .hentry.format-status .entry-content,
.singular #content .hentry.format-aside .entry-content,
.singular #content .hentry.format-link .entry-content {
	padding-top: 2.5em;
}

/* -------------------------------------------------------------------------
 *   Singular Quote Format
 * ------------------------------------------------------------------------- */

.singular #content .hentry.format-quote .entry-content {
	padding: 1.75em 7.6% 0;
}
.singular #content .format-quote .entry-content {
	border-width: 0 0 1px;
}

/* -------------------------------------------------------------------------
 *   Singular Image Format
 * ------------------------------------------------------------------------- */

.singular #content article.format-image .entry-title{
	padding-bottom: 0.3em;
}

.singular #content article.format-image img {
	max-width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

.singular #content article.format-image img:hover {
	opacity: 0.8;
}

/* =========================================================================
 *   COMMENTS
 * ========================================================================= */
 
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #999;
	
}
.singular #comments-title {
	text-align: center;
}

.commentlist .children li.comment .comment-meta {
	margin-left: 0;
}

.commentlist .children .avatar {
	position: relative;
	left: 0;
	top: 0;
	margin: 0 10px 0 0;
	float: left;
}

.commentlist > li.bypostauthor {
	background: #f6f6f6;
	border-color: #ddd;
}
.commentlist > li.bypostauthor:before {
	content: url(../twentyeleven/images/comment-arrow.png);
}
.commentlist .children > li.bypostauthor {
	background: #fff;
	border-color: #ddd;
}

/* =========================================================================
 *   WIDGETS
 * ========================================================================= */
 
.widget ul li {
	color: #777;
	font-size: 13px;
	list-style-type: none;
}
.widget a {
	font-weight: normal;
	text-decoration: none;
}
#short_code_si_icon img {
	float:left; 
	margin-bottom: 20px;
}

/* =========================================================================
 *   FOOTER
 * ========================================================================= */

#colophon,
#site-generator {
	border: 0;
	background: transparent;
}

/* =========================================================================
 *   ARCHIVES
 * ========================================================================= */

.page-title {
	margin: 5.6em 0 1.6em;
}


/* Andras */

body { padding: 0; font-family: gill_sansregular; }
#page { margin-top: 0; }
		
		
/*  STICKY FOOTER */
 
html, body { height: 100%; }
#container { min-height: 100%; }
#wrap { overflow:auto; padding-bottom: 40px; /* must be same height as the footer */ }
#footer { position: relative; margin-top: -40px; /* negative value of footer height */ height: 40px; clear:both; }
#home-copyright { margin-left: 1.3em; color: #999; }
#site-generator { font-size: .6em; line-height: .9em; padding: 0em 0 2em 0; color: #7a7a7a; text-transform: uppercase; }
#site-generator a { font-weight: normal; color: #7a7a7a; text-transform: uppercase; }
 
/*  HOME PAGE FOOTER */ 
/*#home-copyright { height: 30px; font-size: 13px; position: absolute; bottom: 0; left: 3px; }*/

/* BRANDING AND TITLE HOVER */

header#branding { /*outline: 1px solid red;*/ }
#branding:hover #access .current_page_item > a, #branding:hover #access .current_page_ancestor > a { color: #222; }
#branding:hover #site-title a, #branding:hover #access a { color:rgba( 0, 0, 0, 1 ) }
#branding #site-title a:hover, #page #branding #site-title a:focus { color: rgba( 0, 0, 0, 1 ); }


/* BRANDING AND TITLE POSITION */

#branding { /*outline: 1px solid gray;*/ padding-top: 0; padding-left: 20px; color: rgba(0,0,0,1); }
#branding hgroup { /*outline: 1px solid red;*/ margin-top: 0em; }
#site-title { padding-bottom: 11px; padding: 2.0em 0 0 0; margin-bottom: 0; }
#site-title a { padding-top: 1px;  font: normal 1.65em/2.1em goldenbookregular, gill_sanslight, helvetica, arial, sans-serif; color: rgba( 0, 0, 0, 1 ); text-transform: uppercase; letter-spacing: 2;}
#site-title a:hover { color: rgba( 0, 0, 0, 1 ); }
hgroup { padding:0; margin:0; }

#site-description { display: none; }
#branding #searchform { display: none; }
.singular .entry-title { display: none; }
/*.entry-content p { display: none; }*/
.slideshowlink { display: none; }


#access li a {font: normal .9em/2.1em gill_sansregular, helvetica, arial, sans-serif; letter-spacing: 0; } 
#access li { border-bottom: none; letter-spacing: 0; }


/* NAVIGATION */

#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
font-weight: bold; color: #000000; }
#access ul { margin-left: -1.1em; }
#access ul ul { box-shadow: none; -webkit-box-shadow: none; -mox-box-shadow: none; }
/* Navigation styling */
#access  { /*outline: 1px solid gray;*/ text-transform: uppercase; letter-spacing: 0; }

/* GALLERY CONTENT */

/*#main, #colophon { margin-left: 220px; }*/
.hentry header { padding-top: 0; }
/* Vertical space above thumbnails */
#content .hentry .entry-content { margin-top: 6em; padding:0 1em;}
/* Turn off box shadow */
#content .hentry { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0px; background: transparent; }
/* Convert to uppercase content text */
.entry-content p  { margin:0; text-transform: uppercase; }
/* Convert to uppercase thumbnail labels */
.entry-content span  { font-size: .7em; margin:0; text-transform: uppercase; }

/* Line for global line-height */
/*body, input, textarea { line-height: 1; }*/

/*Center text */
#content .hentry .entry-content { text-align:center; padding: 0em 0 0 2%; }
.entry-content p { text-align:center; }

/* TRANSITIONS */

#content .hentry .entry-content, #access, #wall  { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
	

/* WP-SUPERSIZED */

#supersized li { background: #fff !important; }

/* Masonry gallery */
#wall { width: 100%; margin: 0 auto; }
.brick { display: block; margin: 0px 8px 8px 7px; float:left; /*width:150px;*/ width: auto; height: auto; min-width: 216px; }
.brick {  }
.brick img {padding: 4px 4px 4px 4px; border: 1px solid #cfcfcf; max-width: 100%; min-width: 162px;  }
.brick img:hover {border: 1px solid rgba(0,0,0,0.6); }


/* =========================================================================
 *   RESPONSIVE STRUCTURE
 * ========================================================================= */

@media all and (min-width: 768px) and ( max-width: 1024px) {

	/* BRANDING AND TITLE POSITION */
	
	#branding { position: fixed; padding-top: 0; padding-left: 20px; }
	
	#content .hentry .entry-content {  padding: 0em 0 0 2%; }
	
	#main { padding-top: 0em; }
/*	
	#page, #branding { margin-top: 0; padding-top: 0; }

	#branding { position: relative; width: auto; margin: 0 7.6%; text-align: center; }

	#branding #searchform { position: absolute; right: 0; margin-bottom: 0.3em; }

	#main, #colophon { margin-left: 0; }

	#access ul { margin: 0 7.6%;  }

	#access li { float: left; margin: 0 20px 0 0; }
	

	#branding #searchform { position: relative; right: auto; top: 0 !important; }
*/
	#branding #s { margin: 0 auto; float: none; display: block; }

	/* NAVIGATION */
	
	#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
	font-weight: bold; color: #000000; }
	#access ul { margin-left: -1.1em; }
	#access ul ul { box-shadow: none; -webkit-box-shadow: none; -mox-box-shadow: none; }
	/* Navigation styling */
	#access  { /*outline: 1px solid gray;*/ text-transform: uppercase; letter-spacing: 0; }
	
	

	/* -------------------------------------------------------------------------
	 *   Undo hovered branding
	 * ------------------------------------------------------------------------- */
	#page #branding #site-title a { /*color: rgba( 0, 0, 0, 0.2 );*/ }

	#page #branding #access a { /*color: #555;*/ }

	#page #branding #access .current_page_item > a,
	#page #branding #access .current_page_ancestor > a { /*color: #222;*/ }

	#page #branding #site-description { color: #7A7A7A; }

	#page #branding #searchform { opacity: 1; }
	
#wall { width: 95%; margin: 0 auto; }
.brick { display: block; margin: 0px 8px 8px 7px; float:left; /*width:150px;*/ width: auto; height: auto; min-width: 216px; }
.brick img { max-width: 100%; min-width: 162px; border: 1px solid #a9a9a9; }
.brick img:hover {border: 1px solid rgba(0,0,0,0.6); }

}

@media all and (min-width: 768px) and ( max-width: 768px) {

	#content .hentry .entry-content { margin-top: 20px; padding: 0em 0 0 0em; }
	
	#main { padding-top: 1em; }

	#page, #branding { margin-top: 0; padding-top: 0px; }

	#branding { position: relative; width: 95%; margin: 0 auto; padding: 0 0 0 0px; text-align: center; }

	#branding #searchform { position: absolute; right: 0; margin-bottom: 0.3em; }

	#main, #colophon { margin-left: 0; }

	/* Navigation centering */
	#access div { float: none; margin: 15px auto 0; }	
	#access ul { float: none; padding-left: 13px; }
	#access li { float: none; display: inline; }
	#access li { float: none; display: inline; }	
	#access li a { float: none; display: inline-block; padding: 0 10px; }

	
	/* Masonry gallery */
	
	#wall { width: 694px; margin: 0 auto; float: none; padding: 8px; overflow: hidden; }
	.brick { display: block; margin: 0px 8px 8px 7px; float:none; /*width:150px;*/ width: auto; height: auto; min-width: 162px; }
	.brick img { max-width: 100%; border: 1px solid #a9a9a9; }
	
	/* Justified Image Grid */
	#jig1 { background: red; width: 710px !important; margin-left: 29px !important; }	
}

@media only screen and (device-width: 768px) and (orientation : landscape) {

	#branding { margin-top: 1em; }
	
	#content .hentry .entry-content { margin-top: 3.9em; text-align: center; }
	
	#main, #colophon { margin: 0 0 0 240px; }

	
	#wall { width: 694px; margin: 0 auto; float: none; padding: 0 8px 0 8px; overflow: hidden; }
	.brick { display: block; margin: 0px 8px 8px 7px; float:none; width: auto; height: auto; min-width: 162px; }
	.brick img {border: 1px solid #cfcfcf; min-width: 162px;  }

}

@media only screen and (device-width: 768px) and (orientation : portrait) {

	/* Navigation centering */
	/*#access ul { padding-left: 13px; }*/
	
	#content .hentry .entry-content { text-align: center; }

	/* Masonry gallery */
	
	#wall { width: 694px; margin: 0 auto; float: none; padding: 0 8px 0 8px; overflow: hidden; }
	.brick { display: block; margin: 0px 8px 8px 7px; float:none; /*width:150px;*/ width: auto; height: auto; min-width: 162px; }
	.brick img {border: 1px solid #cfcfcf; min-width: 162px;  }
	
	/* Justified Image Grid */
	#jig1 { background: red; width: 710px !important; margin-left: 29px !important; }

	
}

@media all and ( min-width: 641px) and ( max-width: 767px) {
	#page { margin-top: 0; }
	
	#main { padding: 1em 0 0; }

	#content .hentry .entry-content { text-align: center; }
	
	#branding { position: relative; width: auto; margin-top: 15px; padding: 0 0 0 10px; text-align: center; }
	#branding hgroup { margin-top: 0em; }
	#branding #s { margin: 0 auto; float: none; display: block; }

	#site-title a { padding-top: 1px;  font: normal 2em/2.1em goldenbookregular, gill_sanslight, helvetica, arial, sans-serif; color: rgba( 0, 0, 0, 1 ); text-transform: uppercase; letter-spacing: 2;}

	#main, #colophon { margin-left: 0; }*/
	
	#main { padding: 2em 0 0; }

	#page, #branding { margin-top: 0; padding-top: 0; }

	#branding { position: relative; width: auto; margin: 0 auto; text-align: center; }

	/*#branding #searchform { position: absolute; right: 0; margin-bottom: 0.3em; }*/

	#main, #colophon { margin-left: 0; }
	
	/* Vertical space above thumbnails */
	#content .hentry .entry-content { margin-top: 0em; padding:0; }
	
	/* Navigation centering */
	#access div { float: none; margin: 15px auto 0; }	
	#access ul { float: none; padding-left: 0px; }
	#access li { float: none; display: inline; }
	#access li { float: none; display: inline; }	
	#access li a { font-size: .9em; float: none; display: inline-block; padding: 0 1%; }
		
	/* BRANDING AND TITLE POSITION */
	
	/* .entry-content p { display: none; } */
	/* #access li { border-bottom: none; } */

	/* Masonry gallery */
	
	#wall { width: 97%; margin: 0 auto; padding:8px;  }
	.brick { display: inline-block; margin: 0 1% 8px 1%; float:left; width: auto; height: auto; }
	.brick img { display: inline; text-align: center;}
		
	.format-quote header .entry-meta { margin-left: 22.8%; }
	
/*

	.commentlist { margin-left: 0; }

	.comment-meta { overflow: hidden; padding-top: 10px; }
	.commentlist li.comment .fn { display: block; }
	.commentlist .avatar { float: left; margin-top: -10px; margin-right: 10px; margin-bottom: 5px; }

	.comment-content { padding-top: 7px; }
*/
}

@media all and ( min-width: 480px) and ( max-width: 640px ) {
	
	#content .hentry .entry-content { margin-top: 0; text-align: center; }
	
	#main, #colophon { margin: 0 0 0 0px; }
	
	#branding { position: relative; width: auto; margin-top: 0px; padding: 0; text-align: center; }
	#branding hgroup { margin-bottom: .5em; }
	#branding #s { margin: 0 auto; float: none; display: block; }
	
	#site-title { padding-top: 0em 0 2em 0; }
	#site-title a { padding-top: 1px;  font-size: 2em; line-height: 1em; color: rgba( 0, 0, 0, 1 ); }

	/* Navigation centering */
	#access div { float: none; margin: 15px auto 0; margin: 0 auto; }	
	#access ul { float: none; width: 100%; margin: 0 auto;}
	#access li { float: none; display: block; margin: 0 0px 0 0; text-align: center; line-height: 2em; }
	#access li a { font-size: 1.2em; float: none; display: inline-block; padding: 0 1%; }

	/* Masonry gallery */
	
	#wall { width: 358px; margin: 0 auto; padding:0px;}
	.brick { display: inline-block; margin: 0 .5% 8px .5%; float:left; width: auto; }
	.brick img { width: 338px; height: 275px; display: inline; padding: 8px; text-align: center;}
			
	

}

@media all and ( min-width: 0px) and ( max-width: 479px ) {

	#content .hentry .entry-content { margin-top: 0; text-align: center; }
	
	#main, #colophon { margin: 0; }

	#branding { position: relative; width: auto; margin-top: 5px; padding: 0 0 0 10px; text-align: center; }
	#branding hgroup { margin-top: 0em; }
	#branding #s { margin: 0 auto; float: none; display: block; }

	#site-title { padding-top: 2em 0 2em; }
	#site-title a { padding-top: 1px;  font-size: 2em; color: rgba( 0, 0, 0, 1 ); }


	/* Navigation centering */
	#access div { float: none; margin: 0 auto; margin: 0 auto; }	
	#access ul { float: none; width: 100%; margin: 0 auto;}
	#access li { float: none; display: block; margin: 0; text-align: center; }
	#access li a { font-size: 1.4em; line-height: 2em; }

	/* Masonry gallery */
	
	#wall { width: 100%; margin: 0 auto; padding:7px;}
	.brick { display: inline-block; margin: 0 1% 8px 1%; float:left; /*width:150px;*/ width: auto; height: auto; }
	.brick img {width: 257px; height: 209px;display: inline-block; padding: 8px; text-align: center;}
			
	

}


