/*
Theme Name: strangeRED
Theme URI: http://imotta.cn/wordpress/pyrmont-theme-v2-for-wordpress.html
Description: A dark WordPress theme based upon the Pyrmont V2 theme (2.0.7) by Motta (http://imotta.cn). Build in links and archives pages. Widget support. The theme is released under GPL.
Version: 2.0.7
Author: Michael Ryan
Author URI: http://somethingstrange.com/
Tags: black, dark, two-columns, fixed-width, threaded-comments, sticky-post
*/


/* 
   Meyer's CSS Reset
   v1.0 | 20080212 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html { overflow-y: scroll; }
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* css reset ends */

*{
	margin: 0;
	padding: 0;
}

body{
	
	font-family: "Lucida Grande", Helvetica, Arial, Sans-Serif;
/*
	background-color: #121315;
*/
	background-color: black;
}

a{
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	border: none;
}

a img{
	border: none;
}

.clear{
	clear: both;
}





div#page_wrap{
	width: 820px;
	margin: 0 auto;
/*
	background: url(images/bg.gif) no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
*/
	background: url(images/bg_star.png) no-repeat fixed center;
}

div#header{
	font-size: 12px;
	margin: 0 80px 16px;
	padding-top: 16px;
	}
	div#header div.blog_title{
/*
		margin-top:20px;
*/
		}
		div#header div.blog_title h1 a{
			background: url(images/logo_strange.png) no-repeat;
			height: 73px;
			width: 660px;
			display: block;
			color: #fff;
			text-indent: -9000px;
			}
/*
		div#header div.blog_title p.description {
			color: #999;
			}
*/



/*
	div#header div#search{
		border: none;
		float: right;
		position: relative;
		}
		div#header div#search form#searchform{
			position: absolute;
			top: 65px;
			right: 10px;
			width: 200px;
			height: 25px;
			border: none;
			background-color: #fff;
			}
			div#header div#search form#searchform .searchinput{
				position: absolute;
				top: 5px;
				left: 8px;
				color: #666;
				font-size: 13px;
				width: 165px;
				border: 0;
				}
			div#header div#search form#searchform .button{
				position: absolute;
				top: 0px;
				left: 175px;
				background: url(images/mag.gif) no-repeat;
				height: 25px;
				width: 25px;
				border: 0;
				cursor: pointer;
				}
*/
/* END div#header */



div#nav_pages {
	color:#600;
	font-family: "share-regular-1", "share-regular-2", Impact;
	font-size:13px;
	margin:-100px 0 0 0;
	padding-top:4px;
	float:right;
	}
	div#nav_pages ul { }
	div#nav_pages ul li { display:inline; }
	div#nav_pages ul li:before { content: "  ★ "; }
	div#nav_pages ul li:first-child:before { content: ""; }
	div#nav_pages ul li a { color:#960; padding:4px; }
	div#nav_pages ul li a:hover { color:#cc0; }
/* END div#nav_pages */


div#main {
	width: 660px;
	float: left;
	display: inline;/* fix double margin */
	margin: 16px 16px 32px 80px;
	}
	div#main div.post{
		background: url(images/bg_panel.png);
		border: 1px solid #222222;
		color: #ccc;
		line-height: 22px;
		margin-bottom: 32px;
		}


	/* sticky post */
	div#main div.sticky{
		background-color: #0d0d0d;/* if a post is set as sticky post, it'll have a darker bg color */
		}
		div#main div.post div.date{
			background: url(images/bg_shield.png) no-repeat;
			float: left;
			font-size: 12px;
			line-height: 14px;
			font-family: "Trebuchet MS", Georgia, Helvetica, sans-serif;
			text-align: center;
			vertical-align: middle;
			color: #fff;
			height: 60px;
			width: 50px;
			margin-left: -16px;
			margin-top: 16px;
			padding-top: 4px;
			_position: relative;/* ie6 fix */
			margin-right: 12px;
			}
			
		div#main div.post div.shield{
			background: url(images/bg_shield.png) no-repeat;
