/* CSS Document */

/* ------------------------------- formatting ----------------------------- */

visiblex {
}

body {
	margin: 0;
	padding: 0;
overflow: auto;  /* cater to the older browsers */
xxxoverflow: -moz-scrollbars-horizontal; /* for FF */
xxxoverflow-x: auto; /* scroll horizontal */
xxxoverflow-y: hidden; /* Hide vertical*/
}

h1 {
	font: bold x-large Arial, sans-serif;
	color: #43616B;
	margin-top: 0px;
	}

#news h2 {
	color: #D6D6D6;
	margin-top: 10px;
	}

h2 {
	font: large Arial, sans-serif;
	color: #9C1A1E;
	}

h4 {
	font: bold small Verdana, sans-serif;
	color: #9C1A1E;
	margin-bottom: 2px;
	}

h5 {
	font: italic bold small Arial, sans-serif;
	color: #43616B;
	margin-top: 2px;
	}
	
p {
	font: 0.7em Verdana, sans-serif;
	}

#center p {
	font: 0.8em Verdana, sans-serif;
	}

#sponsor p, #articlesponsor p {
	color: #A5B5C6;
	}
	
#footer p {
	margin: 4px;
	text-align: center;
	font-family: "BankGothic Lt BT", "Sans-serif";
	}

#footer2 {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	background-color: #D6D6D6;
	color: #000;
	margin-top: 8px;
	}

#footer2 p {
	margin: 4px;
	text-align: center;
	font-family: "BankGothic Lt BT", "Sans-serif";
	}

#footer2 td {
	margin: 4px;
	text-align: center;
	font-size: 0.7em;
	font-family: "BankGothic Lt BT", "Sans-serif";
	}

a {
	color: #34339B;		
	}

/* pas utilise, voir beaucoup plus bas */
a:hover {
	color: #9C191E;	
	}

a:visited {
	color: #800080;
	}

hr {
	color: #A5B5C6;
	height: 1px;
	}
	
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}

div#top a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 153px;
	background-color: #5C6F90;
	}

div#top a:hover {
	background-color: #43616B;
	}

.textbox {					/* Until IE understands <css> input[type="file"] { </css> It's better to define a new style then it is to re-define the input tag because radio buttons cop a beating */
	padding: 4px;
	font:  small verdana, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	}

.button {
	padding: 2px;
	font: bold small verdana, sans-serif;
	color: #fff;
	background-color: #5C6F90;
	border: 1px solid #000;
	}

.latestarticle {
	margin-bottom: 0px;
	}
	
.headshot {
	display: inline;
	float: left;
	margin: 0px 0.5em 0.5em 0px;
	}
	
p.latestarticle a {
	clear: right;
	font: bold small Verdana, sans-serif;
	}

.date {
	display: block;
	text-align: right;
	color: #A5B5C6;
	font: x-small Verdana, sans-serif;
	}

.author {
	display: block;
	color: #5C6F90;
	font: x-small /2 Verdana, sans-serif;
	}

.blurb {
	margin: 0px 0px 1em 55px;
	}

p.crumbtrail {
	margin: 10px 28% 0px;;
	font-size: x-small;
	}
/* 

------------------------------- layout ----------------------------- 

Notes:

Do not mix px widths with % widths for margins, borders or padding because 
the total box width = set width + padding + border.  (It helps if you can add them together)

The box model hack is used to fix an bug in IE5-Win ...for an explanation from the guy that
wrote it go to http://www.tantek.com/CSS/Examples/boxmodelhack.html

IE6-Win will behave like IE5-Win  if you include <?xml version="1.0"?>  It is apparently
unneccessary so leave it out!

Left Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |   0    |          25%         |   0    |	
 
Center Margins:
 |  marg  |         width        |  marg  | 
 ------------------------------------------
 |   25%  |        (auto)        |   25%  |

Right Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |  1.5%  |          22%         |  1.5%  |				total width= 25%
 

*/

#top {
	padding: 4px;
	background: #BDC5CE url(images/bgtop.jpg) repeat-x;
	border-bottom: 1px solid #A5B5C6;
	}
	
