/* - - - - - - - - - - - - - - - - - - - - -

Title :   Mighty Template
Author :  James Broad
URL :     kulor.com

Created : 01.06.2006 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
    margin:0;
    padding:0;
    background:#e7e7e7;
    text-align:center;
    margin-bottom:10px;
}

a{
    color:#666;
    text-decoration:underline;
}
    a:hover{
        color:#717171;
        text-decoration:none;
    }

a.lien_ext:after { 
	content: "\0000a0[\2197]"; 
}

p.nav {
	font-size: 1em;
	margin: 0 0 1.5em 0;
}

table#list_gifts, list_notification {
	width: 100%;
	margin: 0 0 40px 0;
	font-size: 1.2em;
	border: 1px solid #A7A7A7;
	border-collapse: collapse;
}

table#list_gifts a {
	text-decoration: none;
}

table#list_gifts td#nav_pages {
	text-align: right;
	padding: .5em 1em;
}

table#list_gifts td, th {
	text-align: center;
	padding: 1px 0;
}

table#list_gifts th {
	padding: 2px 0;
	background: #A7A7A7;
	color: #FFF;
	border-right: 2px solid #FFF;
}

table#list_gifts th.last {
	border-right: 1px solid #A7A7A7;
}

table#list_gifts tr.grey {
	background:#EEE;
}

table#list_gifts td.list_gifts_infos {
	text-align: left;
	padding-left: 10px;
}

table#list_gifts td.list_gifts_infos span, table#list_gifts td.list_gifts_book {
	font-size: .8em;
	font-style: italic;
	color: #B2B2B2;
	margin-left: 10px;
}

div#breadcrumb {
	font-size: 1em;
	margin-bottom: 3em;
    color:#b2b2b2;
}

div#breadcrumb a {
	font-size: 1em;
}

div#archive_link {
	margin-bottom: 3em;
}

p#no_gift {
	margin-bottom: 3em;
}

/* ----- ACTIVITIES ----- */

#primaryContent .activity li {
	background: none;
}

#primaryContent .activity ul {
	margin: 0;
	padding: 0;
}

div.activity {
	margin-bottom: 3em;
	padding: 0;
	border: 1px solid #CCC;
}

	div.activity h2 {
	    font-family:Verdana, Arial, Helvetica, sans-serif;
	    font-size: 1.5em;
	    padding: .2em .5em;
	    margin: 0;
	    background-color: #EEE;
		border-bottom: 1px solid #CCC;
	}

	div.activity ul {
	}
	
/* ----- IDS ----- */

#container{
    width:780px;
    margin:10px auto;
    padding:0;
    background:#fff;
    text-align:left;
}

/* ----- HEADER ----- */

#logo{
    margin:0;
    padding:0;
}

#logo p{
    float:left;
    clear:none;
    height:40px;
    width:150px;
    margin:0;
    padding:0;
    color:#4e4e4e;
    font-family:'Georgia';
    font-weight:normal;
    font-size:20px;
    text-indent:2px;
    line-height:43px;
    letter-spacing:-1.5px;
}

.subContainer, #navigation ul{
    width:780px;
    margin:0 auto;    
}
#header{
    text-align:left;
    margin:0;
    padding:30px 0 0 10px;
    height:64px;
    background:#b2b2b2;
}
#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
    background:#e7e7e7;
}

/* ----- NAVIGATION ----- */

#navigation{
    margin:0;
    padding:0;
    background:#a7a7a7;
    height:34px;
    list-style:none;
}
    #navigation li{
        float:left;
        clear:none;
        list-style:none;
    }
    #navigation li a{
        color:#fff;
        display:block;
        font-size:12px;
        text-decoration:none;
        font-weight:bold;
        padding:10px 18px;
    }
    #navigation li a:hover{
        color:#fff;
        background:#9b9b9b;
    }
    #active a{
        background:url('../images/nav_bg.gif');
    }

    #navigation li#user_connected{
        color:#fff;
        display:block;
        font-size:12px;
        text-decoration:none;
        font-weight:bold;
        padding:10px 0px 10px 18px;
    }


/* ----- HEADINGS ----- */

h1{
    text-indent:-80000px;
    background:url('../images/logo.gif') no-repeat;
    height:35px;
    width:168px;
}
h2{
    font-family:'Georgia';
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color:#8e8e8e;
}
h3{
    font-size:11px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}

