/* -------------------------------------------------------------
   ARTdesign Di Bella
   (c) 2006 marco di bella | all rights reserved.
   -------------------------------------------------------------
   cascading style sheet (css) file for normal computer displays
   variant silvergray
   ------------------------------------------------------------- */



/* ------------------------------------ 
   main layout definitions
   ------------------------------------ */

html, body {
    height: 100%;
	min-height: 100%;
	padding: 0px; 
	margin: 0px; 
	}

body {
	font-family: Arial, Verdana, sans-serif !important;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;	
	text-align: center;
	background: #EAEBEF url("/i/silver_body.jpg") repeat-x left top;
	}

h1, h2, h3 {
	margin: 0 0 0 0;	
	font-weight: normal;
	color: #414247;	
	vertical-align: bottom;
	text-transform: uppercase;
	}

h1 {
	padding: 0 0 2em 18px;
	font-size: 115%;
	background: url("/i/point_01.gif") no-repeat 0px 6px;	
	}

h2 {
	font-size: 110%;
	}

h3 {
	font-size: 100%;
	}

a 	{
	color: #128ED6;
	text-decoration: none;	
	}

a:active,
a:hover {
	color: #F79C39;
	}


/* trickery */

.breaker {
	float: none;
	clear: both;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	}

.spacer {
	margin-top: 1.5em;
	clear: both;
	}


/* layers */

#wrapper {
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	}

#logo {
    position: absolute;
	visibility: visible;
	z-index: 5;	
    width: 89px;
    height: 77px;
	top: 23px;
	left: 630px;
    background: url("/i/silver_logo.jpg") no-repeat left top; 
	}

#container {
	clear: both;
	position: absolute;
	width: 790px;
	height: auto;
	top: 70px;
	left: 0px;
    background: url("/i/silver_container.jpg") repeat-y left top; 
	}

#imagerotator {
    position: absolute;
	visibility: visible;
	z-index: 2;	
    width: 700px;
    height: 46px;
    top: 0px;
    left: 0px;
    background: url("/i/headline_01.jpg") no-repeat left top ;
	}

/* ------------------------------------ 
   #megalogo
   ------------------------------------ */

#megalogo {	
	border-collapse: collapse;
	border-style: none;
	width: 338px;
	height: 421px;
	}	
	
#megalogo td {
	border-spacing: 0;
	padding: 0;
	}
	
#megalogo a img {
	border: 0;
	}

/* ------------------------------------ 
   #menuline
   ------------------------------------ */

#menuline {	
	text-transform: uppercase; 
    font-family: Arial, Verdana, sans-serif !important;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 2em;	
	position: absolute;
	z-index: 2;	
    width: 842px;
    height: 56px;
	top: 46px;
	left: 0;
    background: url("/i/silver_menuline.jpg") no-repeat left top; 
	}

#menuline ul {
	padding: 0;
	margin: 0;
	margin-left: 50px;
	list-style: none;
	}

#menuline ul li {
	float: left;
	}

#menuline a {
	padding: 2px 10px 0px 10px;
	display: block;		
	text-decoration: none;	
	color: #F79C39;	
	}
	
#menuline a:hover {
	color: silver;
	}
	
#menuline .on,
#menuline .on:hover { 
	color: silver;
    background: url("/i/silver_menuline_on.jpg") repeat-x left top;
	}


/* ------------------------------------    
   #sidebar
   ------------------------------------ */

#sidebar { 
	position: relative;
	float: right; 
	width: 185px;
	height: 450px;
	padding: 40px 10px 0 10px;
	font-family: Arial, Verdana, sans-serif !important;
	font-weight: normal;
	font-size: 90%;
	text-align: left;
	color: #3F3F3F; 
	}

html > body #sidebar {
	/* workaround */
	min-height: 450px;
	height: auto;
	}

#sidebar h2, 
#sidebar dt {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 105%;
	color: #3F3F3F; 
	vertical-align: bottom;
	text-transform: uppercase;
	}

#sidebar dl {
	margin: 0 0 30px 0;
	}

#sidebar dt {
	margin: 0 0 5px 0;
	}

#sidebar dd {
	margin: 0 0 2px 7px;
	padding: 0;
	}

#sidebar a {
	color:#868686;
	text-decoration: none;	
	}

#sidebar a:active, 
#sidebar a:hover {
	color: #128ED6;	
	}


/* ------------------------------------ 
   #maincontent
   ------------------------------------ */

#maincontent { 
	position: relative;
	float: left;
	width: 505px; 
	height: auto;	
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 20px;
	font-size: 110%;
	font-weight: normal;
	text-align: justify;
	color: #414247;
	}

#maincontent p {
	line-height: 1.3em;
	}

#maincontent abbr {
	cursor: help;
	}

#maincontent blockquote {
	font-family: "Courier New", Courier, mono;
	font-style: italic;
	font-size: inherit;
	color: #666666;
	letter-spacing: 1.2pt;
	}

/* unsorted lists */

#maincontent ul {
	margin: 0;
	padding: 0;
	}