position:absolute;
			float: left;
			font-size: 12px;
			line-height: 14px;
			font-family: "Trebuchet MS", Georgia, Helvetica, sans-serif;
			text-align: center;
			vertical-align: middle;
			color: #fff;
			height: 60px;
			width: 50px;
			margin-left: -16px;
			margin-top: 16px;
			_position: relative;/* ie6 fix */
			margin-right: 12px;
			padding:0px;
			}
			div#main div.post div.shield div.icon{
				height:32px;
				width:32px;
				margin:9px;
				}
				div#main div.post div.shield .about-icon {background:url(images/icon_page_about.png) no-repeat;}
				div#main div.post div.shield .archive-icon {background:url(images/icon_page_archive.png) no-repeat;}
				div#main div.post div.shield .contact-icon {background:url(images/icon_page_contact.png) no-repeat;}
				div#main div.post div.shield .link-icon {background:url(images/icon_page_link.png) no-repeat;}
				div#main div.post div.shield .portfolio-icon {background:url(images/icon_page_portfolio.png) no-repeat;}
			
		div#main div.post div.footer{
			margin: 0px 20px 10px;
			_margin-top: 0;/*ie6 fix*/
			*+margin-top: 0;/*ie7 fix*/
			}
			div#main div.post div.footer div.postmeta{
				font-size: 12px;
				color: #666;
				width: 618px;
				overflow: hidden;
				}
				div#main div.post div.footer div.postmeta a{
					color: #666;
					border-bottom: 1px solid #222;
					text-decoration: none;
					}
				div#main div.post div.footer div.postmeta a:hover{
					color: #990;
					border-bottom: 1px solid #990;
					text-decoration: none;
					}
				div#main div.post div.footer div.postmeta .info-icon {padding:0 0 0 20px; margin:0; background-position:0 4px; }
				div#main div.post div.postmeta .comment-link {background:url(images/icon_comments.png) no-repeat 0px 6px; float:right;}
				div#main div.post div.footer div.postmeta .tag-link {background:url(images/icon_tags.png) no-repeat 0 2px;}

		div#main div.post div.title{
			margin-left: 50px;
			margin-bottom: 10px;
			margin-top: 16px;
			_margin-top: 0;/*ie6 fix*/
			*+margin-top: 0;/*ie7 fix*/
			}
			div#main div.post div.title span.edit-link {float:right;}
			div#main div.post div.title h2{
				font-family: "share-regular-1", "share-regular-2", Impact, Helvetica, "Trebuchet MS", Verdana, sans-serif;
				font-size: 24px;
				font-weight: normal;
				letter-spacing: 0px;
				color: #eee;
				width: 600px;
				line-height: 30px;
				}
				div#main div.post div.title h2 a{
					color: #eee;
					}
				div#main div.post div.title h2 a:hover{
					color: #cc0;
					}
			div#main div.post div.title div.postmeta{
				font-size: 12px;
				color: #666;
				width: 580px;
				overflow: hidden;
				}
				div#main div.post div.title div.postmeta a{
					color: #666;
					border-bottom: 1px solid #222;
					text-decoration: none;
					}
				div#main div.post div.title div.postmeta a:hover{
					color: #990;
					border-bottom: 1px solid #990;
					text-decoration: none;
					}
				div#main div.post div.title div.postmeta .info-icon {
					margin-left:-20px;
					padding:0 0 0 20px;
					background-position:0 4px;
					}
				div#main div.post div.title div.postmeta div.footer .tag-link {
					background:url(images/icon_tags.png) no-repeat 0 2px;
					}

		/*
		**
		** Post Entry
		**
		*/
		div#main div.post div.entry{
			padding: 10px 20px 0 20px;
			overflow: hidden;/* in case large img or video */
			_width: 618px;
			font-size: 13px;
			}
			div#main div.post div.entry hr {
				border:0;
				color:#300;
				background-color:#300;
				height:2px;
				width:80%;
				margin:32px auto;
				}
			div#main div.post div.no_result{
				padding: 20px;
				}
				div#main div.post div.no_result p.no_result{
					margin-bottom: 0;
					}
			div#main div.post div.entry a{
				color: #cc3;
				border: none;
				text-decoration: none;
				}
			div#main div.post div.entry a:hover{
				text-decoration: underline;
				}
			div#main div.post div.entry p {
				margin-bottom: 1.5em;
				}
			/* 20090629 add h1-h6 style in entry */
			div#main div.post div.entry h1{ font-size: 20px; margin-bottom: 5px; }
			div#main div.post div.entry h2{ font-size: 18px; margin-bottom: 5px; }
			div#main div.post div.entry h3{ font-size: 16px; margin-bottom: 5px; }
			div#main div.post div.entry h4{ font-size: 15px; margin-bottom: 5px; }
			div#main div.post div.entry h5{ font-size: 14px; margin-bottom: 5px; }
			div#main div.post div.entry h6{ font-size: 12px; margin-bottom: 5px; }
			
			div#main div.post div.entry ul,
			div#main div.post div.entry ol{
				padding-bottom: 24px;
				margin-left: 40px;
				margin-right: 40px;
				}
			div#main div.post div.entry ul{
				list-style-type: disc;
				}
			div#main div.post div.entry ol{
				list-style-type: decimal;
				}
				div#main div.post div.entry ul li,
				div#main div.post div.entry ol li{
					padding: 1px 0;
					list-style: outside;
					}
			div#main div.post div.entry blockquote{
				background: url(images/blockquote.gif) no-repeat;
				padding: 35px 20px 10px 50px;
				margin: 0 15px 24px 15px;
				background-color: #181818;
				border-top: 1px solid #2a2e2f;
				border-bottom: 1px solid #2a2e2f;
				color: #999;
				}
				div#main div.post div.entry blockquote p{
					margin-bottom: 8px;
					}

			div#main div.post div.entry code,
			div#main div.post div.entry kbd,
			div#main div.post div.entry samp,
			div#main div.post div.entry var {
				font-family: "Andale Mono", "Courier New", monospace;
				font-size: 90%;
				color:#fe9;
				color:gray;
