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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.231;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea, input {
	margin:0;
	padding:0;
    outline: none;
    resize: none;
}
a {
	outline: none;
}
/*----------------*/


html {
	height:100%;
	overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
	overflow-x: auto;
}

body {
	height:100%;
	font: normal 15px "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
	background-color:#e5e5e5;
	background: url('/blog/img/paper-dark.jpg');
}

#push, #footer {
	height: 30px;
}
#wrapper {
	margin:0 auto -30px;
	min-height: 100%;
	height: auto !important;
	height: 100%;

}


#tbContents {
	max-width:780px;
	margin: 0 auto;
}
#content {
	max-width:780px;
	min-width:300px;
	margin: 0 auto;
	padding-top:45px;
}

#topBar {
	position:fixed;
	top: 0;
	left:0;
	z-index:10;
	overflow:hidden;
	height:45px;
	width:100%;
	margin:0;
	background-color:#1e1e1e;
	background-image:url('/blog/img/topbar.gif');
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#484848', endColorstr='#1e1e1e');*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#1e1e1e));
	background-image: -moz-linear-gradient(top,  #484848,  #1e1e1e);
	background-image: -ms-linear-gradient(top,  #484848,  #1e1e1e);
	background-image: -o-linear-gradient(rgb(72,72,72),rgb(30,30,30));
	-moz-box-shadow: 0 1px 2px #000;
	-webkit-box-shadow: 0 1px 2px #000;
	box-shadow: 0 1px 2px #000;
}
#tbContents {
	height:45px;
	overflow:visible;
}
#logo {
	float:left;
}
#logo a:link, #logo a:visited {
	border:0;
	margin-left:0;
	display:block;
	padding: 4px 2px 5px;
	width:118px;
	height:36px;
	background-image:url('/blog/img/blog-logo.png');
	background-repeat:no-repeat;
	background-position:50% 40%;
	text-indent:-9999px;
}


.navtab {
	font-family: Cambria, Georgia, serif;
	border:0;
	float:left;
	height:45px;
	padding:0 6px;
	line-height:45px;
	display:inline-block;
	font-size:24px;
	color:#bbb;
	text-transform:uppercase;
	margin-left:10px;
	letter-spacing:2px;
	text-shadow:0 -1px 0 #000;
	background-color:#333;
}
a.navtab:link, a.navtab:visited {
	background-color:transparent;
	color:#ddd;
}

a.navtab:hover, a.navtab:active, .navtab a:focus {
	background-color:#000;
	color:#ccc;
}

a.img:link, a.img:visited {
	border:0;
}
#rss {
	float:right;
	margin-right:6px;
}
#rss a:link, #rss a:visited {
	display:block;
	height:32px;
	width:32px;
	margin:6px 0 7px;
	background-image:url('/blog/img/rss.png');
	border:0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

h1.main {
	text-align:center;
	font-weight:normal;
	font-size:30px;
	letter-spacing:1px;
	line-height: 1;
	color:#aaa;
	text-shadow:0 1px 0 #fff;
	text-transform:uppercase;
	margin:10px 0;
}

h1 a:link, h1 a:visited {
	font-size:32px;
	font-family: Cambria, Georgia, serif;
	color:#444;
	border:0;
}

h1 a:hover, h1 a:active {
	border-bottom:1px dotted #ccc;
}
a.h1main:link, a.h1main:visited {
	font-family: "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size:30px;
	letter-spacing:1px;
	line-height: 1;
	color:#aaa;
	border-bottom:1px solid #aaa;
	text-shadow:0 1px 0 #fff;
	text-transform:uppercase;
}
a.h1main:hover, a.h1main:active {
	border-bottom:2px solid #aaa;
}
h2 {
	font-weight:bold;
	font-size:18px;
	margin:15px 0 10px;
	text-transform:uppercase;
}

