body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D0E9EF;
	color: #444;
}

a
{
	text-decoration: none;
	color: #7A905D;
}

a:hover
{
	color: #323A27;
}

textarea 
{
	resize: none;
}

pre:before
{
	content: "Código";
	display: block;
	background-color: #A9B8C2;
	padding: 6px;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

pre
{
	width: 100%;
	overflow: scroll;
	color: green;
	background-color: white;
	border: 1px solid #A9B8C2;
}

#header_logo
{
	position: relative;
	height: 100px;
	border-bottom: 1px solid #AAA;
	background-color: #FFF;
}

#lantania_logo
{
	width: 324px;
	height: 100px;
	background-image: url('images/layout/logo.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

#lantania_rip
{
	position: absolute;
	top: 82px;
	left: 5px;
	font-size: 10px;
}

#lantania_greeting
{
	width: 100%;
	height: 300px;
	background: black;
	border-bottom: 1px solid #AAA;
	margin-bottom: 24px;
	text-align: center;
	overflow: hidden;
}

.lantania_greeting_container
{
	display: inline-block;
	position: relative;
	height: 100%;
	background-color: black;
	text-align: left;
}

.lantania_greeting_container img
{
	display: none;
}

.lantania_greeting_slide_left
{
	background: url('images/interface/slide_mask_left.png') repeat-y;
	height: 300px;
	width: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.lantania_greeting_slide_right
{
	background: url('images/interface/slide_mask_right.png') repeat-y;
	height: 300px;
	width: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 999;
}

#lantania_greeting_slide_description
{
	position: absolute;
	display: none;
	bottom: 5px;
	left: 25px;
	padding: 2px 6px;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	z-index: 1000;
}

#content
{
	position: relative;
	width: 1000px;
	margin: auto;
}

#container
{
	width: 690px;
	min-height: 200px;
	float: left;
	background-color: #FFF;
	border-radius: 5px;
	padding: 10px;
	position: relative;
}

#container_content h1
{
	margin-top: 0px;
	font-size: 18px;
}

#container_content h2
{
	margin-top: 0px;
	font-size: 14px;
}

#container_content h3
{
	margin-top: 0px;
	font-size: 12px;
	font-style: italic;
}

#container_content p
{
	text-align: justify;
}

#menu
{
	width: 250px;
	float: right;
	background-color: #FFF;
	border-radius: 5px;
	padding: 10px;
}

#menu h1
{
	margin: 0px;
	font-size: 14px;
}

#menu ul
{
	margin: 12px;
	padding: 0px;
	margin-left: 24px;
}

#menu li
{
	list-style: none;
	margin-bottom: 8px;
	line-height: 12px;
}

#footer
{
	text-align: center;
	color: #666;
}

#loading
{
	position: absolute;
	width: 32px;
	height: 32px;
	background-color: white;
	background-image: url('images/layout/loading.gif');
	border: 1px solid #EEE;
	z-index: 999;
}

.photo_thumb
{
	display: inline-block;
	margin: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #DDD;
	padding: 2px;
}

.quote
{
	background-color: #EEE4A9;
	margin: 10px;
	padding: 5px;
	border: 1px dashed #70703F;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #70703F;
}

#users_greetings_form
{
	display: none;
	margin-bottom: 20px;
}

#users_greetings_form textarea 
{
	border: 1px solid #CCC;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 3px;
	border-radius: 5px;
	color: #333;
	width: 681px;
	height: 10em;
}

#users_greetings_form p
{
	margin: 2px 0;
	font-size: 10px;
	font-style: italic;
	color: #999;
}

#users_greetings_comment_link
{
	font-size: 16px;
	margin-bottom: 16px;
}

#users_greetings_form .inputtext
{
	margin-top: 5px;
	margin-right: 10px;
	border: 1px solid #CCC;
	padding: 3px;
	border-radius: 5px;
	font-family: Arial,Helvetica,sans-serif;
}

#users_greetings_form .inputbutton
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin-top: 5px;
	height: 32px;
}

#new_greeting_sending
{
	display: none;
	line-height: 32px;
	height: 32px;
	vertical-align: middle;
	font-size: 14px;
	margin-top: 5px;
}

.users_greetings_comment
{
	border-bottom: 1px solid #CCC;
	margin-bottom: 16px;
}

.users_greetings_comment h3
{
	font-size: 14px;
	font-style: italic;
}

.users_greetings_comment p
{
	font-size: 14px;
	color: #777;
	max-width: 100%;
	overflow: hidden;
	word-wrap: break-word;
}

.page_indicator 
{
	display: inline-block;
	float: right;
}

.page_button 
{
	display: inline-block;
	float: left;
	width: 32px;
	height: 18px;
	background-repeat: none;
	margin-right: 4px;
}

.page_indicator_number 
{
	display: inline-block;
	height: 18px;
	line-height: 18px;
	margin-right: 10px;
	float: left;
	font-size: 10px;
}

#stickers_container
{
	position: relative;
	z-index: 2000;
}

.sticker
{
	position: absolute;
	width: 185px;
	height: 178px;
	overflow: hidden;
	background: url('images/interface/postit.png') no-repeat;
	color: black;
	word-wrap: break-word;
}

.sticker h1
{
	margin: 0px;
	font-size: 10px;
	padding: 3px 6px;
}

.sticker p
{
	margin: 0px;
	font-size: 10px;
	padding: 3px 6px;
	word-wrap: break-word;
}

#sticker_master
{
	display: none;
	z-index: 99999999;
	cursor: crosshair;
}

#stickers_container
{
	display: none;
}

#hide_stickers
{
	display: none;
}

#show_hide_stickers
{
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	z-index: 5000;
}

#show_hide_stickers a
{
	color: white;
}

.clear
{
	clear: both;
}

#adsense {
	text-align: center;
	padding: 24px;
}