* {
  border : 0;
  padding : 0;
  margin : 0;
}

body {
  background-image : url('/upload/ybellu/bgBody.png');
  background-repeat : repeat-x;
  background-color : #c5d474;
  text-align : center;
}

abbr {
  cursor : pointer;
  border-bottom : 1px dotted;
}

/*
  Header
*/

div#header {
  background-image : url('/upload/ybellu/bgHeader.png');
  background-position : top center;
  background-repeat : no-repeat;
  height : 185px;
  text-align : center;
}

div#header p {
  padding-top : 5px;
  padding-bottom : 5px;
  padding-right : 100px;
  margin : 0 auto;
  width : 952px;
  text-align : right;
  color : #bcbcbc;
  font-family : verdana;
  font-size : 12pt;
  background-image : url('/upload/ybellu/bgHeaderLeaf.png');
  background-position : 95% 5px;
  background-repeat : no-repeat;
}

div#header ul {
  background-image : url('/upload/ybellu/bgHeaderMenu.png');
  background-position : top center;
  background-repeat : no-repeat;
  padding-top : 64px;
  list-style : none;
  text-align : left;
  margin : 0 auto;
  height : 92px;
  width : 952px;
}

div#header ul li {
  float : left;
  display : inline;
  height : 25px;
}

div#header ul li a {
  color : #ffffff;
  width : 100%;
  height : 100%;
  margin : 0 20px;
  text-decoration : none;
  font-family : arial;
  font-size : 14pt;
}

div#header ul li a:hover, div#header ul li.selected a {
  color : #d1dc6d;
}

div#header form#formSearch {
	text-align : right;
  margin : 0 auto;
  width : 952px;
  position : relative;
  top : -135px;
  padding-right : 1em;
}

div#header form#formSearch input#match {
  background-image : url('/upload/ybellu/searchInput.png');
  background-repeat : no-repeat;
	color : #828282;
  font-family : arial;
	font-size : 12pt;
	height : 18px;
	width : 202px;
	padding : 4px 5px;
	float : right;
	margin-top : 5px;
}

div#header form#formSearch input#searchSubmit {
	float : right;
	margin-top : 5px;
	margin-left : 1em;
	margin-right : 1em;
}

/*
  Wrapper
*/

div#wrapper {
  width : 952px;
  margin : 0 auto;
  clear : both;
  position : relative;
  top : -50px;
}

/*
  Teaser
*/

div#teaser {
  background-image : url('/upload/ybellu/bgTeaser.png');
  background-position : top center;
  background-repeat : no-repeat;
  text-align : center;
  width : 952px;
  margin : 0 auto;
  clear : both;
  height : 200px;
  /* border-bottom : 2px solid #cccccc; */
}

div#teaser h1 {
  padding-left : 130px;
  padding-right : 120px;
  color : #ffffff;
  text-align : left;
  font-family : georgia;
  font-size : 40pt;
  font-weight : normal;
}

div#teaser h2 {
  padding-bottom : 20px;
  padding-left : 130px;
  padding-right : 120px;
  color : #ffffff;
  text-align : left;
  font-family : georgia;
  font-size : 20pt;
  font-weight : normal;
}

div#teaser a {
  float : right;
  background-image : url('/upload/ybellu/bgTeaserLink.png');
  background-position : top center;
  background-repeat : no-repeat;
  display : block;
  width : 325px;
  height : 40px;
  color : #d1dc6d;
  font-weight : normal;
  text-decoration : none;
  text-align : left;
  padding-left : 10px;
  padding-top : 40px;
}

div#teaser a:hover {
  text-decoration : underline;
}

/*
	formPost
*/

div.formPost {
  float : left;
  width : 550px;
  text-align : left;
	margin : 1em auto;
}

div.formPost legend {
  font-size : 30pt;
  font-family : georgia;
  color : #ffffff;
}

div.formPost p.author, div.formPost p.email, div.formPost p.title {
  float : left;
  clear : left;
  margin : 2px;
}

div.formPost p.author input, div.formPost p.email input, div.formPost p.title input {
  background-image : url('/upload/ybellu/input.png');
  background-repeat : repeat-x;
  width : 200px;
  border : 1px solid #a3b271;
  font-size : 11pt;
  font-family : arial;
  padding : 3px 5px;
  color : #585757;
}

