* {
	margin: 0;
	padding: 0;
}

body {
	background: #e9f2f7 url(../images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474848;
}

h1 a, h2 a, h3 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

h1 {
	letter-spacing: -1px;
	font-size: 20px !important;
	font-weight: bold;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	font-size: 1.4em !important;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

p {
}

blockquote {
	padding: 0 30px;
	background: url(../images/img12.gif) no-repeat;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

blockquote p {
}

a {
	background: url(../images/img03.gif) repeat-x left bottom;
	text-decoration: none;
	color: #1D62B3;
}

a:hover {
	background: none;
	color: #E43C15;
}

a.lupe {
	cursor: url('../images/lupe.cur'), pointer;
	background: none;
}

hr {
	display: none;
}

img.about
{
 position: relative;
 top: -2px;
 background: url('../images/a26.gif') no-repeat;
 width: 180px;
 height: 90px;
 padding: 5px;
 margin: -5px;
}

input.submit
{
	display:block;
	background: url(../images/simple_button.png) repeat-x;
	width: 150px;
	padding:6px 0;
	text-align:center;
	border:1px solid #8e8c8c;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
	font-weight:bold;
	text-transform:uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#FFF;
	opacity:.85;
}

input.submit:hover {
	border-color:#032141;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

input.submit:active {
	background-position:  0 -200px;
	padding:6px 0 ;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

.smallest {
font-size: 0.7em;
}

.small {
font-size: 0.9em;
}

.medium {
font-size:1em;
}

.large {
font-size:1.3em;
}

.largest {
font-size:1.5em; 
}

#gallery {
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
}

#gallery .imageblock {
	float: left;
	width: 133px;
	display: inline;
	margin: 2px;
}

#gallery span {
	padding: 0px 6px;
	font-size: 0.8em;
	display: block;
	text-align: left;
}

#outer_code {
background: #E6F0F8;
padding: 20px;
border-top: 1px solid #C5E5FB;
border-bottom: 1px solid #C5E5FB;
overflow: auto;
margin: 10px -35px 10px -24px;
}

#inner_code {
background: #E6F0F8 url(../images/code_bg.gif) no-repeat;
padding: 2px;
}

#inner_code pre {
  padding: 11px 5px 0 30px;
  font-weight: bold;
  color: #2960B4;
  background: url(../images/line-numbers.png) no-repeat;
  font-size: 12px;
  margin: 0;

}

.error_box
{
	background: url(../images/error-test_08.png);
	border-style: outset;
	border-width: 1px;
	border-color: red;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	margin: 3px;
	padding: 5px;
	color: red;
	min-height: 55px;
	margin-bottom: 10px;
}

#comment textarea 
{
	background: url(../images/inputshadow.gif);
	width: 98%;
	height: 90px;
	border: 1px solid #AAA;
	-moz-border-radius: 3px;
	margin: 3px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaa;
}

#comment input.text 
{
	background: url(../images/inputshadow.gif);
	width: 100%;
	border: 1px solid #AAA;
	-moz-border-radius: 3px;
	margin: 3px;
	padding: 3px;
	color: #aaa;
}

.commentbox
{
	overflow: auto;
	padding: 10px;
	background-image:url(../images/response_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
}

.commentcurl
{
	background-image:url(../images/curl.png); 
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top: -1px;
	margin-left: 2px;
	padding-left: 55px;
	padding-top: 3px;
}



/* Wrapper */

#wrapper {
	background: url(../images/img08.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	height: 25px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 16px;
	padding: 6px 0px 6px 0px; 
	font-size: 1.1em;
	font-weight: bold;
	color: #FCFDDF;
	background: url(../images/menu_trenner.png) right no-repeat;
	width: 118px;
	margin-left: -9px;
	text-align: center
}

#menu a:hover {
	background: #333333;
	color: #FFFFFF;
	background: url(../images/menu_trenner_hover.png) right no-repeat;
}

#menu .current_page_item a {
	background: url(../images/menu_trenner_selected.png) right no-repeat;
}

/* Header */

#header {
	height: 30px;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
}

#logo h1 {
	padding: 20px 0 0 20px;
	font-size: 3.2em;
	font-weight: bold;
	color: #E43C15;
}

