/* Geeks-mx */

/****************************************************************
** generic
****************************************************************/

/*** nettoyage de printemps, regles de base ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
a img {
	border: 0;
}
ol, ul {
	list-style: none;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*** gros oeuvre ***/

body {
	background-color:     #F3F3F3;
	text-align:           center;
	font-size:            12px;
	font-family:          Verdana, Tahoma, Arial, sans-serif;
	margin: 32px;
}

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

body.right-sidebar #primary {
	position: relative;
	float: left;
	width: 65%;
}

body.singular #primary {
	width: 80%;
}

body.right-sidebar #secondary {
	position: relative;
	float: right;
	width: 25%;
  margin-right: 5%;
	text-align: justify;
}

div#after-secondary {
	clear: both;
}


/*** polices, forms ***/
font {
  font-size:    12px;
}

font.italic {
  font-style: oblique;
}

font.bold {
   font-weight:  bold;
}

input {
	FONT-SIZE: 12px;
	BACKGROUND: #FFFFFF url(./defaut/button.png) repeat-x bottom;
	COLOR: #006600;
	FONT-FAMILY: Verdana, Tahoma, Arial, sans-serif;
	border: 1px solid #99CC99;
  	margin: 2px 0px 2px 0px;
}

/*** fleches ***/

nav#nav-above {
	display: none;
}

.nav-next a {
	font-weight: bold;
	margin-left: 64px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #339900;
	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;
}

.nav-previous a {
	font-weight: bold;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #339900;
	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;
}

/***********    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:           #339900;
}


a:link, a:visited {
  text-decoration: none;
  color:           #339900;
}

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

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

.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Search Form */

#searchform {
	position: relative;
	float: left;
	text-align: left;
  margin-top: 2px;
  padding-right: 15px;
}
#searchform #s {
	background: url(../images/search.png) no-repeat 2px 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 0px 0px 0px 20px;
	float: left;
	width: 80px;
}
#searchform #s:focus {
	width: 196px;
}
#searchform #searchsubmit {
	display: none;
}

select.choose_css {
	float: right;
	position: relative;
	text-decoration: none;
	FONT-SIZE: 10px;
	border: 1px solid #F3F3F3;
	background-color: #F3F3F3;
  margin-top: 4px;
  margin-right: 4px;
}

ul.menu {
	float: right;
	position: relative;
	height: 32px;
	vertical-align: bottom;
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
}

li.menu-item {
	float: left;
	position: relative;
  display: inline;
	font-weight: bold;
	BACKGROUND-IMAGE: url(./defaut/button.png);
	BACKGROUND-POSITION: center top;
	BACKGROUND-REPEAT: repeat-x;
	FONT-SIZE: 12px;
	COLOR: #339900;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	padding-bottom: 5px;
	padding-top: 6px;
	padding-right: 20px;
	padding-left: 20px;
}

li.menu-item:hover {
	background-color: #CCFFCC;
	background-image: none;
	text-decoration: none;
}

li.menu-item a:hover {
	text-decoration: none;
}

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

div.citation {
	font-size:          12px;
	vertical-align:     middle;
	color:              #339900;
	border-style:       none;
	border-width:       1px;
	border-color:       #339900;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 36px;
  clear: both;
}

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

article {
  display: block;
	width:        100%;
	background-color:   #F8F8F8;
	border-style: solid;
	border-width: 1px;
	border-color: #339900;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: 0px;
	text-align: left;
}

h1.page-title {
	padding-bottom: 16px;
  color: #339900;
}
article header .entry-format  {
  display: none;
	visibility: hidden;
}
  
article header h1.entry-title a,
article header h1.entry-title a:hover{
	text-decoration: none;
}

