/*
Theme Name: Medievales internationales de Saint-Colomban 2010
Theme URI: http://grafkar.com
Description: Modele de theme 
Version: 2.9.1
Author: Jean-Francois Blais
Author URI: http://jfblais.ca
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


/**************************    BODY    **************************/
* {
	margin:0;
}


html {

}
body {
	color: #333333;
	font: 85% Arial, Helvetica, sans-serif;
	background:#473114 url(images/fond.jpg) top center no-repeat; 
}


/**************************    ELEMENTS COMMUNS    **************************/

.clear {
	clear: both;
}

a {
	text-decoration:none;
}

a:hover {
	font-style: oblique;
}

/* images */

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
	padding-bottom: 10px;
}

.alignright, img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
	padding-bottom: 10px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
}

.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}

.gallery dl {
	margin: 0;
}

.gallery-caption {
	margin:-1.5em 0 0 0;
}

/* Pullquotes */

blockquote {
	color:#520701;
	margin: 20px;
	padding: 20px;
	background:#FFCC66 url(images/blockquote_fond.jpg) repeat-y;
	border-left: thick solid #520701;
	font-style: oblique;
}


blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* Address */

address {
	margin: 20px;
	padding: 20px;
	border-left: thick solid #999999;
	font-style: oblique;
}

/* Pre */
pre {
	width: 400px;
}

/******************** TABLES **********************************/
			
table {
	font-size:11px;
	margin: 0 30px 0 0;  
	border-collapse:collapse;
}

th {
    font-size:1.2em;
    padding:4px 6px;
    border-width:1px;
    border-style:solid;
}

thead {
	font-size: 1.2em;
	text-align:center;
	background:url(images/thead_fond.jpg) repeat top left;
}

tbody {
}

tbody tr {
width:100px;
}

tbody tr td {
font-size:1em;
	padding:0.5em 1.5em;
}

tfoot {
	font-size: 1em;
	text-align:center;
	background:url(images/thead_fond.jpg) repeat top left;
}

td {
    padding:4px;
    border:1px solid #e0e99a;
}


/**************************    WRAPPER    **************************/
#wrapper {
	width:1000px;
	margin:0 auto;
	background:url(images/wrapper_fond.jpg) repeat top;
}

/**************************    HEADER    **************************/
#header {
	width: 1000px;
	height: 168px;
	background:url(images/entete_fond.jpg) no-repeat top left;
}

#header ul {
	width:999px;
	margin: 0 auto;
	font-size:1.4em;
	padding: 5px 0 0 0;
	text-align:center;
}

#header ul li.adresse {
	display:block;
	margin: 165px 15px 0 0;
	color:#123f4f;
}

#header ul li.adresse a {
	float:right;
	font-weight:bold;
	text-decoration:none;
}

#header ul li.adresse a:hover {
	font-style: oblique;	
}

#header ul li.telephone {
	display:inline;
	margin: 0 5px 0 0;
	color:#436672;
}

#header ul li.telephone a {
	font-weight:bold;
	text-decoration:none;
	color:#436672;
}

#header ul li.telephone a:hover {
	font-style: oblique;	
}




/**************************    NAV BAR SUPERIEURE    **************************/
#navbarsup {
	height:30px;
	background:url(images/navbarsup_fond.jpg) no-repeat top left;
}

#navbarsup ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#navbarsup ul li {
	font-size:16px;
	margin: 10px 0 0 0;
	display:inline;
}

#navbarsup ul li a {
	float:left;
	color:#3d0000;
	padding: 5px 10px 0 10px;
}

#navbarsup ul li a:hover {
	font-style: oblique;	
}

#navbarsup .langswitch {
	float:right;
}

/**************************    NAV BAR INFERIEURE    **************************/
#navbarinf {
	height:42px;
	background:url(images/navbarinf_fond.jpg) no-repeat top left;
}

