/* MAIN CSS */

* { /* star is universal symbol for IE */
padding:0;
margin:0;
}

body {
font: 12px "Lucida Grande", Geneva, Helvetica, Verdana, sans-serif;
line-height:18px;
text-align:center;
}

#container {
width: 860px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align:left;
}

#header {
width:860px;
height:230px;
background-image:url(images/poppiesHEADERsmall.jpg);
background-repeat:no-repeat;
margin-top:30px;
}

#leftnav {
width:160px;
float:left;
text-align:right;
padding:0px 15px 0 0;
border-right: 1px solid #999999;
margin:0px;
}

#contentcontainer {
width:600px;
height:340px;
float:left;
}

#contentcontainer a {
text-decoration:none;
color:#CC3333;
}

#contentcontainer a:hover {
text-decoration:underline;
color:#CC3333;
}

#leading { /* this is for aligning the kidslinks page */
margin-top:6px;
color:#fff;
}

.faint {
color:#666666;
}



/* NAVIGATION */

ul#menu {
text-align:right;
list-style-type: none;
margin: 0;
padding: 0;
}

ul#menu ol {
list-style-type: none;
margin: 0;
}

ul#menu li, 
ul#menu a {
color:#000000;
padding-top:1px;
padding-bottom:1px;
}

ul#menu ol li a {
color:#660000;
}

ul#menu li {
line-height: 15px;
color:#000000;
}

ul#menu a {
text-decoration: none;
}

ul#menu a:hover {
color: #CC3333;
}

ul#menu a.active {
color: #990000;
}

ul#menu a.visited {
color: #666666;
}

.active {
color:#CC3333;
}


/* CONTENT */


#col1 {
float:left;
width:260px;
padding-left:15px;
}

#col1 ul {
margin-top:0px;
margin-bottom:0px;
list-style:none;
}

#col1 li {
padding:0 0 7px 10px;
background-image: url(images/bullet6.gif);
background-repeat: no-repeat;
background-position: 0 6px;
}


#col1contact {
float:left;
width:420px;
padding-left:15px;
}

.contactform {
color:#333333;
}
 
 
#col2contact {
float:left;
width:200px;
padding-left:20px;
}
 

#col2 {
float:left;
width:260px;
padding-left:20px;
}

#col2 ul {
margin-top:0px;
margin-bottom:0px;
list-style:none;
}

#col2 li {
padding:0 0 7px 10px;
background-image: url(images/bullet6.gif);
background-repeat: no-repeat;
background-position: 0 6px;
}

#poemcentre {
float:left;
width:260px;
padding-left:186px;
}

#updates {
float:left;
width:260px;
margin-left:20px;
}

#newshover {
color:#000000;
font-weight:bold;
display:inline;
}

#newshover a {
text-decoration:none;
color:#000000;
}

#newshover a:hover {
text-decoration:none;
color:#CC3333;
}



/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #333;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #333;
}

/*
form.ddfm .required {
	color: #FF0000;
}*/

.ddfmerrors {
	color: #FF0000;
}



/* FORM STRUCTURE CSS */

.ddfmwrap {
	margin:0px;
	width:240px;
}

.ddfmwrap p.fieldwrap {
	padding: px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	width: 340px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 10px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left;
	width:70px;
	/*width: 26%;*/ 
	text-align: left;
	margin: 0 10px 0 0;
	padding-bottom:2px; 
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 100%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 100%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 70%;
	margin-bottom: 8px;
	padding: 3px;
}

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 100%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 55%;
	margin-bottom: 10px;  
	padding: 2px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 100%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
}

form.ddfm .submit {
	text-align: right;
	clear: both; 
	width: 327px;
	margin:0px;
	padding:0px;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}



/* PAGINATION */

.virtualpage { /*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle { /*Style for demo pagination divs*/
display:inline;
}