/* ----- PARAGRAPHS ----- */

p{
    color:#4a4a4a;
    font-size:11px;    
    line-height:25px;
}
#primaryContent ul{
    color:#4a4a4a;
    font-size:11px;    
    margin:20px 0;
    list-style:none; 
}
#primaryContent li{    
    padding-left:25px;
    margin:8px 0;
    list-style:none;
    background:url('../images/content_bullet.png') left bottom no-repeat;
}


/* ----- FORMS ----- */

input{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 3px;
    width:160px;              
}

div#pied_form{
	padding: 10px 0 0 273px;
}

button{
    background-color:#EFEFEF;
    line-height:11px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    height:20px;
    margin: 0;
    padding: 0 5px;
}
form p{
    padding:2px 0;
}

form label {
	float: left;
	text-align: right;
	width: 40%;
	padding: 0 .5em 0 0;
	line-height: 1.8;
}

div.form_errors {
	width: 400px;
	margin: 20px auto;
	background: #F4F4F4;
	border: 1px solid #CCC;
	padding: 10px;
}

p#profil_manual {
	width: 100%;
	text-align: center;
	margin: 15px 0;
}

form#form_comments {
	display: inline;
}

	form#form_comments label {
		float: none;
		width: 30px;
		margin: 0;
		padding: 0;
	}
	
	form#form_comments input#form_comments_visible {
		width: 20px;
	}
	

form input#form_comments_commentaire {
	width: 250px;
}

#form_gift_giftdescription {
	background-color: #FFF;
	color: #999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
	width: 160px;
}

/* ----- IMAGES ----- */

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}

/* ----- CONTENT ----- */

#primaryContent{
    padding:20px 55px;
    font-size:11px;
    clear:none; 
}

/* ----- LISTES ----- */

dl {
	width: 100%;
}

dt {
	font-weight: bold;
	font-size: 1.2em;
}

dd {
	margin-left: 10px;
	padding: 0 0 5px 0;
}

dl#list_users {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

dl#list_users dt {
	width: 16em;
	padding: .5em;
	float: left;
	margin: 0;
	border-top: 1px solid #999;
	font-weight: bold;
}

dl#list_users dd {
	margin-left: 20em;
	padding: .2em 0 .2em 5em;
}

dl#list_users dd.first {
	border-top: 1px solid #999;
}

dl#cadeau dt {
	font-size: 2em;
	margin-bottom: .5em;
}

dl#cadeau dd {
	background: #F4F4F4;
	border: 1px dashed #E7E7E7;
	padding: 1em;
	margin: 0;
}

dl#cadeau p.description {
	padding: .5em;
	margin: 1em 0;
	font-size: 1.3em;
}

/* ----- COMMENTS ----- */

#comments{
    margin:15px 0;    
}
    #comments #status{
        color:#6d6d6d;
        background:#f8f8f8;
        border:2px solid #ececec;
        padding:10px;
        margin-bottom:15px;    
        width: 650px;
    }
        #comments #status dd, #comments #status dt{
            display:inline;
        }
    #comments a{
        color:#6d6d6d;
        font-weight:bold;
        text-decoration:none; 
    }
    #comments a:hover{
        color:#666;
        text-decoration:underline; 
    }
    #comments .comment{
        padding:10px 5px;
        border-top:3px solid #a7a7a7;  
    }
        #comments .comment dt{
            float:left;
            clear:none;
        }
        #comments .comment dd{
            clear:both;
            color:#656565;
            line-height:20px;
            font-size:10px;
            margin-bottom:10px;
        }
        #comments .comment .date{
            float:left;
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#585858;
        }

/* ----- FOOTER ----- */

#footer{
    margin:0 auto;
    margin-bottom:10px;
    height:10px;
    padding:18px 20px;
    clear:both;
    width:740px;
    text-align:left;
    font-size:10px;
    color:#484848;
    background:#f4f4f4;
}
    #footer ul{
        list-style:none;    
    }
    #footer li{
        list-style:none;
        display:inline;    
    }
    #footer #copyright{
        float:left;
        clear:none;
    }
    #footer #links{
        float:right;
        clear:none;
    }
    #footer a{
        color:#606060;
        text-decoration:none;
    }
    #footer a:hover{
        color:#ccc;
        text-decoration:underline;
    }

/* ----- CLASSES ----- */

.clear{
    clear:both;
}