/*
				background: url(images/bg_cloud-15.png) transparent;
				border:solid 1px #300;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				margin:0;
				padding:4px;
				line-height: 1.2em;
*/
				}

			div#main div.post div.entry pre {
				font-family: "Andale Mono", "Courier New", monospace;
				background: url(images/bg_cloud-15.png) transparent;
				border:solid 1px #300;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				color:#fe9;
				margin:1.5em 0; /* matches P */
				padding:4px;
				line-height: 1.2em;
				}

/*
			div#main div.post div.entry caption {
				font-size:10px;
				}
*/

			/* 20090629 add table layout */
			div#main div.post div.entry table {
				margin-bottom: 20px;
				border-collapse:collapse;
				border: 1px solid #2a2e2f;
				background-color: #181818;
				color: #999;
				}
				div#main div.post div.entry table td,
				div#main div.post div.entry table th{
					padding: 2px 5px;
					border: 1px solid #2a2e2f;
					}

			/*
			** Entry - Panels
			*/
			div#main div.post div.entry div.panel-red {
				background: url(images/bg_cloud-15.png);
				border:solid 1px #330;
				-moz-border-radius-topleft:16px; -webkit-border-top-left-radius:16px;
				-moz-border-radius-bottomright:16px; -webkit-border-bottom-right-radius:16px;
				padding:16px;
				font-size: 90%;
				line-height: 1.5em;
				margin:6px;
				margin:0 0 12px 0;
				}
			div#main div.post div.entry div.panel-left {
				margin-left:0;
				margin-right:24px;
				float:left;
				}
			div#main div.post div.entry div.panel-right {
				margin-left:24px;
				margin-right:0;
				float:right;
				}


			/*
			** Portfolio Sprites
			*/
			div#portfolio_page div#sprites {
				text-align:center;
				margin:0 0 1.5em;
				}
			div#portfolio_page div#sprites img {
				margin:3px;
				}
			div#portfolio_page div#sprites span.spacer {
				line-height:0;
				padding:4px;
				visibility:hidden;
			 	}


			/*
			** Gallery index
			*/
			div#main div.post div.entry div.ngg-galleryoverview {
				margin:20px 0;
				}
				div#main div.post div.entry div.ngg-galleryoverview div.ngg-gallery-thumbnail {
					margin:8px;
					}
					div#main div.post div.entry div.ngg-galleryoverview div.ngg-gallery-thumbnail a img {
						background-color:#070707;
						margin:0;
						padding:3px;
						border:solid 2px #222;
						-moz-border-radius:6px; -webkit-border-radius:6px;
						}
					div#main div.post div.entry div.ngg-galleryoverview div.ngg-gallery-thumbnail a img:hover {
						border:solid 2px #CC0;
						}

			div#main div.post div.entry div.ngg-navigation {
				line-height:1em;
				height:2em;
				}
				div#main div.post div.entry div.ngg-navigation span {
					margin:2px;
					padding:2px 6px;
					width:2em;
					height:16px;
					background-color:#600;
					border:solid 1px #cc0;
					-moz-border-radius:6px; -webkit-border-radius:6px;
					}
				div#main div.post div.entry div.ngg-navigation a {
					margin:2px 0;
					padding:2px 8px;
					width:2em;
					height:16px;
					color:silver;
					border:solid 1px transparent;
					-moz-border-radius:6px; -webkit-border-radius:6px;
					}
				div#main div.post div.entry div.ngg-navigation a:hover {
					color:white;
					background-color:#222;
					border:solid 1px #444;
					}


			/*
			** Portfolio index
			*/
			div#portfolio-index {
				margin:32px 0;
				}
				div#portfolio-index div.link-box {
					width:33%;
					float:left;
					}
					div#portfolio-index div.link-box div.link-thumbnail {
						text-align:center;
						}
						div#portfolio-index div.link-thumbnail a img {
							background-color:#070707;
							margin:0;
							padding:3px;
							border:solid 2px #222;
							-moz-border-radius:6px; -webkit-border-radius:6px;
							}
						div#portfolio-index div.link-thumbnail a img:hover {
							border:solid 2px #CC0;
							}
					div#portfolio-index span {
						display:block;
						color:#666;
						font-size:11px;
						line-height:1.5em;
						}











			
	div#main div.navigation{
		font-size: 13px;
/*
		margin-bottom:32px;
*/
		}
		div#main div.navigation a{
			display: block;
			color: #ccc;
			border: 1px solid #1f2223;
			padding: 0 5px;
			background-color: #101010;
			line-height: 28px;
			}
			div#main div.navigation .left a:hover,
			div#main div.navigation .right a:hover{
				color: #fa0;
				background-color: #000;
				}
		div#main div.navigation .left{
			float: left;
			}
		div#main div.navigation .right{
			float: right;
			}
/* END div#main */








div#footer {
	color: #666;
	font-size: 12px;
	background: url(images/footer_bg.gif) repeat-x;
	}
	div#footer a {
		color:#ccc;
		text-decoration: none;
		}
	div#footer a:hover {
		color:#fa0;
	}
	div#footer div.footer_wrapper {
		width: 660px;
		margin: 0 auto;
		padding: 18px 0;
		/* position: relative; */
		}
		div#footer div.footer_left{
			float: left;
			}
		div#footer div.footer_center{
			text-align:center;
			}
			div#footer div.footer_center a{
				color: transparent;
				padding:0 1em;
				}
			div#footer div.footer_center a:hover {
				color:#fa0;
				}
		div#footer div.footer_right {
			float:right;
			}
