/*
	House of Creation Main Stylesheet
	Copyright 2006 Capture Creative Ltd. All rights reserved.
*/

/* Body Specification */

body {
		margin:10px 10px 0px 10px;
		padding:0px;
		font-family: "Lucida Grande",Verdana,Arial,sans-serif;
		color: #444;
		background-color: #FFFFFF;
		background-image: url(images/background.gif);
		background-repeat: repeat;
}

p {
margin: 0;
padding: 0;
font-family: "Lucida Grande",Verdana,Arial,sans-serif;
color: #444;
}

li {
font: normal 8pt/0.2em "Lucida Grande",Verdana,Arial,sans-serif;
color: #7f7f7f;
/* list-style-type: circle; */
list-style-position: inside;
list-style-image: url(images/list_img.gif);
text-indent: -2em; }

hr {
	display: none;
	}

/* Header - Like welcome on home page*/

#headc {
text-align: center;
}

h1  {
font-family: "Lucida Grande",Verdana,Arial,sans-serif;
color: #8bca4e;
font-size: 20pt;
font-weight: normal;
text-transform: capitalize;
;
margin: 0.0em 0.7em -0.0em 0.7em;
text-align: left; }

/* SubHead  -In main content space */

h2 {
letter-spacing: -0.01em;
font-family: "Lucida Grande",Verdana,Arial,sans-serif;
color: #8bca4e;
font-size: 14pt;
font-weight: normal;
text-transform: lowercase;
text-align: left;
margin: +0.5em +0.8em -0.29em +0.8em;
text-decoration: none; }

/* Title - Navbar Panel */

h3 {
margin: 0 0;
padding-bottom: .3em;
/*letter-spacing: .1em; */
font-family: "Lucida Grande",Verdana,Arial,sans-serif;
color: #8bca4e;
font-size: 12pt;
font-weight: bold;
text-transform: capitalize;
text-align: left; }

/* Nav Head -Navigation title */

h4 {
margin: 0 0;
padding-bottom: .3em;
/*letter-spacing: .1em; */
font-family: "Lucida Grande",Verdana,Arial,sans-serif;
color: #8bca4e;
font-size: 10pt;
font-weight: bold;
text-transform: capitalize;
text-align: justify; }

/* Nav Main - Navigation main body text */

h5 {
margin: -0.2em 0.2em 0.2em 0em;
font-family: "Lucida Grande",Verdana,Arial,sans-serif;
color: #6e6e6e;
font-size: 9pt;
font-weight: normal;
text-transform: none;
text-align: justify;
background: #e0e0e0 fixed;
padding: 0.2em 0.2em;
}

/* Nav Main - Body Text Small */

h6 {
margin: 0.5em 0em 0em 0em;
font-family: "Lucida Grande",Verdana,Arial,sans-serif;
color: #6e6e6e;
font-size: 8pt;
font-weight: normal;
text-align: justify;
background: #e0e0e0 fixed;
padding: 0.2em;
}

.bodytext {
		padding:0px;
		font-family: "Lucida Grande",Verdana,Arial,sans-serif;
		color: #444;
  font-size: 10px; }

.bodytextbold {
		padding:0px;
		font-family: "Lucida Grande",Verdana,Arial,sans-serif;
		color: #444;
  font-size: 10px;
font-weight: bold; }

.quotes {
	padding:0px;
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	color: #444;
	font-size: 10px;
	font-style: normal;
}

.lrgquotes {
	padding:0px; 
	margin:0 0 -3.9px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00CC00;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

/* Nav Head -Sub Title */

.subheadgrey {
padding-bottom: .3em;
letter-spacing: .1em;
font-family: "Lucida Grande",Verdana,Arial,sans-serif;
color: #7f7f7f;
font-size: 10pt;
font-weight: bold;
text-transform: none;
margin: 10em +1.2em 1em +1.2em; }

/* Nav Menu - Main Menu Items */

.menu {
margin: 0.5em 0em 0em 0em;
font-family: "Lucida Grande",Verdana,Arial,sans-serif;
color: #3f3f3f;
font-weight: normal;
text-align: left;
background: #d8d8d8 fixed;
padding: 0.2em;
font-size: 9pt; }

/* Nav Sub Menu - Secondary Menu Items */

.submenu {
margin: 0.4em 0em 0em 0em;
font-family: "Lucida Grande",Verdana,Arial,sans-serif;
color: #3f3f3f;
font-size: 9pt;
font-weight: normal;
text-align: left;
padding: 0.3em;
}

.date   {
font-family: "Lucida Grande",Verdana,Arial,sans-serif;
color: #bfbfbf;
font-size: 7pt;
font-weight: normal;
text-transform: capitalize;
}

.copyright   {
font-family: "Lucida Grande",Verdana,Arial,sans-serif;
color: #7f7f7f;
font-size: 8pt;
font-weight: normal;
}

/* 
LINKS --------------------- */

a:img {
	border: none;
}

a:visited {
text-decoration: none;
color: #656565;
}

a:hover {
text-decoration: none;
color: #262626;
background: #d8d8d8 fixed; 
}

a:active {
color: #72acff;
text-decoration: none;
}

a:link {
color: #3b83ca;
text-decoration: none; }

a {
	color: #656565;
	text-decoration: none;
}
