* {
margin: 0;
padding: 0;
}
body, div, input, select {
font-family:Tahoma;
font-size:12px;
}
input{ border: 1px solid #336633; color: #111166; padding: 1px; margin: 2px;}
fieldset{ padding: 5px;}
.crct {display:none; float: left}
.titl {float: right;}
.inpt {float: left; width: 60%;}
.cls{clear: both;}
.center{margin:auto;}
.logo{margin-top: -7px;}
h1{color:#888850;}
#content{padding:0 15px;text-align:justify; direction:rtl;line-height:30px;}
h1, p {
  margin: 0;
  padding: 10px;
  }

a {
  color: #727248;
  text-decoration: none;
  }

a:hover {
  color: #727248;
  text-decoration: underline;
  }

body {
  position: relative;
  margin: 10px auto;
  font-family: tahoma;
  text-align: center;
  background: #000;
}
#wrapper {
  width: 820px;
  text-align: right;
  background: url(images/topcurve.png) 40px 0 no-repeat;
  direction:rtl;
  margin:auto;
}

#headerwrapper {
  background: url(images/topsplatleft.png) left top no-repeat;
  }

#header {
  margin: 0 40px;
  padding-top: 55px;
  height: 130px;
  background: url(images/bgheader.jpg) left 55px repeat-x;
  }

#title {
  float: left;
  margin-left: 15px;
  width: 360px;
  display:inline;
  height:83px;
  }

#topright {
  color: #fff;
  font-size: 10pt;
  float: right;
  margin-bottom: 24px;
  margin-right: 15px;
  width: 468px;
  height: 60px;
  display:inline;
  }
#topright a {
  color: #B4B472;
  }


/* Menu and search */

#nav {
  clear: both;
  height: 32px;
  }

#nav ul {
  list-style: none;
  width: 500px;
  }

#nav li {
  float: right;
  }

#nav li a {
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-size: 11pt;
  color: #FFF;
  text-transform: lowercase;
  }

#nav li a:hover {
  color: #d3d082;
  text-decoration: none;
  }

/* Content */

#main {
  clear: both;
  margin: 0 40px;
  background: #fff;
  }

#contentwrapper {
  width: 505px;
  float: left;
  padding-left: 5px;
  padding-right: 20px;
  }
#contentwrapper_fullwidth {
  width: 880px;
  float: left;
  padding-left: 5px;
  padding-right: 20px;
  }

#content .pageTitle {
  font-size: 15pt;
  letter-spacing: -1px;
  color: #222;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }

#tag_cloud a {
  display: inline;
  }

/* footer*/

#footerwrapper {
  clear: both;
  height: 131px;
  background: url(images/bottomsplatright.png) right bottom no-repeat;
  }

#footer {
  margin: 0 40px;
  background: #fff url(images/bgfooter.png) left top repeat-x;
  }

#footerleft {
  float: left;
  margin-top: 50px;
  width: 400px;
  display: inline;
  direction:ltr;
}

#footerleft p a {
  color: #B4B472;
  }

#footerleft p {
  padding: 0;
  line-height: 16px;
  padding:5px;
  color: #B4B4B4;
}

a img {
  border: none;  
  }

#bottomcurve {
  clear: both;
  height: 55px;
  background: url(images/bottomcurve.png) left bottom no-repeat;
  }
#bottomcurve span{
  float: right;
  width: 125px;
  height: 15px;
  }
#bottomcurve span:hover{
  cursor: pointer;
  }

.highlight {
  color: #D9D688;
  font-weight: bold;
  }


/* Misc */
.cleared {
  clear: both;
  }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }
						
