/** global **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;

}

body {
	margin: 0;
	padding: 0;
	font: 13px/1.5 Verdana, Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* for stupid IE */

	}



/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

a:link, a:visited {
	color: #70799C; /* old#575d7b; #B77C04;*/
	background-color: inherit;
}

a:hover, a:active {
	 color:  #232D5E;
	 background-color: inherit;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

blockquote {

	padding: 60px 65px 0 50px;
	color: #70799C;
	background-color: inherit;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	clear: right;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", Verdana, Arial;
}

h1, h2, h4, h5, h6{
	font-weight: normal;
}

h1 {
	font-size: 20px;
	
}

h2 {
	font-size: 20px;
}

	

h3 {
	font-size: 18px;
	color: #c90;
	background-color: inherit;
	font-variant: small-caps;
}

h2 span.small, h3 span.small {
	font-variant: normal;
	color: #000;
	font-size: 14px;
	padding-left: 10px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ul {
/*	list-style-type: none;
	list-style-image: url(../img/bullet.gif);*/
}

li {
/*	margin-left: 20px;
	color:#9D9282;
	padding-top: 0;*/
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {

}


img {
	border: 0;
	}



ol, ul {
/*	list-style: none;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** formatting **/

dl {
	margin-top: -16px;
	margin-bottom: 25px;
}

dt {
	font-weight: bold;
	font-size: 16px;
	font-family: "Century Gothic", Verdana, Arial;
	color: #232D5E;
	background-color: inherit;
	margin-top: 24px;
/*	margin-bottom: -8px;*/
}

dt.small {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: inherit;
	margin-top: 12px;
	margin-bottom: 0;
}

dd {

}

dl strong {
	color: #000;
	background-color: inherit;
}

/**construction **/

#header {
	color: #70799C;/* old #465282; #70799C;*/
	background: #FCD381;
	width: 100%;
	height: 85px;
	padding: 15px 0 0 0;
	border-bottom: solid 1px #c90;
}

#header h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 25px;

}

#header p {
	margin: 0;
	color: #70799C;/* old #232D5E;#a5a8ba;#70799C;*/
	background-color: inherit;
	line-height: 1;
	font-size: 11px;
}

#wrapper {
	border-top: solid 2px #FCD381; /* old #c90;*/
	border-left: solid 2px #FCD381; /* old #c90;*/
	border-right: solid 2px #FCD381; /* old #c90;*/
	border-bottom: solid 2px #FCD381; /* old #c90;*/
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* to correct IE rule in text.css for centering div */
	padding: 15px;
	margin-top: 25px;
	background: white;
	
}


/** begin nav section **/

#nav {
	width: 120px;
	float: left;
	margin-right: 25px;
	margin-left: 5px;
	margin-top: 5px;

}

ul#menu {
	list-style: none;
	text-align: center;
	font-size: 10px;
}
#menu h5 {
	color: #fff;
	background-color: #CACEDB; /* old #9cA4BB;*/
	font-size: 11px;
	display: block;
	margin: -5px 8px 0 8px;
	
	
}

ul#menu li {
	padding-bottom: 15px;
	display: block;
}

ul#menu li a:link,
ul#menu li a:visited {
	color: #9cA4BB;/* old #c90;*/
	background-color: inherit;
	text-decoration: none;
	
}

ul#menu li a img {
	border: solid 2px #CACEDB; /* old #FCD381; old #c90;*/
}

ul#menu li a:hover img,
ul#menu li a:active img  {
	border: solid 2px #9cA4BB; /* old #c90;*/
}

ul#menu li a:hover,
ul#menu li a:active {
	color: #70799C; /* old #c60;*/
	background-color: inherit;
}

/** end nav section **/

/** begin content section **/
#content {
	padding-left: 160px;
	margin-right: 15px;
}

#content h2 {
	color: #c90;
	background-color: inherit;
	display: block;
	border-bottom: solid 1px #FCD381;/* old #c60;*/
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#content p {
	font-size: 14px;	
	margin-top: 0;
	margin-bottom: 21px;
}

#content ul {
	margin-left: 50px;
	color: #232D5E;
	background-color: inherit;
	margin-top: -14px;
	margin-bottom: 15px;
}

#content ul li {
	padding-bottom: 0;
}


div.colleft {
	width: 28%;
	float: left;
}

div.colmid {
	width: 28%;
}

div.colright {
	width: 28%;
	float: right;
}

/** pager jquery nav **/
#pager .nav#nav2 {
	text-align: center;
	clear: right;
	margin-bottom: 15px;
}

#pager .nav a { padding: 0 10px; text-decoration: none; font-size: 10px; color: #70799C; background-color: inherit; display: inline;}
#pager .nav a.highlight { color:  #232D5E; background-color: inherit; }

/** end pager jquery nav **/

/** list of quilt artists for each slice **/
div#content ul.artists {
	margin-left: 0;
	text-align: center;
}

div#content ul.artists li {
	display: inline;
	font-size: 10px;
	padding: 0 5px;
}

/** end artists **/




/* images and floats */
.floatimgr, .floatimgr2 {
	float: right;

	margin: 5px 0 15px 15px;
	background:#CACEDB;/*  old #FCD381; */
	padding: 5px;
	/*border: 1px solid #c90;*/
	/*border: solid 1px #9cA4BB;*/
	color: #232D5E;
	text-align: center;
	font-size: 10px;
	line-height: 1.25;
}

.floatimgr {
	width: 286px;
}

.floatimgr2 {
	width: 107px;
}

.floatimgl {
	float: left;

	margin: 5px 0 15px 15px;
	background:#CACEDB;/*  old #FCD381; */
	padding: 5px 5px 15px 5px;
	/*border: 1px solid #c90;*/
	/*border: solid 1px #9cA4BB;*/
	color: #232D5E;
	text-align: center;
	font-size: 10px;
	line-height: 1.25;
	width: 152px;	

}

div.floatnone {
	width: 500px;
	margin: 0 auto 25px auto;
	background:#CACEDB;/*  old #FCD381; */
	padding: 5px;
	/*border: 1px solid #c90;*/
	/*border: solid 1px #9cA4BB;*/
	color: #232D5E;
	text-align: center;
	font-size: 10px;
	line-height: 1.25;
}

div.floatimgr img, div.floatimgr2 img, div.floatnone img, div.floatl img {
	border: solid 1px #9cA4BB;
}

div.thumb {
	width: auto;

}

span#smallr {
	float: right;
	font-size: 9px;
	line-height: 1.35;
	text-align: right;
	color: #c90;
	background-color: inherit;

}

span#smallr a {
	text-decoration: none;
	color: #c90;
	background-color: inherit;
	font-weight: bold;
}

#footer {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

#footer, #footer a {
	color: #c90;
	background: #fff;
}

/** misc **/
.clear {
	clear: both;
}

#content strong {
	color: #232D5E; /* old #70799C;*/
	background-color: inherit;
	
}

.plain {
	font-weight: normal;
}

.top {
	float: right;
	padding: 0 0 0 25px;
	font-size: 10px;

}

a.top img {
	padding-right: 5px;
}

a.top {
	color: gray;
	text-decoration: none;
}

.center {
	text-align: center;
}

.spacer {
	padding: .1em;
}
