/**
*  Copyright 2008 Grestul Group all rights reserved 
*  Powered by Grestul
*  Styled by: Imad Jomaa
**/

/* do not touch */
* {
  padding: 0px;
  margin: 0px auto;
}

/* should be included in your main sites body css */
body {
  margin: 0 auto;
  font: 12px/14px \"Trebuchet MS\", verdana, lucida, arial, helvetica, sans-serif, \"Times New Roman\", serif;
  color: #777;
}

img {
  border: none;
  margin-top: -2px;
}

/* This is what completes the style of the comment system */
/* It is recommended not to play with the wrapper */
#wrapper {
  margin: auto;
  padding: 10px;
  background-color: #FFF;
  width: 500px;
}

/* Forum background style */
.formbstyle {
  width: 492px;
  height: 260px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #ececec;
  color: #898989;
}

/* submit button style */
.input {
  border: medium double #ccc;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  margin: 4px;
  padding: 5px;
  width: 150px;
}

.input:hover {
  border: medium double #0080b4;
  background-color: #fff;
  color: #0080b4;
  padding: 5px;
  width: 150px;
}

/* Textfields style */

.textboxes {
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 2px;
  padding: 2px;
  width: 420px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
}

.textboxes:hover {
  border: 1px solid #00709e;
  background-color: #fff;
  margin: 2px;
  padding: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* one bar textboxes eg. Name */
.onebartext {
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 2px;
  padding: 2px;
  width: 420px;
  height: 25px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
}

.onebartext:hover {
  border: 1px solid #00709e;
  background-color: #fff;
  margin: 2px;
  padding: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* feildbox names eg. type in your message */
label {
  font-size: 15px;
  color: #000000;
  padding: 5px;
}

/* Box title eg. Post a Comment */
.boxtitle {
  color: #E35000;
  font-size: 18px;
  margin-bottom: 10px;
}

/* Pagination */
.pagination {
  margin-left: 220px;
  width: 360px;
  padding: 10px;
  font-size: 16px;
  color: #ccc;
  text-align: center;
}

.pagination a {
  padding: 2px;
  color: #777;
  text-decoration: none;
  text-align: center;
  width: 70px;
  height: 70px;
}

.pagination a:hover {
  text-decoration: none;
  color: #000000;
}

/* How many pages exist */
.pages {
  float: left;
  margin-right: 165px auto;
  margin-top: 10px;
  font-size: 16px;
  color: #777;
/* Hiding from IE5/Mac */
   *margin-bottom: -35px;
   *padding-bottom: 3px;
/* End Hack */
}

/* Users comments style */
.comment {
  width: 500px;
  border: 1px solid #E35000;
  background-color: #FFFFCC;
  margin-bottom: 18px;

}

.comment:hover {
  width: 500px;
  border: 1px solid #8dcff4;
  background-color: #fffded;
  margin-bottom: 18px;
}

/* comment headbox */
.postertime {
  border: 1px solid #bfw2f9;
  background-color: #E35000;
  color: #FFFFFF;
  font-size: 16px;
  padding: 7px 10px 7px 10px;
/* Hiding from IE5/Mac */
  *padding: 12px 12px 12px 12px;
/* End Hack */
}

/* Commenters name if link */
span.poster a {
  font-size: 16px;
  color: #00000;
  text-decoration: underline;
}

/* time of commenters post */
  span.time {
  float: right;
  margin-top: -13px;
  font-size: 16px;
  color: #FFFFFF;
  *margin-top: -20px;
}

/* the users comment */
.usercomment {
  font-size: 16px;
  padding: 17px;
  color: #000000;
}

/* error returns */
.errors {
  float: right;
  margin-top: -321px;
  padding: 5px 5px 5px 5px;
  width: 190px;
  height: 30px;
  font-size: 15px;
  color: #2d73b9;
}

/* you may not modify uncommented lines in the footer class */
.footer {
  padding-top: 5px;
  color: #898989;
  text-decoration: none;
}

.footer a {
  padding-top: 5px;
  color: #898989;
  text-decoration: none;
}

.footer a:hover {
  padding-top: 5px;
  color: #898989; 
  border-bottom: 1px dotted #898989;
}
 
  