/* 

	Colour Palette
	
	#766359	- Dark Brown	
	#ab8f80 - Light brown (small text)
	#968176 - Background brown
	#926a86	- Dark Purple
	#5f3b55 - Dark Purple (hover links) (4c2f44)
	#fef7fb	- Light Pink (background)
	#f0e7e3 - Dark pink (hr)

*/

body {
	margin-top:0em;
	background-color:#968176;
	background-image:url(assets/tile.jpg);
	background-repeat:repeat;

	color: #766359; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	}
	
/* HEADER */

#header {
	position:relative;
	height: 77px;
	background-image:url(assets/background_head.jpg);
	border-bottom:3px solid #766359;
	}

#logo {
	width:307px;
	height:77px;
	float:left;
}

#logo img {
	margin:0px;
}

#nav {
	height:39px;
	position:relative;
	top:38px;
}

#nav img {
	margin:0em;
}

#login {
	background-color:#926a86;
	color:#FFFFFF;
	font-size:0.9em;
	height:17px;
	position:absolute;
	right:0px;
	top:0px;
	width:280px;
	padding:2px 5px 0px 5px;
	text-align:right;
}	

#login .bottom {
	position:absolute;
	bottom:-5px;
	left:0px;
}

#logintext {
	padding-right:5px;
}

#login A, #login A:active, #login  A:visited   {
	COLOR: #fff;
	text-decoration: underline;
	font-weight: normal;
}
#login A:hover {
	COLOR: #333;
}


/* MAIN CONTENT DIVS */

#content {
	background-position:top right;
	background-image:url(assets/background_content.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}

#mainContent {
	margin-top:26px;
}

#homeArticles, #homeNews {
	position: relative;
	background:#fef7fb;
	height: 34em;
	overflow:auto;
	padding:0.25em 0.75em;
	}

#about-links, #about-links2 {
	position: relative;
	background:#fef7fb;
	height: 20em;
	overflow:auto;
	padding:0.25em 0.75em;
	}

#containerHolder {
	margin:0px auto;
	width:875px;
	padding:0 0px 10px 0px;
	background:url(assets/transparency.png) no-repeat;
	}

/*
FEATURED DESIGN
*/

#featuredDesign {
	height:50.9em;
	overflow:auto;
	padding:0.25em 0.75em;
}

#featuredDesign img, #featuredDesign a img  {
	margin:0em;
	padding:0.25em 0em 0.5em 0em;
	display: block;
}

#featuredDesign h3 {
	margin-top:.5em;
}

.hr {
	border-top:1px solid #F0E7E3;
	margin-top:.5em;
}

/* gross hack because we're not aligned to the grid and don't want to trigger box-model weirdness */
.leftCol {
	margin-left:20px;
}

.rightCol {
	margin-right:20px;
}

.homeMargin {
	margin-top:2.2em !important;
}


/* collections page */

td.collection , td.collectionBody  {
	border:0px;
}

.collectionBody {
	vertical-align:top;
	padding-top:1.5em;
}

.breadcrumbs {
	font-size:0.9em;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	text-decoration:none;
}

.breadcrumbs a:hover, .breadcrumbs a:active {
	text-decoration:underline;
}

/*
.collection img {
	width:140px;
	float:left;
}
.collectionText {
	width: 100px;
	float:left;
}
*/
#footer {
	background-color:#fff;
	font-size:.9em;
	padding-top:1em;
}

#footer .vcard {
	margin:0 1.5em;
}

#footer .copyright {
	margin:0 1.5em;
	padding:0 0 .5em 0;
}

#footer #address1 {
	padding:.5em 0 0 0;
	border-top: 1px solid #f0e7e3;
}

#footer .org, #footer .adr {
	display:inline;
	}
	
/* Heading Styles
================================================*/
h1,h2,h3,h4,h5,h6 { 
  color: #766359; 
  font-family: Helvetica, Arial, sans-serif; 
}


h2 { 
	margin:.3em 0 .2em 0;
	line-height:1em;
	}
	
/* CSS for the home page
================================================*/
.cb p, .cbb p {
	margin-bottom:.4em;
}

p.homeDate {
	color:#ab8f80;
	font-size:.9em;
	}

p.homeLink {
	color:#ab8f80;
	font-size:.9em;
	}

a:link {
	color: #926a86;
	text-decoration:underline;
}

a:visited {
	color: #ab8f80;
}

a:hover {
	color: #5f3b55;
}

a:active {
	color: #5f3b55;
}

/* restyle linked headings */

h3 a:link {
	color: #766359;
	text-decoration:none;
}

h3 a:visited {
	color: #766359;
	text-decoration:none;
}

h3 a:hover {
	color: #5f3b55;
	text-decoration:none;
}

h3 a:active {
	color: #5f3b55;
	text-decoration:none;
}

/* list items in the boxes */
.cbb ul, .i3 ul {
	list-style-type:none;
	margin:0px;
	}
	
.cbb li, .i3 li, p.browseAll{
	padding:0.7em 0em 0.3em;
	border-top: 1px solid #f0e7e3;
}

p.browseAll {
	position: absolute;
	bottom: 0px;
	width: 90%;
}

/* Yarn Pages
================================================*/
.col1 {
	width:180px;
	}

.col1 td{
	vertical-align:top;
}
.col2 td{
	border-bottom:none; 
	}

/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0px;
	margin:1em 0;
	background:#fff;
	border:1px solid #dfdbd9;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
/*	margin:0.5em 0; */
	}
/* Rules for the top corners and border */
.bt {
	background:url(assets/box.png) no-repeat 100% 0;
	margin:0 0 0 11px;
	height:5px;
	}
.bt div {
	height:5px;
	width:11px;
	position:relative;
	left:-11px;
	background:url(assets/box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(assets/box.png) no-repeat 100% 100%;
	margin:0 0 0 10px;
	height:5px;
	}
.bb div {
	height:5px;
	width:10px;
	position:relative;
	left:-10px;
	background:url(assets/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 10px;
	background:url(assets/borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 10px 0 0;
	background:url(assets/borders.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	/*background:#fef7fb;*/
	border:1px solid #fff;
	border-width:1px 0;
	/*padding:0 10px;*/
	}

/* CSS for the box ends here */


/* Admin Styles
================================================*/

.note{padding:10px;background:#FFF4C9;border:1px dashed #C4C295;-moz-border-radius:6px;margin-bottom:10px;}

.note img{padding-right:10px;}

.note h4{margin:0px;}

.note p{margin-left:45px;}

/* Calendar */
#cal1Container {
	position: absolute;
	display: none;
	background-color:#fff;
	border:1px solid #926a86;
}

#cal1Container table{
	margin: 0;
}

.yui-skin-sam th{
	margin:0px;
	padding:0px;
}

.yui-skin-sam td{
	margin:0px;
	padding:0px;
}

#cal1Container a {
	text-decoration:none;
}