/* END div#footer */





div#portfolio_preview {
	background: url(images/bg_cloud-15.png);
	border:2px solid #330;
	-moz-border-radius:6px; -webkit-border-radius:6px;
	padding:16px;
	margin:0 0 32px 0;
	}	
	div#portfolio_preview div.title {
		float:left;
		width:160px;
		}
		div#portfolio_preview div.title h4 {
			margin-bottom:4px;
			border-bottom:1px solid #666;
			font-family: "share-regular-1", "share-regular-2", Impact, Helvetica, "Trebuchet MS", Verdana, sans-serif;
			font-size: 20px;
			font-weight: normal;
			letter-spacing: 0px;
			color: #eee;
			}
		div#portfolio_preview div.title div {
			font-size:13px;
			text-align:center;
			padding:16px 8px 0;
			}
			div#portfolio_preview div.title div a		{ color: #ccc; }
			div#portfolio_preview div.title div a:hover	{ color:#fa0; }

	div#portfolio_preview div.widget {
		float:right;
		line-height:0;
		}
		div#portfolio_preview div.widget h2 { display: none; }

		div#portfolio_preview div.widget div.ngg-widget {
			margin:0;
			padding:0;
			}
			div#portfolio_preview div.widget div.ngg-widget a {
				padding:0 0 0 3px;
				}
				div#portfolio_preview div.widget div.ngg-widget a img {
					background-color:#070707;
					margin:0;
					padding:3px;
					border:solid 2px #300;
					-moz-border-radius:6px; -webkit-border-radius:6px;
					}
				div#portfolio_preview div.widget div.ngg-widget a img:hover {
					border:solid 2px #990;
					}
/* END div#portfolio_preview */








div#appendix {
/*
	background-color:#131313;
*/
	background: url(images/bg_cloud-15.png);
	border:2px solid #330;
	-moz-border-radius:8px; -webkit-border-radius:8px;
	padding:8px;
	margin:32px 0 0;
/*
background: url(images/bg_panel.png);
	width:642px;
	padding:8px 8px 0;
	outline:1px dashed yellow;
*/
	}	
	div#appendix div.app_widget {
/*
		background-color:#0f0f0f;
*/
		margin:8px;
		color:#999;
		}
	div#appendix div.sidebar_bottom_left { float:left; width:170px; }
	div#appendix div.sidebar_bottom_middle { float:left; width:252px; }
	div#appendix div.sidebar_bottom_right { float:left; width:170px; }

		div#appendix div.widget {
			}
			div#appendix div.widget h4 {
				margin-bottom:4px;
				border-bottom:1px solid #666;
				font-family: "share-regular-1", "share-regular-2", Impact, Helvetica, "Trebuchet MS", Verdana, sans-serif;
				font-size: 20px;
				font-weight: normal;
				letter-spacing: 0px;
				color: #eee;
				}

				/* search */
				div.sidebar_bottom_left div.widget_search form#searchform {
					width: 168px;
					height: 24px;
					border: none;
					background-color: #070707;
					position: relative;
					border:solid 1px #300;
					-moz-border-radius:8px; -webkit-border-radius:8px;
					}
					div.sidebar_bottom_left div.widget_search form#searchform .searchinput {
						position: absolute;
						top: 4px;
						left: 8px;
						color: #666;
						font-size: 13px;
						width: 134px;
						border: 0;
						background-color: #070707;
						}
					div.sidebar_bottom_left div.widget_search form#searchform .button {
						position: absolute;
						top: -1px;
						left: 143px;
						background: url(images/icon_search.png) no-repeat top left;
						-moz-border-radius-topright:8px; -webkit-border-top-right-radius:8px;
						-moz-border-radius-bottomright:8px; -webkit-border-bottom-right-radius:8px;
						background-color:#070707;
						height: 26px;
						width: 26px;
						border:solid 1px #300;
						border-left:0;
						cursor: pointer;
						}
					div.sidebar_bottom_left div.widget_search form#searchform .button:hover {
						left: 142px;
						border:solid 1px #fa0;
						background-position:bottom left;
						}

				/* icons below search */
				div.sidebar_bottom_left div.icons {
					padding:0;
					margin:14px 0;
					}
					div.sidebar_bottom_left div.icons ul {
						margin:0;
						padding:0 1px;
						height:28px;
						}
					div.sidebar_bottom_left div.icons ul li {
						float:left;
						padding:0;
						margin:0;
						}
						div.sidebar_bottom_left div.icons ul li a {
							height: 28px;
							width: 28px;
							display: block;
							padding:0;
							margin:0;
							text-indent: -9000px;
							}
						div.sidebar_bottom_left div.icons ul li.feed a { background: url(images/icon_appendix_feed.png) no-repeat; }
						div.sidebar_bottom_left div.icons ul li.contact a { background: url(images/icon_appendix_contact.png) no-repeat; }
						div.sidebar_bottom_left div.icons ul li.twitter a { background: url(images/icon_appendix_twitter.png) no-repeat; }
						div.sidebar_bottom_left div.icons ul li.facebook a { background: url(images/icon_appendix_facebook.png) no-repeat; }
						div.sidebar_bottom_left div.icons ul li.linkedin a { background: url(images/icon_appendix_linkedin.png) no-repeat; }
						div.sidebar_bottom_left div.icons ul li.wordpress a { background: url(images/icon_appendix_wordpress.png) no-repeat; }
						div.sidebar_bottom_left div.icons ul li a:hover {
							background-position:bottom center;
							}

				/* slideshow */
				div.sidebar_bottom_left div#slideshow {
					margin:0 3px;
					clear:both;
					border:solid 2px black;
					text-align:center;
					height:120px;
					line-height:0;
				}
				div.sidebar_bottom_left div#slideshow h4 { display:none; }
				div.sidebar_bottom_left div#slideshow .slideshow-widget {
					}



				/* tag cloud */
				div#appendix div.sidebar_bottom_middle {
					}
					div#appendix div.sidebar_bottom_middle div.widget div {
						text-align:center;
						}
					div#appendix div.sidebar_bottom_middle a { color: #ccc; margin:0 3px; white-space:nowrap; }
					div#appendix div.sidebar_bottom_middle a:hover { color:#fa0; }

				/* archives */
				div#appendix div.sidebar_bottom_right ul{
					color: #999;
					font-size: 12px;
				}
				div#appendix div.sidebar_bottom_right ul li {
					margin:4px;
					margin:6px 0px 6px 12px;
					}
				div#appendix div.sidebar_bottom_right ul li a {
					color: #ccc;
					padding:3px 0;
				}

				div#appendix div.sidebar_bottom_right ul li a:hover{
					color: #fa0;
				}


