/* Digit ry
* CSS styles for article page layout
*
* author: Jouni Koivuviita
* created: 10.5.2006
**/


/* overrides the previous default bg-values (transparent) */

#content {
	float:left;
	width:60%;
	margin:0 1%;
	padding:40px 0 50px 0;
	font-size:1.22em;
	line-height:1.45em;
}

#content h2 {
	font-size:1.8em;
	line-height:1.2em;
	letter-spacing:0;
	margin:0.2em 0 0 0;
}

#content h3 {
	font-size:1.45em;
}

#content h4 {
	font-size:1.3em;
}

#content .ingress {
	padding:1em;
	margin:2em;
	background:#f0f0f0 url(/images/site/info_box_c_grey.gif) repeat-x;
	border:solid 2px #f0f0f0;
}

#content .image {
	width:100%;
	height:180px;
	overflow:hidden;
	text-align:center;
	margin:1em 0;
	padding:2px 0;
	border-top:solid 2px #efefef;
	border-bottom:solid 2px #efefef;
}

#content .note {
	font-size:0.9em;
	font-style:normal;
}

#content .pics a {
	border:none;
}

#content .pics img {
	border:solid 1px #eee;
}


#info {
	float:right;
	display:inline;
	width:30%;
	padding:40px 0 50px 0;
	font-size:1em;
	line-height:1.5em;
	font-size:1.1em;
	margin:0 1%;
}

#info .info-box .center {
	padding:15px;
}

#info .info-box .center a {
	border:none;
}

#info h3 {
	font-size:1.6em;
	color:#727272;
}

#info h4 {
	margin:2em 0 0.3em 0;
	font-size:1.1em;
}

#info .tags {
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

#info .tags li {
	padding-left:10px;
	background:url(/images/site/arrow_light.gif) no-repeat 0 0.45em;
}

#info .tags li a {
	border:none;
}

#info .tags li span {
	font-size:0.9em;
	color:#809197;
	letter-spacing:0.1em;
}




#comments {
	clear:both;
	background-color:#f6f6f6;
	padding:2em 2em;
	margin:0 1%;
	font-size:1.1em;
}

#comments h3 {
	margin:0;
	font-size:1.6em;
}

#comments ul {
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
	width:60%;
	float:left;
}

#comments ul li.odd {
	background:#fefefe;
	margin:0 -2em;
	padding:1.3em 2em;
}

#comments ul li {
	padding:1.3em 0;
	clear:left;
}

#comments ul li span.number {
	width:22px;
	padding-top:1em;
	text-align:center;
	line-height:12px;
	font-weight:bold;
	float:left;
	margin-right:15px;
	color:#ddd;
}

#comments ul li span.stamp {
	float:left;
	width:20%;
	margin:1em 3% 0 0;
}

#comments ul li span.stamp strong {
	color:#333;
}

#comments ul li span.stamp strong a {
	border:none;
}

#comments ul li span.stamp .note {
	font-style:normal;
}

#comments ul li p.comment {
	float:left;
	width:67%;
}


#comments #addCommentForm {
	float:right;
	width:30%;
	position:relative;
	bottom:0;
}

#comments #addCommentForm h4 {
	margin:0 0 10px 0;
	font-size:1.5em;
}

#comments #addCommentForm {
	margin:2em 0;
}

#comments #addCommentForm .text {
	background:#fff url(/images/site/input_bg.gif) repeat-x;
	border:solid 1px #eee;
	padding:3px;
	font-size:1em;
	font-family:Helvetica, Arial, 'Trebuchet MS', Tahoma, sans-serif;
	color:#5d5d5d;
	width:92%;
}

#comments #addCommentForm label {
	display:block;
	margin:0.8em 0 -1em 0;
}

#comments #addCommentForm textarea {
	font-family:inherit;
	font-size:inherit;
}

#comments #addCommentForm .required {
	border-left:solid 2px #004bbc;
}

#comments #addCommentForm .submit {
	width:92%;
	height:34px;
	border:solid 2px #dedede;
	margin:20px 0 0 0;
	font-size:1.1em;
	cursor:pointer;
}

#comments #addCommentForm .submit:hover {
/*	background:url(/images/site/article_kommentti_btn.gif) no-repeat bottom left;*/
}

#comments .no-more-comments {
	clear:both;
	padding:2em 3em;
}



#recent {
	clear:both;
	background:#333333 url(/images/site/additional_footer_bg.gif) repeat-x;
	padding:3em;
	margin:0 1%;
}

#recent h3 {
	margin:0 0 10px 0;
	padding:0;
	font-size:1.6em;
	color:#fff;
}

#recent ul {
	float:left;
	margin:2em 7em 1em 0;
	padding:0;
	list-style:none;
}

#recent ul li {
	padding:0.5em 3em;
	margin:0 -3em;
}

#recent ul li.odd {
	background-color:#3f3f3f;
}

#recent ul li a {
	border:none;
	color:#eee;
	font-size:1.1em;
}

#recent ul li a:visited {
	color:#bbb;
}

#recent ul li a:hover {
	color:#fff;
}

#recent ul li em, #recent ul li span {
	font-style:normal;
}
