@import url("blue-header.css");


/*	====	LAYOUT		====	*/

#header-main { width: 980px; }

#userbar, #dropdown ul { width: 980px; }

#main {
	position: relative;
	padding: 3em 0 1.5em 0;
	height: 100%;
	width: 980px;
	_width: 985px;
    margin: 0 auto;
}

#content {
	position: relative;
	float: left;
	width: 720px;
}

#col1 {
	position: relative;
	float: right;
	width: 240px;
	margin-bottom: 1.5em;
	margin-top: -1.7em;
}

#footer_inner_wrap {
    width: 720px;
    padding: 0 260px 0 0; 
}

/*	====	gallery surf		====	*/

#col1 .gallery-surf {
	width: 100%;
	float: left;
	clear: both;
}
#col1 .gallery-surf p {
	display: block;
	float: left;
	width: 100px;
}
#col1 .gallery-surf a {
	font-weight: bold;
	text-decoration: none;
}
#col1 .gallery-surf img {
	width: 100px;
	height: 100px;
}
#col1 .gallery-surf p.next {
	float: right;
	text-align: right;
}
#col1 .gallery-surf a:hover, #col1 .gallery-surf a:active, #col1 .gallery-surf a:focus {
	color: #fff;
	background-color: #cc003e;
	text-decoration: none;
}

/*	====	TEXT		====	*/

.viewall {
	font-size: 0.9em;
	line-height: 1.25em;
	width: 115px;
	float: left;
	margin: 0;
	background-color: #f9f9f9;
}
.viewall a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 103px;
	width: 103px;
	padding: 5px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}
.viewall a:hover, .viewall a:active, .viewall a:focus {
	background-color: #cc003e;
	border-color: #cc003e;
	color: #fff;
}

#related {
	border-top: 1px dotted #888;
}

/*	====	PICTURES	====	*/

.pic-thumb {	background-color: #f9f9f9;}

.pic-xxlg .img, .media-detail .img {text-align: center;}
.pic-xxlg .img .photographer, .media-detail .img .photographer {
    right: 0;
    text-align: center;
}

.media-detail p, .media-detailr p, .media-detail h3, .media-detailr h3, .media-detail h3 .title, .media-detailr h3 .title {
	width: 420px;
}

ul.media-view-nav {
	list-style-type: none;
	padding: 0;
}
ul.media-view-nav li {
	display: inline;
	font-size: 0.9em;
	line-height: 1.667em;
	padding: 0 5px;
	border-right: 1px dotted #888;
}
ul.media-view-nav li:first-child {
	padding-left: 0;
}
ul.media-view-nav li:last-child {
	border: 0;
}
ul.media-view-nav a {
	text-decoration: none;
}
ul.media-view-nav a:hover, ul.media-view-nav a:active, ul.media-view-nav a:focus {
    text-decoration: underline;
}

div.timeline {width: 600px;}
div.timeline div {
	margin-right: 0;
	width: 320px;
}
