/*-----------------------------------------------------------------------------
Style Sheet for an 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.css);
@import url(header.css);
@import url(navigation.css);
@import url(footer.css);


/* =Content Section (Article and Ream More sections).
-----------------------------------------------------------------------------*/
#content {
	position: relative;
	margin: 2px 3px 8px 175px;
	background: #fff;
}

#content #article, #content #readmoresection {
	margin: 0 155px 0 0;
	background: #fff;
}

#content #article {
	position: relative; /* IE 6 hack! */
	margin-top: 8px;
	padding: 5px;
	border: 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;
	margin: 0 0 0.5em 0.5em;
	background: #ececec;
}

#content #article #articleimages div.image {
	padding: 2px;
	background: #ececec;
	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;
	border: 1px solid #000;
	border-width: 0 1px 1px 1px;
}

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

/* Read More Images. */
#content #readmoresection div.readmoretopic div.topicimages {
	position: relative; /* IE 6 hack! */
	width: 160px;
	float: right;
	margin: 0 0 0.5em 0.5em;
	background: #ececec;
}

#content #readmoresection div.readmoretopic div.topicimages div.image {
	padding: 2px;
	background: #ececec;
	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 #636563;
	color: #000;
	background: #bcbbaf;
	font: bold 0.8em Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

#content #readmoresection div.readmoretopic h2 {
	margin: 1em 0;
	padding: 0.5em;
	color: #000;
	background: #bcbbaf;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}


/* Extras Section. */
#content #extras {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
}


/* Feature Section. */
#content #extras #feature {
	margin-bottom: 1em;
	position: relative;
	border: 1px solid #000;
}

#content #extras #feature h2 {
	padding: 2px 3px;
	border-bottom: 1px solid #000;
	background: #ffcc00;
	font: normal 0.7em Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

/* Restores the margin/padding back to zero to the ul list elements (inherited from the general.css file). */
#content #extras #feature ul#numbers, #content #extras #feature ul#titles, #content #extras #feature ul#numbers li, #content #extras #feature ul#titles li {
	margin: 0;
	padding: 0;
}

#content #extras #feature ul#numbers {
	position: absolute;
	top: 0 !important; /* IE 5 and 6 will ignore these first rules, and will use the below incorrect values (top=1 and right=1). Web standard browsers (FF and Opera) will work fine. */
	right: 0 !important;
	top: 1px;
	right: 1px;
	list-style-type: none;
}

#content #extras #feature ul#numbers li {
	float: left;
	list-style-type: none;
	border-left: 1px solid #000;
}

#content #extras #feature ul#numbers li a {
	display: block;
	padding: 2px;
	color: #000;
	background: #fff;
	text-decoration: none;
	font-size: 11px;
}

#content #extras #feature ul#numbers li a:visited {

}

#content #extras #feature ul#numbers li a:hover {
	background: #bddfef;
}

#content #extras #feature ul#numbers li a:active {

}

/* Highlighted Feature number. */
#content #extras #feature ul#numbers li a.numberselected {
	background: #badeef;
}

#content #extras #feature ul#titles {
	list-style-type: none;
}

#content #extras #feature ul#titles li {
	border-bottom: 1px solid #000;
	list-style-type: none;
}

#content #extras #feature ul#titles li a {
	display: block;
	padding: 3px 5px;
	color: #000;
	background: #fff;
	text-decoration: none;
	font-size: 11px;
}

#content #extras #feature ul#titles li a:visited {

}

#content #extras #feature ul#titles li a:hover {
	background: #bddfef;
}

#content #extras #feature ul#titles li a:active {

}

#content #extras #feature ul#titles li a.titleselected {
	background: #bddfef;
}

/* Readm More Links/Find Out More/Contact Section. */
#content #extras #findoutmore, #content #extras #contact, #content #extras #readmorelinks {
	margin-bottom: 1em;
	border: 1px solid #bcbbaf;
}

#content #extras #findoutmore h2, #content #extras #contact h2, #content #extras #readmorelinks h2 {
	padding: 1px 0 1px 10px;
	background: #bcbbaf;
	color: #000;
	font-size: 0.6em;
	font-weight: normal;
	text-transform: uppercase;
}

/* Restores the margin/padding back to zero to the ul list elements (inherited from the general.css file). */
#content #extras #readmorelinks ul, #content #extras #findoutmore ul,  #content #extras #contact ul, #content #extras #readmorelinks ul li, #content #extras #findoutmore ul li, #content #extras #contact ul li {
	margin: 0;
	padding: 0;
	text-align: left;
}

#content #extras #readmorelinks ul, #content #extras #findoutmore ul,  #content #extras #contact ul {
	padding: 6px 10px 15px;
	background: #ececec;
	list-style-type: none;
	font-size: 0.7em;
}

#content #extras #readmorelinks ul li, #content #extras #findoutmore ul li {
	padding: 1px 0 1px 15px;
	list-style-type: none;
	background: url(../images/grey_square.gif) 0 8px no-repeat;
}

#content #extras #contact ul li {
	padding: 1px 0;
	list-style-type: none;
	background: #ececec;
}

#content #extras #findoutmore ul li a, #content #extras #contact ul li a, #content #extras #readmorelinks ul li a {
	font-size: 1.2em;
}

.clearer {
	width:100%;
	height:1px;
	clear:both;
	padding:0;
	margin:0
}