/* @override http://www.appelsiini.net/~tuupola/stylesheets/main.css */

/* structure */


#wrap {
	margin: 0 auto;
	width: 790px;
	text-align: left;
}

#content {
	background: #009FAA;
	float: left;
	width: 550px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	overflow: hidden;
}

#sidebar {
  background: #fff;
  float: right;
  width: 220px;
  padding-top: 10px;
  padding-right: 10px;
  overflow: hidden;
}

#header {
  padding-left: 8px;
  padding-top: 17px;
  clear: both;
  height: 89px;
  display: block;
}

#footer {
  clear: both;
}

h1, h2, h3 {
	font-family: helvetica, arial, sans-serif;
	line-height: 30px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	color: #EFEFEF;
	text-decoration: none;
}

h1 {
	font-size: 32px;
	background-color: #009FAA;
	padding-left: 10px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
  color: #ccc;
}

p, form {
  padding: 0;
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}


#header h1, #header h2, #header h3 {
  color: #aaa;
  display: inline;
}

#header a:link, #header a:visited {
  text-decoration: none;
  border-bottom: none;
}

a:link, a:visited {
  text-decoration: none;
  border-bottom: 1px dotted #3e8da7;
  color: #3e8da7;
}

a:hover {
  text-decoration: none;
  border-bottom: 1px solid #3e8da7;
  color: #3e8da7;
}

/* Remove FF dotted border */
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}

.entrytitle a:link, .entrytitle a:visited {
  text-decoration: none;
  border-bottom: none;
  color: #2fbe35;
}

#content img {
  //display: block;
  float: left;
  border: 1px solid #999;
  margin-top: 4px;
  padding: 6px;
  margin-right: 7px;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
  color: #ccc;
}

#sidebar input {
  width: 100%;
}

#sidebar li {
  float: left;
  margin: 0 0 0 20px;
  padding: 0 3px 0 0;
  list-style-type: circle;
  list-style-position: outside;
}

.tagcloud {
  letter-spacing: -1px;
  font-weight: bold;
}

.tagcloud a:link, .tagcloud a:visited {
  color: #ccc;
  text-decoration: none;
  border-bottom: none;
}

.tagcloud a:hover {
  color: #bbb;
  text-decoration: none;
  border-bottom: none;
}

/* nav */

#nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  float: right;
  position: relative;
  clear: none;
  bottom: 38px;
}

#nav li {
  float: left;
  margin: 0;
  padding: 0 3px 0 0;
  list-style: none;
}

#nav a {
  float: left;
  padding: 3px 13px 0 13px;
  text-decoration: none;
  color: #aaa;
  border-left-style: solid;
  border-left-width: 2px;
}

#nav a.last {
  border-right-style: solid;
  border-right-width: 2px;
}

#nav a:hover, #nav a.active {
  color: #eee;
  border-color: #aaa;
}

/*************************************
 +Entry
 *************************************/

.entry {
	margin-bottom: 3em;
	background-color: #FFC;
	padding-left: 10px;
}