/*
#navbarinf ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#navbarinf ul li {
	font-size:14px;
	margin: 10px 0 0 0;
	display:inline;
}

#navbarinf ul li a {
	float:left;
	color:#f1f1ea;
	padding: 5px 10px 0 10px;
}

#navbarinf ul li a:hover {
	font-style: oblique;	
}
*/

#navbarinf a {
	color:#f1f1ea;
}

/******************* dropdown NAVBAR INF ******************/
/* 
	LEVEL ONE
*/
#navbarinf ul.dropdown {
	width: 940px;
	height:42px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	overflow: visible;
	z-index:1000;
}

#navbarinf ul.dropdown li {
	float: left;
	margin : 0 0px 0 0;
	padding: 3px 5px;
}

#navbarinf ul.dropdown a:hover {
	background:url(images/titre_fond02.jpg) repeat-x top right;
}

#navbarinf ul.dropdown a:active { 
	color:black; 
}

#navbarinf ul.dropdown li a {
	display: block;
	padding: 4px 8px 0 8px;
}

#navbarinf ul.dropdown li:last-child a { 
	border-right: none; 
} /* Doesn't work in IE */

#navbarinf ul.dropdown li.hover, #navbarinf ul.dropdown li:hover { 
	position: relative; 
	background:url(images/navbarinf_dropdown_fond.jpg) repeat-x top right;
}

#navbarinf ul.dropdown li.hover a { 
}


/* 
	LEVEL TWO
*/

#navbarinf ul.dropdown ul { 
	visibility: hidden; 
	position: absolute;
	top: 100%; 
	left: 0; 
	margin:0;
	padding:0;
	background:url(images/navbarinf_dropdown_fond.jpg) repeat top left;
	z-index:1000;
	border: 1px solid grey;
}

#navbarinf ul.dropdown ul li 	{ 
	font-weight: normal; 
	padding: 3px 10px;
	float: none;	
 }
									  
                                    /* IE 6 & 7 Needs Inline Block */
#navbarinf ul.dropdown ul li a { 
	border-right: none; 
	width: 100%; 
	display: 
	inline-block; } 

/* 
	LEVEL THREE
*/
#navbarinf ul.dropdown ul ul { 
	left: 100%; 
	top: 0;
	z-index:2000;
}

#navbarinf ul.dropdown li:hover > ul { 
	visibility: visible; 
}


/**************************    FEATURE (BANDE SUPERIEURE)    **************************/
#feature {

}

/***************************************  SLIDESHOW **************************/

#slideshow {
	position:relative;
    height:329px;
	float:left;
	padding: 0;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
	padding: 0px 0 0 0px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/**************************    NAV BAR INFERIEURE    **************************/
#navbarinf {

}

/***************************************  CONTAINER **************************/
#container {
	width:1000px;
	float:left;
	background:white url(images/content_fond.jpg) repeat-y top left;
}

#content {
	width:668px;
	margin: 0 0 0 0;
	float:left;
}

#content .titre {
	width:1000px;
	color:#2f384c;
	font-size:1.5em;
	text-align:center;
	padding: 10px 0 10px 0;
	font-weight: lighter;
}

#content h1 {
	font-size:2em;
	color:#FF6600;
	margin:5px 0 10px 0;
	padding: 5px 0 0 0;
}

#content h2 {
	font-size:1.8em;
	color:#436672;
	padding: 15px 0 0 0;
}

#content h3 {
	font-size:1.5em;
	color:#FF6600;
	padding: 15px 0 0 0;
	}

#content h4 {
	font-size:1.35em;
	color:#FF6600;
	padding: 0.45em 0 0 0;
	}

#content h5 {
	font-size:1em;
	color:#FF6600;
	padding: 15px 0 0 0;
}

#content h6 {
	font-size:0.8em;
	color:#FF6600;
	padding: 15px 0 0 0;

}

#content ul li, #content_archive ul li {
	margin: 0 10px 0 20px;
	font-size:1em;
	text-align: justify;
	line-height: 1.5em;
	list-style: disc inside;
}

