/*
	Masters Cup Portfolio Stylesheet

	Website:			photomasterscup.com
	Filename:			portfolio.css
	Description:		Portfolio-specific stylesheet
	Last Updated:		2010.10.08
	
*/

/* General Layout */
body {
	background-color: #000;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
strong {
	text-transform: uppercase;
}
h1 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}
p {
	margin: 0px 0px 20px 0px;
}
a {
	color: #000;
}
a:hover {
	color: #da0;
}
#container {
	margin: auto;
	width: 780px;
}


/* Header and Navigation */
#header-nav {
	margin: 0px;
	padding: 0px;
}
#header-nav li {
	float: left;
	list-style: none;
}
#header-nav a, .button {
	background: url("../images/header-nav-off.png") top center no-repeat;
	border: 0px;
	font: bold 14px Times, Palatino, serif;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 300%;
	text-decoration: none;
	text-transform: uppercase;
	width: 130px;
}
#header-nav a:hover, .button:hover {
	background: url("../images/header-nav-on.png") top center no-repeat;
	color: #da0;
}
#header-nav #current {
	color: #da0;
}


/* Main Content - Title */
#content {
	background-color: #fff;
	clear: both;
	color: #000;
	margin: auto;
	overflow: auto;
	padding: 20px;
	text-align: left;
}
#member-id {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
#member-title {
	font-size: 20px;
	margin: 20px 0px;
	text-align: center;
}
#member-title .line1 {
	font-family: "Apple Chancery", "Monotype Corsiva", cursive;
}
#member-title .line2 {
	font-family: Times, Palatino, serif;
	font-weight: bold;
	text-transform: uppercase;
}
.gray, .grey {
	color: #aaa;
}
.actionmessage {
	color: #000;
	font-weight: bold;
	margin: 10px auto;
}
.dotted {
	border-color: #444;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	color: #444;
	height: 0px;
	max-height: 0px;
}



/* Main Content - Sections */
#column1 {
	border-right: 1px solid #aaa;
	float: left;
	padding-right: 40px;
	width: 329px;
}
#column2 {
	float: left;
	padding-left: 40px;
	width: 330px;
}
#section-title {
	border-bottom: 2px solid #000;
	font-size: 16px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
}
#section-title-left {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
#section-title-right {
	float: right;
	font-style: italic;
}
label {
	font-weight: bold;
	text-transform: uppercase;
}
td, th {
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
}
.pad-right td {
	padding-right: 20px;
}
.pad-bottom td {
	padding-bottom: 20px;
}
#thumbnails td {
	padding-top: 30px;
	vertical-align: bottom;
	width: 246px;
}
#thumbnails img {
	border: 1px solid #aaa;
}
#thumbnails img:hover {
	border-color: #000;
}

/* Added by Rupert 10-02-10 */

.image-detail td {
	padding-right: 10px;
}
