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

@import url("css/header.css");
@import url("css/index.css");
@import url("css/page.css");
@import url("css/sidebar.css");
@import url("css/related.css");
@import url("css/comments.css");
@import url("css/footer.css");
@import url("css/gallery.css");

body {
	/*font-size: 62.5%; Resets 1em to 10px */
	font-family: Georgia, 'Times New Roman', 'Courier New', serif;
	background: url('images/bg.jpg') repeat-y top center;
	color: #132589;
	text-align: left;
	margin: 0;
	padding: 0; 
	}
	
	
/* ############################## HEADLINES ############################## */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
  }

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
	}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
	}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
	}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: impact, sans-serif;
	margin: 0;
	padding: 0;
	}
	
h2 {
	font-size: 1.6em;
	}
	
/* ############################## Various Tags & Classes ############################## */

img {
	border: none;
	}
	
a img {
	border: none;
	}
	
a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	}
	
.forum-post-container img {
	border: solid 2px #132589;
	margin: 5px 10px 0 0;
	padding: 1px;
	width: 200px;
	height: 150px;
	float: left;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
input, textarea {
	border: none;
	color: #132589;
	background: #f1f1f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-family: verdana;
	}
	
hr {
	color: #132589;
	}
	
fieldset {
	border: solid 2px #132589;
	margin-bottom: 20px:
	}
	
.button {
	font-weight: bold;
	background: #ffffff;
	padding: 2px 2px 3px 2px;
	}
	
.button:hover {
	font-weight: bold;
	color: #ffffff;
	background: none;
	border: solid 1px #ffffff;
	padding: 1px 1px 2px 1px;
	}
	
.button-alt {
	font-weight: bold;
	color: #fff;
	background: #132589;
	padding: 2px 2px 3px 2px;
	}
	
.button-alt:hover {
	font-weight: bold;
	color: #132589;
	background: #fff;
	border: solid 1px #132589;
	padding: 1px 1px 2px 1px;
	}
	
/* ############################## Google map ############################## */

#map_canvas {
	border: solid 2px #132589;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 650px;
	height: 400px;
	}
	
	
/* ############################## NAVIGATION ############################## */

.navigation {
	margin: auto;
	width: 100%;
	}
	
.navigation div {
	display: inline;
	}
	
.navigation a {
	color: #132589;
	background: none;
	text-decoration: none;
	}
	
.navigation a:hover {
	background: url('images/tag_a.png') repeat;
	}
	
#navigation {
	border-top: 1px solid #132589;
	border-bottom: 1px solid #132589;
	padding: 10px 0 10px 0;
	margin: 50px 0 50px 0;
	}
	
#navigation a {
	color: #132589;
	background: none;
	text-decoration: none;
	}
	
#navigation a:hover {
	background: url('images/tag_a.png') repeat;
	}
	
/* ############################## INFORMATION ############################## */

#info {
	text-align: justify;
	color:#ffffff;
	background-color: #132589;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: #555 0 1px 5px;
	-webkit-box-shadow: #555 0 1px 5px;
	-khtml-box-shadow: #555 0 1px 5px;
	box-shadow: #555 0 4px 30px;
	/*structure*/
	margin: auto;
	width: 950px;
	height: auto;
	}
	
/*#info .top {
	background: url('http://www.cern-rugby.ch/wp-content/themes/rccmsg/images/bg-info-top.png') no-repeat bottom center;
	margin: auto;
	width: 100%;
	height: 20px;
	}
	
#info .body {
	background: url('http://www.cern-rugby.ch/wp-content/themes/rccmsg/images/bg-info-body.png') repeat-y center;
	margin: 0 auto;
	width: 100%;
	height: auto;
	}
	
#info .bottom {
	background: url('http://www.cern-rugby.ch/wp-content/themes/rccmsg/images/bg-info-bottom.png') no-repeat top center;
	margin: auto;
	width: 100%;
	height: 15px;
	}*/
	
#info .container {
	background: url('http://www.cern-rugby.ch/wp-content/themes/rccmsg/images/info.png') no-repeat top left;
	margin: auto;
	padding: 20px;
	}
	
#info h2 {
	font-size: 1.6em;
	}
	
#info p {
	margin: 0;
	padding: 0;
	}
	
#info a {
	color: #ffffff;
	text-decoration: line-through;
	}
	
#info a:hover {
	text-decoration: none;
	}
	
#info ul, #info ol {
	margin: 0 0 0 20px;
	padding: 10px 0 10px 0;
	}
	
	
/* ############################## BREADCRUMB ############################## */

#breadcrumb {
	margin: auto;
	padding: 20px 0 50px 0;
	width: 920px;
	height: auto;
	}
	
#breadcrumb span {
	text-decoration: underline;
	}
	
#breadcrumb a {
	color: #132589;
	text-decoration: none;
	}
	
#breadcrumb a:hover {
	background: url('images/tag_a.png') repeat;
	}
	
#breadcrumb ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#breadcrumb ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}