/* Digit ry
* CSS styles for frontpage layout
*
* author: Jouni Koivuviita
* created: 23.3.2006
**/


/* Upfont and recent-articles styles */


.articles a,
.articles a:link,
.articles a:visited,
.articles a:hover,
.articles a:active {
	border-bottom:none;
}

.articles .upfront .ingress {
	padding-right:1em;
}

.articles .upfront .ingress .date {
	font-size:1.2em;
}

.articles .upfront h3 {
	margin:0.2em 0 0 0;
}

.articles .upfront em, .articles .upfront span {
	font-style:normal;
	font-size:1.1em;
}

.articles .upfront p {
	font-size:1.1em;
	line-height:1.3em;
}

.articles .upfront .more {
	margin-top:1em;
	padding-right:1em;
}

.articles .upfront .more a.continue,
.articles .more .comments {
	clear:left;
	float:left;
	width:45%;
	border:none;
	font-size:1.1em;
}

.articles .upfront .more .note {
	font-size:1.05em;
}

.articles .upfront .more a.continue {
	padding-left:13px;
	background:url(/images/site/arrow_strong.gif) no-repeat 0 50%;
	font-weight:bold;
}

.articles .more span.tags {
	clear:right;
	float:right;
	text-align:right;
	width:45%;
	border:none;
}

.articles .upfront span.tags a {
	border:none;
}


.articles .recent {
	
}

.articles .recent h3 {
	margin:0.4em 0 0.2em 0;
}


.articles .recent ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.articles .recent ul li {
	clear:left;
	margin:0;
	padding:7px 0 7px 0;
	border-top:solid 1px #e1e1e1;
}

.articles .recent ul li .date {
	float:left;
	height:3em;
	width:5.6em;
	font-style:normal;
	font-size:1.1em;
}

.articles .recent ul li a {
	font-size:1.2em;
	font-weight:bold;
}

#newsletter {
	min-width:110px;
	display:inline;
}

#newsletter p {
	font-size:1.1em;
}

#newsletter strong {
	color:#fff;
}


#newsletter form {
	display:block;
	max-width:166px;
	position:relative;
	width:100%;
	margin-left:5px;
}

#newsletter form input {
	vertical-align:-0.25em;
}

#newsletter form input#email {
	float:left;
	border:none;
	background:transparent url(/images/site/search_bg_left.gif) no-repeat;
	width:100%;
	height:21px;
	font-size:1.1em;
	padding:0 0 0 6px;
	color:#323232;
	position:absolute;
	right:0;
	margin-right:24px;
	max-width:142px;
	width:80%;
	z-index:3;
}


#newsletter form button {
	float:left;
	width:24px;
	height:21px;
	display:inline;
	background:url(/images/site/diginfo_go.gif) no-repeat top right;
	overflow:hidden;
	cursor:pointer;
	border:0px;
	padding:0px;
	position:absolute;
	right:0px;
}

#newsletter form button:hover {
	background:url(/images/site/diginfo_go.gif) no-repeat bottom right;
	cursor:pointer;
}

#newsletter form span {
	float:left;
	width:24px;
	height:21px;
	display:inline;
	background:url(/images/site/diginfo_go.gif) no-repeat top right;
	overflow:hidden;
	cursor:pointer;
	margin-bottom:4px;
}


/* Bottom section styles */

.bottom a,
.bottom a:link,
.bottom a:visited,
.bottom a:active {
	border:none;
	color:#c5006f;
}
.bottom a:visited {
	color:#a25480;
}
.bottom a:hover {
	color:#ff29a2;
}


.events .list h3 {
	margin:0;
	color:#c5006f;
}

.events .list ul {
	margin:0;
	padding:0;
	list-style:none;
}

.events .list ul li {
	margin:1em 0;
	font-size:1.1em;
}

.events .list ul li a {
	display:block;
	font-size:1.1em;
}

.events .list ul li em {
	font-style:normal;
	font-weight:bold;
}

.events .list ul li em span {
	font-style:normal;
	font-weight:normal;
}

.events a.calendar {
	display:block;
	font-weight:bold;
	font-size:1.1em;
	padding-left:12px;
	background:transparent url(/images/site/arrow_strong.gif) no-repeat 0 0.25em;
	margin-top:2em;
}

.bottom .calendarpic {
	float: right;
	height:180px;
	width: 110px;
}

.bottom .banner {
	background:transparent url(/calendarpic.php) no-repeat top center;
	height:180px;
}

.bottom .info h3 {
	display:none;
}

.bottom .info {
	font-size:1.2em;
	line-height:1.5em;
	margin-top:-1em;
}

/* IE fix */
* html .bottom .info {
	margin-top:0;
}

.bottom .info a.more {
	font-weight:bold;
	padding-left:12px;
	background:transparent url(/images/site/arrow_strong.gif) no-repeat 0 0.25em;
}



.frontpage-content {
	margin-right: 220px;
}

.frontpage-content .clearer,
.frontpage-content .section {
	clear: left;
}

.partners {
	float: right;
	width: 200px;
	overflow: hidden;
}

.frontpage-wrapper {
	margin-left: 15%;
	max-width: 80%;
	min-width: 550px;
	padding-left: 30px;
}

.frontpage-wrapper .frontpage-content,
.frontpage-content .container {
	margin-left: 0px;
	max-width: 100%;
	clear: none;
}

.frontpage-header {
	padding-left:0px;
}

.partners a:visited {
	border-bottom: none;
}

