/*-------------------------------------------------------------------------
   AUTHOR:  	Boutros AbiChedid 
   START DATE:  July 1, 2009
   PURPOSE: 	Stylesheet for the computer screen. 
   				Recreating the "http://www.lebanon.com/tourism/byblos.htm" 
				web page using CSS.
 --------------------------------------------------------------------------*/

body {
	margin:0 ;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	color: inherit;
	min-width:600px;    /* Minimum width of layout. The min-width property does not work in old versions of IE */
	font: normal 0.95em  Arial, sans-serif;
}
img {
	margin:1.5em;
	padding: 0.3em;
	border: 0.09em solid #960;
}
/* Change the image size from pixels to em (1px = 1/16em) */
img#byblos1 {
	width: 12.5em;
	height:16.3125em;
}
img#byblos2 {
	width: 14.375em;
	height:15.375em;
}
img#byblos3 {
	width: 14.375em;
	height:16.125em;
}
img#byblos4 {
	width: 15.625em;
	height:12.625em;
}

img#byblos5 {
	width: 16.25em;
	height:16.5em;
}
img#byblos6 {
	width: 17.5em;
	height:15.4375em;
}
img#byblos7 {
	width: 17.1875em;
	height:12.5em;
}

#header {
	float:left;
	width:100%;
	border-bottom:0.2em solid #960;
	border-top:0.12em solid #960;
	background: #fff url(../images/oldPaper1.jpg) repeat; /* background color of the header column */
}
#header img {
	position: relative;
	height: 7.2em; 
	padding: 0;
	width: 87%; 
	margin: 0% 0% 0% 13%;
    border: 0;
	z-index: 100; /* make sure the image is above the background image */
}
h1 {
	padding-top:0.1em;
	width:63%;
	text-transform: capitalize;
	margin:0.3em;
	font: bold 285% Arial, sans-serif;
	text-align: left;
 	color: #693F00;
	background-color: inherit;
}
h2 {
	padding: 0;
	font-size:130%;
}
h3 {
	padding:0;
	font-size:110%;
}
h4 {
	padding:0.7em 0 0.3em 0;
	font-size:95%;
}

/* column container */
.wrapper {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* common column settings */
.midlecolumn,.leftcolumn {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.column1,.column2 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	
	overflow:hidden;
	width:inherit;
}
/* two Column settings */
.twocolumn .midlecolumn {
	background: #fff url(../images/oldPaper.jpg) top left repeat; /* background color of the middle column */
	color: inherit;
}
.twocolumn .leftcolumn {
	right:87%;			/* width of the middle column */
	background: #eee url(../images/oldPaper1.jpg) repeat; /* background color of the left column */
	border-right: 0.16em solid #000; 
	color: inherit;
}
.twocolumn .column1 {
	width:83%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column. The default padding is 2% */
}
.twocolumn .column2 {
	width:14%;			/* Width of left column content (column width minus padding on either side) */
	left:3%;			
}
.column1 h2  {
clear:both;
}
.column1 p:first-letter {
	color: #693F00;
	font-size: 1.3em;
	padding-left: 2em;
	font-style:oblique;
	background-color: inherit;
}

/******************* Content links **************/

.column1 a, .column1 a:link {
	padding: 0.2em 0.1em 0.1em 1em;
    background-color: inherit;
    color: #0033CC; 
    text-decoration: none;
	text-align: right;
	font:  0.9em "Lucida Sans Unicode",  "Lucida Grande", sans-serif;
}   
.column1 a:visited {
	color: #f00; 
	background-color: inherit;   
}
.column1 a:hover {
	color: #2B403F; 
	background: #eee url(../images/check4.png) left center no-repeat;
	text-decoration:none;
}
.column1 a:active {
	color: #f00; 
	background-color: inherit; 
	text-decoration:none;  
}

/************ top and bottom  Menu **************/

.navmenu {
	padding: 0; 
	border-bottom: 0.1em solid #960;
	font-size: 0.88em;
}  
.navmenu a, .navmenu a:link {
	display: block; 
	margin: 0;
	border-bottom: 0.1em solid gray;
	text-decoration: none; 
	text-align: center;
	padding: 0.2em;
}
.navmenu a:hover {
	background: #d2d2d2 url(../images/check2.png) right center no-repeat;
	border-right: 0.35em solid #693F00;
	color: inherit;
}
.navmenu a:first-child {
	border-top: 0.1em solid gray;
}  
p { 
	margin:0.5em 0;
	padding: 0;
	text-align: justify;
}
column1.p {
	text-align: justify;
}

/************ My Footer ************/

#footer {
	width:100%;
	clear: both;
	padding: 0.2em 0em;
	border-top:0.24em solid #960;
	font-size: 0.93em;
	background: #b3b3b3 url(../images/oldPaper2.jpg) repeat; /* background color of the footer column */
	color: inherit;
}
#footer p {	
	text-align: center;
}
#footer a, #footer a:link{
	color: #064759;
	background-color: inherit;
	text-decoration: underline;
}
#footer a:visited {
	color: #f00;
	background-color: inherit;
} 
#footer a:hover, #footer a:active  {
	text-decoration: none;
	color: #0c0c0c;
	background-color: inherit;
}
#footer span {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.0em;
}
a.contact {
	font-size: 0.88em;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #7B8682;
}

/************ lebanon.com Footer ************/

#originalfooter {
	width:63%;
	margin-top: 2.5em;
	padding: 0;
	border-top:0.2em dotted #960;
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
}
#originalfooter p {	
	text-align: center;
}
#originalfooter span {
	font-weight: bold;
}

/************ General classes ************/

.left {
	float: left;
	position:relative;
	width:100%;
}
.right {
	float:right;
	position:relative;
	width:100%;
}
.center {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: center;
}
.shiftright {
	text-align: right;
	clear:both;
	margin-top: 0.7em;
	padding-top: 0.5em;
}
abbr {
  cursor: help;
  border-bottom: 0.09em dotted #000;
}
.boldit {
	font-weight:bold;
}
.big {
  	font-size: 1.2em;
  	font-style: oblique;  
}