#logo p {
	margin: 0;
	padding: 42px 0 0 6px;
	letter-spacing: 2px;
	line-height: normal;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding: 6px 0px 4px 0;
	background: url(../images/img05.gif) no-repeat left bottom;
}

#search fieldset {
	border: none;
}

#search legend {
	display: none;
}

#s {
	float: left;
	width: 155px;
	margin: 0 0 0 10px;
	background: none;
	border: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #474848;
}

#x {
	display: none;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img06.gif);
}

#bgtop {
	height: 20px;
	background: url(../images/img07.gif);
}

#bgbottom {
	padding-bottom: 20px;
	background: url(../images/img09.gif) no-repeat left bottom;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding-left: 15px;
	background: url(../images/img11.gif) no-repeat left center;
}

/* Content */

#content {
	float: left;
	width: 700px;
	height: 800px;
	min-height: 800px;
	padding: 0 0 0 15px;
}

html>body #content {
	height: auto;
}

/* Post */

.post {
}

.post .bigpix {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	float: left;
	width: 140px;
}

.post .bigpix .image {
}

.post .bigpix .caption {
	margin: 0;
	padding: 0px 5px 0px 5px;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
	color: #999999;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .title {
	padding: 10px 10px 0 10px;
	font-size: 2.6em;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #C2C2C2;
}

.post .byline a {
	color: #C2C2C2;
}

.post .entry {
	padding: 0px 10px 0px 10px;
}

.post .tags {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}

.post .links .comments {
	padding-left: 20px;
	background: url(../images/img13.gif) no-repeat left center;
}

.post .links .permalink {
	padding-left: 18px;
	background: url(../images/img14.gif) no-repeat left center;
}

/* Sidebar Common Style */

.sidebar {
	top: -20px;
	position: relative;
}

#page .sidebar ul {
	line-height: normal;
}

#page .sidebar li {
	padding: 0;
	background: none;
}

#page .sidebar li ul {
	padding: 5px 10px 0px 15px;
}

#page .sidebar li li {
	padding: 5px 5px 0px 25px;
	background: url(../images/img11.gif) no-repeat 10px 10px;
	border-bottom: 1px solid #F0F0F0;
}

.sidebar a {
	background: none;
}

/* Sidebar Two */
#sidebar2 {
	float: right;
	width: 220px;
}

#sidebar2 h2 {
	margin: 0px;
	padding-left: 20px;
	padding-top: 5px;
	color: #e9f2f7;
}

#sidebar2 .header, .header2 
{
	background:url(../images/header.png) -45px 0px;
	height: 25px;
	width: 220px;
	

/*	
	margin-left: -20px;
	margin-top: 0px;
	top: 0px;
	width: 200px;
	height: 20px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #e9f2f7;
	line-height: 5px;
 */
}

#sidebar2 .header2
{
	background:url(../images/header2.png) -45px 0px;
}

/* Calendar */

#calendar_wrap {
	padding: 0 10px 20px 10px;
}

#calendar_wrap table {
	width: 100%;
	text-align: center;
	background: #F6F6F6;
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
}

#calendar_wrap th, #calendar_wrap td {
	padding: 2px;
}

#calendar_wrap thead {
	background: #FFFFFF;
}

#calendar_wrap tbody {
	font-size: .8em;
	font-weight: bold;
}

#calendar_wrap tbody td {
	padding: 5px;
}

#calendar_wrap tbody a {
	font-size: 1.2em;
}

#calendar_wrap tfoot {
	background: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

#calendar_wrap tfoot #prev {
	text-align: left;
}

#calendar_wrap tfoot #next {
	text-align: right;
}

/* Tag Cloud */

#tag_cloud {
	margin-bottom: 20px;
}

/* Footer */

#footer {
	width: 960px;
	height: 83px;
	margin: 0 auto;
	background: url(../images/img10.gif) no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}

#tnt_pagination {
	display:block;
	text-align:center;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	background-image: none;
	color:#0072bc;
	width:22px;
	font-weight:normal;
}

#tnt_pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #BBDDFF;
	color:#0072BC;	
}

#tnt_pagination a.active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left:10px;
	text-decoration:none;
	background-color:#DDEEFF;
	color:#0072BC;
	cursor:default;
}

#tnt_pagination a.disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}
