
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:0px;
	background-image:url(/images/theme/bodyBg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-attachment:fixed;
	background-color:#FFFFFF;
	position:relative;
	width:100%;
	height:100%;
	min-width:780px;
}

#container.clearfix {
	width:inherit;
	position:relative;
}

#header {
	margin:0px;
	width:100%;
	position:absolute;
}

#logo {
	margin:0px;
	margin-left:18px;
	position:absolute;
}

#sitename a:hover, #subtitle a:hover, #sitename a:active {
	background:none;
}

#sitename {
	margin-top:18px;
}

#subtitle {
	margin-top:4px;
}

div#main {
	position:absolute;
	width:100%;
}

#main-content {
	top:85px;
	width:100%;
	position:absolute;
}

hr {
	border-top-style:solid;
	border-top-color:#CBB272;
	border-bottom-style:none;
	height:1px;
	margin-top:8px;
	margin-bottom:5px;
}

img {
	border-width:0px;
}

.headerStroke {
	height:1px;
	width:100%;
	background-color:#003300;
}

#headerBg {
	height:77px;
	width:100%;
}

.headerShadow {
	background-image:url(/images/theme/headerShadow.gif);
	background-repeat:repeat-x;
	background-position:left;
	width:100%;
	height:39px;
}

#search {
	width:auto;
	float:right;
	height:49px;
	position:relative;
}

#live-search-fieldset label {
	width:30px;
	height:0px;
	padding-top:35px;
	overflow:hidden;
	display:block;
	left:5px;
	bottom:15px;
	position:absolute;
	
}

#live-search-fieldset input {
	position:relative;
	z-index:100;
	font-size:14px;
	line-height:14px;
/*	padding:0; */
	width:80%;
	float:left;
	left:5px;
	display:inline;
/*	padding:0 2px;*/
	background: #fff url(/images/theme/bg_searchInputNoValue.png) no-repeat center center;
}

#search_spinner {
	position:relative;
	top:7px;
	right:5px;
	float:right;
/*	left:83%;*/
	z-index:200;
}

input#q {
	margin-top:5px;
	margin-left:5px;
}

fieldset {
	border-width:0px;
	text-align:left;
	position:relative;
	margin-top:1px;
}

#sidebar{
	z-index:50;
	min-height:500px;
	width:215px;
	background:#fff;
	right:10px;
	position:absolute;
	padding:10px;

	border-color:#CBB272;
	border-style:solid;
	border-width:1px;
	border-top:none;
}

div#sidebar {
}

#live-search-fieldset {
	width:237px;
	height:49px;
	margin-right:10px;
	margin-top:36px;

	background-image:url(/images/theme/searchBg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#left-content {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:20px;
	margin-right:257px;
}

#tagline {
	float:right;
	font-size:x-small;
}

.post, #comments, #trackbacks, #syndicate, #comment-reply-form, .sidebar-node {
	border-top-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-style:solid;
	border-color:#CBB272;
	margin-top:10px;
	overflow:hidden;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	width:auto;
}

#results-panel {
	border-top-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-style:solid;
	border-color:#CBB272;

	padding:10px;
	margin:0px;
	background-color:#FFFFCC;
	position:relative;
}

#results-panel h4 {
	margin:0px;
	padding:0px;
}

#results-panel ol {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}

#results-panel ol li {
	padding:0px;
	margin-left:30px;
}

.important {
	font-style:italic;
	padding:5px;
}


a {
	color:#304303;
}

a:visited, h1, h2, h3, h4 {
	color:#7D5500;
}

a:focus {
	outline: 1px dotted #304303;
	background-color:#FFFF99;
	
}

a:hover {
	background-color:#FFFF99;
}

.post-title a {
	text-decoration:none;
}

.post-title a:hover {
	text-decoration:underline;
}

.post-title {
	color:#304303;
	font-size:125%;
	padding-right:25px;
	background:url(/images/theme/icon_post.gif) no-repeat top right;
}

h1, h2, h3, h4 {
	font-size:110%;
}

input:focus {	
}

#comments, #trackbacks, #syndicate, #comment-reply-form {
	font-size:90%;
}

ul {
	list-style:square url(/images/theme/bullet.gif);
}

#sidebar .sidebar-node > ul#flickr-list {
	overflow:hidden;
	border-bottom:1px solid #fff;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
	position:static;
}

#sidebar ul#flickr-list li {
	width:60px;
	height:60px;
	border:1px solid #CBB272;
	padding:4px;
	margin:0 5px 5px 0;
	float:left;
	overflow:hidden;
	position:relative;
}

#sidebar ul#flickr-list li a {
	background:#fff;
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	margin:0;
	padding:0
}

#sidebar ul#flickr-list li a small {
	position:absolute;
	top:7px;
	left:7px;
	z-index:1000;
	height:0px;
	padding-top:0px;
	width:0px;
	overflow:hidden;
	display:none;
}

#sidebar ul#flickr-list li:hover {
	background-color:#FFFF99;
}

#sidebar ul#flickr-list li a:hover small {
	display:block;
	background-color:#FFF;
}

.alternate-post {
}

.normal-post {
}

#nav {
	vertical-align:bottom;
	font-size:12px;
	margin-bottom:15px;
	margin-left:15px;
}

code {
	font-size:105%;
	background-color:#F4FBFF;
}

.code-example {
	display:block;
	overflow-x:auto;
	border-style:solid;
	border-width:1px;
	border-color:#B9D8FD;
	padding:15px;
	width:93%;
	background-color:#F4FBFF;
	position:relative;
}

label, #comment_loading { 
	position: absolute;
	text-align:right; 
	width:130px;
	margin-top:3px;
}

input, textarea {
	margin-left: 135px;
}

label.check, label.radio {
	position:relative; 
	text-align:left;
}