#maincontent li {
	list-style: none;
	background: url("/i/point_04.gif") no-repeat 0 2px;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	line-height: 150%;
	}

#maincontent #gallery li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	line-height: 100%;
	background: none;
	}


/* ------------------------------------    
   #footer 
   #maincontent > #footer
   ------------------------------------ */

#footer {
	z-index: 5;	
	position: relative;
	clear: both;
	width: 700px;
	height: auto;
	margin-left: 60px;
	margin-top: 50px;
	color: #696969;
	text-align: left;
	font-size: xx-small;
	}

#footer ul {
	padding: 0;
	margin: 0;
	}

#footer ul li {	
	float: left;
	padding: 0;
	margin: 0 10px 0 0;	
	list-style: none;
	background: none;
	}



/* ------------------------------------    
   .navline
   #maincontent > .navline
   ------------------------------------ */
.navline {
	padding-bottom: 60px;
	display: block;
	clear: both;
	}  

.navline a {
	font-size: 10px;	
	font-weight: bold;
	color: #D3922B;
	text-decoration: none;
	background: #3F464A;
	border: 1px solid #4F575B;
	display: block; 
	padding-left: 5px;
	padding-right: 5px; 	
	margin: 1px;
	background: white;
	border: 1px solid #D7D7D7;
	}	

.navline li {
	float: left;
	}

#maincontent .navline a {
	color: silver;
	}

#maincontent .navline a:hover {
	color: #757F85;
	border-color: #757F85;	
	}

#maincontent .navline a.on {
	color: #D3922B;
	}
	
#maincontent .navline a.on:hover {
	border-color: #D3922B;
	}

#maincontent .navline ul, 
#maincontent .navline li {
	list-style: none;
	background: transparent;
	margin: 0;
	padding: 0;
	}


/* ------------------------------------    
   .illustration
   ------------------------------------ */

.illustration img {
	padding: 5px; 
	background: white;
	border: 1px solid #BDBEC3;
	}

.illustration img:hover {
	border-color: #5D666B;
	}

.illustration a:hover img {
	border-color: #757F85;	
	}


/* ------------------------------------    
   .webguide
   ------------------------------------ */

.webguide {
	clear: both;
	margin-bottom: 20px;
	}

.webguide h3 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	}

.webguide .text {
	float: right;
	width: 350px;
	height: auto;
	line-height: 140%;
	}

.webguide .illustration {
	float: left;	
	margin-right: 20px;
	}

.webguide .illustration img {
	width: 100px;
	height: 75px;
	}



/* ------------------------------------   
   .article 
   ------------------------------------ */

.article {
	line-height: 140%;
	margin: 0 0 4em 18px; 
	clear: both;
	}


/* articleinfo */

.articleinfo {
	height: 42px;
	width: auto;
	}

.articleinfo .illustration {
	width: 42px;
	height: 42px;
	margin-right: 15px;
	float: left;		
	}

.articleinfo .illustration img {
	width: 30px;
	height: 30px;		
	}


/* articletext */

.articletext {
	width: 430px;
	height: auto;
	line-height: 140%;	
	float: right;
	}

.articletext h2 .permalink {
	float: right;
	vertical-align: top;
	text-transform: none;
	}
	
.articletext hr {
	border: none;
	border-bottom: 1px solid darkgray;
	}

.articletext label {
	width: 110px; 
	}


/* articlecomment */

.articlecomment {
	background: #EFF0F3;
	border: 1px solid #DDDDDD;
    margin: 0 0 5px 0;
	padding: 10px 5px 10px 5px;
	}

.articlecomment:hover {
	border-color: #CFCFCF;
	}

.articlecomment .articletext {
	height: auto;
	width: 340px;
	float: none;
	margin-left: 60px;
	}


/* helper */

.small_and_gray {
	color: #8C8C8C;
	font-size: 85%;
	}


.date,
.views,
.author,
.permalink,
.comments,
.category {
	padding-right: 10px;
	}

.rss {
	background: url("/i/rss.gif") no-repeat 0 0px;
	padding: 0 0 0 15px;
	}


/* ------------------------------------    
   form
   ------------------------------------ */

input.button {  
	width: 100px;
	height: 25px;
	max-height: 25px;
	padding: 0;	
	margin: 0;
	border: 1px outset #D3922B;
	background: #D3922B; 
	color: #F1D3A3;
	text-align: center;
	text-transform: uppercase;

	/* hard way for the $%§§$*& ie -- */
	font-family: Arial, Helvetica !important;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	}

input.button:focus {  
	border: 1px inset #D3922B;
	}

input.text,
select,
textarea {
	padding: 3px;  
	margin: 0;
	border: 1px solid #A0A0A2;
    background: #E5E5E5;
	font: inherit;
	width: 300px;
	color: #8C8C8C;	
	}

input.text:focus,
select:focus,
textarea:focus  {
	border-color: #A0A0A2;
    background: #D0D1D5;
	}

label {
	width: 145px; 
	margin: 0; 
	float: left;
	}

