/*Stylesheet for Ishimaru Design 5.0 */

@import url(bbcode.css);

/*Resets margins and paddings, for better browser compatibility*/
*{
	margin:0;
	padding:0;
}

/*Page body and general formatting*/
body
{
	background-color: #caefc6;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #555555;
	font-size: 100%; /*prévient le bug d'IE avec l'unité EM*/
}
a img {border:none;}
a {
	color: #c85000;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}

/*Main parts*/
#bodyline
{
	background: url(side-right.gif) repeat-y right;
	padding: 0 25px 0 0;
}
#template
{
	background: url(side-left.gif) repeat-y left;
	padding: 0 0 0 25px;
}
#accessbar
{
	background-color: #25611f;
	color: white;
	text-align: right;
	padding: 2px 5px;
	font-size: 0.7em;
}
#accessbar a
{
	color: white;
}
#header
{
	background: url(header.png) repeat-x top;
	height: 100px;
}
#logo-desc
{
	background: url(logo-top.png) no-repeat top left;
	padding-left: 170px;
	margin-right: 200px;
	height: 100px;
}
#logo-desc h1
{
	font-size: 1.8em;
	color: #25611f;
	padding: 10px 5px 5px 5px;
}
#logo-desc p
{
	font-size: 0.8em;
	color: #25611f;
	padding: 2px;
}
#fastconnect
{
	float: right;
	width: 200px;
	padding-top: 8px;
}
#fastconnect p.login
{
	margin:0px;
	padding:0px;
	line-height: 1em;
}
#fastconnect label
{
	float:left;
	display:block;
	width:100px;
	font-size:0.7em;
	text-align:right;
}
#fastconnect input.fastlogin
{
	font-size: 0.7em;
	border: 1px solid #25611f;
	background-color: #ffffff;
	color: #333333;
	margin:0px;
}
*:first-child+html #fastconnect input.check
{
	position:relative;
	bottom: 3px;
	right: 3px;
}
#fastconnect p.connect
{
	text-align:center;
	margin:0px;
	padding:0px;
}
*:first-child+html #fastconnect p.connect
{
	position:relative;
	bottom: 4px;
}
#fastconnect input.connect, #fastconnect button.connect
{
	border: 1px solid #25611f;
	background: #25611f url(button.gif) repeat-x;
	color: white;
	font-size: 0.7em;
	font-weight: normal;
	padding:2px;
}
button.connect a
{
	color:white;
	font-weight:normal;
}
#options
{
	float: right;
	width: 150px;
	padding-top: 2px;
}
#options ul
{
	list-style-type: none;
	margin: 2px 10px;
	text-align: right;
}
#options ul li a
{
	color: #25611f;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 14px;
}

/*Speedbar*/
#menu_horizontal
{
	background: url(speedbar.gif) repeat-x top;
	height: 30px;
}
#menu_horizontal ul
{
	background: url(logo-bottom.png) no-repeat top left;
	height: 30px;
}
#menu_horizontal ul li
{
	display: inline;
	float: right;
	padding: 0 0.6em;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 0.7em;
}

/*Partie contenant le menu latéral et le contenu principal*/
#corps
{
	background-color: #ffffff;
}
#corps-template
{
	background: url(sidemenu.gif) repeat-y top left;
}

/*Menu latéral*/
#menu
{
	width: 160px;
	float: left;
}
#menu .sous-menu
{
	margin: 10px 5px;
}
#menu .sous-menu h2
{
	border-bottom: #25611f 1px solid;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7em;
	text-align: center;
	padding: 2px;
	margin-bottom: 5px;
}
#menu .sous-menu ul.nav
{
	list-style-type: none;
	font-size: 0.75em;
}
#menu .sous-menu ul.nav li
{
	line-height: 18px;
}

/*Top-10*/
#menu .top-ten
{
	font-size: 0.7em;
}
#menu .top-ten dt
{
	width: 110px;
	float: left;
}

/*Derniers messages*/
#menu ul.lastposts
{
	font-size: 0.7em;
	list-style-image: url(list-image.gif);
	list-style-position: inside;
}
#menu ul.lastposts li
{
	padding: 2px;
}

/*Poll*/
#menu p
{
	font-size: 0.8em;
	margin-bottom: 5px;
}
#menu .poll
{
	font-size: 0.7em;
}
#menu .poll .normal div
{
	float:left;
}
#menu .poll .vote
{
	font-weight:bold;
}
#menu .poll .vote-option
{
	float:left;
	width:130px;
	line-height: 1.6em;
}
#menu .poll .submit-vote
{
	float:left;
	margin-right: 5px;
}
#menu .poll .submit-vote input, #menu .poll .submit-white input
{
	border: 1px solid #25611f;
	background: #25611f url(button.gif) repeat-x;
	color: white;
	font-size: 1em;
	cursor: default;
	padding: 1px;
}

/*Main content*/
#main
{
	margin-left: 160px;
	background: white url(deco-corps.png) no-repeat 15px 25px;
	padding: 15px 16px;
}
#main h3
{
	margin-top: 13px;
	padding-left: 3px;
	font-size: 1.3em;
	padding: 5px;
}
#main h3 a, #main h3 a:hover
{
	color: #555555;
	cursor:text;
	text-decoration: none;
}
#main p.explain
{
	padding: 5px;
	text-align: justify;
	font-size: 0.8em;
}
#main h4.solo
{
	padding: 10px;
	font-size: 1.2em;
	text-align: center;
}
#main ul.list, #main ol.list
{
	font-size: 0.8em;
	padding: 10px;
	padding-left: 20px;
	line-height: 18px;
}

/*News*/
.news
{
	margin-bottom: 5px;
}
.news h5
{
	border: #6aab63 solid;
	border-width: 0px 0px 1px 1px;
	background: url(heading.png) no-repeat bottom left;
	height: 24px;
	font-size: 1em;
	line-height: 24px;
	padding-left: 5px;
}
.news .news_info
{
	text-align: right;
	font-size: 0.75em;
	padding: 3px;
	border: #6aab63 solid;
	border-width: 0px 1px 1px 1px;
	background-color: #efefef;
}
.news .p
{
	text-align: justify;
	border: #6aab63 solid;
	border-width: 0px 1px 1px 1px;
	padding: 10px;
	background-color: #efefef;
	font-size: 0.8em;
}
.news .goto
{
	text-align:right;
}
#main h6
{
	font-size: 1em;
	text-align: center;
}
.clearfix
{
	clear:both;
	height:1px;
}
code
{
	font-family: 'Courier New', 'Andale Mono', Monospace, monospace;
	font-size:1.2em;
}

/*Data tables*/
.table-content
{
	margin: 10px 0px;
}
.table-content table
{
	width: 100%;
	border: #25611f 1px solid;
	border-collapse: collapse;
}
.table-content table th
{
	border: #25611f 1px solid;
	background: #25611f url(button.gif) repeat-x;
	color: white;
	padding: 2px;
	font-size: 0.75em;
}
.table-content table td
{
	border:  #6aab63 1px solid;
	font-size: 0.75em;
	padding: 2px 4px;
}
td.nodata, td.edit, td.delete, td.style-name, td.style-author, td.type, td.imglink, td.version, td.base, td.opp, td.winner, td.site-admin, td.reviewer, td.result, td.level, td.date
{
	text-align: center;
}

/*Battles*/
.battles
{
	margin-bottom: 5px;
	margin-left: -1px;
}
.battles h4
{
	border: #6aab63 solid;
	border-width: 0px 0px 1px 1px;
	background: url(heading.png) no-repeat bottom left;
	height: 24px;
	font-size: 1em;
	line-height: 24px;
	padding-left: 5px;
}
.battles .inner
{
	border: #6aab63 solid;
	border-width: 0px 1px 1px 1px;
	background-color: #efefef;
	height: 150px;
}
.battles .result
{
	font-size:0.8em;
	padding: 5px;
}
.battles .thumb
{
	float:right;
	text-align:right;
	margin-right:0px;
}
.battles .goto
{
	text-align:right;
	font-size: 0.8em;
	padding: 3px 5px;
	border: #6aab63 solid;
	border-width: 0px 1px 1px 1px;
	background-color: #efefef;
}

/*Forum styles*/
.style_preview
{
	margin-bottom: 5px;
}
.style_preview h5
{
	border: #6aab63 solid;
	border-width: 0px 0px 1px 1px;
	background: url(heading.png) no-repeat bottom left;
	height: 24px;
	font-size: 1em;
	line-height: 24px;
	padding-left: 5px;
}
.style_preview .rightblock
{
	float: right;
	width: 170px;
}
.style_preview .infos
{
	border: #6aab63 solid;
	border-width: 0px 1px 1px 1px;
	padding: 10px;
	background-color: #efefef;
}
.style_preview .note
{
	text-align: justify;
	font-size: 0.8em;
}
.style_preview .goto
{
	text-align:right;
	font-size:0.8em;
}
/*Forumotion style specific*/
dl.style
{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 0.8em;
}
dl.style dt
{
	margin-top: 5px;
}
dl.style dd
{
	margin-bottom: 10px;
}

/*GIMP tutorials*/
#sort fieldset
{
	margin: 10px;
	border: 1px solid #6aab63;
	padding: 5px;
}
#sort legend
{
	margin-left: 10px;
	background-color: #6aab63;
	-moz-border-radius : 5px;
	padding: 2px 3px;
	color:white;
	font-size: 0.7em;
	font-weight:bold;
}
#sort p.triage
{
	margin: 10px 5px;
	text-align:center;
}
#sort label
{
	font-size:0.8em;
	font-weight:bold;
}
#sort select
{
	font-size: 0.8em;
	border:#6aab63 1px solid;
	background-color:white;
	color:#444444;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 2px;
}
#sort p.submit
{
	text-align:center;
	margin-top: 20px;
}
#sort input.submit
{
	border: #25611f 1px solid;
	background: #25611f url(button.gif) repeat-x;
	color: white;
	padding: 2px;
	font-size: 0.8em;
	font-weight:bold;
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
}
.pagination
{
	margin:10px 0;
	font-size:0.8em;
}
.tuto
{
	margin-bottom: 5px;
	margin-left: -1px;
}
.tuto h4
{
	border: #6aab63 solid;
	border-width: 0px 0px 1px 1px;
	background: url(heading.png) no-repeat bottom left;
	height: 24px;
	font-size: 1em;
	line-height: 24px;
	padding-left: 5px;
}
.tuto .publish
{
	text-align: right;
	font-size: 0.75em;
	padding: 3px 5px;
	border: #6aab63 solid;
	border-width: 0px 1px 1px 1px;
	background-color: #efefef;
}
.tuto .publish a
{
	font-size: 0.95em;
}
.tuto .inner
{
	font-size: 0.8em;
	border: #6aab63 solid;
	border-width: 0px 1px 1px 1px;
	background-color: #efefef;
}
.tuto .thumb
{
	float: left;
}
.tuto .thumb img
{
	border: #6aab63 solid;
	border-width: 0px 1px 1px 0px;
}
.tuto .desc
{
	height: 134px;
	margin-left: 160px;
	margin-right: 10px;
	text-align: justify;
}
.tuto .read
{
	margin-left: 160px;
	margin-right: 20px;
	text-align: right;
	position:relative;
	bottom: 5px;
}
.tuto ul
{
	height: 24px;
	list-style-type:none;
	font-size: 0.75em;
	border: #6aab63 solid;
	border-width: 0px 1px 1px 1px;
	background-color: #efefef;
}
.tuto ul li
{
	display:inline;
	padding: 0 0.5em;
	float:right;
	line-height: 23px;
}

/*Webdesigns*/
.webdiz
{
	margin-bottom: 5px;
	margin-left: -1px;
}
.webdiz h4
{
	border: #6aab63 solid;
	border-width: 0px 0px 1px 1px;
	background: url(heading.png) no-repeat bottom left;
	height: 24px;
	font-size: 1em;
	line-height: 24px;
	padding-left: 5px;
}
.webdiz .inner
{
	font-size: 0.8em;
	border: #6aab63 solid;
	border-width: 0px 1px 1px 1px;
	background-color: #efefef;
}
.webdiz .thumb
{
	float: left;
}
.webdiz .thumb img
{
	border: #6aab63 solid;
	border-width: 0px 1px 1px 0px;
}
.webdiz .desc
{
	height: 134px;
	margin-left: 160px;
	margin-right: 10px;
	text-align: justify;
}
.webdiz .download
{
	margin-left: 160px;
	margin-right: 20px;
	text-align: right;
	position:relative;
	bottom: 5px;
}


/*SVG files gallery*/
.svg
{
	margin: 5px 0px;
}
.svg h4
{
	border: #6aab63 solid;
	border-width: 0px 0px 1px 1px;
	background: url(heading.png) no-repeat bottom left;
	height: 24px;
	font-size: 1em;
	line-height: 24px;
	padding-left: 5px;
}
.svg .inner
{
	font-size: 0.8em;
	border: #6aab63 solid;
	border-width: 0px 1px 1px 1px;
	background-color: #efefef;
}
.svg-demo
{
	float:left;
}
.svg-demo img
{
	border: #6aab63 solid;
	border-width: 0px 1px 1px 0px;
}
.svg ul
{
	height:100px;
	margin-left: 160px;
	margin-right: 10px;
	list-style-type:none;
}


/*Partie admin - Index*/
.categorie
{
	margin-bottom: 5px;
	margin-left: -1px;
}
.categorie h4
{
	border: #6aab63 solid;
	border-width: 0px 0px 1px 1px;
	background: url(heading.png) no-repeat bottom left;
	height: 24px;
	font-size: 1em;
	line-height: 24px;
	padding-left: 5px;
}
.categorie ul
{
	list-style-type:none;
	font-size: 0.75em;
	padding: 5px;
	border: #6aab63 solid;
	border-width: 0px 1px 1px 1px;
	background-color: #efefef;
	line-height: 18px;
}

/*Reviews, battles, tutorials and styles management*/
h4.add
{
	text-align:center;
	font-size: 0.75em;
}
h4.add a
{
	color:white;
	border: 1px solid #25611f;
	background: #25611f url(button.gif) repeat-x;
	padding:1px 3px;
}


/*Admin part forms*/
.admin fieldset
{
	margin: 10px;
	border: 1px solid #6aab63;
	padding: 5px;
}
.admin fieldset legend
{
	margin-left: 10px;
	background-color: #6aab63;
	-moz-border-radius : 5px;
	padding: 2px 3px;
	color:white;
	font-size: 0.7em;
	font-weight:bold;
}
.admin label
{
	display:block;
	font-size:0.8em;
	font-weight:bold;
	margin-top:10px;
}
.admin input.post, .admin textarea, .admin select
{
	font-size: 0.8em;
	border:#6aab63 1px solid;
	background-color:white;
	color:#444444;
	font-family: Verdana, Arial, sans-serif;
}
.admin span.post, .admin form em
{
	font-size: 0.8em;
}
.admin p.submit
{
	text-align:center;
	margin-top: 20px;
}
.admin input.submit, .admin button.submit
{
	border: #25611f 1px solid;
	background: #25611f url(button.gif) repeat-x;
	color: white;
	padding: 2px;
	font-size: 0.8em;
	font-weight:bold;
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
}
.admin button.submit a {
	color:white;
}
.admin input.file {
	font-size:0.8em;
}
.bbcode_input input {
	border: #25611f 1px solid;
	background: #25611f url(button.gif) repeat-x;
	color: white;
	padding: 1px;
	margin:1px -1px;
	font-size: 0.75em;
	font-weight:normal;
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
}
.smilies img
{
	margin: 1px 2px;
}

.notice
{
	border:1px solid #bbbb77;
	background:#ffffaa;
	color: #bbbb77;
}
.warning
{
	border:1px solid #ee8888;
	background:#ffdddd;
	color: #ee8888;
}
.notice, .warning
{
	margin: 5px 15px 10px 15px;
	padding: 10px;
	font-size: 0.8em;
	font-weight:bold;
	text-align:center;
}

/*Footer*/
#footer
{
	background-color: #25611f;
	color: white;
	font-size: 0.7em;
	text-align: center;
	padding: 5px;
}
#footer a
{
	color: white;
}

