/*	Styles for the SummerHouse Gallery, located at	*/ 
/*	summerhousestyle.com/gallery 					*/

body#press div#content {
	margin-top: 10px;
}

#press #content {
	background-color: #fbfbfb;
}

#articles,
#article_view {
	padding-top: 10px;
	padding-bottom: 10px;
}

#articles img {
	border: none;
}

#cover-page img {
	margin-left: 10px;
}

#article_view #thumbs li {
	display: inline;
	float: left;
	margin-right: 7px;
}

.article_thumbnail {
	display: inline-block;
}

.article_thumbnail img {
	margin: 5px 18px 7px 0;
}

#article-pagination {
	color: #666;
	text-align: center;
}

#current-page {
	font-weight: bold;
}

#publication-info {
	font-size: 130%;
	font-style: italic;
	font-family: Times, serif;
	padding-left: 10px;
}

#pub-title {
	font-style: normal;
}

#press .pagination a,
#press .pagination span {
	display: none;
}

.pagination a {
	text-decoration: none;
	text-transform: uppercase;
	color: #9F948D;
}

.pagination a#next {
	display: block;
	float: right;
	margin-right: 32px;
}

.pagination a#prev {
	display: block;
	float: left;
	margin-left: 58px;
}