article header .entry-title  {
	BACKGROUND-IMAGE: url(./defaut/gradient.png);
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	VERTICAL-ALIGN: middle;
	COLOR: #339900;
	TEXT-ALIGN: left;
	BACKGROUND-REPEAT: repeat-y;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
	height: 16px;
  margin-top:0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

article header .entry-title:hover{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	VERTICAL-ALIGN: middle;
	COLOR: #339900;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
	height: 16px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #CCFFCC;
	background-image: url(./defaut/button.png);
	background-position: left top;
	background-repeat: repeat-x;
}

header div.entry-meta, .entry-summary {
  padding:     8px;
  text-align:  justify;
}

div.avatar {
  float:  left;
  margin: 0px 10px 10px 10px;
}

div.entry-content {
  padding:     8px;
  text-align:  justify;
}

div.entry-content p {
	text-align:  justify;
}

footer {
  padding:     8px;
  text-align:  justify;
}

footer div.avatar {
  display: none;
  visibility: hidden;
}

.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #491;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 2px 6px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #390;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/*** IMG ***/
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Comments link */
.entry-header .comments-link {
  display: block;
}

.entry-header .comments-link a {
	background: #eee url(../images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	position: relative;
	float: right;
	padding: 0 0 0 0;
  margin: 0px 12px 12px 12px;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #5B3;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*** formulaire de commentaires ***/
#respond {
  display: block;
	position: relative;
	width: 80%;
	background-color:   #F8F8F8;
	border-style: solid;
	border-width: 1px;
	border-color: #339900;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: 0px;
	text-align: left;
}
#reply-title {
	BACKGROUND-IMAGE: url(./defaut/gradient.png);
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	VERTICAL-ALIGN: middle;
	COLOR: #339900;
	TEXT-ALIGN: left;
	BACKGROUND-REPEAT: repeat-y;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
	height: 16px;
  margin-top:0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#respond form#commentform {
  text-align:  justify;
  padding: 0px 8px 0px 8px;
}
#respond input[type="text"],
#respond textarea {
	border: 1px solid #339900;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
  font-weight: bold;
}
#respond textarea {
	text-indent: 100px;
  padding-top: 3px;
}
#respond .comment-form-author input[type="text"] {
	text-indent: 70px;
}
#respond .comment-form-email input[type="text"] {
	text-indent: 160px;
}
#respond .comment-form-url input[type="text"] {
	text-indent: 70px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
  margin-top: -20px;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #491;
	display: inline-block;
  position: relative;
  top: 20px;
	z-index: 1;
	font-size: 13px;
  padding-left: 4px;
  padding-right: 4px;
}

#respond .comment-form-author .required ,
#respond .comment-form-email .required ,
#respond .comment-form-url .required ,
#respond .comment-form-comment .required {
  position: relative;
  top: 20px;
	z-index: 1;
}

#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
  font-weight: normal;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .required {
	color: #bd3500;
}
#respond .comment-notes a:first-child,
#respond .logged-in-as a:first-child {
	font-weight: bold;
}
#respond p {
	margin: 10px 0;
	font-size: 12px;
}
#respond .form-submit {
}
#respond input#submit {
	background: #ddd;
	border-width: 0px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #491;
	cursor: pointer;
	padding: 4px 12px 4px 12px;
}
#respond input#submit:active {
	background: #390;
	color: #fff;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: none;
}
#respond label {
}
#respond input[type=text] {
	display: block;
	height: 18px;
	width: 75%;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/*** commentaires ***/

article.comment {
  border-style: dashed;
}

article.comment img.avatar{
  padding-right:     8px;
}
article.comment p {
  padding:     8px;
  text-align:  justify;
}

article.comment div.comment-author span.fn {
   font-weight:  bold;
}

article.comment div.reply {
	margin: 2px 2px 10px 10px;
}

article.comment div.reply a.comment-reply-link {
	background: #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #491;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 2px 6px;
}

article.comment div.reply a.comment-reply-link:hover {
	background: #390;
	color: #fff;
}

/*** titres de news et autres listes de commentaires ***/

.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}


/*** A propos ***/

div#author-info {
  display: block;
	background-color:   #F8F8F8;
  border-style: dashed;
	border-width: 1px;
	border-color: #339900;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: left;
  padding:     8px;
  text-align:  justify;  
}