/*
		div#appendix ul {
			list-style:none;
			padding:0;
			}



			div#appendix div.widget li.widget_tag_cloud div{
				padding: 10px 16px;
			}

			div#appendix ul li.widget_tag_cloud div a{
				color: #ccc;
			}

			div#appendix ul li.widget_tag_cloud div a:hover{
				color: #ff5a00;
			}




				div#header div#search{
					border: none;
					float: right;
					position: relative;
					}
					div#header div#search form#searchform{
						position: absolute;
						top: 65px;
						right: 10px;
						width: 200px;
						height: 25px;
						border: none;
						background-color: #fff;
						}
						div#header div#search form#searchform .searchinput{
							position: absolute;
							top: 5px;
							left: 8px;
							color: #666;
							font-size: 13px;
							width: 165px;
							border: 0;
							}
						div#header div#search form#searchform .button{
							position: absolute;
							top: 0px;
							left: 175px;
							background: url(images/mag.gif) no-repeat;
							height: 25px;
							width: 25px;
							border: 0;
							cursor: pointer;
							}

*/

		
/* END div#appendix */

/*
** support for the floating navigation bar
*/
#sidebar_wrapper {	/* required to avoid jumping */
	position: absolute;
	margin-left:756px;
	width:48px;
/*
	background-color:blue;
	outline:dashed 1px blue;
*/
	}

#sidebar_right {
	position: absolute;
	margin: 16px 0 32px;
/*
	background:green;
	outline:dashed 1px green;
*/
	}

#sidebar_right.fixed {
	position:fixed;
	top:0;
	}
/*
** end floating nav bar styles
*/


div#sidebar_right {
	width: 48px;
	float: left;
	display: inline;/* fix double margin */
	padding:0;
