/* 
    Document   : congress.css
    Created on : 23 sept. 2009, 14:50:30
    Author     : Mathieu
    Description:
       Congres stylesheet
*/

/* Begin Global CSS */
a, a:link, a:visited {
    color:#a72024;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    width:900px !important;
    height:272px !important;
}

h1 a {
    width:900px !important;
    height:272px !important;
    min-height:272px !important;
}

#container, #top, #bottom, #footer {
    width:900px !important;
}

small {
	font-style:normal;
	font-size:80%;
}

.info {
    float:left;
    width:580px;
    border-bottom:none;
}

.info h2, .head h2 {
    clear:left;
    font-size:200%;
    font-weight:bold;
    margin:0 0 1.1em;
    text-transform: uppercase;
}

.info h3, .head h3, .sidebar h3 {
	font-size:140%;
    font-weight:normal;
    margin:0 0 1.1em;
}

.sidebar h2 {
    font-size:140%;
    font-weight:bold;
    margin:0 0 0.8em;
    color:#0dac95;
}

.book_title {
	color:#00A489;
	font-weight:bold;
	font-size:110%;
}

.sidebar {
    width:240px;
    float:right;
    margin:20px 20px 0 20px;
}

.book_box {
    background: #fff url('../images/book_box_bg.png') bottom left repeat-x;
    border:1px solid #cdcdcd;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    padding:10px;
}

#book_your_copy a {
	display:block;
	width:200px;
	border:2px solid #9A161C;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding:10px;
	background:#bc5f4b url('../images/button_pattern.jpg') 0 0 repeat-x;
	font-size:120%;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#book_your_copy a:hover {
	background:#bc5f4b url('../images/button_pattern.jpg') 0 -50px repeat-x;
}

.testimonial {
    font-family:Times, "Times New Roman", Georgia, serif;
    font-size: 120% !important;
    font-style: italic;
    text-align: justify;
}

#copyright {
	text-align:center;
	font-size:90%;	
	padding:10px 0;
    clear:both;
}

#footer {
	background:#7E7E82 url('../images/footer_pattern.gif') top left repeat-x;
	display:block;
	width:875px !important;
	height:75px;
	text-align:right;
	padding:0 25px 0 0;
}
