/*----------- initial tags -----------*/
html {
	background: url("/images/back.gif") repeat top left fixed;
	margin: 0;
	padding: 0; }
 
body {
	font: 76%/140% arial, verdana, sans-serif;
	height:100px;
	margin:0;
	padding:0;
	text-align: left; }
 
p, div, h1, h2, h3, h4, h5,ol, ul, li, form, input {
	margin:0;
	padding:0; }
 
img {
	border:0;
	margin:0;
	padding:0; }
 
ul { list-style: none; }
 
a {outline:none;}
 
pre, code {
	background-color:#ccc;
	background: url("/images/img-back.gif") repeat top left;
	border:1px #333 dashed;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	margin:10px 10px 0 10px;
	overflow:auto;
	padding-right:10px;
	width:620px; 
       -moz-border-radius: 3px;
       -webkit-border-radius: 3px;
}
 
/*----------- universal -----------*/

.float-left {float:left;}
 
.float-right {float:right;}
 
.clear {clear:both;}
div.clear{height:1%; margin-top:-1px;}

.clear-left {clear:left;}
div.clear-left{height:1%; margin-top:-1px;}
 
.center {text-align:center;}

.flashHolder {padding:10px 0; width:100%; text-align:center;}
 
/*----------- search input -----------*/
.textfield {
	color:#666;
	float:left;
	font: 11px/11px verdana, arial, sans-serif;
	margin:0;
	padding:2px;
	width:190px; }
 
.search-button { margin:0 0 0 10px; }
 
/*----------- head content -----------*/
#header {
	background: url("/images/top-back.gif") repeat-x bottom left;
	height:101px;
	text-align:center;
	width:100%; }
 
#header-inner {
	background-image: url("/images/site-logo.jpg");
	background-repeat:no-repeat;
	display:block;
	height:101px;
	line-height: 1em;
	margin: -11px auto 0 auto;
	text-align:right;
	width: 915px; }
 
/*----------- body content -----------*/
#content-containter {
	margin:15px auto;
	position:relative;
	width:915px; }
 
.post-content {
	margin:0 0 20px 0;
	width:650px; }
 
	.post-content p, .post-content .thumb-box { padding:10px 10px 0px 10px; }
 
	.post-content ol { padding:10px 10px 0px 30px; }

	.post-content ul { list-style: disc inside; } 

	.post-content pre ol { padding:10px 0px 10px 40px; }
 
	.post-content a, .post-content a:visited, .post-content a:active {
		color:#E68A00;
		font-weight:bold;
		text-decoration:none; }
 
	.post-content a:hover {
		border-bottom:1px #E68A00 dotted;
		color:#E68A00;
		font-weight:bold;
		text-decoration:none; }
 
