/*

Site name: Mandarin Madarine
Version: 1.0
Author: Virginie Lujan-Hilbert

*/

body {
	margin: 0;
	padding: 0;
	background: #fefbf4;
	background-image: url('../images/clouds_background.jpg');
	background-repeat: repeat-x,y;
	background-position: center;  
	font-size: 60%; 
	font-family: 'lucida sans unicode', 'Lucida Grande', Lucida Console, Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	cursor: default;
	}

* { padding: 0; margin: 0; }

/*---:[ global elements ]:---*/

p, h2, h3, h4, h5, li {
  font-size:1.4em;
}

a {
  color:#7d2436;
  text-decoration:underline;
}

a:hover {
   text-decoration:none;
}

a img {border: none;}

img {  border: 0px; }


  
.photo_comment {
  text-align:center;
  font-size:1.4em;
  color:#686868;
  }

/*---:[ headlines ]:---*/

.quote {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #7d2436;
	line-height: 20px; }

.highlight_bold {
color: #ed770b;
font-weight:bold;
}
.highlight {
color: #ed770b;
}

h1 {
  color: #a30a5a;
  line-height:20px;
  font: italic bold 20px Georgia, 'Times New Roman', Times, serif;
}

h2 {
  color: black;
  font-size:16px;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 5px;
  font-family: 'Maiandra GD', Arial, Helvetica, sans-serif;
}

h3 {
  color:#555;
  font-weight:bold;
  font-size:1.2em;
}

#framed_text {

  float: inherit;
  padding: 1em;
  border-width:1px;
  border-style:dashed;
  border-color:#7d2436;

  }

/*---:[ main navigation ]:---*/

.navigation {
  color:#59200d;
  font-size:1.4em;
  line-height:2 px;
  text-align:center;
}

.navigation a {
  color:#59200d;
  text-decoration:none;
}

.navigation a:hover {
  color:#ff7e00;
  background-color:#59200d;
}


/*---:[ core layout elements ]:---*/

#container { width: 950px; margin: 0px auto 0 auto; margin-top: 20px; margin-bottom: 20px; }

#content_box
	 { width: 950px; text-align: left; float: left ; clear: both; margin-left:auto;
margin-right: auto; background-color:#FFFFFF; margin:0; }
	
		#content { width: 95%; padding: 0 20px 0 25px; float: none; margin:0; text-align:center;}

		#sidebar { width: 230px; padding: 0 10px 0 30px; float: right; border-left-style:dashed; border-color:#96CBCB; border-width:1px; }
		
#footer { width: 930px; 
padding: 1.2em 10px 0 10px; 
border-top: 0px solid #ccc; 
float: center; 
clear: both; font-size: 0.8em; color:#686868;
background-color:#FFFFFF;}

/*---:[ header styles ]:---*/


#header { position: relative; margin: 0 ; border-bottom: 1px solid #fefbf4; float: left; clear: both; width:950px; background:none;}

	#header img { display: block; } /* this is really just an IE 6 and 7 hack in disguise */



.copyright {
  text-align:center;
  font-size:1.2em;
  color:#686868;
  }
