body, html {
	margin: 0;
	padding: 0;
	color: #000;
	background: #efefff url(images/background.png) repeat-y 50% 0;
	font: normal normal normal 10pt/150% verdana,sans-serif;
}
a {
	color: #026fde;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #d01d3c;
	text-decoration: underline;
}
img {
	border: 0;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	background: #fff url(images/sidebar.png) repeat-y -4px 0;
}
#jump a {
	background: #e0ebf2 url(images/jump.png) repeat-x scroll 50% 0;
	color: #C6DFF8;
	display: block;
	height: 32px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
}
#jump a:hover, #jump a:active, #jump a:focus {
	background-position: 50% -40px;
	color: #d01d3c;
}
#navigation {
	position: relative;
	background: #c6dff8 url(images/header.png) repeat-x scroll 0 -35px;
	height: 72px;
}
#navigation ul {
	position: absolute;
	bottom: 0;
	list-style-type: none;
	margin: 0;
	float: right;
	text-transform: capitalize;
	right: 10px;
	padding: 0;
}
#navigation li.selected {
	border-color: #d01d3c;
}
#navigation li.selected a {
	background: #d01d3c url(images/red-gradient.jpg) repeat-y scroll 50% 50%;
	border-color: #d01d3c;
	padding-bottom: 18px;
	margin-bottom: -18px;
}
#navigation li {
	display: block;
	position: relative;
	border: 1px #026fde solid;
	float: left;
	border-width: 1px 0 0 0;
	margin: 0 4px;
	bottom: 12px;
}
#navigation li a {
	display: block;
	position: relative;
	border: 1px #026fde solid;
	float: left;
	border-width: 1px 0 0 0;
	margin: 0 -1px 0 -1px;
	padding: 0.25em 1.5em 0.45em 1.5em;
	background: #026fde url(images/blue-gradient.jpg) repeat-y scroll 50% 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#navigation li a:hover, #navigation li a:active, #navigation li a:focus {
	background: #d01d3c url(images/red-gradient.jpg) repeat-y scroll 50% 50%;
	border-color: #d01d3c;
}
#navigation li > a:hover, #navigation li > a:focus, #navigation li:hover, #navigation li:focus {
	border-color: #d01d3c;
}
#navigation #home a {
	text-indent: -100em;
	background: none;
	width: 200px;
	border: 0;
	height: 40px;
	margin-top: -21px;
	position: absolute;
	left: -630px;
}
#sub-navigation {
	text-align: center;
	padding: 5px 0;
	margin: 0;
	font-weight: bold;
	background: #fffedf url(images/header.png) repeat-x scroll 0 -107px;
}
#sub-navigation li {
	padding: 0 0.75em 0 0.75em;
	display: inline;
}
#sub-navigation li a {
	color: #d01d3c;
	padding-bottom: 0.3em;
	text-decoration: none;
}
#sub-navigation li.selected a, #sub-navigation li a:hover, #sub-navigation li a:active, #sub-navigation li a:focus {
	background: transparent url(images/red-gradient.jpg) no-repeat scroll 0 1.2em;
}
#main {
	color: #333;
	float: right;
	width: 625px;
	padding: 20px;
}
#main h1, #main h1 a {
	font: italic normal normal 32px Georgia;
	color: #000;
	letter-spacing: -1px;
	margin: 0 0 5px;
	padding: 8px 0;
	line-height: 100%;
	text-shadow:1px 1px 1px #e0ebf2; 
}
#main h1 a:hover, #main h1 a:focus, #main h1 a:active {
	color: #d01d3c;
}
#main h1 .post-edit-link {
	font-size: 10pt;
	color: blue;
}
#main h2 {
	border-bottom: 1px solid #efefff;
	font: normal normal normal 22px/1.3em Verdana,sans-serif;
	margin: 0.17em 0 0.6em 0;
	padding: 0.1em 0 0 0;
	color: #d01d3c;
	letter-spacing: -1px;
	clear: both;
}
#main h3 {
	font: normal normal bold 122%/1.5em Verdana,sans-serif;
	margin: 0;
	padding: 0.17em 0 0.2em 0;
}
#main h4 {
	font: normal normal bold 105%/1.5em Verdana,sans-serif;
	margin: 0pt;
	padding: 0.17em 0 0.2em 0;
}
#main h5 {
	font: normal normal bold 100%/1.5em Verdana,sans-serif;
	margin: 0pt;
	padding: 0.17em 0 0.2em 0;
}
#main .csharp, #main .php, #main .js, #main .xml, #main .sql, #main .javascript {
	border: 1px solid #efefff;
	padding: 5px;
	overflow-x: scroll; margin-bottom: 10px; }
