/* CSS Document */

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#FFFFFF;
 }	 

/*presentation*/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	text-transform: uppercase;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	color: #993300;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #666666;
	font-size: medium;
}



p {
 padding: 0 15px;
 }

h4 {
font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #666666;
	font-size: small;
 }

 
a:link {
  color:#5;
  text-decoration:none;
  }

a:visited {
  color:#58;
  text-decoration:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  }




/* ------------------ Classes used by the_meta() --------------*/


ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #ffffff;
	border-top: double 3px #aba;
	color: #666;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #333;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
	margin-right: 30px;
	font-size: .75em;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.post {
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
}

.storytitle {
	margin-top: 10px;
	margin-bottom: 2px;
}


.storytitle a {
color: #c60;
	text-decoration: none;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 120%;
	list-style-type: none;
}


/*Layout*/
	 
#lh-col{
 position:absolute;
 top:170px;
 left:0;
 width:200px;
 z-index:3;
background:#FFFFFF;
color: #333333;
 align: center;
 }

#rh-col{
 position:absolute;
 top:170px;
 right:0;
 width:200px;
 z-index:2;
background:#FFFFFF;
 color: #333333;
 align: center;
 }

#c-block {
 width:100%;
 z-index:1;
 background:#Ffffff;
 color: #333333;
 height:80%;
}

#hdr{
 height:150px; 
 width:100%; 
background-image: url(/images/eiffel2.jpg);
 margin:0;
  }

#c-col{
 margin:0 242px 0 242px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 }

#ftr {
 width:100%;
margin-top:15px;
 height:35px;
 background:#ffffcf;
 color: #333333;
 margin:0;
 }