/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body {
	margin:0 auto;
	padding:0;
	font:76% Georgia;
	color:#303030;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
width:760px;
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

/***** Header *****/
#header {
	margin: 10px 0 10px 0;
	padding: 0;
}

#leftheader {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0;
	clear: left;
}

#rightheader {
	margin: 10px 0 10px 0;
	padding: 0;
	float: right;
	clear: right;
}

#header h1 {
	color:#505050;
	margin: 5px 0 5px 0;
	float: left;
	vertical-align: middle;
	padding: 0;
	font-size: 2.4em;
}


#header h1 a{
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
	float:right;
	color:#505050;
	font-weight:bold;
	vertical-align: middle;
	padding: 0;
	font-size: 0.8em;
	margin-top: 18px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#frontphoto {
margin:0 0 10px;
border:0;
}

/***** Left sidebar *****/
#leftside {
	float:left;
	width:140px;
	margin:0 0 5px;
	padding:0;
	clear: left;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
text-align: left;
}

#leftside div.announce {
margin:10px 0 15px;
padding:7px 5px;
width:126px;
font-size:0.9em;
background-color:#FFFF99;
color:#505050;
border-left:4px solid #cccccc;
line-height:1.5em;
}

#leftside div.announce p {
	margin:10px 0 0;
	padding:0;
	text-align: left;
}

.news-latest-morelink {
	/*background: #FFFF99 url(img/horizontaldotted.gif) repeat-x bottom left;*/
	background-color: #FFFF99 
	color: #505050;
	text-align: left;
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 5px;
}


/***** Main menu *****/
ul.avmenu {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:140px;
padding:0;
line-height:1.2em;
display:inline;
}

ul.avmenu li a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color:#eaeaea;
border-left:4px solid #286ea0;
color:#505050;
}

ul.avmenu ul {
margin:0 0 0 10px;
padding:0 0 5px 0;
font-size:0.8em;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}

/***** Right sidebar *****/
#extras {
	float:right;
	width:140px;
	margin:0 0 5px;
	line-height:1.4em;
	clear: right;
}

#extras p,#extras ul {
font-size:0.9em;
margin:0 0 16px;
padding:0;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#505050;
background-color:inherit;
font-size:1.2em;
margin:0 0 10px;
padding:0;
}

/***** Main content *****/
#content {
	margin:0 150px 5px 150px;
	line-height: 1.6em;
}

#contentwide {
	margin:0 0 5px 150px;
	line-height:1.6em;
}


#content p, #contentwide p {
	margin: 0 0 10px;
	text-align: justify;
}

#content p.align-center {
	text-align:center;
}

#contentwide p.news-single-imgcaption {
	text-align:center;
	margin: 0 0 0 0;
	line-height:1.4em;
	font-size: 0.8em;
}

#content h1,#contentwide h1 {
	font-size:1.6em;
	margin:0 0 10px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-bottom: 3px;
}

#content h2,#contentwide h2 {
	font-size:1.5em;
	margin:0 0 8px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
}

#content h3,#contentwide h3 {
font-size:1.4em;
margin:0 0 8px;
}

#content img,#contentwide img {
padding:0px;
display:inline;
background:#ffffff;
border:0px solid #ffffff;
}

#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/
#footer {
	clear:both;
	margin:10px 0 0 0;
	padding:5px 0 20px;
	border-top:4px solid #286ea0;
	width:760px;
	text-align:center;
	color:#808080;
	background:#ffffff;
	font-size:0.9em;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}


/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

/**************** Forms styles ****************/

#formulario{
	margin:0 0 0 0;
}

#formulario form fieldset {
	border:0 solid;
	margin: 0 0 0 0;
	padding: 0;
}

#formulario #campo {
	height:auto;
	width:80px;
	margin:0 0 0 0;
	border:1px solid #a0a0a0;
	font-size: 0.9em;
}

#formulario #boton{
	width:50px;
	border:1px solid #808080;
	height: auto;
	font-size: 0.9em;
}
#formulario form {
	background-color: #99CCFF;
	border-right: 4px solid #cccccc;
	font-size: 0.9em;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#hart {
	font-size: 1.4em;
	margin: 10px 0 5px 0;
	background-image: url(img/hartbghover.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#artautor {
	font-size: 0.8em;
	float: right;
	text-align: center;
	padding: 2px;
	width: 80px;
	line-height: 1;
	margin: 5px 0 5px 5px;
	/*background-color: #dddddd;*/
	color: #111111
}
#artautor img {
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
}

.news-list-morelink {
	/*background: #FFFFFF url(img/horizontaldotted.gif) repeat-x bottom left;*/
	color: #808080;
	text-align: left;
	font-size: 0.8em;
	margin: 0 0 5px 0;
	padding: 0 5px 5px 0;
}


.news-single-img {	
	float: left;
	padding: 0;
	border: 0;
	margin: 5px 5px 0 0;
}

.news-single-timedata {
	float: right;
}

#hart a {
	color: #286ea0;
	text-decoration: underline;
}

#hart a:hover {
	text-decoration: none;
}