/*
	overflow:hidden;
*/
	font-size: 12px;
	color:white;
	}
	div#sidebar_right div.widget {
		background: url(images/bg_panel.png);
		border: 1px solid #222222;
		-moz-border-radius: 8px; -webkit-border-radius: 8px;
		padding:2px 0;
		margin:0 0 16px;
		}
		div#sidebar_right div.widget h4 {
			display:none;
			}
			div#sidebar_right div.textwidget {
				padding:0;
				}
				div#sidebar_right div#meta ul li,
				div#sidebar_right div.textwidget ul li.nav-item {
					padding:0px 2px;
					}
					div#sidebar_right div#meta ul li a {
						text-indent: -9000px;
						}

					div#sidebar_right div#meta ul li a,
					div#sidebar_right div.textwidget ul li.nav-item a {
						height: 32px;
						width: 32px;
						display: block;
						border:1px solid transparent;
						padding:4px;
						color:#333;
						font-size:13px;
						}
						div#sidebar_right div#meta ul li a span,
						div#sidebar_right div.textwidget ul li.nav-item a span {
							margin:1px 39px 0 0;
							padding:0px 8px 0px 12px;
							display:block;
							vertical-align:middle;
							text-align:right;

							display:none;
							float:right;
							line-height:28px;
							white-space:nowrap;
							border: 1px solid #222222;
							border-right:none;
							-moz-border-radius-topleft:8px; -webkit-border-top-left-radius:8px;
							-moz-border-radius-bottomleft:8px; -webkit-border-bottom-left-radius:8px;
						}
					div#sidebar_right div.textwidget ul li.nav-item a:hover {
						color:#cc0;
						text-decoration:none;
						}
						div#sidebar_right div.textwidget ul li.nav-item a:hover span {
							background:#070707;
							display:block;
							float:right;
							text-align:right;
							vertical-align:middle;
							}

			div#sidebar_right div.textwidget ul li.nav-item-home a { background: url(images/icon_nav_home.png) no-repeat top right; }

			div#sidebar_right div.textwidget ul li.nav-item-gamedev a { background: url(images/icon_nav_gamedev.png) no-repeat top right; }
			div#sidebar_right div.textwidget ul li.nav-item-webdev a { background: url(images/icon_nav_webdev.png) no-repeat top right; }
			div#sidebar_right div.textwidget ul li.nav-item-macintosh a { background: url(images/icon_nav_macintosh.png) no-repeat top right; }
			div#sidebar_right div.textwidget ul li.nav-item-windows a { background: url(images/icon_nav_windows.png) no-repeat top right; }
			div#sidebar_right div.textwidget ul li.nav-item-general a { background: url(images/icon_nav_general.png) no-repeat top right; }

			div#sidebar_right div.textwidget ul li.nav-item-about a { background: url(images/icon_nav_about.png) no-repeat top right; }
			div#sidebar_right div.textwidget ul li.nav-item-archives a { background: url(images/icon_nav_archives.png) no-repeat top right; }
			div#sidebar_right div.textwidget ul li.nav-item-contact a { background: url(images/icon_nav_contact.png) no-repeat top right; }
			div#sidebar_right div.textwidget ul li.nav-item-links a { background: url(images/icon_nav_links.png) no-repeat top right; }
			div#sidebar_right div.textwidget ul li.nav-item-portfolio a { background: url(images/icon_nav_portfolio.png) no-repeat top right; }

			div#sidebar_right div#meta ul li a { background: url(images/icon_nav_admin.png) no-repeat top right; }
			div#sidebar_right div#meta ul li.login a { background: url(images/icon_nav_login.png) no-repeat top right; }
			div#sidebar_right div#meta ul li.logout a { background: url(images/icon_nav_logout.png) no-repeat top right; }

			div#sidebar_right div#meta ul li a:hover,
			div#sidebar_right div.textwidget ul li a:hover {
				background-position: bottom right;
				border:1px solid #fa0;
				-moz-border-radius: 6px; -webkit-border-radius: 6px;
				}



/*
div#sidebar{
	width: 260px;
	float: left;
	display: inline;  /* fix double margin */ /*
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	color: #aaa;
	font-size: 12px;
	background-color: #131313;
	border: 1px solid #1f2223;
	}
	div#sidebar ul{
		background-color: #131313;
		}
*/

		div#sidebar ul div h4{
			background: url(images/sidebar_title_bg.gif) no-repeat;
			background-position: left bottom;
			background-color:blue;
			font-size: 16px;
			line-height: 30px;
			color: #ccc;
			background-color: #101010;
			padding: 5px 10px;
			font-weight: normal;
			}
		div#sidebar ul div ul{
			list-style-type: none;
			color: #eee;
			line-height: 20px;
			}
			div#sidebar ul div ul li{
				padding-top: 2px;
				padding-bottom: 2px;
				padding-left: 26px;
				padding-right: 10px;
				background: url(images/sidebar_list_bg.gif) no-repeat;
				background-position: left bottom;
				}
			div#sidebar ul div ul li:hover{
				background-color: #0d0d0d;
				}
			div#sidebar ul div ul li a{
				background: none;
				display: inline;
				color: #ccc;
				line-height: 26px;
				text-decoration: none;
				}
			div#sidebar ul div ul li a:hover{
				color: #fa0;
				}
/* END div#sidebar */





/* modify div#sidebar for default widget */

div#sidebar ul div ul li.rc a{
	display: inline;
}

div#sidebar ul li.widget,
div#sidebar ul li.widget_archive,
div#sidebar ul li.widget_categories, 
div#sidebar ul li.widget_search, 
div#sidebar ul li.widget_tag_cloud div, 
div#sidebar ul li.widget_text{/* sidebar_list_bg fix */
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}

div#sidebar ul li.widget h2 a{
	color: #ccc;
}

div#sidebar ul li.widget_archive select, 
div#sidebar ul li.widget_categories select{/* dropdown view */
	margin: 15px 26px;
}


div#sidebar div.widget {
	margin-bottom:20px;
	}

/* categories widget */

/* calendar widget */
div#sidebar ul li.widget_calendar div#calendar_wrap{
	padding: 15px 26px;
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}

#wp-calendar {
	color: #ccc;
	width: 95%;
	font-family: Helvetica, Arial, sans-serif;
}

#wp-calendar caption {
	padding: 5px;
	letter-spacing: 2px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
}

#wp-calendar th{
	border-bottom: 1px solid #1f2223;
	border-top: 1px solid #1f2223;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	color: #fa0;
}

#wp-calendar a:hover {
	text-decoration: underline;
}

#wp-calendar #prev{
	text-align: left;
	padding-left: 5px;
}

