
body {
	background: #141414 url(/images/generalBodyBg.png) repeat-x;
	font: 14px/1.5em "Droid Serif", sans-serif;
	color: #999;
}

header, footer, nav, section, article, aside, details {
	display: block;
}

a, a:active, a:visited { color: #FFCC00; text-decoration: none; }
a:hover { color: #fff; }


h1{
	font-size:36px;
	line-height: 40px;
}
h2{
	font-size:28px;
	line-height: 32px;
}
h3{
	font-size:22px;
	line-height: 26px;
}
h4{
	font-size:18px;
	line-height: 22px;
}
h5{
	font-size:16px;
	line-height: 20px;
}
h6{
	font-size:14px;
	line-height: 18px;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,p{
	margin-bottom: 15px;
}

h1,h2,h3,h4,h5,h6{
	color: #fff;
	padding-top: 10px;
}

h2, h3 {
	color: #fff;
}

input, select, textarea {
	font: 14px/22px "DroidSerifRegular","Georgia", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #666;
	background: #000;
	border: 0;
	padding: 10px;
	margin: 0;
}

dfn, em {
	background-color: rgba(255, 255, 255, 0.20);
	padding: 2px 3px;
	font-style: normal;
}

code{
	background: rgba(0,0,0,1);
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 5px;
}

pre{         
	font-size:0.9em;
	white-space:pre;
	overflow-x:auto;
	color: #585858;
	background: #000;
	margin: 10px 0;
} 

.hiddenSubmit {
	position: absolute !important;
	left: -99999px !important;
	width: 0 !important;
}

.rotating {
	text-indent: -99999px;
	*text-indent: 0px;
	background-position: bottom left
	!important;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
}

.rotating span {
	position: absolute;
	display: block;
	background-position: top left !important;
	background-repeat: no-repeat;
}

#ribbon {
	display: block;
	width: 69px;
	height: 115px;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0 0 0 -69px;
	background: url(/images/sotd.png) no-repeat;
	z-index: 2;
	text-indent: -999999px;
	display: none;
}

#content {
	background: url(/images/generalHtmlBg.png);
	margin-top: 5px;
}

#light {
	background: url(/images/generalLight.png) no-repeat center top;
}

.oyh {
	overflow-y: hidden;
}

#getSite {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 45px;
	left: 0;
	overflow: auto;
	z-index: 998;
	background: #000;
	display: none;
	float: left;
}

#back {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	background: #000;
	-moz-box-shadow: 0 2px 2px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

#back a {
	display: block;
	float: left;
	margin: 10px;
	padding: 5px 20px;
	background: #ffcc00;
	color: #000;
	font-size: 13px;
}

#back a:hover {
	color: #fff!important;
}

#contentWrapper {
	overflow: hidden;
}

#contentWrapper h1 {
}

#contentWrapper h1 span {
	display: block;
	height: 130px;
	text-indent: -99999px;
	background: url(/images/titleBg.png) no-repeat;
}

#contentHeader {
	height: 154px;
}

#logo {
	margin-top: 65px;
	height: 22px;
	background-image: url(/images/generalLogo.png);
}

#menu {
	margin-top: 70px;
}

#menu ul li {
	float: left;
}

#menu ul li:first-child {
	margin-left: 42px;
}

#menu ul li p {
	float: left;
	width: 16px;
	height: 11px;
	overflow: hidden;
	cursor: default;
}

#menu ul li p.p1 {
	background: url(/images/menuArr1.png) no-repeat;
	background-position: 16px 0px;
}

#menu ul li p.p2 {
	background: url(/images/menuArr2.png) no-repeat;
	background-position: -16px 0px;
}

#menu ul li a {
	float: left;
	height: 11px;
	padding-top: 2px;
}

#menu ul li a#menuWorks {
	width: 36px; 
	background: url(/images/menuWorks.png);
}

#menu ul li a#menuCodeSamples {
	width: 87px;
	background: url(/images/menuCodeSamples.png);
}

#menu ul li a#menuInfo {
	width: 28px;
	background: url(/images/menuInfo.png);
}

#menu ul li a#menuBlog {
	width: 31px;
	background: url(/images/menuBlog.png);
}

#menu ul li a#menuContact {
	width: 56px;
	background: url(/images/menuContact.png);
}

#menu ul li.current {
	margin: 0 7px;
}