#center {
	margin: 0px 25%; 
	padding: 1% 3%;
	background: #fff url(images/bgcenter.gif) no-repeat center;
	color: #000;
	}

#left {
	position: absolute;
	padding: 0px;
	top: 101px;
	width: 25%;
	background: #A5B5C6 url(images/bgbotleft.gif) left bottom repeat-x;
	color: #000;
	}

#otherleftstuff {
	width: 88%;
	padding: 10px 6% 40px 6%;
	}

#news {
	position: absolute;
	width: 21.9%;			/* why not 22%?  because at some sizes the rounding difference adds up to more than 100% and gives us a horizontal scroll bar */
	height: 250px;
	overflow: hidden;
	margin-left: 75%;
	padding: 0px 1.5%;
	top: 101px;
	background-color: #153976;
	border-top: 1px solid #A5B5C6;
	}

div#news p.row {
	width: 100%;
	margin: 0px 0px 1em 0px;
	}

div#news p.row span.leftcol {
	float: left;
	color: #D6D6D6;
	}
	
div#news p.row span.rightcol {
	width: 70%;
	float: right;
	}
	
div#news p.row span.rightcol a {
	color: #D6D6D6;
	font-weight: bold;
	}
	
div#news p.row span.rightcol a:hover {
	color: #A4B5C5;
	}
	
.spacer {
	display: block;
	height: 1px;
	font: 1px /1 sans-serif;
	clear: both;
	}
		
div#topcontent {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 80%;
	}

#topcontent h2, #topcontent p {
	display: inline;
	margin-right: 0.5em;
	}

#end h2, #end p {
	display: inline;
	margin-right: 0.5em;
	}
	
#sponsor {
	position: absolute;
	width: 21.9%;
	height: 251px;
	margin-left: 75%;
	padding: 10px 1.5%;
	top: 375px;
	text-align: center;
	}
	
#articlesponsor {
	position: absolute;
	width: 21.9%;
	height: 251px;
	margin-left: 75%;
	padding: 10px 1.5%;
	top: 150px;
	text-align: center;
	}

#footer {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	background-color: #D6D6D6;
	color: #000;
	margin-top: 8px;
	}

#bio {
	float: right;
	width: 30%;
	padding: 1%;
	border: 4px dotted #5C6F90;
	color: #5C6F90;
	font-size: 0.7em;
	}

/* 

-------------------------------- Navigation ------------------------------ 

List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

*/


ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #D6D6D6;
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #A5B5C6;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #5C6F90;
	font: bold 0.8em /1.5 arial, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #fff;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li a:hover {
	background-color: #43616B;
	color: #eee;
	}
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px solid fuchsia;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px solid green;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #5C6F90;
	background-color: transparent;
	border: 0px solid yellow;
	}

ul#mainnav ul.subnav li a:hover {
	color: #43616B;
	background-color: transparent;
	text-decoration: underline;
	}
	
div#topcontent ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
div#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;	
	}
div#topcontent ul li.first {
	border-left: 0px none;
	}
div#topcontent ul li a {
	font: 0.7em /1 verdana, sans-serif;
	}

div#topcontent form {
	position: absolute;
	right: 0px;
	top: 55px;
	margin: 0px;
	}

div#end ul {
	text-align: center;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
div#end ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;	
	}
div#nd ul li.first {
	border-left: 0px none;
	}
div#end ul li a {
	font:  bold 0.7em /1 verdana, sans-serif;
	}

div#end form {
	position: absolute;
	right: 0px;
	top: 55px;
	margin: 0px;
	}

/*** Search Components ********************************************************/

#searchform {
  background: transparent url("images/bg_search.gif") no-repeat 10px 7px;
  left: 0;
  height: 40px;
}