#wp-calendar #next{
	text-align: right;
	padding-right: 5px;
}

#wp-calendar #prev, #wp-calendar #next, #wp-calendar tfoot tr td.pad{
	border-top: 1px solid #1f2223;
}

#wp-calendar #prev a, #wp-calendar #next a{
	color: #999;
}

#wp-calendar td#today{
	color: #fff;
	background-color: #101010;
	font-weight: bold;
}

/* multi-level category */
div#sidebar ul div ul li ul li,
div#sidebar ul div ul li ul.children li{
	background: none;
}

div#sidebar ul div ul li ul li:hover,
div#sidebar ul div ul li ul.children li:hover{
	background: none;
}








/* widget rss */
.widget_rss a{
	color: #ccc;
}







/* tag cloud */
div#sidebar ul li.widget_tag_cloud div{
	padding: 10px 16px;
}

div#sidebar ul li.widget_tag_cloud div a{
	color: #ccc;
}

div#sidebar ul li.widget_tag_cloud div a:hover{
	color: #fa0;
}




/* textwidget */
.textwidget{
	padding: 10px 26px;
	line-height: 16px;
}

.textwidget p{
	margin-bottom: 10px;
	line-height: 16px;
}

.textwidget a, .textwidget p a{
	color: #fa0;
	text-decoration: none;
}

.textwidget a:hover, .textwidget p a:hover{
	text-decoration: underline;
}

/* END modify div#sidebar */

div#main div#comments{
	margin-bottom: 10px;
	}
	div#main div#comments h3{
		float: left;
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		}
	div#main div#comments .add_your_comment a{
		float: right;
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		}
	div#main div#comments .add_your_comment a:hover{
		color: #fa0;
		}
div#main ol.commentlist{
	font-size: 13px;
	color: #ccc;
	overflow: hidden;
	}
	div#main ol.commentlist li{
		margin-bottom: 15px;
		background-color: #101010;
		border: 1px solid #1f2223;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 20px 20px 15px 20px;
		}
		div#main ol.commentlist li ul{
			list-style-type: none;
			margin-left: 60px;
			margin-top: 6px;
			}
			div#main ol.commentlist li ul.children li{
				background-color: #0d0d0d;
				border-left: 1px solid #181a1b;
				border-top: 0;
				border-bottom: 0;
				border-right: 0;
				}
		div#main ol.commentlist li div.vcard{
			float: left;
			}
		div#main ol.commentlist li div.vcard div.left{
			width: 56px;
			margin-right: 5px;
			}
			div#main ol li div.left img{
				border: 1px solid #000;
				display: block;
				height: 48px;
				width: 48px;
				}
			div#main ol li div.left div.reply a{
				background: url(images/reply.gif) no-repeat 0 0;
				display: block;
				height: 0;
				padding-top: 17px;
				width: 41px;
				overflow: hidden;
				margin-left: 5px;
				margin-top: 5px;
				}
			div#main ol li div.left div.reply a:hover{
				background-position: 0 -17px;
				}
		div#main ol.commentlist li div.right{
			float: left;
			line-height: 20px;
			width: 80%;/* 3-level or less thread comments display well. 4 or more leves may have some issue. */
			}
			div#main ol.commentlist li div.right p a{
				color: #ccc;
				text-decoration: none;
				border-bottom: 1px solid #ccc;
				}
			div#main ol.commentlist li div.right p a:hover{
				color: #fa0;
				border-bottom: 1px solid #fa0;
				}
			div#main ol li div.right div.commentmetadata{
				font-size: 12px;
				color: #999;
				border-bottom: 1px solid #181a1b;
				padding-bottom: 3px;
				margin-bottom: 8px;
				}
				div#main ol li div.right div.commentmetadata a{
					color: #ccc;
					text-decoration: none;
					font-weight: bold;
					}
				div#main ol li div.right div.commentmetadata a:hover{
					color: #fa0;
					}
			div#main ol li div.right p{
				margin-bottom: 20px;
				}
div#main .comments_navi{
	font-size: 12px;
	}
	div#main .comments_navi .alignleft{
		float: left;
		}
	div#main .comments_navi .alignright{
		float: right;
		}
		div#main .comments_navi .alignleft a, 
		div#main .comments_navi .alignright a{
			display: block;
			color: #ccc;
			border: 1px solid #1f2223;
			padding: 0 5px;
			background-color: #101010;
			line-height: 28px;
			}
		div#main .comments_navi .alignleft a:hover, 
		div#main .comments_navi .alignright a:hover{
			color: #fa0;
			background-color: #000;
			}
