/* 
	CSS Document 

	DESCRIPTION		Denna fil styr egenskaperna för nyheterna på webbplatsen.
	AUTHOR			Johan Lindqvist, johan@nolgard.se
	COPYRIGHT		2009, Nolgard, www.nolgard.se
	PROJECT			www.nolgard.se
	
*/




/* Formaterar formulärobjekt */
div#news {
	float: right;
	width: 190px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	top: 212px;
	right: 15px;
}
div#admin_news {
	width: 95%;
}
#news ul {
	list-style-type: none;
}
#news li {
	margin-bottom: 0.2em;
	page-break-after: auto;
}

/* Formaterar p-taggarna i puffarna */
#news ul p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

/* Formaterar objekt för presentation av nyheter */
.publicized {
	width: 95%;
	padding-top: 0.5em;
	color: #CCC;
	display: block;
}

.puff {
	margin: 0px;
}
.puff_bottom {
	margin: 0px;
}
.ul_puff {
	display: block;
	width: 95%;
	margin: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
	list-style-type: none;
}
.li_puff {
	margin-top: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
	background-color: transparent;
	height: auto;
	width: auto;
	position: relative;
}
.li_puff h2 {
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
.li_block_float_left {
	margin-top: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
	background-color: transparent;
	display: block;
	float: left;
	height: auto;
	width: auto;
	position: relative;
}
.li_block_float_left_no_margin {
	margin-top: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
	background-color: transparent;
	display: block;
	float: left;
	height: auto;
	width: 190px;
	position: relative;
}
.li_block_float_left_date {
	display: block;
	margin-bottom: 0.5em;
	color: #666;
	position: relative;
}
.li_block_float_left_date_light {
	display: block;
	margin-bottom: 0.5em;
	color: #999;
	position: relative;
	font-size: 0.85em;
}
.li_block_float_left h2 {
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
.li_block_float_left p {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.li_block_float_left_no_margin h2 {
	line-height: normal;
	margin: 0px;
	display: block;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
.li_block_float_left_no_margin p {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.read_more {
	display: block;
	position: relative;
}
.read_more a {
}
.read_more a:hover {
}
.puff_no_border {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	background-color: transparent;
}
.puff_headeline {
	font-size: 1.5em;
	display: block;
	margin-top: 1em;
	margin-bottom: 0.2em;
}
.li_block_float_left_no_margin a, .li_block_float_left a {
	margin-bottom: 0.1em;
	display: block;
	font-weight: bold;
}

/* Formaterar nyhetsobjekt för administrationen */
.news_input {
	width: 400px;
}
.clearLeft {
	float: none;
	clear: left;
}

