/*
 * Project:		Rönninge Gymnasium CSS 
 * Author:		Tomas Lindahl
 * File:		Specific css for articles
 */

/* Eleverna tycker */

div#student_opinion {
	position: relative;
	width: 100%;
	margin-top: -22px; /*Removes topmargin on the article list only. If other content, topmargin will be applied */
	background: url("../images/structure/students.jpg") no-repeat; 
}
	div#student_opinion .padding_level_1 {
		padding-top: 25px;
	}
	div#student_opinion div.student_opinion_image { 
		float: left;
		width: 93px;
		height: 100%;
		position: relative;
	}
		div#student_opinion div.student_opinion_image img { 
			border: solid 4px #c0c3c6;
		} 
	div#student_opinion p {
		float: left;
		width: 115px;
		margin: 0 0 0 18px;
		font-style: italic;	
	} 
	div#student_opinion p.student_opinion_name {
		text-align: right;
	} 
	div#student_opinion p.student_opinion_readmore {
		float: right;
		margin: 10px 0 0 0; 
	}


div.newsArticleRead div.read_preamble {
	font-weight: bold;
}
div.newsArticleRead td.tail {
	font-size: 0.9em;
}

div.articleReadNews div.article_image {
	width: 300px;
	float: right; 
}
div.articleReadNews div.article_image img {
	border:solid #eae9e9 6px;
}

div.newsArticleList {
	padding: 10px;
	position: relative;
	z-index: 800;
}
	h2.newsHeader {
		margin: 5px 0 10px 0;
		border-bottom: solid #747474 1px;
	}
	div.newsArticleList div.title {
	}
	div.newsArticleList div.date {
		font-weight: 600;
		font-size: 1.1em;
		margin: 0 0 5px 0;
	}
	div.newsArticleList div.image {
		width: 90px;
		float: left;
	}
	div.newsArticleList div.frontimage {
		clear: both;
		float: none;
		width: 246px;

	}
		div.newsArticleList div.image.frontimage img {
			border: solid 6px #EAE9E9;
		}
	div.newsArticleList p.preamble {
		margin-bottom: 8px;
	}
	div.newsArticleList div.readmore {
		text-align: left;
		margin: 0 0 10px 0;
	} 
		div.newsArticleList div.readmore a {
			padding-left: 16px;
			background: url("../images/structure/bullet_news_readmore.gif") left center no-repeat;
		}
	div#column_left div.newsArticleList div.readmore {
		text-align: left;
	}
	
	div#column_left div.newsArticleList div.article_item  {
		margin: 0 0 0 0 ;
		border-bottom: solid 1px #aaaaaa;
		padding-bottom: 10px;
		padding-top: 10px;
		padding-left: 5px;
	}
	div#column_right div.newsArticleList div.article_item  {
		margin: 0 0 15px 0;
		padding-bottom: 10px;
		border-bottom: solid 1px #f2f2f2;
	}
	
	div#column_left div.newsArticleList h3 {
		margin: 0 0 10px 0;
		font-weight: normal;
	}
		
		
/* Personel articles */		
div.personal {
	float: left;
	width: 290px;
}


/* Gallery articles */
div.thumb_gallery {
	padding: 10px;
	z-index: 900;
	margin: 0 0 25px 0;
	background: #f2f2f2;
	border: solid #d2d2d2 1px;
}
	div.thumb_gallery img {
		border: solid 1px gray;
	}
/* Lunch articles */
div.lunch {
	font-size: 1.2em;

	color: #535353;
	padding: 10px;
	border-bottom: solid 1px #f2f2f2;
}
div.lunch h3 {
	font-size: 1.4em;
}
div.lunch p {
	font-size: 1.2em;
}
div.lunch {
	font-size: 1em;
}

div.today_lunch {
	font-size: 1.4em;
	background-color: #f2f2f2;
	border: solid gray 1px;
	padding: 10px;
	margin: 0 0 10px 0;
}