#menu ul li.current .p1 {
	background-position: 4px 0px !important;
}

#menu ul li.current .p2 {
	background-position: 0px 0px !important;
}

#menu ul li.current a span {
	display: none;
}

#networks {
	margin-top: 70px;
}

#networks a {
	float: left;
	display: block;
	width: 14px;
	height: 11px;
	margin-left: 9px;
}

#networks a:first-child {
	margin-left: 0px;
}

#networks a#n1 {
	background: url(/images/networksLinkedin.png);
}

#networks a#n2 {
	background: url(/images/networksFacebook.png);
}

#networks a#n3 {
	background: url(/images/networksTwitter.png);
}

/*BLOG*/
#blog h1 {
	background: url(/images/pageTitleBlog.png) no-repeat;
	padding-top: 0;
}

#blog h1 a {
	display: block;
	height: 130px;
}

#blog #search {
	background: #000;
	margin-top: -59px;
}

.firefox #blog #search {
	background: #000;
	margin-top: -54px;
}

#blog #search input[type = text] {
	width: 170px;
	float: left;
}

#blog #search a {
	width: 18px;
	height: 18px;
	background: url(/images/blogSearchBtn.png);
	display: block;
	float: left;
	margin-top: 10px;
}

#blog #postsAndSideBar {
	padding: 20px 0;
}


#blog #postsAndSideBar #posts > article {
	padding: 20px 0;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
}

#blog #postsAndSideBar #posts > article:first-child {
	padding-top: 0;
}

#blog #postsAndSideBar #posts > article .img {
	padding-bottom: 18px;
	background: url(/images/blogImgSh.png) no-repeat 5px bottom;
}

#blog #postsAndSideBar #posts > article >.img > img {
	border: 1px solid #333;
	padding: 3px;
	background: #fff;
}


#blog #postsAndSideBar #posts > article h2 {
	padding-top:0;
}

#blog #postsAndSideBar #posts #single {
	margin-top: 10px;
	overflow: hidden;
	line-height: 1.3;
}
#blog #postsAndSideBar #posts #single .source-heading{
	margin-bottom: 5px;
}

#blog #postsAndSideBar #posts #single #main-image{
	margin-bottom: 20px;
	display: inline-block;
}

#blog #postsAndSideBar #posts #single .source-logo{
	margin-bottom: 20px;
	display: inline-block;
}

#blog #postsAndSideBar #posts #single .source-logo img{
	display: block;
}

#blog #postsAndSideBar #posts #single a[rel^= "attachment"] {
	display:none;
}

#single img[width ="120"] {
	display: none;
}

.comment-body{
	padding-bottom: 20px;
}

#blog #postsAndSideBar #posts > article .text article {
	color: #ccc;
}

#blog #postsAndSideBar #posts > article .text article .yellowArrow {
	position: absolute;
	display: inline;
	width: 9px;
	height: 17px;
	background: url(/images/blogArrBig.png) no-repeat;
	margin: 3px 0 0 5px;
	*margin: 0px 0 0 5px;
}

#blog #postsAndSideBar #posts > article .text article .attachment {
	display: none;
}

#blog #postsAndSideBar #posts > article .text .dateAndCats {
	color: #999;
	line-height: 20px;
}

#blog #postsAndSideBar #posts > article .text .share > * {
	float: left;
}

#blog #postsAndSideBar #posts > article .text .share > .fb {
	width: 49px;
	height: 24px;
	margin-left: 10px;
}

#blog #postsAndSideBar #posts > article .text .share > *:last-child {
	margin-left: 10px !important;
}

#blog #postsAndSideBar #posts > article .text .dateAndCats .addthis_button {
	position: absolute;
	margin: 2px 0 0 10px;
}

#blog #postsAndSideBar #posts nav {
	padding-top: 40px;
	font-size: 18px;
}

#blog #postsAndSideBar #posts nav a{
	float: right;
}

#blog #postsAndSideBar #posts nav a:first-child{
	float: left;
}

#blog #postsAndSideBar #posts nav .prev {
	float: left;
	padding-left: 20px;
	background: url(/images/blogArrPrev.png) no-repeat 7px center;
	color: #666;
	font-size: 14px;
}

#blog #postsAndSideBar #posts nav .next {
	float: right;
	padding-right: 20px;
	background: url(/images/blogArrNext.png) no-repeat 86px center;
	color: #666;
	font-size: 14px;
}