#content ul li ul li, #content_archive ul li ul li {
	list-style:circle inside;
	padding: 0 0 0 20px;
}

#content ol li, #content_archive ol li {
	margin: 0 10px 0 60px;
	font-size:1em;
	text-align: justify;
	line-height: 1em;
	list-style: decimal outside;
}

#content ol li ol li, #content_archive ol li ol li {
	list-style: upper-roman outside;
	margin:0 0 0 20px;
	padding: 0 0 0 0;
}

#content ol li ol li ol li, #content_archive ol li ol li ol li {
	list-style: lower-alpha outside;
	padding: 0 0 0 0;
}

#content .services {
	width:506px;
	margin:0;
	float:left;
	display:block;
	font-size:0.9em;
}

#content .services h2 {
	font-size:1.8em;
	color:#436672;
	margin: 20px 0 0 110px;
	padding: 0 0 0 20px;
}

#content .services .preview img {
	width:122px;
	height:152px;
	float:left;
}

#content .services .excerpt {
	margin:0;

}

#content .services p {
	margin:0 0 0 110px;
	padding: 0 20px 0 20px;
	text-align:justify;
}

#content .entry {
	width:460px;
	float: left;
	display:block;
	margin: 60px 40px 30px 0;
}

#content .entry p {
	font-size:1.2em;
	color:#00203a;
	text-align: justify;
	padding: 5px 40px 0 0;
}

#content .entry a {
	color:#006699;
	font-weight: bold;
}

#content .presentation {
	width:460px;
	float:right;
}

/**** ACCUEIL SECTION 01  ****/

#content .home_section_01 {
	width:668px;
	margin:10px 0 0 0;
	padding: 0 0 0px 0;
	background:url(images/home_section_01_fond.jpg) repeat-y top left;
}

#content .home_section_01_top {
	height:43px;
	background:url(images/home_section_01_top_fond.jpg) no-repeat top left;
}

#content .home_section_01_bottom {
	height:21px;
	margin: 0 0 10px 0;
	background:url(images/home_section_01_bottom_fond.jpg) no-repeat top left;
}

#content .home_section_01 .categories {
	width:465px;
	float:right;
	font-size:1.8em;
	color:#663300;
	margin:0 30px 0 0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	list-style-type: none;
}

#content .home_section_01 .categories ul li {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}

#content .home_section_01 .categories ul li a {
	color:#663300;
}

#content .home_section_01 .excerpt {
	width:465px;
	height:11.7em;
	float:right;
	margin: 0 30px 0 0;
	overflow: hidden;
}

#content .home_section_01 .excerpt .titres {
	font-size:1.35em;
	padding: 0em 0 0 0;
	
}

#content .home_section_01 .excerpt .titres a {
	color:#c06828;
}

#content .home_section_01 .more {
	float:right;
	padding: 5px 30px 0 0;
}

#content .home_section_01 .more a {
	color:#340000;
}

#content .home_section_01 .more a:hover {
	font-style: oblique;
}

#content .home_section_01 p {
	font-size:0.9em;
	text-align:justify;
	padding:0.9em 0 0 0;
}

#content .home_section_01 .excerpt img {
display:none;	
}

#content .home_section_01 .preview img {
	margin: 0.9em 0.9em 0.45em 15px;
	float:left;
}

/**** ACCUEIL SECTION 02  ****/
#content .home_section_02 {
	width:324px;
	float:left;
	margin: 0 18px 10px 0;
	background:url(images/home_section_02_fond.jpg) repeat-y  left;
}

#content .home_section_02_top {
	height:37px;
	background:url(images/home_section_02_top_fond.jpg) no-repeat top left;
}

#content .home_section_02_bottom {
	height:22px;
	margin: 0 0 0 0;
	background:url(images/home_section_02_bottom_fond.jpg) no-repeat top left;
}

#content .home_section_02 .categories {
	width:280px;
	float:right;
	font-size:1.8em;
	color:#663300;
	margin:0 30px 0.45em 0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	list-style-type: none;
}

