/* 

	- project CrazyPoems -
	
	This is the main css file for the website, where 
	all the design is defined.

*/

body {
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FBF7F7  url(../images/header_bkg.jpg) top left repeat-x;
}

#wrap {
		width: 900px;
}

#header {
	padding-top: 16px;
	background: url(../images/logo.jpg) top left no-repeat;
}

#logo {
	float:left;
	width: 270px;
	padding: 20px 0 0 130px;
}

#logo h1 {
	font-size: 3em;
	padding: 0;
	margin: 0;
}

#logo a {
	border: none; 
	color: #FFFFFF; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#header_right {
	float: left;
	width: 480px;
	text-align: right;
	padding: 20px 20px 0 0;
	color: #FFFFFF;
	font-size: 1.1em;
}

#header_right p {
	padding: 0 0 10px 0;
	margin: 0;
}

#header_right p a {
	color: #FFFFFF;
	text-decoration: underline;
}

input.header {
	background: #DEBCBC;
	border: 1px solid #392c2b;
	color: #392c2b;
	padding: 1px 3px;
	width: 120px;
	font-weight: bold;
}

#logo h2 {
	color: #F7F2D2;
	font-size: 10px; 
	font-weight: lighter; 
	height: 36px; 
	letter-spacing: 1px; 
	margin: 0; 
	padding: 0; 
}

/* Idiomas
-------------*/
#lang {
	position: absolute;
	color: #ffffff;
	top: 1px;
	left: 130px;
}
#lang a {
	color: #ffffff;
        text-decoration: none;
}
#lang a.active {
  text-decoration:  underline;
}

#menu_container {
	padding: 0 20px;
}
#menu {
	background: #564342 url(../images/nav_bkg.jpg) repeat-x 0% 0%;
	height: 38px;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;	
	font-size: 1.1em;
	height: 38px;
	float: left;
}
#menu ul li {
	display: inline;
	text-transform: uppercase;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	float: left;
	line-height: 38px;
	border-right: 1px solid #392c2b;
	color: #d8cbca; 
	letter-spacing: 1px; 
	padding: 0 16px;
}
#menu ul li a:hover {
	background: #433433 url(../images/search_bkg.jpg) repeat-x 0% 0%;
	text-decoration: none; 
}

#search {
	width: 220px;
	float:right;
	padding: 8px 0 0 0;
}

#body {
	padding: 0 20px;
	margin: 0 0 20px 0;
}

#body p {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	margin: 0 0 15px 0;
	padding: 0;
}

#breadcrumbs p {
	padding: 0;
	margin: 0;
}

#body p a, ul.asterix a {
	color: #cc6358;
	text-decoration: underline;
}

#body h1 {
	font-size: 1.8em;
	color: #705B5A;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 15px 0;
	padding: 0;
}

#body h1.first {
	margin: 0;
}

#body_left {
	float: left;
	width: 620px;
	padding-right: 20px;
}

#body_left #breadcrumbs {
	height: 64px;
	line-height: 64px;
}

#body_left .poem {
	border-top: 1px solid #705B5A;
	border-left: 1px solid #705B5A;
	border-right: 3px solid #705B5A;
	border-bottom: 3px solid #705B5A;
	padding: 10px;
	margin-bottom: 15px;
}
#body_left .poem p {
	margin: 0;
	padding: 0;
}
#body_left .poem p.author {
	text-align: right;
	margin-bottom: 15px;
	font-style: italic;
}
#body_left .poem .title {
	font-size: 1.8em;
	color: #705B5A;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
#body_left .poem .title a {
	color: #705B5A;
	text-decoration: none;
}
#body_left .poem .title a:visited {
        text-decoration: underline;
}
#body_left .poem .title a:hover {
	text-decoration: underline;
}
#body_right {
	float: left;
	width: 200px;
	background: url(../images/sidebar_bkg.jpg) repeat-y 0% 0%;
}
#body_right .body_right_top {
	background: #FBF7F7 url(../images/sidebar_top.jpg) no-repeat 0% 36px;
	height: 64px;
}
#body_right .body_right_bottom {
background: url(../images/sidebar_bottom.jpg) no-repeat 0% 100%;
	height: 64px;
}
#body_right ul {
	padding: 0;
	margin: 0;
}

#body_right h2 {
	color: #cc6358; 
	font-size: 11px; 
	font-weight: bold; 
	letter-spacing: 1px; 
	margin: 0; 
	padding: 0 0 0 21px; 
	text-transform: uppercase;
}

#body_right ul {
 margin: 0; 
 padding: 10px 0 10px 0;
 list-style: none;
}
#body_right ul li ul {
	padding: 0 0 0 10px;
}
#body_right ul li {
 margin: 0; padding: 0; 
}
#body_right ul li a:hover {
	color: #98983d;
}
#body_right ul li a {
 background: url(../images/arrow.gif) no-repeat 21px 4px; 
 border: none; 
 color: #876F6D; 
 display: block; 
 padding: 0 0 5px 31px; 
 text-decoration: none; 
 height: 1%;
}

#footer {
	height: 225px;
	background: url(../images/papyrus.jpg) top left repeat-x;
	color: #0A0400;
}

