/* Geeks-mx */

/****************************************************************
** Matreeks
****************************************************************/

body {
	COLOR: #CCFFCC;
	text-align: center;
	vertical-align:	middle;
	background-image: url(../css/matreeks/bgcode.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	margin: 32px;
}

#global {
     position: relative; 
     margin-left: auto;
     margin-right: auto;
     width: 916px;
}

td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

font {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCFFCC;
}

font.italic {
	font-style: italic;
}

font.bold {
   font-weight: bold;
}

input {
	COLOR: #CCFFCC;
	margin: 2px 0px 2px 0px;
	border-top: 1px solid #000000;
	border-right: 1px dashed #009900;
	border-bottom: 1px dashed #009900;
	border-left: 1px solid #000000;
	font-size: 9px;
	background-color: #000000;
}

form {
	margin: 6px 4px 4px 6px;
}

/****************************************************************
** A
****************************************************************/

/*
* hack to force images to be rendered well in Internet Explorer
* even when they are surrounded by a link
*/
A IMG {
	border: 0px none #CCCCCC;
  text-decoration: none;
  color:           #00FF00;
}
	
a:link, a:visited {
  text-decoration: none;
  color: #00FF00;
}

a:active, a:hover {
	text-decoration: underline;
}

a.next_item {
	font-weight: normal;
	margin-left: 64px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #00CC00;
	background-image: url(./defaut/arrownext.png);
	background-position: center 10px;
	line-height: 96px;
	padding-top: 48px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}

a.prev_item {
	font-weight: normal;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #00CC00;
	background-image: url(./defaut/arrowprev.png);
	background-position: center 10px;
	line-height: 96px;
	padding-top: 48px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	margin-right: 64px;
}

/*******************************************************************************
** menu
*******************************************************************************/

div.menu {
	text-align: center;
	vertical-align: top;
	background-image: url(../css/matreeks/matreeks.gif);
	background-repeat: no-repeat;
	background-position: center 16px;
	height: 128px;
	padding-left: 120px;
	margin-left: 72px;
}

select.css {
	text-decoration: none;
	FONT-SIZE: 10px;
	border: 1px solid #000000;
	background-color: #000000;
	color: #006600;
	float: right;
}

a.menuButton {
	text-decoration: none;
	COLOR: #00CC00;
	text-align: center;
	vertical-align: middle;
	height: 24px;
	width: 128px;
	padding-right: 30px;
	padding-left: 30px;
	border-top: 1px #009900;
	border-right: 1px #009900;
	border-bottom: 1px solid #009900;
	border-left: 1px #009900;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: -8px;
}

a.menuButton:hover {
	color: #00FF00;
	text-decoration: none;
	font-size: 12px;
	border-top: 2px #00CC00;
	border-right: 2px #00CC00;
	border-bottom: 2px solid #00CC00;
	border-left: 2px #00CC00;
}

/***************************************************************************
** news
******************************************************************************/

div.news {
	margin-bottom: 32px;
	text-align: left;
	margin-top: 32px;
	width: 656px;
	margin-left: 0px;
}

div.newsTitle {
	VERTICAL-ALIGN: middle;
	COLOR: #00CC00;
	TEXT-ALIGN: center;
	height: 20px;
	padding-right: 4px;
	padding-left: 4px;
	width: 32px;
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #009900;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #009900;
	text-decoration: none;
	font-size: 12px;
}

div.newsTitle:hover {
	COLOR: #009900;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #000000;
}

img.avatar {
	float:  left;
	margin: 0px 0px 0px -128px;
	padding: 8px;
	background-color: #99FF99;
	border: 2px outset #006600;
	visibility: hidden;
}