div.formPost p.content {
  float : right;
  clear : right;
  margin : 2px;
}

p.errors {
  font-size : 12pt;
  font-family : arial;
  color : #fff;
  padding : 3px 5px;
}

div.formPost p.content textarea {
  background-image : url('/upload/ybellu/input.png');
  background-repeat : repeat-x;
  background-color : #eff2db;
  width : 300px;
  height : 105px;
  border : 1px solid #a3b271;
  font-size : 11pt;
  font-family : arial;
  padding : 3px 5px;
  color : #585757;
  background-color : #eff2db;
}

div.formPost p.submit {
  float : left;
  clear : left;
  margin : 2px;
}

div.formPost p.submit input {
  background-image : url('/upload/ybellu/button.png');
  background-repeat : repeat-x;
  width : 212px;
  border : 1px solid #a3b271;
  font-size : 8pt;
  font-family : arial;
  padding : 3px 5px;
  color : #585757;
  border : 1px solid #ffffff;
}

/*
  Pager
*/

div.pager {
  float : left;
  clear : left;
	text-align : center;
	margin : 1em auto;
}

div.pager ul {
	text-align : center;
  width : 623px;
}

div.pager ul li {
	display : inline;
  font-size : 20pt;
  font-family : georgia;
  color : #ffffff;
}

div.pager ul li a {
  font-size : 20pt;
  font-family : georgia;
  color : #d1dc6d;
  text-decoration : none;
}

div.pager ul li a:hover {
  text-decoration : underline;
}

/*
  Paper
*/

div.paper {
  float : left;
  clear : left;
}

div.paper div.top {
  background-image : url('/upload/ybellu/bgTopPaper.png');
  background-position : top center;
  background-repeat : no-repeat;
  width : 623px;
  height : 80px;
  /* height : 112px; */
}

div.paper div.top h1 {
  text-align : left;
  padding-top : 30px;
  padding-left : 10px;
  font-family : arial;
  font-size : 30pt;
  font-weight : normal;
  color : #445d27;
  margin-left : 30px;
  margin-right : 30px;
  border-bottom : 1px dotted #cccccc;
}

div.paper div.top p {
  text-align : left;
  font-family : arial;
  font-size : 10pt;
  color : #7c7a7a;
  line-height : 18pt;
  margin-left : 30px;
  margin-right : 30px;
}

div.paper div.middle {
  background-color : #ffffff;
  width : 560px;
	padding : 10px 30px;
  margin-left : 3px;
  text-align : left;
}

div.paper div.bottom {
  background-image : url('/upload/ybellu/bgBottomPaper.png');
  background-position : 3px top;
  background-repeat : no-repeat;
  width : 623px;
}

/*
  Post
*/

div.post div.top {
  background-image : url('/upload/ybellu/bgTopPost.png');
  width : 550px;
}

div.post div.middle {
  width : 487px;
}

div.post div.bottom {
  background-image : url('/upload/ybellu/bgBottomPost.png');
  width : 550px;
}

/*
  Box
*/

div.box {
  float : right;
  clear : right;
  width : 303px;
  padding-top : 7px;
}

div.box div.top {
  background-image : url('/upload/ybellu/bgTopBox.png');
  background-position : 1px center;
  background-repeat : no-repeat;
  width : 303px;
  height : 59px;
}

div.box div.top h4 {
  padding-top : 15px;
  font-family : georgia;
  font-size : 24pt;
  font-weight : normal;
  color : #ffffff;
}

div.box div.middle {
  background-color : #7aa345;
  width : 300px;
  margin-left : 3px;
}

div.box div.bottom {
  background-image : url('/upload/ybellu/bgBottomBox.png');
  background-repeat : no-repeat;
  width : 301px;
  margin-left : 2px;
}

/*
  Navigation
*/

div.navigation {
  float : right;
  clear : right;
  width : 300px;
  padding-top : 10px;
}

div.navigation p {
	text-align : left;
  padding : 0.5em 0.8em;
}

div.navigation p a {
  text-decoration : none;
  color : #ffffff;
  font-size : 12pt;
  font-family : georgia;
}

div.navigation p a:hover {
  text-decoration : underline;
}

div.navigation div.top {
  background-image : url('/upload/ybellu/bgNavigationTop.png');
  background-repeat : no-repeat;
  background-position : top center;
}

