/* CSS Document for www.melissawood.co.uk */

/* If you are new to styling using CSS and was wondering how this site has been styled, please feel free to browse the code below. Alternatively visit: www.pixel2life.com for access to some useful tutorials. Thanks, Mel :) 22-05-07*/

/* website layout */
body {
	margin: 0px;
	padding: 0px;
	background:  #181A2F url(../themes/theme-1/theme-1.jpg) no-repeat center top;
}

#container{	
	margin:0 auto 0 auto;
	width: 801px;
	margin-top: 286px;
	margin-bottom: 100px;
	background-color: #FFFFFF;
}
#content{
	float: left;
	padding: 0.8em;
	width: 570px;
}

#rightNav{ 
	float: right;
	padding: 0.8em;
	width: 171px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bottomFooter{
	clear: both;
	width: 801px;
	background-color: #5b2e56;
	padding-top: 1em;
	padding-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f2f2f2;
	text-align: center;
}

/* body styles */
a:link {
	color: #6699FF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #5b2e56;
}

a:hover {
	text-decoration: underline;
	color: #999999;
}

a:active {
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	color: #666666;
	letter-spacing: 3px;
	margin-top: 2em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	letter-spacing: 3px;
	margin-top: 2em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
}


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #CCCCCC;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

li{
	line-height: 2em;
	list-style-type: square;
	list-style-position: outside;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	line-height: 1.5em;
}

/* custom classes */
.centeredText{
	text-align: center;
}

.listP{
	text-align: left;
	line-height: 1.2em;
}

a.footer:visited {
	text-decoration: none;
	color: #666;
}

a.footer:link {
	color: #6699FF;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
	color: #999999;
}

a.footer:active {
	text-decoration: none;
}

.centeredImages{
	text-align: center;
	padding-top: 2em;
}

.imageCaptions{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-align: right;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.imageCaptionsBottom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-align: right;
	line-height: 1.5em;
}

a.photo:link {
	color: #6699FF;
	text-decoration: none;
}

a.photo:visited {
	text-decoration: none;
	color: #5b2e56;
}

a.photo:hover {
	text-decoration: underline;
	color: #999999;
}

a.photo:active {
	text-decoration: none;
}
