/*A Celtic Rose: The Poetry of Laurence E Rutt
Artwork by: Sarah Forester
This Version: 5 Jan 10*/

html, body {
 font-family: verdana, helvetica, arial, sans-serif;
 text-align: center;
 color: #1d3221; 
 font-size: 1em;
 line-height: 1.2em;
 background: url(images/gradientbg.jpg) repeat-x;
}

/*wrapper*/
#wrapper {
	color: #1d3221;
	background-color: #e1d6cd;
	border: 2px ridge #32271e;
	margin: 14px auto 0 auto;
	width: 920px;
}

.style1 {
	color: #660033;
	font-weight: bold;
	font-style: italic;
}

/*header start*/
#header {
	color: #00678f;
	width: 920px;
	margin: 5px;
	padding-top: 10px;
}

#printlogo {
	background-image:url(images/printlogo.gif);
	display: none;
}

/*greeting*/

#greeting {
 text-align: center;
}

/*upcoming events notifier*/

#newevents {
  border-bottom: 1px ridge #32271e;
  color: #603;
  padding: 6px;
}
  
a:link {
 color: #355b3c; background: #e1d6cd;
 text-decoration: none;
}

a:visited {
 color: #78174b; background: #e1d6cd;
 text-decoration: none;
}

a:hover {
  color: #931c5b; background: #e1d6cd;
  font-weight: bold;
  text-decoration: none;
}  

/* h2 for poetry pages only*/
#header h2 {
 text-align: center;
 font-size: large;
}

/*main navigation*/

.navigation {
  padding-top: 30px;
  padding-bottom: 15px;
  margin: 5px;
  background: #e1d6cd;
  font-size: 0.9em;
}

ul#nav {
 list-style: none;
 text-align: center;
 margin: 0;
 padding: 8px 0;
 border-bottom: 2px solid #5a4636;
}

ul#nav li {
  display: inline;
  margin: 0 4px;
}

ul#nav a:link, ul#nav a:visited {
  text-decoration: none;
  padding: 0 0 4px;
  border-bottom: 5px solid #1d3221;
  color: #355b3c;
}

ul#nav a#current {
  border-color: #78174b;
  color: #78174b;
  font-weight: bold;
}

ul#nav a:hover {
 border-color: #78174b;
 color: #931c5b;
}

/*content (left column) start*/
#content {
  color: #1d3221; background-color: #e1d6cd;
  border-right: 1px groove #5a4636;
  margin: 5px 5px 15px 5px;
  padding-top: 20px;
  width: 580px;
  float: left;
  clear: left;
}

/*sidebar (right column) start*/
#sidebar {
 color: #1d3221;
 background-color: #e1d6cd;
 margin: 8px;
 padding: 8px;
 width: 280px;
 float: right;
}

.image1 {
 float: right;
 width: 270px;
 border: 2px solid #5a4636;
 background-color: #b2947d;
 margin: 5px 10px 20px 5px;
 padding: 10px 5px 5px 5px;
}

.image2 {
 float: right;
 width: 270px;
 border: 2px solid #5a4636;
 background-color: #b2947d;
 margin: 5px 10px 5px 5px;
 padding: 10px 5px 5px 5px;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: large;
 text-align: center;
}

/*about me page*/

#about {
  color: #1d3221; background-color: #e1d6cd;
  margin: 10px 30px 15px 10px;
  padding: 20px 10px 10px 10px;
  width: 870px;
}

.metext {
 font-size: 0.9em;
 text-align: left;
}


/*what's new, events and resources pages (single column)*/

.poem {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 text-align: center;
}

h3 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px;
 text-align: center;
}

/*events page*/

#events {
  color: #1d3221; background-color: #e1d6cd;
  margin: 10px 30px 15px 10px;
  padding: 20px 10px 10px 10px;
  width: 870px;
}

.events {
 font-size: 1em;
 font-weight: bolder;
 line-height: 1.2em;
 color: #603;
}

#slideshow {
 text-align: center;
}

/*resources page*/

#links {
 color: #1d3221; background-color: #e1d6cd;
  margin: 10px 30px 15px 10px;
  padding: 20px 10px 10px 10px;
  width: 870px;
  text-align: left;
}

#links ul {
  list-style-type: square;
}

/*book and order information(single column)*/

#order {
  font-size: 1em;
  padding: 1em;
}

.ordtext {
  text-align: left;
  padding-left: 1em;
}

.post {
  text-align: center;
}

.title {
 font-style: italic;
}

#shops {
	text-align: left;
	padding: 10px;
}

#payment {
   margin: 20px 100px 20px 100px;
   text-align: left;
}

.image3 {
	text-align: center;
}


/*clear left and right columns*/

.clearall {
  clear: both;
}

/*footer start*/
#footer {
 color: #1d3221; background-color: #e1d6cd;
 font-size: 0.9em;
 margin: 0 auto;
 width: 920px;
}

.thispage {
 color: #78174b;
 font-weight: bold;
}

.bottomnav {
 padding-top: 20px;
}
 
.copyright {
 font-size: 70%;
 font-style: italic;
 text-align: center;
 padding: 12px;
}

a:link {
 color: #355b3c; background: #e1d6cd;
 text-decoration: none;
}

a:visited {
 color: #78174b; background: #e1d6cd;
 text-decoration: none;
}

a:hover {
  color: #931c5b; background: #e1d6cd;
  font-weight: bold;
  text-decoration: none;
}