#content .home_section_02 .categories ul li {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}

#content .home_section_02 .categories ul li a {
	color:#663300;
}

#content .home_section_02 .excerpt {
	width:280px;
	height:17.45em;
	float:right;
	margin: 0 10px 0 0;
	overflow: hidden;
}

#content .home_section_02 .excerpt img {
	display:none;
}

#content .home_section_02 .ngg-gallery-thumbnail img {
	height:5.95em;
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:0 0px 1.35em 5px;
	padding:4px;
	position:relative;
}

#content .home_section_02 .excerpt .titres {
	font-size:1.35em;
	padding: 0em 0 0 0;
}

#content .home_section_02 .excerpt .titres a {
	color:#c06828;
}

#content .home_section_02 p {
	font-size:0.9em;
	text-align:justify;
	padding:0.9em 0 0 0;
}

#content .home_section_02 .excerpt .ngg-galleryoverview {
	margin:0;
	display:block;
}

#content .home_section_02 .more {
	float:right;
	padding: 15px 30px 0 0;
}

#content .home_section_02 .more a {
	color:#340000;
}

#content .home_section_02 .more a:hover {
	font-style: oblique;
}

#content .home_section_02 .preview img {
	display:block;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	float:left;
	clear:none;
}

#content .home_section_02 .vvqbox object {
	width:250px;
	height:150px;
	margin: 0 0 0 1px;
	padding:0;
}

#content .home_section_02 .widget_videos {
	width: 312px;
	height:275px;
	overflow:hidden;
	background:url(images/widget_fond.jpg) repeat-y;
}

/**** ACCUEIL SECTION 03  ****/
#content .home_section_03 {
	width:324px;
	float:right;
	margin: 0 0 10px 0;
	background:url(images/home_section_02_fond.jpg) repeat-y  left;
}

#content .home_section_03_top {
	height:37px;
	background:url(images/home_section_02_top_fond.jpg) no-repeat top left;
}

#content .home_section_03_bottom {
	height:22px;
	margin: 0 0 0 0;
	background:url(images/home_section_02_bottom_fond.jpg) no-repeat top left;
}

#content .home_section_03 .categories {
	width:280px;
	float:right;
	font-size:1.8em;
	color:#663300;
	margin:0 30px 0.45em 0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	list-style-type: none;
}

#content .home_section_03 .categories ul li {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}

#content .home_section_03 .categories ul li a {
	color:#663300;
}

#content .home_section_03 .excerpt {
	width:280px;
	height:17.45em;
	float:right;
	margin: 0 30px 0 0;
	overflow: hidden;
}

#content .home_section_03 .excerpt img {
	display:none;	
}

#content .home_section_03 .excerpt .titres {
	font-size:1.35em;
	padding: 0 0 0 0;
}

#content .home_section_03 .excerpt .titres a {
	color:#c06828;
}

#content .home_section_03 p {
	font-size:0.9em;
	text-align:justify;
	padding:0.9em 0 0 0;
}

#content .home_section_03 .more {
	float:right;
	padding: 15px 30px 0 0;
}

#content .home_section_03 .more a {
	color:#340000;
}

#content .home_section_03 .more a:hover {
	font-style: oblique;
}

#content .home_section_03 .preview img {
	display:block;
	margin: 0 10px 0 0;
	float:left;
	clear:none;
}

#content .home_section_03 .vvqbox object {
	width:280px;
	height:170px;
	margin: 0 0 0 1px;
	padding:0;
}

#content .home_section_03 .widget_videos {
	width: 240px;
	height:250px;
	margin:0 auto;
	overflow:hidden;
	background:url(images/widget_fond.jpg) repeat-y;
}

/**********    ARCHIVES    **********/

#content_archive {
	width:500px;
	margin: 0 0 0 0;
	float:left;
	line-height:1.5em;
	background:white url(images/content_archive_fond.jpg) no-repeat top left;
}

#content_archive .top {
	width:500px;
	height:31px;
	background:url(images/content_archive_top_fond.jpg) no-repeat top left;
}