.entry {
	max-width:600px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding:30px;
	background-color:#fff;
	border:1px solid #ccc;
	margin:0 auto 40px;
	color:#444;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}
.entry.full {
	margin-top:20px;
}
.entry .info {
	text-align:right;
	color:#ccc;
}

.entry p {
	margin:10px 0;
	text-align:justify;
}

a.readmore:link, a.readmore:visited {
	font-size:16px;
	text-align:center;
	display:block;
	float:right;
	width:66%;
	padding:6px;
	color:#555;
	margin:0 -30px -30px 0;
	border:1px solid #ddd;
	border-right:0;
	border-bottom:0;
   	background-color:#f0f0f0;
	-moz-border-radius: 10px 0 8px 0;
    -webkit-border-radius: 10px 0 8px 0;
    -khtml-border-radius: 10px 0 8px 0;
    border-radius: 10px 0 8px 0;
	text-shadow:0 1px 0 #fff;
}

a.readmore:hover, a.readmore:active, a.linkB:focus {
	background-color:#fff;
}


#footer {
	background-color:#eee;
	background-color:rgba(255,255,255,0.3);
}
#footer-nav {
	text-align:center;
	max-width:780px;
	margin: 0 auto;
}
#footer-nav a {
	line-height:30px;
	margin: 0 1.282051282051282%;/*10/780px*/
}

a.snav:link, a.snav:visited {
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-size:13px;
	border:0;
	color:#7a7a7a;
	text-shadow:0 1px 0 #fff;
}

a.snav:hover, a.snav:active, a.snav:focus {
	border-bottom:1px solid #888;
	color:#000;
}

#share {
	margin:26px 0;
}
#share a:link, #share a:visited {
	border:0;
}

b {
	font-weight:bold;
}

a:link, a:visited {
	text-decoration:none;
	font-weight:normal;
	color:#2283BF;
	border-bottom: 1px dotted #C0DCED;
}

a:hover, a:active, a:focus {
	text-decoration:none;
	color: #2283BF;
	border-bottom: 1px solid #2283BF;
}