#footer ul {
	padding: 30px 0 0 0;
	margin: 0;
	list-style: none;	
	font-size: 1.1em;
	height: 38px;
	float: left;
}
#footer ul li {
	display: inline;
	text-transform: lowercase;
}
#footer ul li a {
	display: block;
	text-decoration: none;
	float: left;
	line-height: 38px;
	color: #0A0400; 
	letter-spacing: 1px; 
	padding: 0 16px;
	font-weight: bold;
}
#footer ul li a:hover {
	text-decoration: underline; 
}

.clearer {
	clear: both;
}
form {
	padding: 0;
	margin: 0;
}
.form_item {
}
.form_item span.label {
	color: #705B5A;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.form_item span.desc {
	color: #999999;
	display: block;
}
.form_item span.error {
	color: #FF0000;
}
.form_item input.wide {
	width: 250px;
}
.form_item .verywide {
	width: 400px;
}
.form_item select {
	width: 200px;
}
.form_item textarea {
	padding: 3px;
}

/* .notice - messages to user
--------------------------------*/
#notice {
	padding: 15px 15px 0 15px;
	display: none;
	margin: 0 0 15px 0;
}
#notice p {
	padding: 0 0 15px 0;
	margin: 0;
}
.notice {
	background: #CAEA99; 
	border: 1px solid #70A522; 
	margin-bottom: 15px;
	font-size: 1.2em;
	color: #333333;
}
.error {
	background: #FEDCDA; 
	border: 1px solid  #CE090E; 
	margin-bottom: 15px;
	font-size: 1.2em;
	color: #333333;
}
#notice a {
	color: #333333;
	text-decoration: underline;
}
/* paging */
#body p.paging a {
	border:1px solid #cc6358;
	padding: 1px 3px;
	text-decoration: none;
}
/* asterix */
#body ul.asterix {
	padding: 0 20px;
	margin: 0 0 15px 0;
	list-style: none;
	font-size: 1.1em;
}
#body ul.asterix li {
	padding: 0 0 5px 15px;
	background: url(../images/ul_asterix_li.jpg) 1px 3px no-repeat;
}
/* edit & delete */
#body p a.edit, 
#body ul.asterix a.edit {
	background: url(../images/page_edit.png) 0px 0px no-repeat;
	text-decoration:none;
	padding: 2px 0 1px 20px;
}
#body p a.edit span, 
#body ul.asterix a.edit span {
	text-decoration:underline;
}
#body p a.delete,
#body ul.asterix a.delete {
	background: url(../images/page_delete.png) 0px 0px no-repeat;
	text-decoration:none;
	padding: 2px 0 1px 20px;
}
#body p a.delete span,
#body ul.asterix a.delete span {
	text-decoration:underline;
}
#body p a.add, 
#body ul.asterix a.add {
	background: url(../images/add.png) 0px 0px no-repeat;
	text-decoration:none;
	padding: 2px 0 1px 20px;
}
#body p a.add span, 
#body ul.asterix a.add span {
	text-decoration:underline;
}
#body p a.pencil, 
#body ul.asterix a.pencil {
	background: url(../images/pencil.png) 0px 0px no-repeat;
	text-decoration:none;
	padding: 2px 0 1px 20px;
}
#body p a.pencil span, 
#body ul.asterix a.pencil span {
	text-decoration:underline;
}
#body p a.thumb_up, 
#body ul.asterix a.thumb_up {
	background: url(../images/thumb_up.png) 0px 0px no-repeat;
	text-decoration:none;
	padding: 2px 0 1px 20px;
}
#body p a.thumb_up span, 
#body ul.asterix a.thumb_up span {
	text-decoration:underline;
}
#body p a.email_go, 
#body ul.asterix a.email_go {
	background: url(../images/email_go.png) 0px 0px no-repeat;
	text-decoration:none;
	padding: 2px 0 1px 20px;
}
#body p a.email_go span, 
#body ul.asterix a.email_go span {
	text-decoration:underline;
}

#body p.brownquote {
	color:#F7F2D2;
	background: url(../images/brownquote.jpg) top left repeat-x;
	border: 1px solid #4F3F3F;
	padding: 10px;
}

#body p.responseTo {
	font-size: 10px;
	color: #757575;
	margin-top: -15px;
}
div.hrTop {
	border-top: 1px solid #eeeeee;
}
div.hrBottom {
	border-bottom: 1px solid #eeeeee;
}
#flash_banner {
	margin-bottom: 10px;
}

/* google ads */
.google_ads_poems_list,
.google_ads_paragraph,
.google_ads_body_right {
	margin-bottom: 15px;
}
.google_ads_body_right {
	padding-left: 20px;
}

/* rogrup ads */
.rogrup_ads_poems_list {
	border-top: 1px solid #705B5A;
	border-left: 1px solid #705B5A;
	border-right: 3px solid #705B5A;
	border-bottom: 3px solid #705B5A;
	padding: 10px 10px 0 10px;
	margin-bottom: 15px;
	overflow: hidden;
}

.rogrup_ads_poems_list .item {
	padding-bottom: 10px;
}

.rogrup_ads_poems_list .item a {
	color: #CC6358;
	font-weight: bold;
	text-decoration: underline;
}

.rogrup_ads_poems_list .item a:visited {
	font-style: italic;
}


/* member info page */

.member_photo {
	float: left;
	width: 140px;
}
img.member {
	padding: 4px;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.member_details {
	float: left;
	width: 300px;
}

