/* Reset Styles
***********************/
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, 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,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}

body {font-family: 'Georgia', 'Arial', sans-serif;}
#container {width: 960px; margin: 30px auto;}

h2 {padding: 20px 0 30px; font-size: 18px; line-height: 22px; font-style: italic;}
h2 a {text-decoration: none; color: #427f9e;}
h2 a:hover {border-bottom: 1px dotted #427f9e;}


/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: right;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  margin: 0 1px;
  padding: 5px 0.1em;
  font: 400 1.2em "trebuchet ms", serif;
  text-decoration: none;
  color: #888888;
  /* float: left; */
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #000000;
  border-top: 0px solid #FFFFFF;
}

#mainMenu li a.last {
  margin-right: 0;
}

#header {
    float: left;
    position: relative;
}

#galleria {
    clear: both;
}

.logo {
    border: 0px;
}

#login-form {
    padding-top: 100px;
}