/* #0098e7 */

* {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
}

html {
	height: 101%;
	font-size: 14px;
	line-height: 20px;
}

body {
	margin: 0;
	padding: 0;
	background: #131313;
	font: 1em/1.42857142857em "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #fff;
}


/* links */

a:link,
a:active {
	color: #0098e7;
	text-decoration: none;
}

a:focus,
a:hover,
a:visited {
	color: #0098e7;
	text-decoration: underline;
}

#logo {
	position: absolute;
	top: 15px;
	right: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font: 2.14285714286em/1.16666666667em Georgia;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.78571428571em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h3 {
	font-size: 1.42857142857em;
}

h4 {
	font-size: 1.14285714286em;
	line-height: 1em;	
}

h5 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
}

h6 {
	display: none;
}

#wrapper ul#navigation {
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 100px;
}

#navigation li {
	float: left;
	margin-right: 1.42857142857em;
	height: 48px;
	background: url("images/navi-right.gif") top right repeat-x;

}

#navigation a {
	padding: 0 10px;	
	display: block;
	font: 2.14285714286em/1.6em Georgia;	
	background: url("images/navi-left.gif") top left no-repeat;
	color: #fff;
	height: 48px;
}

#navigation li a:visited {
	text-decoration: none;
}

#navigation li.current-cat {
	background: url("images/navi-active-right.gif") top right repeat-x;
}

#navigation li.current-cat a {
	background: url("images/navi-active-left.gif") top left no-repeat;
}

#navigation li.current-cat a:hover {
	text-decoration: none;
}




/* Content */

#wrapper {
	padding: 0 15px 170px 15px;
	position: relative;
	overflow: hidden;
	width: auto;
}

#wrapper .left,
#wrapper .right {
	padding: 15px 0;
	background: #1d1d1d;
	position: relative;
}

#wrapper .left {
	width: 50%;
	float: left;
}

#wrapper .right {
	width: 45%;
	float: right;
}

#content h1 a {
	color: #fff;
	text-decoration: none;
}

#content h1 a:hover {
	text-decoration: underline;
}


.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url("images/corner-circle.gif") no-repeat;
}

.corner-lt {
	top: 0;
	left: 0;
}

.corner-rt {
	right: 0;
	top: 0;
	background-position: -10px 0;	
}

.corner-rb {
	right: 0;
	bottom: 0;
	background-position: -10px -10px;	
}

.corner-lb {
	left: 0;
	bottom: 0;
	background-position: 0 -10px;	
}


#wrapper p,
#wrapper ul,
#wrapper ol {
	margin-bottom: 0.85714285714em;
}

#content,
#sidebar {
	margin: 20px;
	margin-top: 13px;
}

#content ul,
#content ol {
	margin-left: 1em;
}

#content ul ul,
#content ol ol,
#content ol ul,
#content ul ol {
	margin-left: 0;
	margin-bottom: 0;
}

#content ul li {
	list-style: disc outside;
}

#content ul li li,
#content ol li li {
	margin-left: 1em;
}

#content ol li {
	list-style: decimal outside;
}

#content a {
	text-decoration: underline;
}

#content .article {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #464646;
}

/* Sidebar */

input.text,
textarea {
	border: 1px solid #0098e7;
	background: #161616;
	width: 80%;
	padding: 2px 0;
	line-height: 1em;
	height:1.14285714286;
	color: #fff;
	float: left;
	margin-right: 2%;
}

input.submit {
	height:1.14285714286;
	background: #0098e7;
	color: #fff;
	padding: 2px 0;
	width: 16%;
	cursor: pointer;
}

input.search {
	display: block;
	background: #0098e7 url("images/search-icon.gif") 50% 50% no-repeat;
	text-indent: -1000px;
}



form div {
	overflow: hidden;
	width: 100%;
}

form {
	margin-bottom: 1em;
}

#sidebar h1 {
	margin-bottom: 0.2em;
}

/* Tagcloud */

#tagcloud { padding:0; margin:0; list-style:none; }
#tagcloud li { display:inline; font-size:70%; background: none; padding: 0;}
#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
#tagcloud li a:hover { text-decoration:underline; }
#tagcloud li.tag_1 a { font-size: 120%; }
#tagcloud li.tag_2 a { font-size: 160%; }
#tagcloud li.tag_3 a { font-size: 190%; }
#tagcloud li.tag_4 a { font-size: 210%; }
#tagcloud li.tag_5 a { font-size: 230%; }
#tagcloud li.tag_6 a { font-size: 250%; }
#tagcloud li.tag_7 a { font-size: 270%; }
#tagcloud li.tag_8 a { font-size: 290%; }
#tagcloud li.tag_9 a { font-size: 310%; }
#tagcloud li.tag_10 a { font-size: 330%; }



/* Commentlist */

h3#comments a{
	display: block;
	background: url("images/feed-small.gif") 0 50% no-repeat;
	padding-left: 25px;
}


#commentlist li {
	border-bottom: 1px solid #0098E7;
	margin-bottom: 15px;
	overflow: hidden;
	width: auto;
}

#commentlist li img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border:1px solid #0098E7;
}

#commentlist li dl {
	overflow: hidden;
	width: auto;
}

#commentlist span.date {
	float: right;
	font-size: 0.85714285714em;
	color: #a6a6a6;
}

#commentform input.text {
	width: 99%;
}

#commentform div {
	margin-bottom: 10px;
}

#commentform label {
	display: block;
}

#commentform textarea {
	width: 99%;
}

#commentform .submit {
	width: auto;
	padding: 3px;
}