#content p.date, #contentwide p.date {
	/*background: #F9FFE5 url(img/horizontaldotted.gif) repeat-x bottom left;*/
	background: #F9FFE5
	color: #808080;
	text-align: right;
	font-size: 0.8em;
	margin: 0 0 5px 0;
	padding: 0 5px 5px 0;
}
#content p.date a, #contentwide p.date a { color: #286ea0; background: #FFFFFF; }
#content p.date img, #contentwide p.date img {
	background-color: #F9FFE5;
	border: 0;
	padding: 0;
	padding-right: 2px;
}


DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

{$styles.content.imgtext.borderSelector} {
border: {$styles.content.imgtext.borderThick}px solid {$styles.content.imgtext.borderColor};
padding: {$styles.content.imgtext.borderSpace}px {$styles.content.imgtext.borderSpace}px;
}

DIV.csc-textpic-imagewrap { padding: 5px 5px 5px 5px; }

DIV.csc-textpic IMG { border: none; }

DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csc-textpic-image { margin: 0; }
DL.csc-textpic-image DT { margin: 0; display: inline; }
DL.csc-textpic-image DD { margin: 0; }

DIV.csc-textpic-clear { clear: both; }


DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
display: inline; /* IE fix for double-margin bug */
margin-right: {$styles.content.imgtext.colSpace}px;
}

DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
display: inline; /* IE fix for double-margin bug */
margin-left: {$styles.content.imgtext.colSpace}px;
}

DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
display: inline; /* IE fix for double-margin bug */
margin-left: {$styles.content.imgtext.colSpace}px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: {$styles.content.imgtext.rowSpace}px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: {$styles.content.imgtext.rowSpace}px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
margin-right: {$styles.content.imgtext.textMargin}px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
margin-left: {$styles.content.imgtext.textMargin}px !important;
}


DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }

DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }

/* Various Forms */
  /***************/
 /* colors: 
 #F6F6F6 = light grey
 #707586 = medium blue
 #333333 = dark grey
 */
/* Email, Login and Search forms generally: */

#contentwide FORM TABLE { border: 1px solid #cccccc; font-size: 0.9em; padding: 5px; margin: 3px; background-color: #E9FFE5; }
#contentwide FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
#contentwide FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { }
#contentwide FORM TABLE TR TD.csc-form-fieldcell { }
#contentwide FORM TABLE TR TD.csc-form-fieldcell INPUT,
#contentwide FORM TABLE TR TD.csc-form-fieldcell SELECT, 
#contentwide FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #333333;}
#contentwide FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; color: #cc2222}
#contentwide FORM TABLE TR TD.csc-form-labelcell P.csc-form-label { font-weight: bold;}
#contentwide FORM TABLE.csc-mailform TR TD.csc-form-labelcell { }

#content FORM TABLE { border: 1px solid #cccccc; font-size: 0.9em; padding: 5px; margin: 3px; background-color: #E9FFE5; }
#content FORM TABLE TR TD { padding-left: 5px; padding-right: 5px; }
#content FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { }
#content FORM TABLE TR TD.csc-form-fieldcell { }
#content FORM TABLE TR TD.csc-form-fieldcell INPUT,
#content FORM TABLE TR TD.csc-form-fieldcell SELECT, 
#content FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #333333;}
#content FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; color: #cc2222}
#content FORM TABLE TR TD.csc-form-labelcell P.csc-form-label { font-weight: bold;}
#content FORM TABLE.csc-mailform TR TD.csc-form-labelcell { }

#content .news-list-item {
/*  height: 1%;
  line-height: 1.3;*/
  	margin: 0 0 10px;
  padding: 3px;
  margin: 3px;
  border: 1px solid #666;
  background-color: #F9FFE5;
}

#content .news-list-morelink {
  background-color: #F9FFE5;
}

#contentwide .news-single-item, #content .news-single-item  {
/*  height: 1%;
  line-height: 1.3;*/
  padding: 3px;
  margin: 3px;
  border: 1px solid #666;
  background-color: #F9FFE5;
}

#contentwide .tx-veguestbook-pi1 {
  padding: 0px;
  margin: 3px 3px 3px 3px;
  border: 1px solid #666;
  background-color: #E9FFE5;

}

/* guest example styles */
.tx-guestbook-list-table { border: 1px solid #666; width: 95%; }
.tx-guestbook-list-header { background-color: #88DCAF; color: #303030; font-weight:bold; }
.tx-guestbook-list-row { background-color: #FFFFFF; }
.tx-guestbook-list-rowleft { background-color: #E8FFD8; }
.tx-guestbook-list-entrycomment-title {font-weight: bold; }
.tx-guestbook-list-entrycomment { font-style: italic; }
.tx-guestbook-list-small { font-size: 9px; color: #666666; }
.tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
.tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
.tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
.tx-guestbook-latest-row { background-color: #FFFFFF; }
.tx-guestbook-latest-small { font-size: 9px; color: #666666; }
.tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#808080; font-size:14px; color:#333333; width:100px; }
.tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#808080; font-size:14px; color:#333333; width:150px; }
.tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#808080; font-size:14px; color:#333333; width:350px; }
.tx-guestbook-form-obligationfield { color: #CC0000; }
.tx-guestbook-form-error { color: #CC0000; }

/* newlogin styles */
.tx-newloginbox-pi1 { font-size: 12px; text-align: left; border:0 solid; margin: 0 0 0 0; padding: 0;}
label {font-size: 10px; text-align: left; border:0 solid;	margin: 0 0 0 0; padding: 0; font-style: normal; }
