/* @override 
	http://localhost:3000/stylesheets/aqaad.css
	http://localhost:5000/stylesheets/aqaad.css
	http://aqaad.zboing.ca/stylesheets/aqaad.css
	http://aqaad.csbq.ca/stylesheets/aqaad.css
*/

body {
    background: whitesmoke;
    font-family:  "Palatino","Palatino Linotype","Book Antiqua",Georgia, serif;
    font-size: 87.5%;
    color: #333;
}

body.admin {
    background: #88a;
}

a {
    text-decoration: none;
    color: #95893f;
}

a:hover {
    color: #10447a;
}

th {
    background: white url(../images/line.gif) 0 24px repeat-x;
}

#content h1 {
    font-size: 2em;
}

#content h2 {
    font-size: 1.5em;
    margin-bottom: 0;
}

.article p {
    margin: 0;
}

div.article {
    margin-bottom: 1.5em;
}

#page {
    background: white url(../images/logo_aqaad.gif) no-repeat;
    min-height: 270px;
}

#header {
	height: 117px;
	margin-bottom: 3px;
}

#header h1 a {
	display: block;
	text-indent: -10000px;
	height: 80px;
}

#nav {
	background: url(../images/line.gif) 0 60px repeat-x;
}

#nav ul, #subnav ul {
	list-style-type: none;
    margin: 0; padding: 0;
	font-weight: normal;
    text-transform: uppercase;
}

#nav li {
	background: white;
    display: block;
    float: left;
    line-height: 38px;
    padding: 2px;
    border: 1px solid #95893f;
    margin: 40px 30px 0 0;
}

#nav li a, #nav li span {
    display: block;
    padding: 0px 10px 0;
    background: #10447a url(../images/menu.gif) -20px 2px no-repeat;
    color: white;
    text-indent: -10000px;
}

#nav li a:hover, #nav li span {
    background-color: #95893f;
    background-position: -20px -36px;
    color: #10447a;
}

#nav li.home a, #nav li.home span {
    width: 116px;
}

#nav li.apropos a, #nav li.apropos span {
    background-position: -182px 2px;
    width: 146px;
}

#nav li.apropos a:hover, #nav li.apropos span {
    background-position: -182px -36px;
}

#nav li.forums a, #nav li.forums span {
    background-position: -382px 2px;
    width: 110px;
}

#nav li.forums a:hover, #nav li.forums span {
    background-position: -382px -36px;
}

#nav li.membres a, #nav li.membres span {
    background-position: -725px 2px;
    width: 116px;
}

#nav li.membres a:hover, #nav li.membres span {
    background-position: -725px -36px;
}

#subnav {
    background: url(../images/line.gif) 0 8px repeat-x;
    text-transform: uppercase;
}

#subnav li {
	background: white;
    display: block;
    float: left;
    padding: 0 .5em;
    margin: 0 .5em;
    color: #10447a;
    background: white;
}

#subnav li a {
    text-decoration: none;
    color: #95893f;
    background: white;
}

#subnav li a:hover {
    color: #10447a;
}

#content {
	margin-top: 18px;
}

address, h5 {
    margin-bottom: 0;
}

.letters {
    position: absolute; top: 5.25em;
    font-size: 2em;
    margin-top: -32px;
	z-index: 5; 
}

div.letters a {
    font-size: .75em;
    font-weight: bold;
}

div.letters span {
    font-size: .75em;
    color: #ccc;
	margin-right: .3em
}

.pagination {
    text-align: right;
    margin-right: 10px;
}

.pagination .disabled {
    display: none;
}

#sidebar {
    margin-top: 160px;
}

#footer {
    background: url(../images/line.gif) repeat-x;
    text-align: right;
    color: #95893f;
    margin-top: 18px;
}

#footer p {
	padding: 10px;
	margin: 0;   
}