#main .csharp pre, #main .php pre, #main .js pre, #main .xml pre, #main .sql pre, #main .javascript pre { 
	color: #000;}
#main .csharp li, #main .php li, #main .js li, #main .xml li, #main .sql li, #main .javascript li {	
	padding: 1px 0; border-bottom: solid 1px #FFFEE2; color: silver;}	
/*#main pre {
	background: #efefff url(images/jump.png) no-repeat scroll 0 -138px;
	border: 1px solid #efefff;
	padding: 5px;
	overflow-x: scroll;
}*/
#main .left, #main .alignleft {
	float: left;
	padding-right: 10px;
}
#main .right, #main .alignright {
	float: right;
	padding-left: 10px;
}
#main img.alignnone {
	margin: auto;
	border: solid 5px #e0ebf2;
}
#main img.right, #main img.alignright {
	padding: 0;
	margin-left: 10px;
	border: solid 5px #e0ebf2;
}
#main img.left, #main img.alignleft {
	padding: 0;
	margin-right: 10px;
	border: solid 5px #e0ebf2;
}
#main img.noborder {
	border: none;
}
#main .more-link {
	background: #efefff url(images/jump.png) -490px -99px;
	padding: 5px 10px 5px 5px;
	display: block;
	height: 1.4em;
	overflow: hidden;
	border-bottom: 2px solid #e0ebf2;
	position: relative;
	margin-bottom: 15px;
}
#main .more-link span {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 12pt;
}
#main .postmetadata {
	color: gray;
	clear: both;
	padding: 5px;
	background: #FFFEDF;
	border: solid 1px silver;
	border-left: none;
	border-right: none;
}
.post-info {
	background: #efefff url(images/jump.png) repeat scroll -490px -99px;
	border-bottom: solid 1px #e0ebf2;
	color: dimgray;
	font-size: 8pt;
	padding: 5px 10px 5px 5px;
	margin: -5px 0 0 0;
	list-style-type: none;
}
.post-info a {
	background: transparent url(images/icons.gif) no-repeat scroll 0 0;
	border: 1px solid transparent;
	color: dimgray;
	float: right;
	margin: -20px 0pt 0pt;
	padding: 0pt 3px 0pt 17px;
}
.post-info li {
	display: inline;
}
.post-info .modified {
	width: 430px;
	display: block;
}
.post-info .modified a {
	background: transparent none repeat scroll 0%;
	color: dimgray;
	float: none;
	margin: 0;
	padding: 0;
}
.post-info .respond a {
	background-position: 0 -95px;
}
.post-info .feed a {
	background-position: 0 -29px;
}
.post-info .comments a {
	background-position: 0 4px;
}
.post-info .full a {
	background-position: 1px -121px;
}
.post-info a:hover, .post-info a:focus, .post-info a:active {
	color: #d01d3c;
}
#sidebar {
	float: left;
	width: 275px;
	padding: 10px;
	font-size: 8pt;
	color: DimGray;
	background: #fffedf;
}
#sidebar h2 {
	font: italic normal normal 2em Georgia;
	letter-spacing: -0.5px;
	margin-bottom: 0;
	text-shadow: 1px 1px 1px #fffedf;
}
#sidebar h2 a {
	color: #AB6F4B;
}
#sidebar #twitter ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(images/twitter.png) no-repeat 5px 0;
}
#sidebar #twitter ul li {
	margin: 10px 0 10px 60px;
	padding: 5px 5px 5px 20px;
	background: #fff url(images/arrowleft.png) no-repeat 0 -75px;
	overflow: hidden;
}
#sidebar #hugh {
	position: relative;
}
#sidebar #hugh h2 {
	position: absolute;
	right: 0;
	top: 44px;
	color: #AB6F4B;
	padding: 0 0 2px 0;
	margin: 0;
	line-height: 100%;
	text-shadow:1px 1px 1px #e0ebf2;
}
#sidebar #hugh h2 a {
	color: #AB6F4B;
}
#sidebar #hugh p {
	width: 150px;
	color: #784B2F;
	position: absolute;
	top: 70px;
	right: 0;
	text-align: right;
	margin: 0;
	padding: 0;
	line-height: 175%;
}
#sidebar #hugh p a {
	display: block;
}
#sidebar #hugh img {
	margin: -10px 0 0 -10px;
	width: 295px;
	height: 178px;
	display: block;
	background: #fffedf;
}
#sidebar #flickr ul {
	padding: 5px 0;
	margin: 0 -2px;
	list-style: none;
}
#sidebar #flickr li {
	display: inline;
}
#sidebar #flickr li a {
	border: 2px solid #e0ebf2;
	display: block;
	float: left;
	margin: 2px;
	padding: 5px;
	width: 75px;
	height: 75px;
	overflow: hidden;
	background-color: #e0ebf2;
}
#sidebar #flickr li a:hover, #sidebar #flickr li a:focus, #sidebar #flickr li a:active {
	border: 2px solid #d01d3c;
}
#sidebar #gamercard ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar #gamercard ul li {
	margin: 10px 0 10px 50px;
	padding: 5px 5px 5px 20px;
	background: #fff url(images/arrowleft.png) no-repeat 0 -75px;
	position: relative;
}
#sidebar #gamercard ul li img {
	position: absolute;
	top: 8px;
	left: -40px;
	width: 32px;
	height: 32px;
	background: #fffedf;
}
#sidebar #gamercard ul li b {
	display: block;
}
#sidebar #recentposts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar #recentposts ul li {
	margin: 10px 0 10px 50px;
	padding: 5px 5px 5px 20px;
	background: #fff url(images/arrowleft.png) no-repeat 0 -75px;
	position: relative;
}
#sidebar #recentposts ul li img {
	position: absolute;
	top: 8px;
	left: -40px;
	width: 32px;
	height: 32px;
	background: #fffedf;
}
#sidebar #recentposts ul li p {
	display: inline;
}
#sidebar #projects ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar #projects ul a {
	font-weight: bold;
}
#sidebar #projects ul li {
	padding: 5px 0 5px 5px;
	clear: both;
	margin: 10px 0;
	background: #fff;
}
#sidebar #projects ul li.left img {
	float: left;
	margin-top: 9px;
	background: #fffedf url(images/projects.png) no-repeat;
	width: 110px;
	height: 67px;
	display: block;
}
#sidebar #projects ul li.right img {
	float: right;
	margin: 9px 0 0 5px;
	background: url(images/projects.png) no-repeat;
}
#sidebar #projects ul li.mypassword img {
	background-position: 0 -108px;
}
#sidebar #projects ul li.myportal img {
	background-position: 0 -219px;
}
#sidebar #projects ul li.staffdirectory img {
	background-position: 0 -163px;
}
#sidebar #projects ul li.sfdo img {
	background-position: 1px -55px;
}
#sidebar #youtube h2 {
	padding-top: 10px;
	clear: both;
}
#sidebar #youtube ul {
	padding: 5px 0;
	margin: 0 -2px;
	list-style: none;
}
#sidebar #youtube li {
	float: left;
}
#sidebar #youtube li.video {
	margin: 5px;
	border: solid 1px #e0ebf2;
	background: #fff;
}
#sidebar #youtube li.thumbnail {
	margin-left: 5px;
	width: 133px;
	background: #e0ebf2;
	text-align: center;
	padding-top: 4px;
}
#footer {
	clear: both;
	background: #fff url(images/jump.png) repeat-x 50% -99px;
	color: #c6dff8;
	text-align: center;
	padding: 4px;
	height: 20px;
}
#footer a {
	color: #c6dff8;
}
#footer ul {
	list-style: none;
	padding: 4px 10px;
	margin: 0;
	display: inline;
}
#footer ul.left {
	float: left;
}
#footer ul.right {
	float: right;
}
#footer li {
	display: inline;
}
* html #footer {
	height: 1px;
}
.commentlist {
	margin: 0;
	padding: 0;
	color: #494949;
}
.commentlist li {
	list-style: none;
	padding: 10px 0 0 20px;
	margin: 0 0 0 50px;
	position: relative;
	border-bottom: solid 10px #fff;
	background: #fffedf url(images/arrowleft-rev.png) no-repeat 0 -175px;
}
.commentlist .bypostauthor {
	border-right: solid 5px #d01d3c;
}
.commentlist .bypostauthor .comment-body {
	border-right: solid 5px #fff;
}
.commentlist .bypostauthor .avatar {
	border-bottom: solid 5px #d01d3c;
	padding-bottom: 3px;
	background: none;
}
.commentlist .bypostauthor .fn .url {
	color: #d01d3c;
}
.commentlist .bypostauthor .commentmetadata a {
	color: #d01d3c;
}
.commentlist .says {
	display: none;
}
.commentlist .avatar {
	position: absolute;
	left: -42px;
	top: 7px;
	display: block;
	background: #fffedf;
}
.commentlist .comment-author {
	float: left;
	padding-right: 5px;
}
.commentlist .comment-meta {
	display: inline;
}
.commentlist cite.fn {
	font-style: normal;
	font-weight: bold;
}
h2#comments {
	line-height: 120%;
}
#comments em a {
	color: #d01d3c;
}
#comment {
	font-family: Verdana;
	font-size: 10pt;
}
#wpstats {
	width: 0px;
	height: 0px;
	overflow: hidden;
}
object, embed {
	display: block;
	margin: auto;
}
img.thumb {
	width: 200px;
}
blockquote {
	font-style: italic;
	padding: 0 0 0 40px;
	margin: 0;
	background: url(images/qm.gif) no-repeat -7px -7px;
	min-height: 26px;
}
hr {
	border: none;
	border-top: dashed 1px silver;
	height: 0;
	clear: both;
}
.one-star {
	width: 49px;
	height: 0;
	padding-top: 9px;
	background: #fff url(images/stars.png) no-repeat 0 0;
}
.two-star {
	width: 49px;
	height: 0;
	padding-top: 9px;
	background: #fff url(images/stars.png) no-repeat 0 -9px;
}
.three-star {
	width: 49px;
	height: 0;
	padding-top: 9px;
	background: #fff url(images/stars.png) no-repeat 0 -18px;
}
.four-star {
	width: 49px;
	height: 0;
	padding-top: 9px;
	background: #fff url(images/stars.png) no-repeat 0 -27px;
}
.five-star {
	width: 49px;
	height: 0;
	padding-top: 9px;
	background: #fff url(images/stars.png) no-repeat 0 -36px;
}

.download { padding: 0 10px; margin: 0; list-style: none;}
.download a { text-decoration: underline;}
.download li { width: 210px; float: left; border-radius: 5px; color : #000; background: #F7F9F7 url(images/arrow_down_green.png) no-repeat 10px 5px; padding: 10px 10px 10px 65px; margin-bottom: 10px; border: solid 1px #F0F0F0;}
.download li:hover { border-color: #D01D3C;}
.download .zip { margin-right: 20px; }
.download .source { background-image: url(images/text_code_colored.png);}
.download span {font-size: 20px; font-weight: bold; display: block;}