/* Main Pegasus France CSS file */

body {
	background-color: #FFFFCC;
	background-image: url(images/logos/PFlogo.png);
	background-repeat: no-repeat;
	background-position: center 200px;
	text-align: center;
	font-family: "Verdana", "DejaVu Sans", Arial, "sans serif";
	font-size: 12pt;
}

ol {
	text-align: left;
	font-size: 10pt;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

li {
	padding-bottom: 12px;
}

a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 24pt;
	font-style: italic;
	text-align: left;
}

h4 {
	font-size: 14pt;
	font-style: italic;
	color: red;
}

h5 {
	font-size: 12pt;
	text-align: left;
	text-decoration: underline;
}

h6 {
	font-size: 9pt;
	font-style: italic;
	font-weight: 100;
}

img {
	border: 0;
}

table {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

div {
	position:relative;
	width: 100%;
	text-align: center;
	font-size: 9pt;
}

div.banner {
	background-image: url(images/general/francebanner2.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 165px;
}

div.menu {
	background-color: #CCCCCC;
	text-align: center;
	
}

div.main {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 11pt;
}

div.footer {
	background-color: #CCCCCC;
	text-align: center;
	font-variant: small-caps;
	font-size: 12pt;
}

div.bookingform {
	padding: 10px;
	background-color: #FFFFFF;
	text-align: center;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11pt;
}


/* Added for BlogSpot */

#outer-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#main .widget {
 padding-bottom:10px;
 margin-bottom:20px;
 border-bottom:dotted 1px #999999;
 clear: both;
}

#main .Header {
  border-bottom-width: 0px;
  text-align: center;
}

h2.date-header {
  padding-top:15px;
  color:#555555;
  padding-bottom:0px;
  margin-bottom:0px;
}

h3.post-title {
  color: #000000;
  font-size: 14pt;
  font-style: normal;
}

.post {
  padding-left:0%;
  padding-right:0%;
}

.post-body {
  font-size:11pt;
  text-align: justify;
}

.post-footer {
  color:#555555;
}

#comments {
  padding-top:30px;
  color:#000000;
  padding-bottom:0px;
  margin-bottom:0px;
  font-weight:bold;
  font-size:11pt;
  text-align:justify;
}

#comments .comment-footer {
  font-weight:normal;
  color:555555;
  display:inline;
}

.comment-author {
  margin-top: 3%;
}

.comment-body {
  font-size:1em;
  font-weight:normal;
}

.deleted-comment {
  font-style:italic;
  color:gray;
}

.comment-link {
  margin-left:.6em;
}

.feed-links {
  clear: both;
  line-height: 2.5em;
}

#blog-pager-newer-link {
  float: left;
 }

#blog-pager-older-link {
  float: right;
} 
 
#blog-pager {   
  text-align: center; 
}

.clear {
  clear: both;
}

.profile-img { 
  float: left;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0;
}

body#layout #outer-wrapper {
  margin-top: 0px;
  margin-right: 50px;
  margin-bottom: 0;
  margin-left: 50px;
}