#content_archive .titre {
	width:450px;
	margin: 30px 0 0 0;
	padding:0px 0 0 10px;
	font-size:2em;
	color:#666262;
	border-left:15px solid #3f1914;
}

#content_archive .titre a {
	color:#666262;
}

#content_archive p {
	padding: 0.75em 10px;
	text-align:justify;
}

#content_archive .archive {
	height:12em;
	font-size:1em;
	line-height:1.5em;
	margin: 0 0 10px 0;
	padding:0;
	overflow:hidden;
}

#content_archive h1 {
	font-size:2em;
	line-height:3em;
}

#content_archive h2 {
	font-size:1.5em;
	line-height:3em;
	padding: 1.5em 10px 0 10px;
}

#content_archive h3 {
	font-size:1.2em;
	line-height:1.5em;
	padding: 0.75em 10px 0 10px;
}

#content_archive .more {
	width:490px;
	text-align:right;
	display:block;
	clear:left;
	font-size:1em;
	line-height:1em;
	padding: 0 10px 30px 0;
}

#content_archive .more a {
	color:#3b0000;
}

#content_archive .archive .vvqbox object {
	height:80px;
	width:155px;
	display:block;
}

#content_archive .archive .ngg-gallery-thumbnail-box {
	margin: 2px;
}

/**********    PAGES    **********/

#content_page {
	width:668px;
	margin: 0 0 0 0;
	float:left;
	background:white url(images/content_page_fond.jpg) no-repeat top left;
}

#content_page .top {
	width:668px;
	height:31px;
	background:url(images/content_page_top_fond.jpg) no-repeat top left;
}

#content_page .titre {
	width:400px;
	padding:35px 0 0 10px;
	font-size:2.5em;
	color:#666262;
}

#content_page .titre a {
	color:#666262;
}

#content_page p {
	padding: 5px 10px;
	text-align:justify;
}

/**********    SIDEBAR 1    **********/
#sidebar_1 {
	width:312px;
	float:right;
}

#sidebar_1 ul.widget {
	background:url(images/widget_fond.jpg) repeat-y;
}

#sidebar_1 ul.widget img {
	padding: 0;
}

#sidebar_1 ul.widget li {
	width: 270px;
	color:#6a2f00;
}

#sidebar_1 .vvqbox object {
	width:310px;
	height:205px;
	margin: 0 0 0 1px;
	padding:0;
}

#sidebar_1 h2 {
	width:312px;
	height:25px;
	font-size:1em;
	color:white;
	text-align:center;
	padding: 5px 0 0 0;
	margin:0;
	background:url(images/widget_title.jpg) no-repeat top left;
	font-weight: lighter;
}

#sidebar_1 .widget_videos {
	width: 312px;
	height:275px;
	overflow:hidden;
	background:url(images/widget_fond.jpg) repeat-y;
}

#sidebar_1 .widget_videos h2.title {
	width:312px;
	height:25px;
	font-size:1em;
	color:white;
	text-align:center;
	padding: 5px 0 0 0;
	margin:0;
	background:url(images/widget_title.jpg) no-repeat top left;
	font-weight: lighter;
}

#sidebar_1 .widget_videos h2.title a {
	color:white;
}

#sidebar_1 .widget_videos h2.title a:hover {
	color:#ba9e82;
	font-style:oblique;
}

#sidebar_1 .widget_videos h3.title {
	color:#660000;
	text-align:center;
}

#sidebar_1 .widget_videos h3.title a {
	color:#660000;
}

#sidebar_1 .widget_videos h3.title a:hover {
	font-style:oblique;
}

#sidebar_1 .widget_videos .equus {
	margin:0 auto;
	text-align:center;
}

#sidebar_1 .widget_videos .equus a:hover {
	text-align:center;
}

#sidebar_1 .widget_ref {
    text-align:right;
	padding:2px 10px;
	background:url(images/widget_fond.jpg) repeat-y;
}

