/* Paula Coulthard CSS copyright pixel and grain 2005-09 */

/* standard tags
------------------------------------------------------------------------------- */

body {
	margin : 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFEFB;
}
h1 { 
	margin-top: 0;
	font-size: 16px; 
	color: #333; 
	line-height: 15px;
}
h2 { 
	font-size: 16px; 
	color: #333; 
	line-height: 14px;
	margin-bottom: 10px;
	padding-top: 17px;
	padding-bottom: 0;
}
h2.subtitle { 
	font-size: 13px; 
	color: #333; 
	line-height: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}
p { 
	margin-top: 3px;
	font-size: 12px; 
	color: #333; 
	line-height: 16px;
 }
a:link,
a:visited,
a:hover,
a:active { 
	color: #333;
}

a img { border:0; }

/* IDs
------------------------------------------------------------------------------- */

#center {
	text-align: center;
	width: 932px;
	margin:0 auto;
}

#body {
	text-align: left;
	width: 932px;
	background-image: url(../images/paula-coulthard-fashion-designer-background.jpg);
	background-repeat: no-repeat;
}

#content_wrapper {
	margin: 230px 133px 0px 145px;
	min-height: 400px;
}

#content {
	height: auto;
	min-height: 400px;
}

#content li {
	color: #333;
	font-size: 12px; 
	margin:3px;
	list-style-type: circle;
}

#content li a {
	color: #333;
	text-decoration: underline;
}
#content li a.url {
	text-decoration: none;
}
#content li a:hover {
	color: #333;
	text-decoration: underline;
}

#footer {
	padding-bottom: 36px;
	padding-left: 42px;
	font-size: 10px; 
	color: #333;
}

#navlist {
	position: relative; 
	top: 168px;
	left: 215px;
	margin: 0;
}

#navlist a {
	font-size: 13px; 
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #333;
	padding-bottom: 4px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	padding-bottom: 2px;
	background: transparent;
	color: #333;
	border-bottom: 2px solid #333;
}

/* classes
------------------------------------------------------------------------------- */

img.alignright {
	padding: 4px;
	margin-left: 17px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin-right: 36px;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left }

.thumbnail {
	padding: 3px 3px 8px 3px;
	background-color: #FAF5F1;
	border: 1px solid #CBBCA7;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}	

.caption { font-size: 0.9em; padding-top: 0.2em; }