@charset "utf-8";
/* Stylesheet for morningsidemanagement.com
design and contact:www.chadswebstudio.co.uk
Author Lisa Chadwick*/
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #646464;
	background-image: url(images/grey-darklines.gif);
}

/* ---------------------TAGS & CLASSES----------------*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
}
ol {
	font-size: 1.2em;
	list-style-position: inside;
	margin-left: 40px;
}
h1 {
	color: #710541;
	font-size: 1.8em;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #70083D;
}
blockquote {
	font-size: 1.2em;
	color: #710541;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.floatR-logo {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
}
.floatL {
	float: left;
	margin-right: 20px;
	border: 1px solid #710541;
	margin-bottom: 20px;
}
.artists {
	padding: 10px;
	height: 275px;
	width: 700px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #710541;
	clear: left;
}
.artists img{
	border: 1px solid #710541;
}
.artistsTxt {
	text-align: left;
	width: 475px;
	float: right;
	padding-left: 20px;
}

.artists img {
	float: left;
}
.arrow {
	float: left;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #710541;
	padding-left: 35px;
	line-height: 2.5em;
}

#mainTxt blockquote {
	color: #666666;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
			
}
.h1sml {
	font-size: 0.8em;
	font-weight: normal;
}
/* ------------------ STRUCTURE -------------------------*/

#wrapper {
	width: 100%;
	background-image: url(images/cream.jpg);
	background-repeat: repeat-x;
}
#header {
	height: 120px;
	width: 777px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo-cream.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#maroon {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #760940;
	border-bottom-color: #760940;
	background-color: #FFFFFF;
	background-image: url(images/cream.jpg);
	height: 38px;
	padding-top: 4px;
}

#content {
	background-color: #FAFADE;
	text-align: center;
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #75023B;
	border-left-color: #75023B;
	background-image: url(images/cream.jpg);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #75023B;
	
	/*height: 490px;
	overflow: auto;
	overflow-x:hidden;
	position:relative;*/
}
#fadeimage {
	float: left;
	margin-right: 40px;
	background-image: url(images/artists/real-diamond.jpg);
	border: 1px solid #7C0B43;
	height: 231px;
	width: 200px;
	background-repeat: no-repeat;
}
#mainTxt {
	text-align: left;
	padding: 20px;
	width: 730px;
		}
#left {
	float: left;
	width: 200px;
	text-align: center;
	
}
#right {
	width: 480px;
	margin-left: 240px;	
}


/*--------------------LINKS--------------------*/
a:link, a:visited{
color: #710541;
}
a:hover, a:active{
	color: #710541;
	text-decoration: none;
}


#left a:link, #left a:visited {
	width: 190px;
	text-decoration: none;
	font-size: 1em;
	text-align: center;
	background-color: #E2E2E2;
	padding:0.2em;
	line-height:1.4;
	border:1px solid #7C0B43;
	text-decoration:none;
	display:block;
}
#left  a:hover, #left a:active {
	background-color: #999999;
	color: #FFFFFF;
}
#links a{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

/*--------------------------CREDITS-----------------------------*/
#chads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	}
#chads a:link, #chads a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#chads a:hover, #chads a:active{
	color: #ffffff;
	text-decoration: underline;
}
#sitemap {
	text-align: left;
	margin-left: 40px;
}