#blog #postsAndSideBar #sideBar {
	background: url(/images/pixel333.png) repeat-y 20px 0px;
}

#sideBar nav{
	margin-left: 50px;
	margin-bottom: 20px;
}

#sideBar nav li a{
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
}

#blog #postsAndSideBar #respond {
	margin-top: 40px;
}

#blog #postsAndSideBar #commentform {
	margin-top: 10px;
}

#blog #postsAndSideBar #commentform p {
	padding-bottom: 5px;
}

#blog #postsAndSideBar #commentform p input[type = text] {
	width: 300px;
	margin-right: 10px;
}

#blog #postsAndSideBar #commentform p input[type = submit]:hover {
	color: #fecb00;
}

/* Begin Images */
#blog p img {
	padding: 0;
	max-width: 100%;
}

#blog img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#blog img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
}

#blog img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
}

#blog .alignright {
	float: right;
}

#blog .alignleft {
	float: left;
}

/* End Images */
#footer {
	height: 100px;
	border-top: 1px solid #000;
}

#footer #footerWrapper {
	padding-top: 10px;
}

#footer #footerWrapper section {
	font-size: 9px;
	color: #666;
}

#footer #footerWrapper section p {
	color: #333;
	margin-top: 5px;
}

#footer #footerWrapper aside a {
	display: block;
	width: 94px;
	height: 12px;
	background: url(/images/iconRss.png) no-repeat right;
	float: right;
	font-size: 9px;
	color: #666;
}

#footer #footerWrapper aside a:hover {
	color: #fecb00;
}

