/*
Theme Name:     Chuck
Description:    Child theme for the memorable
Author:         Sheldon McGee
Author URI:     http://youfailed.us/
Template:       memorable
Version:        1.0
*/

@import url("../memorable/style.css");

#header {
	background-image: url(images/default_bg.jpg) !important; 
}

#logo img{
	width: 500px;
}

@media print {

	#main header {
		display: none;
	}
	.post-edit-link {
		display: none;
	}
	.printonly {
		display:block;
	}
	.noprint {
		display:none;
	}
	#sidebar {
		display:none;
	}

	#footer-widgets {
		display:none;
	}
	#navigation {
		display:none;
	}

	.nav-toggle {
		display:none;
	}


}

#selectedartistimg {
	padding: 4px;
	border: 1px solid #d0d0d0;

}

img.category {
	margin: 0 0 0 0;
	padding: 4px;
	border: 1px solid #d0d0d0;
}

img.aligncenter, img.alignright, img.alignleft, img.alignnone, img.thumb, img.thumbreplace, img.full {
	padding: 4px;
	border: 1px solid #d0d0d0;
}

img.thumb {
	max-width: 150px;
	max-height: 200px;
	margin: 0 0 0 0;
	margin-right:10px;
}

.entry img.full {
	/*
	max-width: 680px;
	*/
	max-width: 100%;
	max-height: 800px;
}

img.fullside {
	max-width: 400px;
	max-height: 600px;
}

.entry-content table {
	border:0 solid black;
	line-height: 16px;
	padding:0;
	margin:0;
	border-collapse:separate;
}

img.header-image {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);	
}

.aligntop tbody, table, tr, td {
	vertical-align: top;
}


.thumb li {
	list-style: none;
   float: left;
   width: 30%;
   margin-right: 5%; 
}​

.thumb li:nth-child(3n) {
   margin-right: 0;
}