#searchform input {
  background: transparent;
  border: none;
  color: #999;
  font-size: 90%;
  height: 18px;
  line-height: 18px;
  margin: 14px 0 0 20px;
  width: 95px;
}
#searchform input.focus {
  color: #000;
}
* html #searchform input { /** less margin-top for IE */
  margin-top: 10px;
}
#searchform.issafari {
  background: transparent;
}
#searchform.issafari input {
  color: #000;
  font-size: 100%;
  height: auto;
  margin: 10px 0 0 15px;
  width: 115px;
}
#searchform button {
  border: none;
  background: transparent url("images/bg_searchbutton.gif") no-repeat 0 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: 50px;
  width: 26px;
  height: 26px;
}
#searchform button:active {
  background-position: 0 -26px;
}

/* ---------------------------------------------------------------------*/

#modalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#444;
    z-index: 10000;
    opacity: 0.6;
}
#modalWindow
{
    position: fixed;
    left: 35%;
    top: 35%;
    width: 550px;
    background: #fff;
    border: 5px solid #333;
    font-size: 1.2em;
    z-index: 12000;
    padding: 5px;
}
#modalMsg
{
    position: absolute;
    left: 20%;
    top: 35%;
    width: 520px;
    padding: 20px;
    background: #555;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    display: none;
}
.modalGeneric .modalWindowBody{
    padding: 5px 10px;
    margin: 0;
}
#modalWindow form {
    margin: 0;
    padding: 0;
}
#modalWindow p {
    margin: 10px 0px;
    padding: 0;
}
#modalWindow .actionbtns{
    text-align: center;
}
#modalWindow .actionbtns input{
    width: 60px;
}

.title{
		font-weight:bold;text-align:left;
}

form{
	  width:auto;display:inline;margin:0;
}

.form{margin:0;padding:0;width:100%;}.form table,table.form{border:0;margin:0;padding:0;background-color:#f0f5fb;border-collapse:collapse;width:540px;}.form th{font-weight:normal;width:30%;text-align:right;vertical-align:top;padding:8px 2px 2px 4px;}.form td{text-align:left;vertical-align:top;padding:4px 2px 2px 4px;margin:0;}.form .information{margin:0;padding:0 20px 0 0;font-style:italic;}.form input.textreadonly{width:244px;background-color:#ebebe4;border:1px solid #7f9db9;padding:2px;}.form input.text{width:244px;}.form select{width:250px;}.form textarea{width:242px;height:140px;}.form textarea.small{width:242px;height:70px;}.form textarea.large{width:475px;height:320px;}

/* ---------------------------------------------------------------------*/

#blog a:link{
	color: #993333;		
	}
		
#blog a:visited{
	color: #993333;		
	}

#blog a:hover{
	color: #9966FF;		
	}

a:hover{
	color: #9966FF;
	font-weight: bold;
}

.arialX{
    font-family: Arial, Helvetica, sans-serif;
}

.arialbX{
    font-family: "Arial Black", "Arial Black", sans-serif;
}

.swisscX{
    font-family: "Swis721 BlkCn BT", Arial, Helvetica, sans-serif;
}

.swisseX{
    font-family: "Swis721 BlkEx BT", Arial, Helvetica, sans-serif;
}

.pristinaX{
    font-family: Pristina, "Palatino Linotype", Papyrus, cursive;
}

.bobcatX{
    font-family: Bobcat, "Comic Sans MS", "Comic Sans MS", cursive;
}

.gothicX{
    font-family: "BankGothic Lt BT", "Lucida Console", Monaco, monospace;
}

.complexX{
    font-family: Complex, "Courier New", Courier, monospace;
}

.kristenX{
    font-family: "Kristen ITC", "Comic Sans MS", "Comic Sans MS", cursive;
}

.bukkakeX{
    font-family: Bukkake, "Comic Sans MS", "Comic Sans MS", cursive;
}

.projectsX{
    font-family: "Comic Sans MS", "Comic Sans MS", cursive;
}

.georgiaX{
    font-family: Georgia, Georgia, Georgia, serif;
}

.cezanneX{
    font-family: Cezanne, "Brush Script MT Italic", "Brush Script MT", Papyrus, cursive;
}

a.out{
	  background-image: url('out.gif'); 
	  background-repeat: no-repeat; 
	  background-attachment: scroll; 
	  background-position: right center;
	  text-decoration: none;
}

.transpa{
	opacity: 0.6;
}

