@charset "UTF-8";
/* CSS Document */


@import url('css/master.css');

/* 
Theme Name: WVWC MFA in Creative Writing 
Description: Program template 
Author: Phil McCollam 
Author URI: http://www.philrules.com 
Version: 1.0 
. 
Updated January 2013. 
. 
*/

article table p {
	margin-left:0;
	width:auto;
}

.gallery-table td.gallery-txt p a {
	margin:-.5em 0;
}

.gallery-table {
	width:auto;
	margin-left:20px;
}


.gallery-table td.gallery-img {
	margin-right:10px;
	padding-right:10px;
	border-right:solid 1px #ccc;
	width:144px;
}

.gallery-table td.spacer {
	height:1em;
}

.gallery-table td.gallery-txt {
	padding:0 0 0 10px;
	line-height:133%;
	font-weight:lighter;
	vertical-align:top;
}

.gallery-table td.gallery-img .name {
	font-size:.75em;
	font-weight:bold;
	margin-bottom:0;
}

.gallery-table td.gallery-img .info {
	font-size:.75em;
	font-style:italic;
}

table.gallery-table tbody tr td p.copyright {
	font-size:.5em;
}

@media screen and (max-width: 500px) {

.gallery-table {
	width:auto;
	margin-left:0;
	display:inline-block;
}

.gallery-table td {
	float:right;
}

.gallery-table tr:nth-child(2n) {
	border-top:solid 1px #ccc;
}

.gallery-table tr:last-child {
	border-top:none;
}

.gallery-table td.gallery-img {
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	border-right:none;
	width:auto;
	display:inline-block;
}

p.name img {
	margin-bottom:10px;
}

.gallery-table td.spacer {
	height:1em;
}

.gallery-table td.gallery-txt {
	padding:5px;
	line-height:133%;
	font-weight:lighter;
	vertical-align:top;
}

.gallery-table td.gallery-img .name {
	font-size:.75em;
	font-weight:bold;
	margin-bottom:0;
}

.gallery-table td.gallery-img .info {
	font-size:.75em;
	font-style:italic;
}

table.gallery-table tbody tr td p.copyright {
	font-size:.5em;
}

}