/*
===================
Avelion CSS Styles
=================== 
Ispired by: Royale Avelion, a Joomla template
------------------- 
Name: vista
Author: Lantaca Ucasi
Version: 2.0
Module: common.css
*/

@import url(../../royale/res/common.css);

html {
	background: #074B52 url(../imgs/page_bg.png) 0 0 repeat-x;
}
body {
	color: #666;
}
blockquote {
	color: #666;
	border-left: 5px solid #bbb
}
pre, code {
	color: #666;
}
pre {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #ccc;
}
fieldset {
	border: #666 solid 1px;
}
legend {
	color: #666;
}
input, textarea, select {
	border: 1px solid #074B52;
	background: #fff;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border: 1px solid #3399cc;
}
a:link, a:visited {
	color: #074B52;
}
a:hover {
	color: #3399cc;
}
div.wrapper-t {
	background: #fff url(../imgs/wrapper_t.png) 0 0 repeat-x;
}
div.wrapper-b {
	background: url(../imgs/wrapper_b.png) 0 100% repeat-x;
}
div.wrapper-l {
	background: url(../imgs/wrapper_l.png) 0 0 repeat-y;
}
div.wrapper-r {
	background: url(../imgs/wrapper_r.png) 100% 0 repeat-y;
}
div.wrapper-tl {
	background: url(../imgs/wrapper_tl.jpg) 0 0 no-repeat;
}
div.wrapper-tr {
	background: url(../imgs/wrapper_tr.jpg) 100% 0 no-repeat;
}
div.wrapper-bl {
	background: url(../imgs/wrapper_bl.jpg) 0 100% no-repeat;
}
div.wrapper-br {
	background: url(../imgs/wrapper_br.jpg) 100% 100% no-repeat;
}
.subtitle {
	color: #666;
}
#comments li {
	border: 1px solid #074B52;
	background: #99ffcc;
}
#comments li.comment-admin { background: #66cccc; border-color: #3399cc; }

.date { /* date under titles of the entry */
	color: #666666;
}
#main ul.entry-footer { /*  entry footer */
	color: #666;
}
.buttonbar input, reset {
	color: #074B52;
	background: url(../imgs/topbarOFF.png);
}
.buttonbar input:hover, reset:hover {
	color: #3399cc;
	background: url(../imgs/topbarON.png);
}
#footer {
	color: #666;
}
#searchbox input, textarea, select  {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
}