div.newsBody {
	text-align:  right;
	color: #00CC00;
	display: inline;
	vertical-align: top;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

div.paragraph {
	text-align:  justify;
	color: #CCFFCC;
	white-space: normal;
	padding-top: 8px;

}

/***************************************************************************
** tagboard
******************************************************************************/

div.tagboard {
	padding: 2px;
	color: #CCFFCC;
	text-align: left;
	vertical-align: middle;
	margin-right: 32px;
	width: 100%;
}

div.tagboardTitle {
	COLOR: #00CC00;
	TEXT-ALIGN: left;
	vertical-align: middle;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	height: 24px;
	width: 128px;
	display: inline;
	border-top-style: solid;
	border-left-style: solid;
	font-size: 12px;
}

a.tagboard_switch {
	FONT-WEIGHT: normal;
	color: #006600;
	font-size: 10px;
	font-variant: small-caps;
}

div.tagboardBody {
	padding:     8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
}

form.form_tagboard {
	text-align:  justify;
	vertical-align: middle;
	font-size: 6pt;
	text-transform: uppercase;
	text-decoration: none;
}

/***************************************************************
** archives
***************************************************************/

a.archives {
	font-size: 10px;
	line-height: 48px;
	color: #339933;
	padding-top: 48px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	margin-right: 16px;
	margin-left: 16px;
}

div.archiveBox {
	padding: 2px 2px 4px;
	width: 512px;
	margin-right: 16px;
	margin-bottom: 32px;
	margin-left: 16px;
	border-top: 1px #009900;
	border-right: 1px solid #009900;
	border-bottom: 1px solid #009900;
	border-left: 1px #009900;
	text-align: left;
	vertical-align: middle;
}

div.archiveTitle {
	VERTICAL-ALIGN: middle;
	COLOR: #00CC00;
	TEXT-ALIGN: center;
	PADDING: 2px 4px;
	border-top: 1px solid #009900;
	border-right: 1px #009900;
	border-bottom: 1px #009900;
	border-left: 1px solid #009900;
	width: 128px;
	margin-top: 16px;
	font-size: 12px;
}

select.archiveSelect {
	width: 480px;
	font-size: 10px;
	margin-top: 16px;
	margin-bottom: 8px;
	border-top: 1px dashed #009900;
	border-right: 1px #009900;
	border-bottom: 1px #009900;
	border-left: 1px dashed #009900;
	background-color: #000000;
	color: #CCFFCC;
}

/***************************************************************
** citation
***************************************************************/

div.citation {
	vertical-align: middle;
	color: #00CC00;
	text-align: center;
	white-space: normal;
	margin-top: 16px;
	margin-bottom: 16px;
	width: 680px;
	margin-right: 128px;
	margin-left: 128px;
}

/***************************************************************
** humeur
***************************************************************/

div.humeur {
	width: 200px;
	text-align: left;
	vertical-align: middle;
	margin-top: 28px;
	padding-top: 4px;
	margin-left: 32px;
}

div.humeurTitle {
	VERTICAL-ALIGN: middle;
	COLOR: #00CC00;
	TEXT-ALIGN: center;
	height: 20px;
	padding-right: 4px;
	padding-left: 4px;
	width: 32px;
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #009900;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #009900;
	text-decoration: none;
	font-size: 12px;
}

div.humeurTitle:hover {
	COLOR: #009900;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #000000;
}

div.humeurBody {
	vertical-align: top;
	text-align: left;
	padding: 8px;
	color: #CCFFCC;
	border-top: 1px #009900;
	border-right: 1px solid #009900;
	border-bottom: 1px solid #009900;
	border-left: 1px #009900;
}

/***************************************************************
** comic
******************************************************************/

table.comic {
	text-align: left;
	vertical-align: middle;
	margin-top: 16px;
}

div.comicTitle {
	VERTICAL-ALIGN: middle;
	COLOR: #00CC00;
	TEXT-ALIGN: center;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top: 1px solid #009900;
	border-right: 1px #009900;
	border-bottom: 1px #009900;
	border-left: 1px solid #009900;
	width: 128px;
	font-size: 12px;
}

img.comic {
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
}

/***************************************************************
** lien
******************************************************************/

a.linkCategTitle {
	VERTICAL-ALIGN: middle;
	COLOR: #00CC00;
	text-align: center;
	display: block;
	margin-bottom: 32px;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 16px;
	border-top: 1px solid #009900;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #009900;
	width: 128px;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.linkCategTitle:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #000000;
	border-top-style: solid;
	border-left-style: solid;
	text-decoration: none;
}

div.linkCateg {
}

div.link {
	width: 33%;
	margin-bottom: 32px;
	margin-top: -16px;
	border-top: 1px #009900;
	border-right: 1px dashed #009900;
	border-bottom: 1px dashed #009900;
	border-left: 1px #009900;
}

div.linkTitle {
	VERTICAL-ALIGN: middle;
	COLOR: #00CC00;
	HEIGHT: 13px;
	TEXT-ALIGN: center;
	PADDING: 8px 8px 4px;
	margin: 2px;
}

div.linkDescription {
	padding: 4px 8px 8px;
	text-align: justify;
	color: #CCFFCC;
}

/****************************************************************/
/* main page                                                    */
/****************************************************************/

div.head {
	visibility: hidden;
	margin-top: -256px;
	height: 256px;
}

div.bodyer {
	TEXT-ALIGN: center;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px #000000;
	border-left: 1px solid #000000;
	width: 800px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

div.copyr {
	text-align: center;
	font-size: 9px;
	vertical-align: middle;
	color: #009900;
	margin-top: 32px;
	width: 680px;
	margin-right: 128px;
	margin-left: 128px;
}

/* end of Matreeks.css	*/