.date {
	float:right;
	font-size:.9em;
	font-weight:bold;
	margin:1px 20px 0 0;
text-shadow: 0px 1px 1px #fff;  }
 
.post-head {
	background: url("/images/content-head.gif") no-repeat;
	color:#333;
	display:block;
	font-size: 1.2em;
	height:25px;
	line-height:.9em;
	margin:0 0 -5px 0;
	padding:5px 0 0 10px;
	width:650px; }
 
.post-content .post-head a, .post-content .post-head a:hover, .post-content .post-head a:visited, .post-content .post-head a:active {
	border:none;
	color:#333;
	text-decoration:none;
text-shadow: 0px 1px 1px #fff;  }
 
.post-body {
	background:#fff;
	color:#333;
	display:block;
	width:650px; }

        .post-body ol, .post-body ul { padding:10px 10px 0px 30px; }

	.post-body ul { list-style: disc inside; }  

	.post-body img {
		background: url("/images/img-back.gif") repeat top left;
		border:1px #333 dashed;
		padding:7px; }
	.post-body img.post-img-no-back {
		background: transparent url() ;
		border:none;
		padding:3px; }

	.post-body img.no-border {
		background:none;
		border:none;
		padding:0; }
 
	.post-body object {
		background: url("/images/img-back.gif") repeat top left;
		border:1px #333 dashed;
		display:block;
		padding:7px;
                margin-right:auto;
                margin-left:auto; 
          }
 
	.post-body .download:link, .post-body .download:active, .post-body .download:visited {
		background: url("/images/download.gif") no-repeat 0 0;
		display:block;
		height:29px;
		width:139px; }
 
	.post-body .download:hover {
		background: url("/images/download.gif") no-repeat 0 -29px;
		border:none;
		display:block;
		height:29px;
		text-decoration:none;
		width:139px; }
 
.post-bottom {
	background: url("/images/bottom-wh-border.gif") no-repeat;
	display:block;
	height:7px;
	width:650px; }
 
.post-foot {
	color:#d5d5d5;
	font-size:.9em;
	margin:5px 0 10px 0;
	text-align:right; }
 
.post-content .post-foot a, .post-content .post-foot a:visited, .post-content .post-foot a:active {
	color:#bccfef;
	font-weight:bold;
	text-decoration:none; }
 
.post-content .post-foot a:hover {
	border-bottom:1px #bccfef dotted;
	color:#bccfef;
	font-weight:bold;
	text-decoration:none; }

.inline-table {
        margin:10px 10px 0px 10px;
        width:630px;
        padding:0;
        border-collapse:collapse;
}

.inline-table th, .inline-table td { 
    /*borders and padding to make the table readable*/ 
    border:1px solid #000; 
    padding:.5em; 
    font-weight:normal; 
} 
.inline-table th { 
    /*distinguishing table headers from data cells*/ 
    font-weight:bold; 
    text-align:center; 
} 
 
/*----------- comments -----------*/
.comment-box {
	margin:0 0 10px 0;
	width:650px; }
 
	.comment-box p { padding:0px 10px 5px 10px; }
 
.comment-top {
	background: url("/images/top-wh-border.gif") no-repeat;
	display:block;
	height:7px;
	width:650px; }
 
.comment-body {
	background:#fff;
	display:block;
	width:650px; }
 
	.comment-body a, .post-content a:visited, .post-content a:active {
		color:#E68A00;
		font-weight:bold;
		text-decoration:none; }
 
	.comment-body a:hover {
		border-bottom:1px #E68A00 dotted;
		color:#E68A00;
		font-weight:bold;
		text-decoration:none; }
 
.comment-bottom {
	background: url("/images/bottom-wh-border.gif") no-repeat;
	display:block;
	height:7px;
	width:650px; }
 
.comment-foot {
	background: url("/images/comment-pointer.gif") no-repeat 15px 0;
	color:#d5d5d5;
	font-size:.9em;
	padding-top:7px;
	text-align:left; }
 
	.comment-foot a, .comment-foot a:visited, .comment-foot a:active {
		color:#bccfef;
		font-weight:bold;
		text-decoration:none; }
 
	.comment-foot a:hover {
		border-bottom:1px #bccfef dotted;
		color:#bccfef;
		font-weight:bold;
		text-decoration:none; }
 
.comment-title {
	border-bottom:1px #d5d5d5 dotted;
	color:#d5d5d5;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:10px 0 0px 0;
	width:650px; }
 
.pagination-box-main {
	margin:0 0 0 0;
	width:650px; }
 
	.pagination-box-main p {
		padding:0px 10px 0 10px;
		text-align:center; }
 
.pagination-box {
	margin:0 0 10px 0;
	width:650px; }
 
	.pagination-box p {
		padding:0px 10px 0 10px;
		text-align:center; }
 
/*----------- add comment area -----------*/
.comment-entry {
	background:#fff;
	display:block;
	width:650px; }
 
	.comment-entry a, .post-content a:visited, .post-content a:active {
		color:#E68A00;
		font-weight:bold;
		text-decoration:none; }
 
	.comment-entry a:hover {
		border-bottom:1px #E68A00 dotted;
		color:#E68A00;
		font-weight:bold;
		text-decoration:none; }
 
.entry-textfield {width:300px;}
 
.entry-textarea {
	height:200px;
	width:630px; }
 
/*----------- side nav -----------*/
#nav-container {
	float:right;
	font-size:1em;
	width:250px; }
 
.nav-box {margin-bottom:15px;}
 
	.nav-box ul { margin:0 0 0 18px; }
 
		.nav-box ul li { padding:0 0 3px 0; }
 
	.nav-box a, .nav-body a:visited, .nav-body a:active {
		color:#d5d5d5;
		text-decoration:none; }
 
	.nav-box a:hover {
		border-bottom:1px #d5d5d5 dotted;
		color:#d5d5d5;
		text-decoration:none; }
 
.nav-head-open {
	background: url("/images/nav-open-top.gif") no-repeat;
	color:#d5d5d5;
	display:block;
	font-weight:bold;
	height:19px;
	margin-bottom:-2px;
	padding:2px 0 0px 10px;
	width:250px; 
text-shadow: 0px 1px 1px #000; }
 
	.nav-head-open a {
		background:url("/images/nav-close-btn.gif") no-repeat;
		display:block;
		float:right;
		height:13px;
		margin:1px 13px 0 0;
		width:13px; }
 
		.nav-head-open a:hover {
			border:none;
			text-decoration:none; }
 
.nav-head-closed {
	background: url("/images/nav-closed-top.gif") no-repeat;
	color:#d5d5d5;
	display:block;
	font-weight:bold;
	height:19px;
	margin-bottom:-2px;
	padding:2px 0 0px 10px;
	width:250px; 
text-shadow: 0px 1px 1px #000; }
 
	.nav-head-closed a {
		background:url("/images/nav-open-btn.gif") no-repeat;
		display:block;
		float:right;
		height:13px;
		margin:1px 13px 0 0;
		width:13px; }
 
		.nav-head-closed a:hover {
			border:none;
			text-decoration:none; }
 
.nav-body {
	background-color:#383838;
	display:block;
	padding:10px 10px 0px 10px; }
 
.nav-foot {
	background: url("/images/nav-open-bottom.gif") no-repeat;
	display:block;
	height:7px;
	width:250px; }
 
/*----------- side nav list styles -----------*/
#recent-entries ul { list-style: url("/images/arrow-orange.gif"); }
 
#catagories ul { list-style: url("/images/arrow-blue.gif"); }
 
#archives ul { list-style: url("/images/arrow-green.gif"); }
 
#favlinks ul { list-style: url("/images/arrow-purple.gif"); }
 
/*----------- footer -----------*/
#footer a, .post-content a:visited, .post-content a:active {
	color:#E68A00;
	font-weight:bold;
	text-decoration:none; }
 
#footer a:hover {
	border-bottom:1px #E68A00 dotted;
	color:#E68A00;
	font-weight:bold;
	text-decoration:none; }
 
#footer {
	background: url("/images/bottom-back.gif") repeat-x top left;
	clear:both;
	color:#d5d5d5;
	height:30px;
	text-align:center;
	width:100%; }
 
