/* Writingretreats.org Version 4, January 2007 */
/* Loosely based on the WordPress K2 theme */
/* Cool sliding menu by Stu Nicholls; cssplay.co.uk */

* {
	margin: 0;
	padding: 0;
}
/*Basic text styles*/
	a:link { color:#FF0000; background-color: transparent; text-decoration: none;}
	a:visited {color:#FF0000; background-color: transparent; text-decoration: none;}
	a:hover {color: Aqua; background-color: transparent; text-decoration: underline;}
	
body { /*Basic Body styles*/
	text-align: center;
	font: 1em "Times New Roman", Times, serif ;
	color: white;
	background: white  url('Press.gif') scroll repeat-x top left;
}
h1 {
	text-align: center;
	font: 2.5em "Times New Roman", Times, serif ;
}
h2 {
	text-align: center;
	color: white;
	background: transparent;
	font: bold 1.5em "Times New Roman", Times, serif ;
}
h3 {
	text-align: center;
	color: white;
	background: transparent;
	font: bold 1em "Times New Roman", Times, serif ;
}
#container { /*Container for all content*/
	width: 750px;
	margin: auto;
	border-style: solid;
	border-color: #000000; /*Secondary*/ 
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 5px;
	color: black;
	background-color: #414141; /*Container*/
}
#header { /*Header style*/
	color: white;
	background-color: #000000; /*Secondary*/ 
	height: 100px; 
	width: 751px; 
	margin-top: 15px;
}
.title {
	color:  white;
	background-color: transparent;
	text-align: left;
	font: bold small-caps 2em "Times New Roman", Times, serif ;
	display: block;
	padding-top: 25px;
	padding-left: 25px;
}
.subTitle {
	color:  #FF0000;
	background-color: transparent;
	text-align: left;
	font: 1em "Times New Roman", Times, serif ;
	display: block;
	padding-left: 25px;
}
.subHeader { /*sectional nav points on each page*/
	color:  white;
	background-color: #000000; /*Secondary*/
	text-align: center;
	font: bold small-caps 1.5em "Times New Roman", Times, serif ;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.spacer {
	text-align: center;
	border-top:1px solid #C3C7FF; /*Secondary*/ 
	margin-top:5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;	
	width: 75%;
}
#newsContainer { /*News style, this is the box opposite the menu and above the main content. Put the most imporant content here*/
	
	float: right;
	margin-top: 40px; 
	margin-right: 0px;
	margin-left: auto;
	height: auto;
	width: 550px;
}
#coreContainer { /*Core Container style, below the Menu & News, this is the meat of the page*/
	text-align: center;
	width: 750px;
	float: left;
}
.clear { /*Drops container to bottom for Firefox & Safari*/
	clear: both;
}
/*Menu style*/	
#menuContainer { 
	background-color: #000000; /*Secondary*/ 
	float: left;
	margin-left: 0px; 
	margin-top: 40px; 
	width: 175px; 
}
#menu {
  margin:0; 
  padding:0; 
  height:36em; 
  overflow:hidden; 
  background: white; /*Menu bg color*/
  }
#menu li {
  list-style-type:none; 
  float:left; 
  display:block; 
  width: 175px; 
  }
#menu li a {
  display:block; 
  text-decoration:none; 
  color:#00b; 
  margin:0; 
 }
#menu li a span {
  display:none; 
  color:#000;
  }
#menu li a.one span {
  display:block; 
  height:15em; 
  margin:0 10px;
  }
#menu li a:hover {
  background:white; /*Menu rollover bg color*/
  }
#menu li a:hover span {
  display:block; 
  height:15em; 
  margin:0 10px; 
  cursor:pointer;
  }
#menu .h2 {
  margin:0 5px; 
  padding:0; 
  color:#808; 
  font-variant:small-caps; 
  font-size:1.3em; 
  border:0;
  }
#menu .h3 {
  margin:0 5px; 
  padding:0; 
  font-size:1.1em; 
  color:#00b;
  }
#menu img {
  margin:5px 5px 5px 0; 
  border:1px solid #000000; /*Secondary*/ 
  float:left;
  }
.curved {
  width: 175px;
  }
.curved .b1, .curved .b2, .curved .b3, .curved .b4  {
  font-size:1px; 
  display:block; 
  background: white;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.curved .b1, .curved .b2, .curved .b3 {
  height:1px;
  }
.curved .b2, .curved .b3, .curved .b4 {
  background:#000000; /*Secondary, headerline*/
  border-left:1px solid #000000; /*Secondary*/ 
  border-right:1px solid #000000; /*Secondary*/
  }
.curved .b1 {
  margin:0 4px; 
  background:#000000; /*Secondary*/
  }
.curved .b2 {
  margin:0 2px; 
  border-width:0 2px;
  }
.curved .b3 {
  margin:0 1px;
  }
.curved .b4 {
  height:2px; 
  margin:0;
  }
.curved .c1 {
  margin:0 5px; 
  background:#000000; /*Secondary*/
  }
.curved .c2 {
  margin:0 3px; 
  border-width:0 2px;
  }
.curved .c3 {
  margin:0 2px;
  }
.curved .c4 {
  height:2px; 
  margin: 0 1px;
  }
.curved .boxcontent {
  display:block; 
  background:transparent; 
  border-left:1px solid #000000; /*Secondary*/
  border-right:1px solid #000000; /*Secondary*/
  font-size:0.9em; 
  text-align:left;
  }