div#author-info  div#author-avatar {
  display: none;
  visibility: hidden;
}

div#author-info  div#author-description  h2 {
  display: block;
	color: #000000;
	margin-bottom: 8px;
}

div#author-info  div#author-link {
	color: #000;
	margin-top: 8px;
}


/******************* sidebar content (widgets) ********************/


#secondary aside.widget  {
	display: block;
	margin-bottom: 10px;
	background-color:   #F8F8F8;
	border-style: solid;
	border-width: 1px;
	border-color: #339900;
}

h3.widget-title {
	display: block;
	BACKGROUND-IMAGE: url(./defaut/gradient.png);
	BACKGROUND-REPEAT: repeat-y;
	VERTICAL-ALIGN: middle;
	COLOR: #339900;
	TEXT-ALIGN: left;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
	height: 16px;
	padding: 3px;
}

#secondary aside.widget_humeurmxwidget{
	display: block;
	margin-bottom: 0px;
	border-style: none;
	border-width: 1px;
	border-color: #339900;
}

#secondary aside.widget_humeurmxwidget div.humeur_mx_container {
	margin-bottom: 10px;
	background-color:   #F8F8F8;
	border-style: solid;
	border-width: 1px;
	border-color: #339900;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#secondary aside.widget_humeurmxwidget div.humeur_mx_title {
	display: block;
	BACKGROUND-IMAGE: url(./defaut/gradient.png);
	VERTICAL-ALIGN: middle;
	COLOR: #339900;
	TEXT-ALIGN: left;
	BACKGROUND-REPEAT: repeat-y;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
	height: 16px;
	padding: 3px;
}

#secondary aside.widget_humeurmxwidget div.humeur_mx_message {
	padding: 3px;
}

#secondary aside.widget_humeurmxwidget h3.widget-title {
	display: none;
}

/*** page des citations ***/

div.entry-content ul li{
	list-style: square;
	padding-top: 6px;
}

div.entry-content ol li{
	list-style: decimal;
	padding-top: 6px;
}

/*** psge 404 ***/

article .widgettitle {
  clear: both;
	BACKGROUND-IMAGE: url(./defaut/gradient.png);
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	VERTICAL-ALIGN: middle;
	COLOR: #339900;
	TEXT-ALIGN: left;
	BACKGROUND-REPEAT: repeat-y;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
	height: 16px;
  margin-top:0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

article select {
	display: block;
	position: relative;
	text-align: left;
  margin-top: 2px;
  margin-bottom: 8px;
}

article #searchform {
	display: block;
	position: relative;
	text-align: left;
  margin-top: 2px;
  margin-bottom: 8px;
  padding-right: 15px;
}

article #searchform #s {
	background: url(../images/search.png) no-repeat 2px 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 0px 0px 0px 20px;
	float: left;
	width: 196px;
}
article #searchform #s:focus {
	width: 196px;
}
article #searchform #searchsubmit {
	display: none;
}

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

header#branding {
  display: block;
	background-color: #F3F3F3;
  margin: 0px;
  padding: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
}

header#branding img{
  padding: 16px;
  margin: 0px;
}

header#branding a, header#branding a:hover {
	text-decoration: none;
  padding: 0px;
  margin: 0px;
	border-style: none;
}

div#main {
	clear: both;
  margin: 0px 0px 0px 0px;
	TEXT-ALIGN: center;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
	margin: 0px;
	padding: 0px;
}

footer#colophon {
	clear: both;
	text-align: center;
	font-size: 9px;
	height: 12px;
	BORDER-RIGHT: #339900 2px SOLID;
	BORDER-LEFT: #339900 2px;
	BORDER-TOP: #339900 2px;
	BORDER-BOTTOM: #339900 2px solid;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-IMAGE: url(./defaut/gradient.png);
	BACKGROUND-POSITION: left bottom;
	background-color: #F8F8F8;
  margin: 0px;
  padding: 0px;
}


/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}