/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2007.11.08
   PURPOSE: Controls the site layout
 **************************************************************/

/* GoodMorningParis bed and breakfast in Paris France */

/**************************************************************
   Header: holds title box, menu, main image and top actions
 **************************************************************/

#header {
	margin-top: 25px;
	background: url(../habillage/photos/15_paris.jpg) no-repeat right bottom;
	font-family: Verdana, sans-serif;
}

/**************************************************************
   #title: Red block with leaves, title and tagline
 **************************************************************/

#header #title {
	color: #FFFFFF;
	background: #7F007F url(../habillage/bg/title02.gif) repeat-x left;
	border-bottom: 1px solid #9a2116;
	font-variant: small-caps;
}

#header #title h1 {
	padding-top: 60px;
	color: #FFFFFF;
	background: no-repeat top right;
	font-size: 1.6em;
	letter-spacing: 0.1em;
}

#header #title a {
	color: #fff;
}

#header #title a:hover {
	border-color: #FFF;
}

/**************************************************************
   #menu: Main site menu
 **************************************************************/

#header #menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #menu li {
	margin: 0;
	padding: 0;
	display: inline;
}

#header #menu li a {
	display: block;
	padding: 5px 12px;
	letter-spacing: -0.05em;
	text-decoration: none;
	color: #fff;
	background-color: #7f007f;
	border-top: 6px solid #FFF;
	border-bottom: 1px solid #361703;
}

#header #menu li a:hover {
	color: #FFF;
	background: #40200A url(../habillage/bg/menu_arrow.gif) no-repeat center left;
}

#header #menu li ul {
	display: none;
}

#header #menu li.here {
	display: block;
	padding: 5px 0 3px 0;
	background: #7f007f url(../habillage/bg/menu_active.gif) repeat-x left;
	border-top: 6px solid #FFF;
}

#header #menu li.here a {
	display: inline;
	padding: 0 12px;
	color: #FFF;
	background: url(../habillage/bg/menu_arrow.gif) no-repeat center left;
	border: 0;
}

#header #menu li.here ul {
	display: block;
	padding: 0;
	margin: 5px 0;
}

#header #menu li.here ul li {
	display: inline;
}

#header #menu li.here ul li a {
	display: block;
	margin: 0 7px;
	padding: 2px 5px;
	font-size: 1em;
	letter-spacing: 0em;
	background: none;
}

#header #menu li.here ul li a:hover {
	background: #381B08;
}

#header #subMenu {
	font-size: 0.85em;
	background: #99CC33 url(../habillage/bg/subMenu02.gif) repeat-x left;
}

#header #subMenu form {
	margin: 0;
}

#header #subMenu ul {
	float: right;
	margin: 0;
	padding: 5px;
	list-style: none;
}

#header #subMenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#header #subMenu ul li a {
	margin-right: 20px;
	text-decoration: none;
}

#header #subMenu ul li a.iconRSS,
#header #subMenu ul li a:hover.iconRSS {
	margin-right: 0;
	padding-right: 20px;
	background: url(../FallingAway/img/icons/rss.gif) no-repeat 90% 50%;
}

#header #subMenu ul li a:hover {
	border-color: #7F007F;
}

#header #subMenu form {
	float: left;
	padding: 5px;
}

/* Hidden, but present for accessibility */

#header #subMenu label,
#header #subMenu input.button {
	display: none;
}

#header #subMenu input {
	color: #3ca2a2;
	border: 1px solid #bdffc5;
}

#header #subMenu input:focus {
	color: #42210B;
}

/**************************************************************
   #content: Main content section (holds columns)
 **************************************************************/

#content {
	clear: both;
}

/**************************************************************
   #footer: Holds bottom menu and copyright info
 **************************************************************/

#footer {
	font-size: 0.88em;
	color: #FFF;
	background: #7f007f url(../habillage/bg/footer02.gif) repeat-x top left;
	/* Force all browsers to respect space underneath footer - margins are inconsistent */
  border-top: 25px solid #FFF;
	border-bottom: 25px solid #FFF;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	border-color: white;
}

#footer p {
	padding: 10px 12px;
}

#footer ul {
	margin: 0;
	padding: 10px 12px 60px 12px;
	list-style: none;
}

#footer ul li {
	margin: 0;
	padding: 0 8px;
	display: inline;
}

#footer ul li.first {
	padding-left: 0;
	border: 0;
}

/**************************************************************
   A post item: blue meta column stretches height of the post.
 **************************************************************/

.post {
	margin-bottom: 20px;
	background: #99CC33 url(../habillage/bg/meta02.gif) repeat-x left;
}
div.post a:hover {
	border-bottom: 2px solid #7f007f;
}

.post .meta {
	border-top: 20px solid #FFF;
}

.post .meta .thumb {
	position: relative;
	display: block;
	margin: 6px;
	text-decoration: none;
}

.post .meta a:hover.thumb {
	border: 0;
}

.post .text {
	padding-bottom: 1px;
	background: #FFF;
	border-left: 6px solid #FFF;
}

/**************************************************************
   Big Links
 **************************************************************/

ul.bigLinks {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul.bigLinks li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

ul.bigLinks li a,
ul.bigLinks li a:visited {
	display: block;
	margin: 10px 0;
	padding: 5px 12px;
	text-decoration: none;
	border: 0;
}

ul.bigLinks li a:hover {
	background: #E6CFFF none repeat-x left;
	border: 0;
}

ul.bigLinks li a span.title {
	font: bold 0.9em arial, sans-serif;
	text-transform: uppercase;
	color: #7f007f;
}

ul.bigLinks li a span.desc {
	display: block;
	color: #42210B;
}

/**************************************************************
   Global width classes
 **************************************************************/

.width25 {
	width: 244px;
}

.width50 {
	width: 494px;
}

.width75 {
	width: 744px;
}

.width100 {
	width: 994px;
	margin: 0 auto;
	text-align: left;
}

.rightMargin {
	margin-right: 6px;
}

.rightBorder {
	border-right: 6px solid #FFF;
}

/**************************************************************
   Utility Classes
 **************************************************************/

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clear {
	clear: both;
}

.block {
	display: block;
}

.alignRight {
	text-align: right;
}

.alignJustify {
	text-align: justify;
}

.small {
	font-size: 0.8em;
}

.highlight {
	background: #E2FF8B;
	border-bottom: 2px solid #7F007F;
}

.highlight a {
	color: #cd43d3;
}

.highlight a:hover {
	border-color: #cd43d3;
	border-width: 2px;
}
