html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small, strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
body{line-height:1;}
table{border-collapse:collapse;border-spacing:0;}
section,article,aside,header,footer,nav,dialog,figure{display:block;}

body {
	font-family: 'Ubuntu', 'Lucida Grande', Verdana, Arial, Sans-Serif;
 	background: #ffffff;	
	color: #333;
overflow-y: scroll;
overflow-x: hidden;
	font-size:100%;
	line-height: 1.3em;
position: absolute;
top: 0;
left: 0;
bottom: 0;
	right:10px;
}
html { background-color:transparent;overflow-y:auto;}
::-webkit-scrollbar { width: 8px; height: 10px; } 
::-webkit-scrollbar-button:start:decrement { display: block; width: 5px; height: 5px; background-color: #ffffff; } 
::-webkit-scrollbar-button:end:increment { display: block; width: 5px; height: 5px; background-color: #ffffff; } 
::-webkit-scrollbar-track:enabled { background-color: #ffffff; } 
::-webkit-scrollbar-track-piece { background-color: #ffffff; border: none; margin: 8px 0 8px 0; } 
::-webkit-scrollbar-thumb:vertical { height: 30px; background-color: rgba(0, 0, 0, 0.5); -webkit-border-radius: 5px; -webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.2);}
::-webkit-scrollbar-thumb:horizontal { width: 30px; background-color: rgba(0, 0, 0, 0.5); -webkit-border-radius: 5px }
a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

body header {
       font-family: 'Ubuntu','Lucida Grande', Verdana, Arial, Sans-Serif;
}

body header h1 { 
	font-family: 'Ubuntu','Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:2.2em; 
	color:#000000;
}
	
article header h1 { 
        font-family: 'Ubuntu','Lucida Grande', Verdana, Arial, Sans-Serif;
  	font-size:1.4em;
	font-weight:bold;
}

article h2 {
        font-family: 'Ubuntu','Lucida Grande', Verdana, Arial, Sans-Serif;
        font-size:1.15em;
	font-weight:normal;
}


article,nav,body header,body aside {
  padding: 10px 10px 10px 10px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  border-top: 2px solid #000000;
  border-left:2px solid #000000;
}

body header {
  background:transparent;
  margin: 10px 0 0 10px;
  width:20em;
}

body aside {
      font-family: 'Ubuntu','Lucida Grande', Verdana, Arial, Sans-Serif;
  float:right;
  background:transparent;
  margin: 20px 20px 0 20px;
}

body footer {
  float:right;
  margin: 0 20px 0 20px;
  font-family: 'Ubuntu','Lucida Grande', Verdana, Arial, Sans-Serif;
}


article footer {
  float:none;
  margin:10px 0 0 0;
}

article header {
  margin:0 0 10px 0;
  padding:0;
  border:0px;
  width:100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

nav {
  background-color:#fff;
  position:absolute;
  left:20em;
  top:5px;
}


nav ul {
  list-style-type: none;
}

nav ul li {
  display:inline;
  border-left:1px solid #000000;
  margin:0;
  padding:0 5px 0 5px;
  font-family:'Ubuntu','Lucida Grande', Verdana, Arial, Sans-Serif;
}

nav ul li a {
  text-decoration:none;
  color:#000000;
  font-weight:normal;
}

.firstNav {
  border-left:0px;
  padding-left:0;
}

.lastNav {
  padding-right:0;
}


#canvas {
  z-index:-1;
  position:absolute;
  top:0px;
  left:0px;
  display:block; 
}

body > #canvas {
  position:fixed;
}

article {
  background:transparent;
  margin:20px 0 0 15%;
  width:75%;
}

 .firstArticle {
}

a:active, a:focus {
outline: 0
}



p { margin: 1em 0px; }

input[type="text"],input[type="submit"],textarea {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #000000;
  outline:none;
  padding:2px;
}

textarea { padding:5px; }

input#s {
  width:120px;
}

ol { margin-left:20px; }

.imgGal {
  float:right;
}

.imgGal img {
  position:relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #000000;
  outline:none;
  padding:6px;
  margin:0 2px 5px 2px;
  background:#fff;
}

.latest {
  display:none;
}

aside li {
  margin-bottom:10px;
}

@media only screen and (max-width:480px) {
        body {
          font-size:90%;
        } 
        nav {
          position:relative;
        left:25px;top:-5px;
        width:18em;
        }
        article {
          margin:20px 0px 0px 10px;
          width:90%;
        }
	.imgGal {
	  float:none;
	  margin-top:10px;
	}

}


