/*  
Theme Name: rccmsg
Theme URI: http://www.cern-rugby.ch/
Description: Le th&egrave;me rugby du <a href="http://www.cern-rugby.ch/">RC CMSG</a> fait avec amour et quelques bi&egrave;res.
Version: b&ecirc;ta
Author: Julien Bechade
Author URI: http://julien.bechade.fr/

	This theme was designed and built by Julien Bechade,
	whose blog you will find at http://julien.bechade.fr/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* These are standard rccmsg styles... do not comment off !

body{
	font-family: Georgia, Base02, Uptown;
	color:  #132589;
	a: #24eff5;
	}
	
 */
	
	
/* ############################## FORUM ############################## */
	
	
#forum h1, #forum h2, #forum h3, #forum h4, #forum h5, #forum h6 {
	font-family: impact, sans-serif;
	margin: 0;
	padding: 0;
	}
	
/* ############################## FRONT-PAGE ############################## */
	
table {
	margin: 20px 0 50px 0;
	border: solid 1px #132589;
	background: #f7f7f7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	}
	
th {
	background: #132589;
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	text-align: center;
	}
	
th a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
th a:hover {
	text-decoration: underline;
	}
	
td{
	color: #a4a4a4;
	line-height: 22px;
	}
	
#forumlist td {
	padding: 10px;
	}
	
#latest td, #useractivity td{
	padding: 2px;
	}
	
td a{
	color: #132589;
	text-decoration: none;
	}
	
#forumlist td a {
	font-weight: bold;
	}
	
td a:hover {
	text-decoration: underline;
	}
	
tr:hover td {
	background: #ffffff;
	}
	
.num, #forumlist small{
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
	
.alt td {
	background-color: #eee;
}

.sticky td {
	background: url('images/tag_a.png') repeat;
	}
	
/* ############################## TOPIC ############################## */
	
#topic-info a {
	color: #132589;
	background: url('images/tag_a.png') repeat;
	text-decoration: none;
	}
	
#topic-info a:hover {
	background: none;
	}
	
#topic-info ul {
	list-style-type: none;
	font-size: 0.8em;
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	}
	
#topic-info li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#topic-info ul li ul {
	margin: 0;
	padding: 0;
	}
	
/* ############################## POST ############################## */
	
#thread {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#thread li {
	padding: 0 0 20px 10px;
}

.threadauthor {
	margin-top: 30px;
	width: 180px;
	}
	
.threadauthor img {
	border: solid 1px #132589;
	background: #fff;
	float: left;
	padding: 1px;
	}
	
.threadauthor p {
	margin: -3px 0 0 80px;
	}

.threadauthor a {
	color: #132589;
	text-decoration: none;
	}
	
.threadauthor a:hover {
	text-decoration: underline;
	}

.threadauthor small {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	}
	
.threadauthor strong {
	font-size: 1.1em;
	text-transform: capitalize;
	}
	
.threadpost {
	margin-left: 230px;
	margin-top: -40px;
	}
	
.forum-post a {
	color: #132589;
	background: url('images/tag_a.png') repeat;
	text-decoration: none;
	}
	
.forum-post a:hover {
	background: none;
	}
	
.forum-post img {
	max-width: 200px;
	max-height: 150px;
	}
	
.poststuff {
	border-top: 1px dotted #132589;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	clear: both;
	}
	
.poststuff a {
	color: #132589;
	}
	
.poststuff a:hover {
	text-decoration: none;
	}
	
/* ############################## PROFILE ############################## */
	
#forum-avatar {
	width: 100px;
	float: left;
	}
	
#forum-avatar img {
	border: solid 1px #132589;
	background: #fff;
	/*structure*/
	padding: 2px;
	}
	
#identity p {
	margin-top: -3px;
	margin-left: 100px;
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	}
	
#identity strong {
	font-size: 1.1em;
	text-decoration: underline;
	text-transform: capitalize;
	display: block;
	padding-bottom: 20px;
	}
	
#identity #userdata {
	margin: 0 0 30px 100px;
	}
	
#identity dt {
	text-decoration: underline;
	font-weight: bold;
	padding: 5px 0 5px 0;
	}
	
#identity dd {
	margin: 0;
	}
	
#identity a, #forum-admin a {
	color: #132589;
	background: url('images/tag_a.png') repeat;
	text-decoration: none;
	}
	
#identity a:hover, #forum-admin a:hover {
	background: none;
	}
	
	
	
.page-numbers {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
}

.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	background: url('http://www.cern-rugby.ch/wp-content/themes/rccmsg/images/tag_a.png') repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
/* ############################## Begin Various Tags & Classes ############################## */
	

fieldset {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	}
	
fieldset label {
	display: block;
	width: 230px;
	float: left;
	}
	
fieldset input {
	padding: 2px 2px 3px 2px;
	}
	
fieldset em {
	color: red;
	margin-left: 10px;
	}
	
.delete {
	font-weight: bold;
	color: #fff;
	background: red;
	padding: 2px 2px 3px 2px;
	}
	
.delete:hover {
	font-weight: bold;
	color: red;
	background: #fff;
	border: solid 1px red;
	padding: 1px 1px 2px 1px;
	}
	
fieldset tr:hover td {
	background: none;
	}