/* Start of CMSMS style sheet 'Gwozdzicka_news' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.news {
	width: 160px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.news_header {
	font-size: 1.2em;
	color: #803300;
	margin-bottom: 0;
	padding-bottom: 0;
}

.NewsSummary {
	width: 160px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
}

.NewsSummaryLink a {
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #803300;
}

.NewsSummaryLink a:hover {
	color: #1c542d;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 120%;
  font-size: 1em;
 }

.NewsSummarySummary p
{
	margin-top: 0px;
    line-height: 120%;
	font-size: 1em;
}

.NewsSummaryMorelink {
  margin-top: -1.2em;
  text-align: right;
}

.NewsSummaryPrevNext {
	width: 160px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#NewsPostDetailDate {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: -10px;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Gwozdzicka_news' */

/* Start of CMSMS style sheet 'Gwozdzicka_tekst' */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	text-align: left;
    background: #fafafa;
	color: #666666;
	margin: 0px;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #803300;
    text-align: left;
	border-bottom-width: 1px;
    border-bottom-style: solid;
	border-bottom-color: #803300;
	padding-bottom: 2px;
}

h2 {
	font-size: 1.2em;
	border: none;
}

p {
	line-height: 140%;
	font-size: 1.1em;
}

ul { list-style-type: square; 	}
li { margin-bottom: 5px; 	font-size: 1.1em;}
/* End of 'Gwozdzicka_tekst' */

