/* Stylesheet for reinatrase.lv page layout
 * 
 * Developer: Kristaps "KSP" Pilveris, kristaps@itlux.lv
 * 
 * Description: content stylesheet for screen layout, some instrutcions override generic
 * layout and formatting rules. Should be placed after layout.css and formatting.css
 * in document
 * 
 * Destination: %system%/%css%/
 * */

body {
	
}


/* Setting content block for site content */
div#content {
	background-color: #fff;
	background-image: url('images/content_snowflake.png');
	background-position: 100% 15px;
	background-repeat: no-repeat;
	color: #3E4967;
	padding: 1em;
	margin-right: 20%;
}

div#content h1 {
	font-size: 1.2em;
	color: #E2770F;
	text-align: right;
	padding: 0 35px 0 0;
	margin: 2em 0 0 0;
}





/* Right side column */
div#sidebar {
	position: absolute;
	top: 150px;
	right: 0;
	width: 19%;
	background-color: #f4f4f4;
}

div#sidebar div.nametab {
	margin-left: 1.2em;
}

#sidebar img.imagelink {
	margin: 0 5px 10px 0;
}


