/* Start of CMSMS style sheet 'poemsfor' */
/* ---
CSS 
---- */

/* GENERAL */

body {
	background-color: #F9F9F7;
        /*background-color: #3FA8A8;*/
 	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
  	color: #666;
	/*height:100%;*/
}


a {
    color: #36867E;
    text-decoration: underline;
    /*background-color: #FFFFFF;*/
}

a:hover {
    text-decoration: none;
    /*background-color: #FFFFFF;*/
}

a.activeparent:hover {
    text-decoration: none;
    /*background-color: #FFFFFF;*/
}

table {
}

td {
       padding: 0px;

}

/* CONTAINER */

#container {
	position: relative;
	width: 900px;
	margin: 10px auto;
	background-image: url(uploads/images/abg.gif);
	background-repeat: repeat-y;
	/*height:100%;  only works if parent has a height value*/ 
        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        /*teal 
        border-top: 1px solid #008080;
        border-bottom: 1px solid #008080;*/
}

/* GENERAL */

h1 {
	font-size: 28px;
}

h2 {
	font-size: 20px;
}

/*FORMS*/

form {
	font-size: 12px;
}

input {
	/*background-color: #DEDEDE;*/
        color: #36867E;
	border: 1px solid #CCC;
	padding: 3px;
	font-size: 12px;
}

select {
	/*background-color: #DEDEDE;*/
        color: #36867E;
	border: 1px solid #CCC;
	padding: 4px;
	font-size: 12px;
}

.login input {
        width: 120px;
}

.hidden {
        width: 0px;
        margin: 0px;
        visibility: hidden;
        padding: 0px;
}

.button {
	padding: 2px;
        height: 10px;
        line-height: 10px; 
}

.row {
        clear: both;
        padding-top: 5px;
        font-size: 12px;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
}

.row span.label {
        float: left;
        /*width: 250px;*/
        text-align: left;
        padding-right: 10px;
        padding-top: 5px;
}

.row span.formw {
        float: right;
        /*width: 235px;*/
        text-align: left;
}

.row .disclaim {
        float: left;
        padding-top: 15px;
        font-size: 9px;
        text-align: justify;
}

.search_button {
       cursor: pointer;
       padding: 2px;
}

.signin_button {
       cursor: pointer;
       padding: 2px;
}

.disclaim{
       font-size: 9px;
}

/* HEADER ELEMENTS */

#header_container {
	border-bottom: 2px solid #DDDDDD;
	margin: 0px 16px 0px 30px;
        height: 150px;
	/*background-image: url(uploads/images/banner5.gif);
	background-position: center;
	background-repeat: no-repeat;*/
}

#logo {
        margin: 25px 0px 15px 0px;
        float: left;
}

#poets {
        width: 400px;
        float: right;
}

/* the title */
#header p { 
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	color: #36867E;
	width: 200px;
	z-index: 2;
}

/* the slogan */
#header span { 
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

/* THE SMALL BOX BELOW NAV */

#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}

/* CONTENT ELEMENTS */

#content {
	width: 630px;
	margin: 0px 0px 0px 6px;
        padding: 0px 0px 0px 6px;
        float: left;
	height:100%; /* only works if parent has a height value */
        border-left: 1px solid #CCC;
}

#content #search_form {
        margin-top: 5px;
        padding: 0px;
        float: right;
}

#content p {
        /*padding: 0px 0px;
        margin: 0px 0px;*/
	text-align: justify;
	/*border-bottom: 1px solid #DDDDDD;  A faint grey line below the text */
}

#content td {
       padding:2px;
}

/* SIDEBAR ELEMENTS */

#sidebar {
	float: left;
        padding: 0px 0px 0px 31px;
        width: 200px;
}

#sidebar_login {
   padding: 50px 0px 5px 0px;
   margin: 0px 0px 0px 0px;
   width: 200px;
   float: left;
   border-bottom: 1px solid #CCC;
}

#sidebar_login form {
	float:left;
	margin-top: -60px;
        margin-bottom: 15px;
	font-size: 12px;
}

#sidebar_news {
   padding: 20px 0px 10px 0px;
   margin: 0px 0px 0px 0px;
   width: 200px;
   float: left;
}

#sidebar table {
   margin: 0px 0px;
   padding: 20px 0px;
   /*background-color: #CCC;*/
   border-top: 1px solid #CCC;
   border-bottom: 1px solid #CCC;
}

/*#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}*/

/* FOOTER ELEMENTS */

#footer {
	margin: 16px 30px 0px 30px;
	padding: 6px 0px 0px 0px;
	clear: both;
	background-color:#FFFFFF;
	text-align: center;
        border-top: 2px solid #DDDDDD;
}

#footer p {
	color:#89817f;
	padding: 4px;
}

#footer p a {
	color: #89817f;
        text-decoration: none;
	/*border-bottom: 1px dotted #89817f;*/
}

#footer p a:hover {
	color: #89817f;
        text-decoration: underline;
}

/* extras */
.rotating_quotes {
        height:150px;
	border-top: 2px solid #36867E;
	border-bottom: 2px solid #36867E;
}

/* End of 'poemsfor' */

