/* Unchanged */
@charset "UTF-8";
/* CSS Document */

 /****************************************************************************************************
 * Common
 */
body {
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  font-size: 15px;
  margin: 30px;
  padding: 10;
  margin: 30px auto;
  overflow: scroll;
  width: 850px;
}

h1 {
	color:#000000;
}

a {
  color: #cc3300;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  background-color: #1e9d81;
}

img { border: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; }
div { position: relative; }

/****************************************************************************************************
 * Backgrounds
 */
body {
  background: #ffffff url(images/other/wave.png) repeat left top;
}

/****************************************************************************************************
 * Layout
 */
#all {
  margin: 30px auto;
  overflow: hidden;
  width: 850px;
}

* html body { text-align: center; } /* [IEfix] IE5/5.5 doesn't recognize margin: auto... */
* html body #all { text-align: left; } /* [IEfix] ...but they apply text-align to blocks */
* html body #all { margin-top: 0; padding-top: 30px; } /* [IEfix] buggy margin */
*:first-child+html #all { margin-top: 0; padding-top: 30px; } /* [IE7fix] still buggy *sic* */

#content {
  float: right;
  margin-bottom: 6px;
  width: 620px; /* 406+(8)+200+[6] */
}




/****************************************************************************************************
 * Header
 */
#header {
  margin: 0;
  position: relative;
  height: 284px;
}

#header h1 {
  background: #ffffff;
  margin: 0;  
  width: 620px;
}

#header h1 a {
  background: transparent url(images/other/logo2.png) no-repeat 6px 6px;
  display: block;  
  padding: 6px;
  text-indent: -999em;  
  width: 490px;
  height: 47px;
}

#header .description {
  display: none;
}

#header .edition,
#header .counter {
  background: #ffffff;
  padding: 6px 6px 6px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  width: 194px;
  height: 14px;
}

#header .counter {
  background: #3e8276;
  top: 34px;
  color: #ffffff;
}

#header #image {
  background: #ffffff;
  margin: 8px 0;
  height: 284px;
}
* html body #header h1 { margin-bottom: 8px; } /* [IEfix] buggy margin */
*:first-child+html #header h1 { margin-bottom: 8px; } /* [IE7fix] still buggy *sic* */

#header .padder {
  background: #ffffff;
  height: 16px;
  margin: 8px 0;
}



/****************************************************************************************************
 * Bottom
 */
#main_content {
	position:absolute;
	width:461px;
	top:418px;
	margin:0px 0px 0px 169px;
	border:0px;
	background-color: #ffffff;
	padding:10px;
	z-index:3;
	voice-family:inherit;
	border-top: 3px solid #3e8276;
	font: Helvetica;
	font-weight: 100;
	font-size: 15px;
	line-height: 20px;
	}
	
a {
  color: #009999;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  background-color: #009999;
}
	
	
h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: 100;
	color: #40654e;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 9px;
	font-weight: 100;
	color: #000000;
}

date {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: 100;
	color: #959595;
}

img {
	border: 0px;
}

img.mainimg {
	padding:1px;
    border:1px solid #021a40;
	display: block;
    margin-left: auto;
    margin-right: auto
}

/*LEFT MENU***********************************************************************/

#navAlpha {
	position:absolute;
	width:150px;
	top:418px;
	border:0px;
	background-color:#3e8276;
	opacity: 0.846;
	padding:10px;
	border-top: 3px solid #09164f;	
	border-bottom: 3px solid #09164f;	
  	z-index:2;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	letter-spacing: 2px;
	line-height: 8px;
	list-style: none;
	margin: 0;
	padding: 3px;
	text-transform: uppercase;
	text-align: right;
}


#navAlpha a {
  color: #09164f;
  text-decoration: none;
}

#navAlpha a:hover {
  color: #ffffff;
  background-color: #09164f;
}

current_link {
	color: #ffffff;
}

/******************************************************************/

#navBeta {
	position:absolute;
	width:190px;
	top:418px;
	margin:0px 0px 0px 663px;
	border:0px;
	background-color: #ffffff;
	padding:10px;
	z-index:1;
	voice-family:inherit;
	width:168px;
	border-top: 3px solid #3e8276;
}

img {
	border: 0px;
}

.sketchtitle a, a .sketch, a .post, .post a {
	text-decoration: none;
	color: black;
}


.dropshadow {
	background: url('images/other/dropshadow.png') no-repeat bottom right;
	padding: 0px;
	margin: 0px;
}

img.sketchimg {
	border: 2px solid black;
	padding: 0px;
	position: relative;
	top: -3px;
	left: -2px;
}

.clear {
	clear: both;
	height: 0px;
	width: 0px;
}
