/* cmsms stylesheet: Gbook module modified: 25-02-19 00:47:34 */
/*----------- Gbook Sample CSS ----------- */

.gbook_form label {
  display:inline-block;
  width:100px;
  margin-bottom:10px;
}

.gbook_form input { 
  width:340px;
  padding:3px;
  border:2px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.gbook_form input.cms_checkbox {
  width:auto;
}

.gbook_form input.cms_submit {
  width:auto;
  margin-left:100px;
  padding:2px 30px;
  background-color:#ddd;
}

.gbook_form input.cms_submit:hover {
  background-color:#bbb;
}

.gbook_form textarea {
  width:340px;
  height:140px;
  padding:2px;
  border:2px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
  vertical-align:middle;
}

.gbook_field_error input, .gbook_field_error textarea {
  background:#fdd url("https://wiggersbirds.nl/modules/Gbook/images/error.png") no-repeat center right;
}

.gbook_form .gbook_smileys {
  margin:4px 0 0 100px;
}

.gbook_pagelinks {
  height:20px;
  text-align:right;
}

.gbook_pagelinks a {
  padding:1px 3px;

	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
  background-color:#ddd;
  color:#999;
  text-decoration:none;
}

.gbook_pagelinks a.gbook_active_page {
  font-weight:bold;
  color:#333;
}

.gbook_pagelinks a:hover {
  color:#555;
  background-color:#bbb;
}

.gbook .gbook_entry {
  margin-top:20px;
}

.gbook .gbook_entry_name {
  padding-left:10px;
  font-weight:bold;
}

.gbook .gbook_entry_date {
  float:right;
  padding-right:10px;
font-size: 0.8em;
  font-weight:normal;
}

.gbook .gbook_entry_title {
  padding:2px 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#ddd;
}

.gbook .gbook_entry_message {
  margin:4px 0;
  padding:0px 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#eee;
}
/* cmsms stylesheet: text modified: 21-02-19 16:36:03 */
body {	font-family: Arial, Helvetica, sans-serif; color: #666666;
	font-size: 0.9em; font-weight: normal; line-height: 120%;
}

h1 {
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}
h2 {	color: #0193ae;
	font-size: 1em;
	font-weight: normal;
}
h3 {	color: #666666;
	font-size: 0.7em;  line-height: 80%;
	font-weight: normal;
}
h6 {
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: bold;
}
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    background-image: url(/img/bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 14px;
}

a {	color: #006699;
	text-decoration: none; outline: 0;
}
a:hover { 	color: #0dbe32;
	text-decoration: none;  outline: 0;
}
h1 a {	color:#006699;
}


hr {	margin:5px 0 5px 0;
	background: #990000;
	height:5px; border:0;
}

p {	line-height: 130%;
}
