/**
 * -gshugstetten- Theme
 * for Silverstripe http://www.silverstripe.com
 * by Christopher Naegel
 *   
 * -gshugstetten- Version 3.10/28.01.2010
 * Main Layout File
 */

/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
  height:100%;
  background: #F9F9F7 url('../images/a1.gif') repeat-x;
  font-size: 12px;
  font-family: Verdana, Lucida, sans-serif; 
  color: #000033;
  line-height: 1.5em;
}

html {
  height: 100.3%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear {
	clear:both;
}

/* IMAGES LAYOUT
-------------------------------------------- */
img.picA{
  position: relative;
  top: -2px;
  background: url('../images/a47.gif') no-repeat;
  width: 76px;
  height: 74px;
  padding: 8px;
}

img.picB{
  position: relative;
  top: -2px;
  background: url('../images/a26.gif') no-repeat;
  width: 120px;
  height: 92px;
  padding: 7px;
}

#gshheader {
	position: relative;
	background: url('../images/logo1.jpg') no-repeat;
	height: 112px;
	width: 480px;
	left: 5px;
	top: 0px;
	padding: 0px;
}

/* SIDEBAR
-------------------------------------- */
ul.linklist {
	list-style-position: outside;
	list-style-type: none;
}

	ul.linklist li {
		border-top: solid 2px #EEEEEE;
		padding-top: 5px;
		margin: 5px 0px 0px 8px;
		font-size: 11px;
	}

		ul.linklist li a:link {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color: #C8461B;
		}
		
		ul.linklist li a:visited { 
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color: #C8461B;
		}
		
		ul.linklist li a:hover {
			text-decoration: underline;
			font-size: 11px;
			font-weight: bold;
			background-color: #f7f9b8;
			color: #663333;
		}
		
		ul.linklist li a:active {
			text-decoration: underline;
			font-size: 11px;
			font-weight: bold;
			background-color: #f7f9b8;
			color: #663333;
		}
		
		ul.linklist li a.current,
		ul.linklist li a.section {
			text-decoration: underline;
			font-size: 11px;
			font-weight: bold;
			color: #663333;
		}
		
		ul.linklist li.first {
			border-top: 0px;
			margin-top: 0px;
			padding-top: 0px;
			font-size: 11px;
			font-weight: bold;
		}

/* CONTAINER
----------------------------------------- */
#Upbg{
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff url('../images/upbg.gif') no-repeat;
  width: 747px;
  height: 264px;
  z-index: 1;
}

#Outer{
  position: relative;
  width: 747px;
  margin: 0 auto;
  background: #fff url('../images/abg.gif') repeat-y;
  min-height:100% !important;
}

#Inner{
  position: relative;
  padding: 13px 30px 13px 30px;
  z-index: 2;
}

/* HEADER
----------------------------------------- */
#Header{
  position: absolute;
  background: #c8461b url('../images/a8.gif') no-repeat;
  width: 202px;
  height: 92px;
  color: #fff;
  padding-left: 20px;
}

#Header span{
  color:#fff;
  font-weight: normal;
  font-size: 23px;
}

#Header h1{
  position: absolute;
  font-size: 23px;
  letter-spacing: -1px;
  top: 30px;
  height: 92px;
}

#Header h2{
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  color: #FCE2CA;
  top: 51px;
}

#Header sup{
  color: #FCE2CA;
}

/* MAIN NAVIGATION - MENU
----------------------------------------- */
#Splash{
  position: absolute;
  right: 30px;
  background: #EAEAE2 url('../images/a10.gif') no-repeat;
  width: 458px;
  height: 92px;
}

#Menu{
  position: relative;
  background: #46461F url('../images/a16.gif') repeat-x;
  height: 67px;
  padding: 0px 20px 0px 5px;
  margin: 98px 0px 20px 0px;
}

#Menu ul{
  
}

#Menu ul li{
  display: inline;
  line-height: 52px;
  padding-left: 3px;
}

#Menu ul li.first{
  border-left: 0px;
}

