/* CSS Document */
/* Winter 2011 issue */

body {
	background: #e7c749; /*dusky yellow*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
}

table {
	background-color:#FFFFFF;
}

a {
	font-weight:bold; 
	color:#dd665b; /*coral*/
}

a img {
	border:#cccccc 1px solid; /*gray*/
}

a img.noborder {
	border:none;
}

ul {
	list-style-type: none;
}

/* Padded lists, used on errata page */
ul.pl li {
	padding: 8px 0px;
}

/* Unpadded lists, used on errata page */
ul.upl li {
	padding:0px;
}

h2 {
	font-size:3em;
	font-weight:bold;
	color:#564321; /*olive*/
	text-align:center;
	vertical-align:middle;
	margin:5px;
}

h3 {
	font-size:1.5em;
	font-weight:bold;
	color:#78694a; /*khaki*/
	text-align:center;
	vertical-align:middle;
	margin:5px;
}

h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#a9a08c; /*tan*/
}

.homelink {
	display:none;
	visibility:hidden;
	padding:0px;
}

#pagewrapper {
	background: #ffffff;
	text-align:center;
	width:1000px;
	margin:5px auto;
	padding:0px;
}

#container {
	text-align:left;
}

/* Navgroup section */
#header {
	margin:0px;
	background-color: #533062; /*purple 1*/
	width:100%;
}

/* All of the nav bar background on Chrome, just the background on everything else */
#header table {
	background-color: #533062; /*purple 1*/
	margin:0;
	padding:0;
}

#header a img {
	border:0px;
}

#contents {
	display:none;
	visibility:hidden;
}

/* The thin background strip on the navgroup that contains the links */
#navgroup {
	text-align:center;
	width:100%;
	background-color: #533062; /*purple 1*/
}

#navgroup ul {
	list-style-type:none;
	display:inline; 
	margin:0;
}

#navgroup ul li {
	display:inline;
	float:left;
	vertical-align:center;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	padding-left:20px;

}

#navgroup a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	padding-left:10px;
	vertical-align:center;
}

#maincontent {
	padding:1em;
	background-color:#FFFFFF;
	width: 775px;
	margin: auto;
}

#rightfloater {
	width:300px;
	float:right;
	margin:30px 0px 30px 20px;
}

.boxbordered {
	border: 1px solid #c0c0c0;
	padding:10px;
}

.abbr {
	font-weight:bold;
}

fieldset {
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #c0c0c0;
	padding-top: 1.5em;
	background-color: #FFFFFF;
	color: #333333;
}

legend {
	color:#333333; /*spring*/
	background: #6ca6a7; /*darker blue*/
	padding: .5em 1em;
	border: 1px solid #aaaaaa;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.2em;
}

.shout {
	color:#564321; /*olive*/
	font-weight: bold;
}

.magname {
	color:#533062; /*purple 1*/
	font-weight:bold;
}

.shoptitle {
	color:#a9a08c; /*tan*/
	font-weight:bold;
	font-size:16px;
}

/* Used in Pattern store for nav menu */
#sidebar {
	padding:0px;
  	margin: 0px 0px 10px 10px;
  	width:200px;
  	background:#ffffff;
  	border:1px solid #aaaaaa;
  	float:right;
}

/* Unordered List for Pattern store nav */
#sidebar #shop {
	margin:0px;
	padding:4px;
}

/* Heading for sections in the Pattern Store */
.menu_category {
	padding:4px;
	margin:0px;
	background:#a9a08c; /*tan*/
	color:#ffffff;
	font-weight:bold;
}


h2.menu_category {
	width:550px;
	text-align:center;
	font-size:20px;
}

.menu_category a {
	color:#ffffff;
}

#sidebar li {
	margin:0px;
	padding:3px;
	list-style:none;
}

#footer {
	padding:3px 0px;
	margin:0px;
	text-align:center;
	color:#666666;
}

#footer p {
	padding:3px;
}

#footer2 { /*used only on the index page */
padding:10px 0px;
margin:10px 0px; 
text-align:center;
color:#888888;
}

#footer2 a { /*used only on the index page */
color:#888888;
}

/* Retreat Information */

ul.retreat {list-style-type: none;}

#retreat p {
	margin: 10px 5%;
}

#retreat ul {
	margin: 10px 8%;
}

#retreatmenu {
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#retreatmenu td {
	background-color:#6d161a; /*garnet*/
	width:120px;
}

#retreatmenu a {
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	display:block;
	padding:4px;
}

#retreatteachers {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

#retreatteachers td {
	padding:10px;
	text-align:center;
}

#retreatprices td {
	padding-left:20px;
	padding-top:10px;
}

#retreatprizes td {
	padding:10px;
}


