﻿
/* Master styles */

#wrapper {
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 13px;
	background-color: #282828;
}

#banner {
	width: 100%;
	height: 150px;
	background-color: #FFC777;
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
}

#content {
	width: 900px;
	background-color: #666666;
	margin: 0 auto 0 auto;
}

/* Menu styles */

#menu {
	border-top: 2.5px solid #736F6E;
	border-bottom: 2.5px solid #736F6E;
	background-color: #FFC777;
}

#menu ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
}


/* Global styles */

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #cf5068;
	text-decoration: underline;
}


p.title {
	font-weight: bold;
	text-align: center;
}

.signature {
	
}

/* Homepage styles */

#collage {
	/* background: url('images/collage.jpg') #666666 no-repeat; */
	background: #666666 no-repeat;
	height: 605px;
}

/* Gallery styles */

#gallery {
	background-color: #666666;
	padding-bottom: 20px;
	padding-top: 15px;
}

/*
#gallery img {
	border: 4px solid white;
	margin: 20px;
}
*/

#gallery .itemImage {
	border: 4px solid white;
	margin: 20px;
}

#gallery h2 {
	color: white;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

.caption {
	text-align: center;
	font-size: 12px;
	color: white;
	display: block;
	margin-bottom: 8px;
}

.thumbnail {
	border: 4px solid white;
	margin: 20px 20px 13px 20px;
}


/* Footer styles */

#footer {
	color: #D8D8D8;
	font-size: 12px;
}

#footer ul {
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0;
	float: left;
	font-weight: normal;
}

#footer a {
	color: #D8D8D8;
}

#footer .footerSection 
{
	float:left; 
	margin-left: 150px; 
	text-align: right; 
	padding-right: 8px; 
	padding-top: 12px;
}

#footer .footerSectionTitle 
{
	text-align: left;
	display: inline;
	float: left;
	padding-right: 8px;
	font-weight: bold;
}

#contact {
	float: left;
	padding: 15px 0px 5px 95px;
	text-align: left;
	font-size: 12px;
}

#contact p {
	padding: 0;
	margin: 0;
}

.copyright {
	clear: both;
	margin: 0;
	padding: 10px 0 7px 0;
}

#links {
	float: left;
	padding: 15px 0px 5px 250px;
	text-align: left;
}

/* About the Artist styles */

#aboutartist 
{
	color: Black; 
	background-color:White; 
	padding: 20px 25px 50px 25px; 
	text-align: justify;

}


.error 
{
	color: #cf5068;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	background: white;
	border: 1px solid #cf5068;
	margin: 15px 10px 10px 10px;
	display: block;
	width: 525px;
}


