@CHARSET "UTF-8";

#article {
	overflow: hidden;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	background: #FFF7EF url('../images/template/article-bg.gif') no-repeat right bottom;
	padding: 15px;
	border: 1px solid #E28630; 
}
#article #name {
	height: 30px;
	padding: 5px 10px;
	font-size: 2em;
	color: #425260;
	overflow: hidden;
	background-color: #ffffff;
	border-left: 1px solid #E28630;
	border-top: 1px solid #E28630;
	border-right: 1px solid #E28630;
}
#article #name a {
	display: block;
	float: right;
	display: inline;
}
#article #options {
	height: 25px;
	padding: 5px 10px;
	display: block;
	overflow: hidden;
	background-color: #ffffff;
	border-left: 1px solid #E28630;
	border-bottom: 1px solid #E28630;
	border-right: 1px solid #E28630;
}
#article #options #font-resizer {
	float: left;
	display: inline;
	overflow: hidden;
}
#article #options #font-resizer li {
	float: left;
	display: inline;
	list-style: none;
}
#article #options #operations {
	float: left;
	display: inline;
	overflow: hidden;
}
#article #options #operations li {
	float: left;
	display: inline;
	list-style: none;
}
#article #subtitle {
	overflow: hidden;
	font-size: 1.8em;
	font-style: italic;
}
#article #extras {
	overflow: hidden;
}
#article #extras #date, #article #extras #source, #article #extras #author, #article #extras #url, #article #extras #email {
	float: left;
	width: 60%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#article #extras #files {
	float: right;
	width: 40%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#article #extras #date li, #article #extras #source li, #article #extras #author li, #article #extras #files li, #article #extras #url li, #article #extras #email li {
	display: inline;
	color: #4F89C8;
}
#article #extras a {
	color: #4F89C8;
	text-decoration: none;
}
#article #extras a:hover {
	text-decoration: underline;
}
#article #body {
	color: #48688e;
	margin-top: 15px;
	text-align: justify;
}
#article #body div#photo1 {
	float: right;
	margin: 0 0 10px 10px;
}
#article #body #photo1 img {
	border: 1px solid #ff7800;
	padding: 2px;
	background-color: #ffffff;
}

#article #body p {
	color: #48688e;
	text-align: justify;
	margin: 0 0 15px 0;
	
}
#article #body li {
	display: block;
	list-style-type: none;
	background: url('../images/bullet.gif') no-repeat 0 center;
	padding: 0px 0px 0px 16px;
	line-height: 2em;
    color: #48688e; 
}

#article #body ol li {
	list-style: decimal;
	padding: 0 0 0 15px;
}
#article #body .rss {
	display: block;
	list-style-type: none;
	background-image: url('../images/rss.gif');
	padding: 0px 0px 0px 16px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 4px;
}
#article #body .rss a {
    color: #48688e; 
	font-weight: bold;
	text-decoration: none;
}
#article #body .rss a:hover {
	text-decoration: underline;
}
#article #body .downloads {
	display: block;
	list-style: none;
	margin-bottom: 4px;
}
#article #body .downloads a {
	color: #48688e; 
	font-weight: bold;
	text-decoration: none;	
}
#article #body .downloads a:hover {
	text-decoration: underline;
}
#article #body table {
	border: none;
}
#article #body table td {
	border: 1px solid #ffffff;
	background-color: #eff4fb;
	display: table-cell;
	vertical-align: middle;
	padding: 2px 5px;
}
#article #body table tr td p {
	text-align: center;
}

#article #photos {
	width: 600px;
	background-color:#ffffff;
	border:1px solid #E28630;
	overflow:hidden;
	margin: 0 270px 0 0;
	padding: 10px 0;
}

#article #photos #photos-title {
	font-size: 10px;
	font-weight: bold;
	color: #ff7800;
	margin: 5px;
	text-align: center;
}
#article #photos ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
	overflow:hidden;
}
#article #photos ul li {
	float: left;
	width: 100px;
	margin: 5px;
	overflow: hidden;
	text-align: center;
}
#article #photos span {
	font-size: 9px;
	font-style: italic;
	color: #ff7800;
}

#article #files-title {
	font-size: 10px;
	font-weight: bold;
	color: #425260;
	margin-bottom: 3px;	
	border-bottom:1px solid #E28630;
	width: 720px
}
#article #files {
	overflow:hidden;	
}
#article #files ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
	overflow:hidden;
}
#article #files ul li {
	margin: 5px;
	padding: 0 0 0 20px;
	/*
float:left;
	overflow:hidden;
	width:210px;
	display:inline;
*/
}
#article #files a {
	text-decoration:none;
	font-size: 9px;
	color: #48688E;
	line-height:16px;
	border-bottom:1px dashed #48688E;
}
#article #files a:hover {
	color: #E28630;
	border-bottom:1px dashed #E28630;
}