#sidebar_1 .widget_ref a {
	color:#660000;
}

#sidebar_1 .widget_ref a:hover {
	font-style: oblique;	
}

#sidebar_1 .widget_bottom {
	width:312px;
	height:13px;
	margin: 0 0 20px 0;
	background:url(images/widget_bottom_fond.jpg) no-repeat top left;
}

#sidebar_1 .widget_commandites {
	width: 312px;
	overflow:hidden;
	background:url(images/widget_fond.jpg) repeat-y;
}

#sidebar_1 .widget_commandites h2.title {
	width:312px;
	height:25px;
	font-size:1em;
	color:white;
	text-align:center;
	padding: 5px 0 0 0;
	margin:0;
	background:url(images/widget_title.jpg) no-repeat top left;
	font-weight: lighter;
}

#sidebar_1 .widget_commandites h2.title a {
	color:white;
}

#sidebar_1 .widget_commandites h2.title a:hover {
	color:#ba9e82;
	font-style:oblique;
}

#sidebar_1 .widget_commandites h3.title {
	color:#660000;
	text-align:center;
}

#sidebar_1 .widget_commandites h3.title a {
	color:#660000;
}

#sidebar_1 .widget_commandites h3.title a:hover {
	font-style:oblique;
}

#sidebar_1 .widget_commandites .equus {
	margin:0 auto;
	text-align:center;
}

#sidebar_1 .widget_commandites .equus a:hover {
	text-align:center;
}

#sidebar_1 .espace {
	width:312px;
	height:20px;
}

#sidebar_1 #qtrans_select_qtranslate-3-chooser {
	width:212px;
	font-size:14px;
	color:#f1f2ec;
	margin:10px 40px 0 50px;
	text-align:center;
	background:url(images/navbarinf_fond.jpg) no-repeat top left;
}

#sidebar_1 #qtrans_select_qtranslate-3-chooser option {
	color:black;
	background:url(images/navbarsup_fond.jpg) no-repeat top left;
}

/**********    SIDEBAR 2    **********/
#sidebar_2 {
	width:168px;
	background:url(images/sidebar_2_fond.jpg) repeat-y top left;
	float:left;
}

#sidebar_2 .top {
	width:168px;
	height:46px;
	background:url(images/sidebar_2_top_fond.jpg) no-repeat top left;
	float:left;
}

#sidebar_2 .bottom {
	width:168px;
	height:35px;
	background:url(images/sidebar_2_bottom_fond.jpg) no-repeat top left;
	float:left;
}

#sidebar_2 ul {
	margin: 0 0 0 20px;

}

#sidebar_2 ul li{
	padding:0px 10px 5px 0px;
	list-style-position: outside;
	list-style-type: disc;
}

#sidebar_2 ul li a {
	color:#660000;

}

#sidebar_2 ul li a:hover {
	font-style: oblique;
}

#sidebar_2 h2 {
	font-size:1.5em;
	font-weight: bold;
	padding: 5px 10px;
}

#sidebar_2 h3.sous-titres {
	margin:0;
	color:#FFFFCC;
	padding: 0px 10px 0 10px;
	background:url(images/sous-titres_fond.jpg) repeat-y top left;
	font-weight: lighter;
}

#sidebar_2 .sous-titres_top {
	height:14px;
	background:url(images/sous-titres_top_fond.jpg) no-repeat top left;
}

#sidebar_2 .sous-titres_bottom {
	height:16px;
	background:url(images/sous-titres_bottom_fond.jpg) no-repeat top left;
}

/***************************************  FOOTER **************************/
#footer {
	background:url(images/footer_fond.jpg) repeat-x center top;
	height: 222px;
}

#footer .text {
width:1000px;
margin: 0 auto;
color:#663300;
padding: 60px 0 0 0;
}

#footer p {
	color:663300;
	padding: 10px 0 0 0;
	text-align:center;
}

#footer p a {
	color:#7e0f07;
}

#footer p a:hover {
	font-style: italic;	
}