div#main div#respond{
	background-color: #101010;
	border: 1px solid #181a1b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ccc;
	padding: 15px 20px;
	margin-top: 15px;
	margin-bottom: 32px;
	}
	div#main div#respond div.h3_cancel_reply{
		margin-bottom: 5px;
		}
	div#main div#respond h3{
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		float: left;
		display: inline;/* fix double margin */
		}
		div#main div#respond span.cancel-comment-reply{
			float: right;
			display: inline;/* fix double margin */
			padding-top: 6px;
			}
		div#main div#respond span.cancel-comment-reply a{
			font-size: 12px;
			color: #999;
			text-decoration: none;
			}
		div#main div#respond span.cancel-comment-reply a:hover{
			color: #fa0;
			}
	div#main div#respond form#commentform{
		}
		div#main div#respond form#commentform p{
			font-size: 12px;
			color: #999;
			padding: 3px 0;
			}
			div#main div#respond form#commentform p a{
				color: #fff;
				border: 0;
				}
			div#main div#respond form#commentform p a:hover{
				border-bottom: 1px solid #fff;
				}
		div#main div#respond div.input_area{
			padding: 15px 30px;
			}
			div#main div#respond div .message_input{
				font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
				background-color: #eee;
				border: 2px solid #000;
				color: #333;
				font-size: 13px;
				padding: 5px;
				height: 120px;
				width: 98%;
				}
		div#main div#respond div.user_info{
			font-size: 12px;
			line-height: 16px;
			display: block;
			padding: 0 30px;
			}
			div#main div#respond div.user_info div.single_field{
				display: inline;
				float: left;
				width: 33%;
				}
				label.desc{
					display: block;
					color: #999;
					padding-bottom: 4px;
					}
					label.desc abbr{
						color: #fa0;
						border: 0;
						}
				div#main div#respond div.user_info input.comment_input{
					background-color: #eee;
					color: #666;
					border: 2px solid #000;
					padding: 2px 3px;
					width: 90%;
					}
		div#main div#respond div.submit_button{
			margin: 15px 30px 0;
			}
			div#main div#respond form#commentform div.submit_button input.button{
				display: block;
				background: url(images/submit.gif) no-repeat 0 0;
				width: 76px;
				height: 28px;
				padding: 0;
				border: 0;
				/*text-indent: -9999px; 20090708 no text button*/
				color: #bbb;/*20090708 no text button*/
				font-size: 12px;/*20090708 no text button*/
				cursor: pointer;
				float: left;
				}
			div#main div#respond form#commentform div.submit_button input.button:active{
				background-position: 0 -28px;
				color: #fff;/*20090708 no text button*/
				}
			div.submit_button span.key{
				float: left;
				margin-left: 10px;
				padding-top: 6px;
				font-size: 12px;
				line-height: 16px;
				color: #333;
				}
			/*
			**	Styling for the "nofollow free" plugin
			*/
			div.submit_button p {
				float:right;
				margin:0px !important;
				line-height:1.5em;
				}

.nocomments{
	color: #ccc;
	font-size: 16px;
	margin-bottom:32px;
}
/* END single page */

/*---------------- WordPress Generated Classes -------------------*/

.aligncenter,
div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft{
	float: left;
	}
	
.alignright{
	float: right;
	}

img.alignleft{
	display: inline;
	margin-bottom: 2px;
	margin-right: 6px;
	padding: 3px;
	}

img.alignright{
	display: inline;
	margin-bottom: 2px;
	margin-left: 6px;
	padding: 3px;
	}

.wp-caption {
   border: 1px solid #1f2223;
   text-align: center;
   background-color: #0d0d0d;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 10px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #ccc;
}

div#main div.post div.entry div.wp-caption p{
	margin-bottom: 3px;
	padding: 5px;
} 


/*------------------------ Archives Page ------------------------*/

ul.archiveslist{
	color: #ccc;
	font-size: 13px;
}

div#main div.post div.entry  ul.archiveslist li a{
	color: #ccc;
}

div#main div.post div.entry  ul.archiveslist li a:hover{
	color: #fa0;
}

/*------------------------ Links Page ------------------------*/

.linkpage{
	background-color: #131313;
	padding: 10px 15px;
}

.linkpage ul{
	list-style-type: none;
}

.linkpage ul li{
	float: left;
	margin-bottom: 10px;
}

.linkpage ul li ul li{
	float: left;
	width: 130px;
	text-align: center;
	margin: 5px 12px;
	line-height: 180%;
	background-color: #202020;
}

.linkpage ul li ul li a{
	color: #ccc;
	display: block;
	text-decoration:none;
	border: 1px solid #1f2223;
	font-size: 12px;
}

.linkpage ul li ul li a:hover{
	background-color: #0d0d0d;
	border: 1px solid #1f2223;
	color: #fa0;
}

.linkpage ul li h3{
	margin-bottom: 5px;
	margin-left: 12px;
}

/*------------------------ Strong ------------------------*/

div.strong{
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 25px;
}

div.strong .keyword{
	color: #fa0;
}

/*----------------------- ClearFix -----------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
 
.clearfix {
	display: inline-block;
	}
 
html[xmlns] .clearfix {
	display: block;
	}
 
* html .clearfix {
	height: 1%;
	}



/*------------------------ Sticky Footer ------------------------*/
/*--------------- Code from www.cssstickyfooter.com -------------*/

html, body, #page_wrap{
	height: 100%;
}

body > #page_wrap{
	height: auto; min-height: 100%;
}

div#container {
	padding-bottom: 48px;/* must be same height as the footer */
	position:relative;
}

#footer{
	position: relative;
	margin-top: -48px; /* negative value of footer height */
	height: 48px;
	clear:both;
}
