

/* -------------------------------------------------- */
/*    RESET BROWSER DEFAULTS                          */
/* -------------------------------------------------- */


html, body, div, p, h1, h2, h3, h4, img, ul, li, a, dl, dt {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

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


a:hover {
	color: #ffcc66;
}



/*-----------Block Level Elements--------------*/

body {
	font-size: 62.5%;  /* 1em = 10px , 1.4em = 14px */
    font-family		: Georgia, Times New Roman, Times, serif;

    line-height: 1.4em;
    
	letter-spacing:0px;

    color: #ffffff;


	background		: fixed;
	background-color: #747170;
	text-align		: left;
}

#page {
	width: 750px;
	margin: 0 auto;
}

#header {
	width: 100%;
	overflow:hidden;
	border-bottom: 5px solid black;
	/*border-top: 2px solid black;*/
	padding: 1em 0em;
	/*padding: 2em 0px;*/
	margin-top: 0em;
}

#header h1{
	float:left;
	width:250px;
}

#lang {
  padding-top:1em;
}

#mainnav{
	float:left;
	width:500px;
}

#subnav {
  padding-top:1em;
}

.description {

}

#wrapper {
	width: 100%;
	padding: 2em 0em;
	overflow:hidden;
}

#content {
	float: left;
	width: 500px;
}

#images {
	float: left;
	width: 250px;
}

#randomimage img{
  border: 5px solid #FFF;
}

#footer {
	width: 100%;
	clear: both;
	margin-top:0.5em;
	border-top: 5px solid black;
	margin-bottom:0.5em;
	
	
}



/*-------------Navigation-------------*/

a.active {
	color: #ffcc66;
}


#lang li.last{
  border-left: 1px solid #000;
  padding-left: 1em;
}

.nav ul{
  clear:both;
  overflow:hidden;
  list-style:none;
}

.nav li {
  float:left;
  padding-right:1em;
  text-transform: uppercase;
  
  font-size: 1.3em;
  font-weight:bold;
}

#subnav li {
  font-size: 1.6em;
  line-height: 1.5em;
  white-space: nowrap;
}

#lang a {
  color: #000;
  font-weight:normal;
}

#mainnav  {
  padding-top:3.7em;
}

#mainnav li{
  font-size: 2em;
  width:250px;

  padding-top:0.7em;
  padding-right:0em;
}


#mainnav li.first{
  width:500px;
}

/*-------------Headings-------------*/

h1 {
  font-size: 1.7em;
  padding-bottom:0.5em;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/

#content p, #content li{ 
  font-size: 1.3em;
  line-height: 1.5em;
  
  padding-right: 1em;
}

#content img{
  display:block;
}

#content div.csc-textpic-imagewrap dt{
    padding:0px;
    margin:0px;
}

#content div.csc-textpic-imagewrap dd{
    margin:0px;
    padding:0px;
    padding-left:5px;
    margin-top:-3px;
    color:#666;
    background:#FFF;
}


#content strong, #content b{ 
  color			: #ffcc66;
}


h2 a:hover, h2 a:visited, h2 a {
	color			: #ffcc66; /*gold*/

}

#content ul {
    padding-left:3em;
    list-style:disc;
}

#content ul li {
    line-height:1.3em;
    padding: 0.3em 1em 0.3em 0em;
}

.post {

}

.post p {

}

.post a {
    color: #ff6699;

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Other------------------*/

hr {
	border-style	: none;
	display:none;
}

#content .editForm img {
    display: inline;
}

