/*
Theme Name: Penny Morrison
Theme URI: http://pennymorrison.com
Description: Custom theme for Penny Morrison
Version: 1.0
Author: Yes We Work
*/

/* RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* FONTS */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* penny morrison */
html {
	background-color: #cccccc;
}
body {
	width: 780px;
	font-family: "times new roman", times, serif;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	text-align: center;
}

h1 {
	margin:10px 0 30px 0;
	font-variant:small-caps;
	font-weight:bold;
	font-size:2em;
}

h2 {
	margin:10px 0 30px 0;
	font-variant:small-caps;
	font-weight:bold;
	font-size:1.6em;
}

h3 {
	margin:10px 0 30px 0;
	font-variant:small-caps;
	font-weight:bold;
	font:1.2em;
}

p {
	margin-bottom:10px;
}

a, a:link, a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover, a:active{
	color: #663333;
}

strong {
	font-weight: bold;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 470px;
	height: 63px;
	background-image: url('img/pennymorrison-interiors.gif');
	background-repeat:no-repeat;
	background-position:center;
	text-indent: -5000px;
	margin-bottom: 20px;
}
.homepage-title {
	display:none;
	visibility:hidden;
}
#homelink {
	width:100%;
	height:100%;
	display:block;
	margin-top:-30px;
}
div.content {
	margin-bottom: 25px;
}
#nav {
	margin-bottom: 10px;
	clear:both;
}
#nav li {
	display: inline;
	font-variant: small-caps;
	font-weight:bold;
	font-size:1.2em;
	padding:0 20px;
}

#contact ul {
	overflow: auto;
	margin-bottom: 10px;
}
#contact ul li {
	width: 250px;
	float: left;
	margin-right: 10px;
}
/*

.album, .gallery {
	text-align:center;
	width:100%;
}

.album .gallery-link,
.gallery .image-link  {
	display: inline-table;
	margin: 0 10px 10px;
	vertical-align: top;
}

.album .gallery-link .thumbnail, 
.gallery .image-link .thumbnail {
	height: 150px;
	width:150px; padding 2px;
	border:1px solid #cecece;
}
.album .gallery-link a {
	font-variant:small-caps;
	letter-spacing:1px;
	font-weight:bold;
	font-size:1.2em;
}
#fabrics .image-link {
	width: 98px;
}

*/
.ngg-galleryoverview {
	overflow: auto;
	text-align: center;
	width: 100%;
}
.ngg-gallery-thumbnail-box, .ngg-album-compact {
	display: inline-table;
	vertical-align: top;
	height: 150px;
	width:150px; 
	padding:5px;
}
#fabrics .ngg-gallery-thumbnail-box {
	width: 116px;
	height: 168px;
}
.ngg-gallery-thumbnail span {
	font-variant:small-caps;
	font-weight:bold;
	font-size:1.2em;
}

#profile {
	text-align:left;
}
#profile img {
	margin:0 10px 10px 0;
	float:left;
}