﻿/*===========================
Author: Teresa Brady
Title: Things of Cloth
Date: 07 October 2007
... yes, I am a goddess of design!
============================*/

/*=== STRUCTURE & LAYOUT ===*/
body {
	background-position: center;
	margin: 20px;
	padding: 0;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url('../../images/container.png');
	background-repeat: repeat-y;
}

.container { 	
	margin:0 auto;
	padding:0;
	width:763px;
	text-align:left;
	vertical-align: middle;	
	background-color:#ffffff;
}
.clear {
clear:both;
height:1px;
}

/*=== HEADER ===*/
.header {
	background-position: center;
	margin: 0px 0px 10px 0px;
	padding: 0;
	height: 203px;
	background-color: #ffffff;
	background-image: url('../../images/header1.png');
	background-repeat: no-repeat;
}

.header h1 {
	margin: 0;
	padding: 20px 0 0 20px;
	font-size: 2.1em;
	letter-spacing: .2em;
	color: #000080;
	font-weight: bolder;
	font-variant: small-caps;
}

.header h2 {
	margin: 0;
	padding: 20px 0 0 20px;
	font-size: 1.5em;
	font-weight: bolder;
	letter-spacing: .2em;
	color: #000080;
	font-style: italic;
}

/*=== LEFT COLUMN & NAVIGATION ===*/
.leftcolumn {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 180px;
}

.leftcolumn h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	color: #000080;
}

.news {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	border: 1px dashed #cbcbed;
	background-color:#ededf8;
}

/*=== Navigation ===*/
.navcontainer {
	width: 160px;
	margin: 10px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bolder;
}


.active {
	color: #ffffff;
	background-color: #cbcbed;
	text-decoration: none;
}

.navcontainer ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.navcontainer a{
	display: block;
	padding: 3px;
	width: 160px;
}

.navcontainer a:link{
	color:#000080;
	text-decoration: none;
}

.navcontainer a:visited{
	color:#000080;
	text-decoration: none;
}


.navcontainer a:hover{
	background-color: #000080;
	color: #ffffff;
}



/*=== MAIN SECTION ===*/
/*=== Main Section Structure ===*/
.main { 	
	margin:0 0 0 190px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
	border-left: 2px solid #cbcbed;
}
.innermain{
	padding: 10px 10px 10px 10px;
	}

.innermain p {
	padding:0px 0px 0px 0px;
}

/*=== Main Section Typography ===*/
.innermain h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	color: #000080;
}

.innermain h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
	color:#a3a3de;
}

blockquote {
	margin:1em;
	padding:.5em;
	background-color:#ececf9;
	border-top:2px solid #cbcbed;
	border-bottom:2px solid #cbcbed;
}

blockquote p {
	margin:.2em;
}

.innermain a {
	color: #000080;
	background-color: #ffffff;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	font-weight: bolder;
}

.innermain a:hover {
	color: #ffffff;
	background-color: #cbcbed;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	font-weight: bolder;
}

.bolditalic {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bolder;
	font-style:italic;
}

.bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	font-style: normal;
}

.italic {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:normal;
	font-style:italic;
}

.gallery{
	border-collapse: collapse;
}
.gallery td {
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: top;
}

.list1{
list-style: none;
list-style-type: decimal;
}

.list2{
list-style: none;
list-style-type: lower-alpha;
}



/* I really wanted blue square bullets. Thank you to Max Design Listmatic (http://css.maxdesign.com.au/listamatic/vertical05.htm) for this great list styling: */
.list3
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.list3 li
{
padding-left: 20px;
background-image: url('../../images/bluebullet.gif');
background-repeat: no-repeat;
background-position: 0 .5em;
}



/*=== FOOTER ===*/
.footer {
	position: relative;
	bottom: 0px;
	margin: 10px 0 0 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: .8em;
	border-top: 2px solid #cbcbed;
	font-weight: bolder;
}

.footer a {
	color: #000080;
	background-color: #ffffff;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	font-weight: bolder;
}

.footer a:hover {
	color: #000080;
	background-color: #cbcbed;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	font-weight: bolder;
}
