/*----------- Gbook Sample CSS ----------- */

.gbook_form label {
  display:inline-block;
  width:100px;
  margin-bottom:10px;
}

.gbook_form input {
  width:340px;
  padding:3px;
  border:1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
color: #666;
}

.gbook_form input.cms_checkbox {
  width:auto;
}

.gbook_form input.cms_submit {
  width:auto;
  margin-left:100px;
  padding:2px 15px;
  background-color:#fff;
margin-top: 7px;
}

.gbook_form input.cms_submit:hover {
  background-color:#fff;
color: #E02716;
}

.gbook_form textarea {
  width:340px;
  height:140px;
  padding:2px;
  border:1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
  vertical-align:middle;
color: #666;
}

.gbook_field_error input, .gbook_field_error textarea {
  background:#fdd url("http://skiclub-seon.ch/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;
margin: .25em 0;
}

.gbook_pagelinks a {
  padding:1px 3px;
  border:1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
  background-color:#fff;
  color:#999;
  text-decoration:none;
}

.gbook_pagelinks a.gbook_active_page {
  font-weight:normal;
  color:#333;
}

.gbook_pagelinks a:hover {
  color:#E02716;
}

.gbook .gbook_entry {
  margin-top:20px;
}
.gbook_entry {
  border-bottom:1px solid #fff;
}

.gbook .gbook_entry_name {
  padding-left:10px;
  font-weight:normal;
}

.gbook .gbook_entry_date {
  float:right;
  padding-right:10px;
  font-weight:300;
font-size: 12px;
}

.gbook .gbook_entry_title {
  padding:4px 10px;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  background-color:#97B172;
  font-weight:600;
}

.gbook .gbook_entry_message {
  margin:4px 0;
  padding:0px 10px;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  background-color:#84A742;
}

/* Stylesheet: fhk-011 // Gbook Modified On 2015-11-27 13:49:01 */
.NewsSummary {
/* padding for the news article summary */
/*	padding: 0.5em 0.5em 1em;     */
/* margin to the bottom of the news article summary */
	margin: 0 0 1em 0;
	border-bottom: 1px solid #f6f6f6;
}
.NewsSummaryPostdate {
/* smaller than default text size */
font-size: 80%;
font-weight: 300;
padding-bottom: .3em;
}
.NewsSummaryLink {
font-weight: 400;
padding-top: 0.2em;
font-size: 20px;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelink {
	padding-top: 0em;
}
.NewsSummaryField img {
max-width: 30%;
float: left;
margin: 0 1em 1em 0;
}

#NewsPostDetailDate {
font-size: 80%;
font-weight: 300;
padding-bottom: 1.5em;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 1em;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
div#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* Stylesheet: scs-011 // News Modified On 2015-11-27 13:51:10 */
