/* Digit ry
* CSS styles for static content page layout
*
* author: Jouni Koivuviita
* created: 24.4.2006
**/


#page-header {
	float:left;
	width:184px;
	overflow: visible;
}

#page-header h3 {
	color:#fff;
	font-weight:normal;
	font-size:1.6em;
	height:46px;
	background:#19418d url(/images/site/submenu_header_bg.gif) no-repeat;
	margin:40px 0 0 0;
	padding:0 0 0 0;
}

#page-header h3 span.header {
	padding:15px 0 0 20px;
	display:block;
	float:left;
}

#page-header h3 .right {
	display:block;
	width:3px;
	height:46px;
	background:#19418d url(/images/site/submenu_header_bg_right.gif) no-repeat;
	float:right;
	margin-top:0;
}

#page-header h3 .left {
	display:block;
	width:4px;
	height:46px;
	background:#19418d url(/images/site/submenu_header_bg_left.gif) no-repeat;
	float:left;
	margin-top:0;
}

#page-menu {
	margin:0;
	padding:0;
	list-style:none;
	background:transparent url(/images/site/submenu_bg.gif) repeat-y top right;
}

#page-menu li {
	height:38px;
	font-size:1.1em;
	margin:0;
	padding:0;
	border-bottom:solid 1px #f2f2f2;
}

#page-menu li a {
	display:block;
	height:25px;
	padding:13px 0 0 20px;
	background:url(/images/site/arrow_light.gif) no-repeat 10px center;
	border:none;
	margin:0;
}

#page-menu li a:hover {
	background-color:#fff;
	color:#000;
	border-left:solid 2px #19418d;
	padding:13px 0 0 18px;
}

#page-header .bottom {
	height:256px;
	background:transparent url(/images/site/submenu_bottom.gif) no-repeat top right;
}



#page-content {
/*	float:right;
	width:68%;*/
	padding:30px 80px 0 0;
	margin-left:250px;
	font-size:1.22em;
	line-height:1.5em;
	max-width: 60em;
	overflow:visible;
}

#page-content h2 {
	font-size:2.1em;
}

#page-content h3 {
	font-size:1.6em;
}

#page-content .images {
	float:right;
}

#page-content .images div {
	width:120px;
	margin:0 0 20px 20px;
	font-size:0.8em;
	line-height:1.3em;
	color:#888;
}

#page-content .images div a {
	border:none;
	padding-bottom:3px;
}

#page-content .images div a img {
	border:solid 3px #f2f2f2;
}

#page-content .modified {
	clear:both;
	display:block;
	font-size:0.9em;
	color:#ddd;
	margin-top:4em;
	padding-top:0.2em;
	border-top:dotted 1px #f1f1f1;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #777777;
	-webkit-box-shadow: 3px 3px 4px #777777;
	box-shadow: 3px 3px 4px #777777;
}



/**
 * Event calendar styles
 */

.calendar {
	width:110%;
	font-size:1em;
	border-collapse:collapse;
}

.calendar-month {
	padding:0.33em 0.6em;
	text-align:left;
	background-color:#124c9a;
	font-size:1.45em;
	color:#fff;
	border-bottom:solid 2px #dfdfdf;
	margin:0 -0.4em;
}

.prev-next {
	float:right;
	position:relative;
	margin-bottom:-1.6em;
	font-size:0.6em;
}

.prev-next a {
	color:#fff;
	border:none;
}

.calendar th {
	width:14.3%;
	font-weight:normal;
	color:#a7b0bb;
	border-bottom:solid 1px #efefef;
	margin:0;
	padding:0;
	padding-top:0.8em;
}

.calendar td {
	vertical-align:top;
	height:90px;
	font-size:0.8em;
	margin:0;
	padding:0;
	border:0;
	line-height:1.2em;
}

.calendar td a {
	border:none;
	padding-left:6px;
	background:transparent url(/images/site/arrow_light.gif) no-repeat 0 0.45em;
}

.calendar td h5 {
	background-color:#f9f9f9;
	color:#999;
	font-size:1em;
	padding:0.3em 0.3em;
	margin:0 0 0.4em 0;
	border-right:solid 1px #eee;
	font-weight:bold;
}

.calendar td.activities h5 {
	background-color:#d7e1ee;
	color:#758caa;
}

.calendar td.today h5 {
	background-color:#3d6fb2;
	color:#fff;
}