.btn {
	float: left;
	font-size: 18px;
	color: #ffcc00;
	padding: 10px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #0f0f0f;
	background-image: -moz-linear-gradient(#0f0f0f,#000);


	background:-webkit-gradient(linear, left top, left bottom, from(#0f0f0f), to(#000));
	filter: PROGID:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#0f0f0f', EndColorStr='black')!important;
}

.btn:hover{
	color:#fff;
}

.post-edit-link{margin-top:20px;}

/* CSS3 Buttons */
.awesome, .awesome:visited {
	-webkit-font-smoothing:subpixel-antialiased;
	display: inline-block;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	
	background: #e9e9e9;
	
	padding: 4px 5px 5px 5px;
	margin-right: 10px;
}

.awesome span, .awesome:visited span {
	font-size: 18px !important;
	padding: 10px 20px !important;
	display: inline-block;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-weight: 500;
	
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 35%, #ddd 65%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffffff), color-stop(65%,#ddd)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* ie */
	
	padding: 3px 12px 4px 12px;
	font-size:13px;
	color: #777;
	
	text-shadow: 0px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
	
	-moz-box-shadow:
		0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 -1px 0px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:
		0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 -1px 0px 0 rgba(0, 0, 0, 0.1);
	box-shadow:
		0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 -1px 0px 0 rgba(0, 0, 0, 0.1);
}

.awesome:hover span {
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 35%, #cccccc 65%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffffff), color-stop(65%,#cccccc)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* ie */
	
	color: #333;

	-moz-box-shadow:
		0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 -1px 0px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:
		0 1px 2px 0 rgba(0, 0, 0, 0.6), 0 -1px 0px 0 rgba(0, 0, 0, 0.2);
	box-shadow:
	0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 -1px 0px 0 rgba(0, 0, 0, 0.2);
}

.awesome:active span {
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #eee 35%, #fff 65%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#eee), color-stop(65%,#fff)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#fff',GradientType=0 ); /* ie */
	
	color: #333;
}
	
/*black*/

.black.awesome, .black.awesome:visited {
	background: #ddd;
	padding: 4px;
}

.black.awesome span {
	color: #ddd;
	background: #333; /* old browsers */
	background: -moz-linear-gradient(top, #888888 0%, #111111 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(99%,#111111)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#111111',GradientType=0 ); /* ie */
	
	text-shadow: 0px -1px 0px #000;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.black.awesome:hover span {
	color: #fff;
	background: #000; /* old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #000000 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(99%, #000000 )); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* ie */
	
}

.black.awesome:active span {
	color: #fff;
	background: #333; /* old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #666666 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(99%,#666666)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#666666',GradientType=0 ); /* ie */
}

/*red*/
.red.awesome, .red.awesome:visited {
	background: #ddd;
	padding: 4px;
}

.red.awesome span {
	color: #eee;
	background: #7d0b03; /* old browsers */
	background: -moz-linear-gradient(top, #b3420b 0%, #7d0b03 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3420b), color-stop(99%,#7d0b03)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3420b', endColorstr='#7d0b03',GradientType=0 ); /* ie */
	
	text-shadow: 0px -1px 0px #000;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.red.awesome:hover span {
	color: #fff;
	background: #740e04; /* old browsers */
	background: -moz-linear-gradient(top, #a13c0a 0%, #740e04 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a13c0a), color-stop(99%, #740e04 )); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a13c0a', endColorstr='#740e04',GradientType=0 ); /* ie */
	
}

.red.awesome:active span {
	color: #fff;
	background: #7d0b03; /* old browsers */
	background: -moz-linear-gradient(top, #b3420b 99%, #7d0b03 0%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(99%,#b3420b), color-stop(0%,#7d0b03)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3420b', endColorstr='#7d0b03',GradientType=0 ); /* ie */
}

/*blue*/
.blue.awesome, .blue.awesome:visited {
	background: #ddd;
	padding: 4px;
}

.blue.awesome span {
	color: #eee;
	background: #194973; /* old browsers */
	background: -moz-linear-gradient(top, #2c83c0 0%, #194973 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c83c0), color-stop(99%,#194973)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c83c0', endColorstr='#194973',GradientType=0 ); /* ie */
	
	text-shadow: 0px -1px 0px #000;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.blue.awesome:hover span {
	color: #fff;
	background: #740e04; /* old browsers */
	background: -moz-linear-gradient(top, #2f82bb 0%, #1a4368 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f82bb), color-stop(99%, #1a4368 )); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f82bb', endColorstr='#1a4368',GradientType=0 ); /* ie */
	
}

.blue.awesome:active span {
	color: #fff;
	background: #194973; /* old browsers */
	background: -moz-linear-gradient(top, #2c83c0 99%, #194973 0%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(99%,#2c83c0), color-stop(0%,#194973)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c83c0', endColorstr='#194973',GradientType=0 ); /* ie */
}

/*orange*/
.orange.awesome, .orange.awesome:visited {
	background: #ddd;
	padding: 4px;
}

.orange.awesome span {
	color: #eee;
	background: #9d3003; /* old browsers */
	background: -moz-linear-gradient(top, #e87503 0%, #9d3003 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e87503), color-stop(99%,#9d3003)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e87503', endColorstr='#9d3003',GradientType=0 ); /* ie */
	
	text-shadow: 0px -1px 0px #000;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.orange.awesome:hover span {
	color: #fff;
	background: #7c2806; /* old browsers */
	background: -moz-linear-gradient(top, #c76c04 0%, #7c2806 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c76c04), color-stop(99%, #7c2806 )); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c76c04', endColorstr='#7c2806',GradientType=0 ); /* ie */
	
}

.orange.awesome:active span {
	color: #fff;
	background: #9d3003; /* old browsers */
	background: -moz-linear-gradient(top, #9d3003 0%, #e87503 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d3003), color-stop(99%,#e87503)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d3003', endColorstr='#e87503',GradientType=0 ); /* ie */
}

/*green*/
.green.awesome, .green.awesome:visited {
	background: #ddd;
	padding: 4px;
}

.green.awesome span {
	color: #eee;
	background: #476604; /* old browsers */
	background: -moz-linear-gradient(top, #7f9450 0%, #476604 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f9450), color-stop(99%,#476604)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f9450', endColorstr='#476604',GradientType=0 ); /* ie */
	
	text-shadow: 0px -1px 0px #000;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.green.awesome:hover span {
	color: #fff;
	background: #3b5600; /* old browsers */
	background: -moz-linear-gradient(top, #76894d 0%, #3b5600 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76894d), color-stop(99%, #3b5600 )); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76894d', endColorstr='#3b5600',GradientType=0 ); /* ie */
	
}

.green.awesome:active span {
	color: #fff;
	background: #476604; /* old browsers */
	background: -moz-linear-gradient(top, #476604 0%, #7f9450 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#476604), color-stop(99%,#7f9450)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476604', endColorstr='#7f9450',GradientType=0 ); /* ie */
}

.geshifilter {
    background: #333;
}

.geshifilter ol {
    list-style: none outside none;
    margin: 10px;
}
.geshifilter ol li {
    margin: 0;
}