#footer-body {
	display:block;
	line-height: 1em;
	margin: 0 auto;
	padding:12px 0 0 0;
	text-align:left;
	width: 915px; }
 
.foot-nav {float:right;}
 
/*----------- content backgrounds ------------*/
.catbox {
	display:block;
	float:right;
	height:87px;
	width:100px; }
 
	.catbox a, .catbox a:hover, .catbox a:visited, .catbox a:active {
		border:none;
		display:block;
		height:87px;
		text-decoration:none;
		width:100px; }
 
.News-content .post-body .catbox { background:url("/images/news-content-back.jpg") no-repeat top right; }
 
.CSS-content .post-body .catbox { background:url("/images/css-content-back.jpg") no-repeat top right; }
 
.Apple-content .post-body .catbox { background:url("/images/apple-content-back.jpg") no-repeat top right; }
 
.Flash-ActionScript-content .post-body .catbox { background:url("/images/flash-content-back.jpg") no-repeat top right; }
 
.HTML-content .post-body .catbox { background:url("/images/html-content-back.jpg") no-repeat top right; }
 
.JavaScript-content .post-body .catbox { background:url("/images/js-content-back.jpg") no-repeat top right; }
 
.Photoshop-content .post-body .catbox { background:url("/images/ps-content-back.jpg") no-repeat top right; }
 