div.navigation div.bottom {
  background-image : url('/upload/ybellu/bgNavigationBottom.png');
  background-repeat : no-repeat;
  background-position : top center;
}

div.navigation div.middle ul {
  list-style : none;
  padding : 10px 10px;
  text-align : left;
}

div.navigation div.middle ul li {
  border-bottom : 1px dotted #ffffff;
}

div.navigation div.middle ul li ul {
  background-image : none;
  padding : 5px 10px;
}

div.navigation div.middle ul li ul li {
  border-bottom : 0px;
}

div.navigation div.middle ul li a {
  font-size : 20pt;
  font-family : georgia;
  color : #d1dc6d;
  text-decoration : none;
}

div.navigation div.middle ul li ul li a {
  font-size : 14pt;
  font-family : arial;
  color : #ffffff;
}

div.navigation div.middle ul li ul li ul li a {
  font-size : 12pt;
  font-family : arial;
  color : #d1dc6d;
}

/*
  Contact
*/

div#contact {
	padding-top : 2em;
  width : 100%;
  clear : both;
}

div#contact hr {
  width : 100%;
  border-top : 2px solid #cccccc;
  margin-bottom : 1em;
}

div#contact div.society {
  float : left;
  width : 340px;
  background-image : url('/upload/ybellu/bgContactSociety.png');
  background-position : 5px 25px;
  background-repeat : no-repeat;
  text-align : justify;
}

div#contact div.society h5 {
  font-size : 14pt;
  font-family : georgia;
  color : #ffffff;
  padding-left : 70px;
  margin-top : 10px;
}

div#contact div.society p {
  font-size : 10pt;
  font-family : arial;
  color : #3b5643;
  margin-top : 10px;
}

div#contact div.formulary {
  float : right;
  width : 590px;
  text-align : left;
}

div#contact div.formulary legend {
  font-size : 30pt;
  font-family : georgia;
  color : #ffffff;
}

div#contact div.formulary p.firstName, div#contact div.formulary p.lastName, div#contact div.formulary p.email, div#contact div.formulary p.question {
  float : left;
  clear : left;
  margin : 2px;
}

div#contact div.formulary p.firstName input, div#contact div.formulary p.lastName input, div#contact div.formulary p.email input, div#contact div.formulary p.question input {
  background-image : url('/upload/ybellu/input.png');
  background-repeat : repeat-x;
  width : 240px;
  border : 1px solid #a3b271;
  font-size : 11pt;
  font-family : arial;
  padding : 3px 5px;
  color : #585757;
}

div#contact div.formulary p.message {
  float : right;
  clear : right;
  margin : 2px;
}

div#contact div.formulary p.message textarea {
  background-image : url('/upload/ybellu/input.png');
  background-repeat : repeat-x;
  background-color : #eff2db;
  width : 300px;
  height : 110px;
  border : 1px solid #a3b271;
  font-size : 11pt;
  font-family : arial;
  padding : 3px 5px;
  color : #585757;
  background-color : #eff2db;
}

div#contact div.formulary p.submit {
  float : right;
  clear : right;
  margin : 2px;
}

div#contact div.formulary p.submit input {
  background-image : url('/upload/ybellu/button.png');
  background-repeat : repeat-x;
  width : 310px;
  border : 1px solid #a3b271;
  font-size : 8pt;
  font-family : arial;
  padding : 3px 5px;
  color : #585757;
  border : 1px solid #ffffff;
}

/*
  Footer
*/

div#footer {
  clear : both;
  background-image : url('/upload/ybellu/bgFooter.png');
  background-position : top center;
  background-repeat : repeat-x;
  text-align : right;
  background-color : #a4b669;
}

div#footer p {
  height : 100%;
  width : 842px;
  margin : 0px auto;
  padding-right : 110px;
  padding-top : 20px;
  padding-bottom : 20px;
  font-family : arial;
  font-size : 10pt;
  font-weight : normal;
  color : #ffffff;
  background-image : url('/upload/ybellu/bgFooterLogo.png');
  background-position : 100% 10px;
  background-repeat : no-repeat;
}

div#footer a {
  color : #1b3c4f;
  text-decoration : none;
}

div#footer a:hover {
  text-decoration : underline;
}