a.pgn:link, a.pgn:visited{
	font-size:18px;
	font-weight:normal;
	color:#777;
	padding: 0px 6px 2px 6px;
	border:1px solid #ddd;
	-moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    border-radius: 14px;
   	background-color:#eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#cccccc');
	background-image: -ms-linear-gradient(top, #F2F2F2 0%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(top, #F2F2F2 0%, #CCCCCC 100%);
	background-image: -o-linear-gradient(top, #F2F2F2 0%, #CCCCCC 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #CCCCCC));
	background-image: -webkit-linear-gradient(top, #F2F2F2 0%, #CCCCCC 100%);
	background-image: linear-gradient(to bottom, #F2F2F2 0%, #CCCCCC 100%);
	text-shadow:0 1px 0 #fff;
		border:1px solid #bbb;
}
a.pgn:hover {
	color: #555;
	border:1px solid #aaa;
}
a.pgn:active {
	background-image:none;
	filter:none;
	background-color:#ddd;
}

span.pgn {
	font-size:18px;
	font-weight:normal;
	color:#fff;
   	background-color:#aaa;
   	padding: 0px 6px 2px 6px;
	border:1px solid #aaa;
	-moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    border-radius: 14px;
}


.submenu a:link, .submenu a:visited {
	display:block;
	color:#555;
	padding: 1px 6px;
	margin:0;
	border:0;
   	background-color:#f9f9f9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
	text-shadow:0 1px 0 #fff;
}

.submenu a:hover, .submenu a:focus {
	color: #000;
	/*border:1px solid #ddd;*/
}
.submenu a:active {
	background-image:none;
	filter:none;
	background-color:#efefef;
}

.submenu {
	font-size:14px;
	letter-spacing:normal;
	text-transform:none;
	display:inline-block;
	border:1px solid #ddd;
}
.submenu .curr {
	padding: 1px 6px;
	background-color:#aaa;
	color:white;
}
.submenu span {
	line-height: 1.231;
	display:block;
	float:left;
	text-shadow:none;
}

.pgnbox {
	text-align:center;
	margin-bottom:20px;
}


.mainColor {
	color:#2283BF;
}
.clearb {
	clear:both;
}

.rel {
	position:relative;
}
.fxd {
	position:fixed;
}
.u {
	text-decoration:underline;
}
.tacenter {
	text-align:center !important;
}
.taright {
	text-align:right !important;
}
.taleft {
	text-align:left !important;
}
.tajustify {
	text-align:justify !important;
}
.vatop {
	vertical-align:top;
}
.vabottom {
	vertical-align:bottom;
}
.vamiddle {
	vertical-align:middle;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.arrow {
	font-family: Georgia, serif;
}
.nowr {
	white-space:nowrap;
}
em {
	font-style:italic;
}
.xplain {
	color:#ccc;
	font-size:20px;
	white-space:nowrap;
	margin-top:10px;
}
.smallexp, .footnote {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#888;
}

.sitename {
	font-weight:bold;
}

.system-message {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:15px;
	margin:0 auto;
	text-align:center;
	border:1px solid #d8d8d8;
	padding:20px;
	max-width:90%;
	background-image:url('/img/bgNoteTile.gif');
	background-repeat:repeat;
	-moz-box-shadow: 2px 2px 6px #ccc;
	-webkit-box-shadow: 2px 2px 6px #ccc;
	box-shadow: 2px 2px 6px #ccc;
	text-shadow:0 0 4px #fff;
}
.tech-message, .input-message {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:13px;
	margin:0 auto 4px;
	border:1px solid #d8d8d8;
	padding:6px 6px 6px 8px;
	color:#777;
	background-color:#fffdeb;
	font-size:12px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.tip {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding:2% 2% 2% 4%; /*x/500*/
	margin-bottom:4px;
	font-size:15px;
	color:#777;
	background-color:#fff;
	border:1px solid #eaeaea;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}


.shadowed {
	-moz-box-shadow: 2px 2px 4px #ccc;
	-webkit-box-shadow: 2px 2px 4px #ccc;
	box-shadow: 2px 2px 4px #ccc;
}
.paper {
	border:1px solid #eee;
	background-image:url('/img/bgNoteTile.gif');
}

.unselectable{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

.noborder a:link, .noborder a:visited, .noborder a:hover, noborder a:active, a.noborder:link, a.noborder:visited, a.noborder:hover, a.noborder:active {
	border-style:none;
	border-width:0;
}
#snppt {
	margin:30px 0;
	font-size:13px;
	padding: 10px 10px 10px 180px;
	background: #eee url('/img/logo/logo.png') no-repeat 10px center;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	-moz-box-shadow: inset 2px 2px 4px #ccc;
	-webkit-box-shadow: inset 2px 2px 4px #ccc;
	box-shadow: inset 2px 2px 4px #ccc;
}
.pcontent {
	line-height:1.4;
}
.pcontent ul {
	margin-left:20px;
}
.pcontent ul li {
	margin-bottom:10px;
}
ul.bullet {
	list-style:disc;
}

kbd {
    color:#333;
    display:inline-block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:1.4;
    margin:0 2px;
    padding:1px 7px;
    text-shadow:0 1px 0 #fff;	
    -moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    -moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
	box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    background-color:#f7f7f7;
    border:1px solid #ccc;
}

.autosize {
	overflow-y:hidden;
}

.abstop {
	position:absolute;
	z-index:100;
}

.htag {
	color:#888;
	text-shadow:0 1px 0 #fff;
}

.big {
	font-size:16px;
}
.hide {
	display:none !important;
}
.invisible {
	visibility:hidden !important;
}
.inline {
	display:inline;
}
.loading  {
	background: transparent url('/img/loader.gif') no-repeat center center;
}

.ver-long {
	display:none;
}
.fullwidth {
	width:100%;
}

@media (min-width:430px) {
h1.main {
	font-size:36px;
	letter-spacing:4px;
	margin:20px 0;
}
a.h1main:link, a.h1main:visited {
	font-size:36px;
	letter-spacing:4px;
}

}
@media (min-width:500px) {


}

@media (min-width:600px) {

}


@media (min-width:768px) {

}

@media (min-width:800px) {

}