#Menu ul li a{
  background-color: transparent;
  background-repeat: repeat-x;
  padding: 8px 5px 8px 5px;
  font-size: 11px;
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
}

#Menu ul li a.current,
#Menu ul li a.section,
#Menu ul li a:hover{
  background: #fff url('../images/a18.gif') repeat-x top;
  color: #4A4A24;
  text-decoration: none;
}

/* CONTENT AREA SECONDARY
----------------------------------------- */
#Secondarycontent{
  position: relative;
  width: 180px;
  float: right;
}

#Secondarycontent h3{
  position: relative;
  top: 4px;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  letter-spacing: -1px;
  background: url('../images/a22.gif') bottom repeat-x;
  padding: 0px 0px 10px 10px;
  margin-bottom: 20px;
}

#Secondarycontent .content{
  padding: 0px 10px 0px 10px;
  margin-bottom: 20px;
}

/* CONTENT AREA PRIMARY
----------------------------------------- */
#Primarycontent{
  position: relative;
  width: 480px;
  float: left;
}

#Primarycontent h3{
  position: relative;
  top: 4px;
  font-size: 20px;
  line-height: 25px;
  color: #333333;
  letter-spacing: normal;
  background: url('../images/a22.gif') bottom repeat-x;
  margin-bottom: 20px;
}

#Primarycontent .content{
  padding: 0px 15px 0px 15px;
  margin-bottom: 20px;
}

#Primarycontent .post{
  margin-bottom: 30px;
}

#Primarycontent .post .header{
  position: relative;
}

#Primarycontent .post .date{
  position: absolute;
  right: 15px;
  top: 0px;
  line-height: 35px;
  color: #AFAFA4;
  font-weight: bold;
}

#Primarycontent .post .content{
  margin-bottom: 0px;
}

#Primarycontent .post .footer{
  position: relative;
  top: -10px;
  background: url('../images/a33.gif') repeat-x;
  height: 64px;
}

#Primarycontent .post .footer ul{
  list-style: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

#Primarycontent .post .footer ul li{
  display: inline;
  line-height: 14px;
  padding-left: 17px;
  margin-left: 25px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}

#Primarycontent .post .footer ul li.printerfriendly{
  background-image: url('../images/a41.gif');
}

#Primarycontent .post .footer ul li.comments{
  background-image: url('../images/a36.gif');
}

#Primarycontent .post .footer ul li.readmore{
  background-image: url('../images/a38.gif');
}

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #f5f5ec;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #b0b096;
	}

	#PageComments li.even {
		background: #fff;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #8c8c73;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 160px;
	margin: 5px 2px 5px 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 110px;
	margin: 4px 5px 0 0;
	padding: 1px;
	background-color: #C8461B;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 106px;
		border: none;
		color: #333333;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}

/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm {
	min-height:100px;
}
	#Unsubscribe_MailingListForm_MailingListForm p {
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label {
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label {
		margin:0;
	}

/* LastEdited
----------------------------------------------- */

#LastEd { 
	clear: both;
	color: #C8C8C8;
	height: 20px;
	left: 243px;
	line-height: 20px;
	padding-top: 40px;
	position: relative;
	text-align: center;
	top: -8px;
	width: 200px;
}
	#LastEd p { 
		font-size: 11px;		
		font-weight: normal;
		border-width: thin; 
		border-color: #c8c8c8;
		border-style: dashed; 
		padding: 0px;
	}

/* FOOTER
----------------------------------------------- */

#Footer { 
 	position: relative;
	clear: both;  
	height: 66px;
	background-image: url('../images/a50.gif');
	text-align: center;
	line-height: 33px;
	color: #c8c8c8;
}
	#Footer p { 
		font-size: 12px;
		font-weight: normal;
		margin-top: -0.6em;
	}
  		#Footer a {
		color: #8C8C73;
		text-decoration: underline;
		}
			#Footer a:hover {
				color: #C8461B;
				text-decoration: underline;
			}
