/*
Stylesheet for Lunatic Fringe Yarns
by Kendra Calhoun for 3WDesign
June 7, 2008
*/

/*Tags*/
body * {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 22px;
}

a {
	color: #003366;
}

a:visited {
	color: #003366;
}

a:hover {
	color: #cc0099;
}


p {
	line-height: 18px;
	margin: 0 0 10px;
}

img {
	border: 0;
}

img.right {
	float:right;
	margin: 0 0 10px 10px;
}

img.left {
	float:left;
	margin: 0 10px 10px 0;
}


th {
	background: #660099;
	color: #fff;
	font-size: 1.2em;
	padding: 10px;
	margin:0;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5 {
	color: #660099;
	margin: 16px 0;
}

ul, ol {
	margin: 10px 30px 10px 30px;
}

ul li {
	list-style-image: url(../images/bullet.gif);
	line-height: 1.5em;
}

ol li {
	line-height: 1.5em;
}

hr, .hr {
	border-bottom: 1px dotted #006699;
	margin: 10px 30px 10px 30px;
	clear:both;
}

/*Container Styles*/
#container {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding: 5px 10px 0 10px;
}

h2#header {
	border:none;
}

h2#header a {
	background: url(../images/header.jpg) no-repeat;
	text-indent: -5000em;
	width: 900px;
	height: 206px;
	margin: 0;
	display:block;
	outline:none;
}

h3#tagline {
	color: #fff;
	text-align:center;
	background: url(../images/bg-footer.gif);
	padding: 5px;
	margin: 0 0 10px 0;
}

#content {
	width: 685px;
	margin: 0 0px 20px 20px;
	float:right;
}

#footer {
	clear: both;
	background: url(../images/bg-footer.gif) repeat-x; #631c86;
	text-align:center;
	padding: 5px;
	font-size: 0.9em;
}

#footer p {
	color: #fff;
}

/*Navigation Styles*/

#nav {
	width:175px;
	float:left;
	padding: 0 0 275px 0;
	background: url(../images/rug.gif) no-repeat bottom left;
	font-size: 0.8em;
}

#nav a {
	width: 159px;
	height: 24px;
	background: url(../images/bg-nav.gif) no-repeat;
	background-position: top;
	color: #fff;
	text-decoration:none;
	display:block;
	padding: 5px 5px 0 7px;
	font-weight:bold;
	position:relative;
}

#nav a:hover {
	background-position: bottom;
}

#nav ul {
	margin: 0;
}

#nav li {
	list-style:none;
}

/*Special Classes*/
.clear {
	clear:both;
}

.center {
	text-align:center;
}

a.pink {
	color: #FF0099;
}

a.pink:hover {
	color: #FF66CC;
}

/*Floating Containers*/

#rightContainer {
	width: 250px;
	float:right;
	margin: 0 20px 10px 20px;;
	padding: 20px;
	border: 1px solid #3399cc;
	background: #CCFFFF;
	text-align: center;
}

#rightContainer p {
	line-height: 1.2em;
	font-size: 0.9em;
}

.headerPurple24, .headerPurple18, .headerPurple16, .headerPurple12 {
	color: #660099;
	font-weight: bold;
}

.headerBrown24, .headerBrown18, .headerBrown16, .headerBrown12 {
	color: #663300;
	font-weight: bold;
}

.headerBlue24, .headerBlue18, .headerBlue16, .headerBlue12 {
	color: #003366;
	font-weight: bold;
}

.headerPurple24, .headerBrown24 , .headerBlue24 {
	font-size: 24px;
	line-height: 30px;
}

.headerPurple18, .headerBrown18, .headerBlue18 {
	font-size: 18px;
	line-height: 24px;
}

.headerPurple16, .headerBrown16, .headerBlue16 {
	font-size: 16px;
	line-height: 22px;
}

.headerPurple12, .headerBrown12, .headerBlue12 {
	font-size: 12px;
	line-height: 16px;
}

.pageTextPurple {
	color: #660099;
}

.pageTextBrown {
	color: #663300;
}
