/*Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
	list-style-type: none;
  text-indent:0px;
  margin: 0px;
  padding: 5px 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Theme Stylesheet*/
/*General*/
html, body {
  width: 100%;
  height:100%;
}

body { 
  background-color: #444;
  font-family: Arial, sans-serif;
  font-size:12pt;
}

hr {
  height:1px;
  color: black;
  background-color:black;
  border: 0;
}

a:link { color: #120E63; text-decoration: none; }
a:visited { color: #444; text-decoration: none; }
a:hover { 
  color: #120E63; 
  text-decoration: underline;
  opacity: 1 !important;
}
a:active { color: #120E63; text-decoration: underline; }
a {
  -webkit-transition: opacity .4s ease-out, color .4s ease-out;
}

textarea, input {
  border: 1px solid black;
}

textarea:focus, input:focus {
  border: 1px solid #120E63 !important;
  background-color: #EBF3F7;
}

.normaltext { font-size:12pt; }

/*Specific*/
#main {
  padding: 20px 0 0 0;
  width: 100%;
  background-attachment:fixed;
  background-color:white;
  color: black;
  background-image:url('image/floathead.png');
  background-repeat: repeat-x;
  background-position: top right;
}

#headnavigation {
  width: auto;
  border: 0px solid white;
  border-width: 0 0 0 10px;
  margin: 0 0 0 20px;
  margin-bottom: 0;
  padding: 10px;
  background-color: transparent;
  background-image: url('image/white70.png');
  height: 30px;
  min-width: 860px;
}

#headnavigation ul {
  display: block;
  height: 30px;
}

#headnavigation .page_item {
  display: inline;
}

#headnavigation .page_item a{
  font-size: 19pt;
  color: black;
  padding: 0 1%;
  text-decoration: none;
  border-color: transparent;
  border-width: 0 0 5px 0;
  border-style: solid;  
}

#title {
  display: inline;  
}

#title a{
  display: block;
  float: left;
  height: 30px;
  width: 150px;
  margin: 0px;
  margin-right: 10px;
  padding: 0px;
  overflow: visible;
  font-size: 43px;
  color: #120E63;
  text-decoration: none;
  position:relative;
  top: 0px;
  left: 0px;
  z-index: 100; 
}

#headnavigation a:hover, .current_page_item a {
  border-color: #120E63 !important;
}

#searchform {
  float: right;
  width: 250px;
}

#searchform input {
  margin: 0px;
  padding: 2px;
}

#searchformbutton {
  font-size: 16pt;
  color: #CCC;
  background-color: transparent;
  border-width: 0;
  padding: 0px;
  vertical-align:bottom;
  width: 80px;
}

#searchformtext {
  width: 150px;
  height: 22px;
  border-color: white;
  border-width: 1px;
  border-style: solid; 
}

#sidenavigation {
  width: 150px;
  border: 0 solid black;
  border-width: 0 0 3px 0;
  padding: 10px;
  margin: 0 10px 0 30px;
  clear: left;
  float: left;
  background-color: transparent;
  background-image: url('image/halfwhite.png');
  font-size:16pt;
}

#sidenavigation a, #sidesubnav a {
  line-height:1.3em;
  opacity: 0.8;
}

#sidenavigation span, #sidesubnav span {
  font-size:17pt;
  display:block;
  margin:10px 0 5px 0;
  letter-spacing:0.2em;
  border-bottom: 1px solid black;
  opacity: 0.8;
}

#sidesubnav {
  position: fixed;
  left: 30px;
  bottom: 10px;
  padding: 10px;
  width: 150px;
  background-color: transparent;
  background-image: url('image/white70.png');
  font-size:16pt;
  border: 0 solid black;
  border-width: 3px 0 3px 0;
  display: none;
}

#content {
  margin: 35px 0px 0 229px;
  border-style: solid;
  border-color: black;
  border-width: 0px;
  width: 650px;
}

.contentbox {
  margin: 30px 10px 0;
  padding: 10px 30px;
  border-width: 0 2px 0 15px;
  border-color: #F3F3F3;
  border-right-color: black;
  border-style: solid;
  background-color: transparent;
  background-image: url('image/halfwhite.png');
}

.contentbox img { 
  max-width: 553px;
}

.infobox {
  margin: 10px;
  padding: 10px;
  border-width: 0 2px 0 15px;
  border-color: #120E63;
  border-right-color: black;
  border-style: solid;
  background-color: transparent;
  background-image: url('image/halfwhite.png');
}

#footer {  
  clear: both;
  padding: 0 30px 0 0;
  margin: 0px;
  background-color: #444;
}

#footercontent {
  text-align: left;
  font-size:10pt;
  line-height:1.3em;
}

#footercontent a, .footerrow { color: #DDD; }

.footerrow {
  float:right;
  margin-right: 20px;
}

  /*Pagenumbers*/
#wp_page_numbers li {
  display:inline;
}

.pagelinks {
  text-align:center;
}


/*Text Stylesheet*/

h2 { 
  margin:0px; 
  padding: 10px 0 25px 0;
  text-align:left;
  font-size:25pt;
  font-weight:bold;
}

h3 {
  font-size:18pt;
  margin:5px 0;
}

h2 a, h3 a { text-decoration:none; }

p.date { /*don't mess with body.date*/
  font-size:9pt;
  font-style:italic;
  margin-bottom: 10px;
  float:right;
  opacity: 0.8;
}

p.autor {
  margin-left:20px;
  padding:10px;
}

p {
  text-align:justify;
  line-height: 1.5em;
  padding-bottom: 10px;
  font-size: 13pt;
  color: #222;
}

.alignleft { float:left; margin: 2px 5px 5px 2px; }
.alignright { float:right; margin: 2px 2px 5px 5px; }

  /*linklist on links*/
.linklist span{
  display: block;
  margin-bottom:0.2em;
}

  /*code*/
blockquote.code, .wp_syntax {
  background-color:#FAFAFA;
  border: 1px solid gray;
  font-family:monospace;
  font-size:10pt;
  padding:5px;
  margin: 0px;
  margin-bottom:10px;
  overflow-y: auto;
}

blockquote.code p, .wp_syntax p {
  margin: 0px;
  padding: 0px;
}