.ExpressionEngine-content .post-body .catbox { background:url("/images/ee-content-back.jpg") no-repeat top right; }
 
.Extensions-content .post-body .catbox { background:url("/images/ext-content-back.jpg") no-repeat top right; }
 
.about-content .post-body .catbox { background:url("/images/about-content-back.jpg") no-repeat top right; }
 
.AIR-content .post-body .catbox { background:url("/images/air-content-back.jpg") no-repeat top right; }
 
.Flex-content .post-body .catbox { background:url("/images/flex-content-back.jpg") no-repeat top right; }
 
.Noie-content .post-body .catbox { background:url("/images/noie-content-back.jpg") no-repeat top right; }
 
/*-- flickr --*/
#flickr {
	margin:0;
	padding:0; }
 
#flickr-inner {
	display:block;
	height:154px;
	padding:6px; }
 
.flickr_badge_image {
	float:left;
	padding:2px; }

.flickr_badge_image a:hover {border:none;} 



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* * {
	margin: 0;
	padding: 0; }*/
 
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif; }
 
#TB_secondLine {
	color:#666666;
	font: 10px Arial, Helvetica, sans-serif; }
 
#TB_window a:link { color: #666666; }
 
#TB_window a:visited { color: #666666; }
 
#TB_window a:hover { color: #000; }
 
#TB_window a:active { color: #666666; }
 
#TB_window a:focus { color: #666666; }
 
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	height:100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width:100%;
	z-index:100; }
 
.TB_overlayMacFFBGHack { background: url(/images/macFFBgHack.png) repeat; }
 
.TB_overlayBG {
	-moz-opacity: 0.75;
	background-color:#000;
	filter:alpha(opacity=75);
	opacity: 0.75; }
 
* html #TB_overlay {
	/* ie6 hack */ position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
 
#TB_window {
	background: #ffffff;
	border: 4px solid #525252;
	color:#000000;
	display:none;
	left:50%;
	position: fixed;
	text-align:left;
	top:50%;
	z-index: 102; }
 
* html #TB_window {
	/* ie6 hack */ position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
 
#TB_window img#TB_Image {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-top: 1px solid #666;
	display:block;
	margin: 15px 0 0 15px; }
 
#TB_caption {
	float:left;
	height:25px;
	padding:7px 30px 10px 25px; }
 
#TB_closeWindow {
	float:right;
	height:25px;
	padding:11px 25px 10px 0; }
 
#TB_closeAjaxWindow {
	float:right;
	margin-bottom:1px;
	padding:7px 10px 5px 0;
	text-align:right; }
 
#TB_ajaxWindowTitle {
	float:left;
	margin-bottom:1px;
	padding:7px 0 5px 10px; }
 
#TB_title {
	background-color:#e8e8e8;
	height:27px; }
 
#TB_ajaxContent {
	clear:both;
	line-height:1.4em;
	overflow:auto;
	padding:2px 15px 15px 15px;
	text-align:left; }
 
	#TB_ajaxContent.TB_modal {padding:15px;}
 
	#TB_ajaxContent p { padding:5px 0px 5px 0px; }
 
#TB_load {
	/* -height/2 0 0 -width/2 */;
	display:none;
	height:13px;
	left: 50%;
	margin: -6px 0 0 -104px;
	position: fixed;
	top: 50%;
	width:208px;
	z-index:103; }
 
* html #TB_load {
	/* ie6 hack */ position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
 
#TB_HideSelect {
	-moz-opacity: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	height:100%;
	left: 0;
	opacity: 0;
	position:fixed;
	top: 0;
	width:100%;
	z-index:99; }
 
* html #TB_HideSelect {
	/* ie6 hack */ position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
 
#TB_iframeContent {
	_margin-bottom:1px;
	border:none;
	clear:both;
	margin-bottom:-1px;
	margin-top:1px; }



.thumb-left {
        float:left;
        display:inline; 
        margin:0 10px 5px 0;
;
}
a.thumb-left:hover {border:none;}
