/*-----------------------------------------------------------------------------
Print-Friendly Style Sheet for the Article Page

version : 1.0
moddification date : 31/5/2007
author : Giannis Tsevdos
tel: (+30) 210 6876608
email : Giannis.Tsevdos@intrasoft-intl.com
website : http://www.intrasoft-intl.com/
-----------------------------------------------------------------------------*/

@import url(general_print.css);

/* =Content Section (Article and Ream More sections).
-----------------------------------------------------------------------------*/
#content #article {
	position: relative; /* IE 6 hack! */
	padding: 0.5em;
	border-bottom: 1px solid #000;
}

/* Article SUBJECT/CATEGORY text. */
#content #article h2 {
	color: #636563;
	font: bold 0.9em Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

/* Article TITLE text. */
#content #article h1 {
	margin: 5px 0 0 5px;
	padding: 0 0 0 20px;
	color: #319ace;
	font: 0.9em Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	background: url(../images/grey_square.gif) 0 50% no-repeat;
}

/* Article INTRO text. */
#content #article h3 {
	margin: 7px 0 0 5px;
	color: #000;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

/* Article Images section. */
#content #article #articleimages {
	position: relative; /* IE 6 hack! */
	width: 160px;
	float: right;
	border: 1px solid #000;
}

#content #article #articleimages div.image {
	padding: 2px;
	text-align: center;
	font-size: 0.7em;
}

#content #article #articleimages div.image img {
	border: 1px solid #000;
}

#content #article #articleimages div.image span.caption {

}

/* Article subheaders text. */
#content #article h4 {
	margin: 1em 0 0 5px;
	color: #000;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

/* Read More Section. */
#content #readmoresection {
	position: relative; /* IE 6 hack! */
	padding: 5px;
	background: #fff;
}

#content #readmoresection div.readmoretopic {
	background: #fff;
}

/* Read More Images. */
#content #readmoresection div.readmoretopic div.topicimages {
	position: relative; /* IE 6 hack! */
	width: 160px;
	float: right;
	border: 1px solid #000;
}

#content #readmoresection div.readmoretopic div.topicimages div.image {
	padding: 2px;
	text-align: center;
	font-size: 0.7em;
}

#content #readmoresection div.readmoretopic div.topicimages div.image img {
	border: 1px solid #000;
}

#content #readmoresection div.readmoretopic div.topicimages div.image span.caption {

}

#content #readmoresection h2 {
	margin: 1em 0;
	padding: 0.5em;
	border: 1px solid #000;
	color: #000;
	font: bold 0.8em Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

#content #readmoresection div.readmoretopic h2, #content #extras #findoutmore h2, #content #extras #contact h2 {
	margin: 1em 0;
	padding: 0.5em;
	color: #000;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #000;
}

/* Extras Section. */

/* Feature Section. */
#content #extras #feature {
	display: none;
}

/* Read More Section. */
#content #extras #readmorelinks {
	display: none;
}

/* Find Out More/Contact Section. */
#content #extras #findoutmore, #content #extras #contact {
	padding: 0 0.5em;
	font-size: 0.8em;
}

#content #extras #findoutmore ul,  #content #extras #contact ul {
	padding: 0 0.5em;
}

#content #extras #findoutmore ul li, #content #extras #contact ul li {
	margin-left: 3em;
}