/***** GOOGLE WEBFONTS *****/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300);
@import url(http://fonts.googleapis.com/css?family=Squada+One);
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
/***** BODY *****/
html {
	
}
body {
	padding: 0px 80px 80px 80px;
  	background: #eee;
	background-image: url(/img/bg-sok.png), url(/img/extra_clean_paper.png);
	background-repeat: repeat-x, repeat;
	background-position: 0% 100%;
	font-size: 16px;
	line-height: 1.4em;
	color: #444;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
}
/***** CSS DIAGONAL BACKGROUND STRIPES *****/
.socialLinks a,
.newForm button,
.pages-container a,
.pages-container .disabled,
#menu li a {
	background-color: #FFF !important;
	background-image: url(/img/bg_vert_lines.png) !important;
}
.quicksearch,
.newForm textarea,
.newForm input,
.newForm .message {
	background-color: #FFF;
	background-image: url(/img/bg_vert_lines_light.png);
}
/***** DEFAULT ELEMENT STYLING *****/
::-moz-selection { background: #cc3f14;; color: #fff; text-shadow: none; }
::selection { background: #cc3f14; color: #fff; text-shadow: none; }

#fancybox-overlay {
	background-color: #cc3f14 !important;
	background-image: -webkit-linear-gradient(left top, transparent 0%, transparent 25%, rgba(255,255,255,.1) 25%, rgba(255,255,255,.1) 50%, transparent 50%, transparent 75%, rgba(255,255,255,.1) 75%) !important;
	background-image: -moz-linear-gradient(left top, transparent 0%, transparent 25%, rgba(255,255,255,.1) 25%, rgba(255,255,255,.1) 50%, transparent 50%, transparent 75%, rgba(255,255,255,.1) 75%) !important;
	background-image: -o-linear-gradient(left top, transparent 0%, transparent 25%, rgba(255,255,255,.1) 25%, rgba(255,255,255,.1) 50%, transparent 50%, transparent 75%, rgba(255,255,255,.1) 75%) !important;
	background-image: linear-gradient(left top, transparent 0%, transparent 25%, rgba(255,255,255,.1) 25%, rgba(255,255,255,.1) 50%, transparent 50%, transparent 75%, rgba(255,255,255,.1) 75%) !important;  background-size: 14px 14px;
}
#codepens a,
.newForm label,
#pageList li > a,
h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .9em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
	text-shadow: 
    1px 1px 0px white,
    2px 2px 0px #AAA
  ;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-bottom: .6em;
}
.pageColumn a,
#right .aboutMe a {
	background: yellow;
	padding: 2px 0;
	color: #333;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.pageColumn a:hover,
#right .aboutMe a:hover {
	background: #c92524;
	color: #FFF;
}
	
a.notYellow,
a.notYellow:hover  {
	background: transparent;
}


h1 { font-size: 38px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 11px; }
.toTopLink {
	position: fixed;
	right: 0;
	bottom: 0;
	text-align: center;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #CCC;
	font-size: 65px;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0px -1px #777;
}
a.left,
img.left {
	float: left;
	margin: 0 1em .5em 0;
}
a.right,
img.right {
	float: right;
	margin: 0 0 .5em 1em;
}
#content .regularQuote {
	padding: 0px 0px 0px 20px;
	font-style: italic;	
	position: relative;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .regularQuote:before,
#content .regularQuote:after {
	content: "\0201C";
	display: inline;
	font-size: 40px;
	line-height: 5px;	
	vertical-align:bottom;
	margin: 0px 12px 0px 0px;
	color: #E70079;
}
#content .regularQuote:after {
	content: "\0201D";
	margin: 0px 0px 0px 5px;
}
#content .bbList {
	margin-left: 25px;
}
/***** CODEPEN PENS ******/
.penContainer {
	float: left;
	width: 49%;
	padding: 20px 0 5px 0 !important;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.penContainer.side0 {
	margin-right: 2%;	
}
.penContainer a {
	display: block;
	font-size: 26px;
	text-align: center;
	margin-bottom: .5em;		
}
.penContainer a:hover {
	color: #cc3f14;	
}
.penContainer .wrap {
	height: 160px;
	margin: 0 0 8px 0;
	overflow: hidden;
	box-sizing: border-box;	
	border-top: 1px double #999;
	border-bottom: 1px double #999;
	background: #EEE;
}
.penContainer iframe {
	width: 200%;
	height: 200%;
	transform: scale(0.5);
	transform-origin: top left;
	visibility: visible;
	opacity: 1;
	background: #FFF;
}
.penContainer .info {
	font-size: 12px;
	display: block;
	text-align: center;
}
/***** HEADER *****/
#header {
	width: 100%;
	position: relative;
	margin-bottom: 2em;
}
#logo {
	text-align: center;
}
#logo a {
	display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 150px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  position: relative;
	background-image: -webkit-linear-gradient(top, #999 0%, #555 90%, #000 96%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	-webkit-transition: 500ms all cubic-bezier(.54,-.2,.44,1.2);
	-moz-transition: 500ms all cubic-bezier(.54,-.2,.44,1.2);
	-ms-transition: 500ms all cubic-bezier(.54,-.2,.44,1.2);
	-o-transition: 500ms all cubic-bezier(.54,-.2,.44,1.2);
	transition: 500ms all cubic-bezier(.54,-.2,.44,1.2);
}
#logo a:before {
  content:"dreamdealer";
  position: absolute;
  left: 0; top: 0;
	margin: 2px 0 0 3px;
  z-index: -3;
  display: block;
	color: transparent;
  text-shadow: 0 0 0 #EDEDED;
}
#logo a:after {
  content:"dreamdealer";
  position: absolute;
  left: 0; top: 0;
	margin: 5px 0 0 7px;
	color: #999;
  background-image: -webkit-linear-gradient(left top, transparent 0%, transparent 25%, #555 25%, #555 50%, transparent 50%, transparent 75%, #555 75%);
  background-size: 4px 4px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -5;
  display: block;
  text-shadow: none;
}
#logo a:hover:after {
	background-color: yellow;
}
/***** MAIN MENU *****/
#menu ul {
  list-style-type: none;
  margin: 20px 0 0 0; padding: 35px 10px 25px;
  border-top: 4px double #AAA;
  border-bottom: 4px double #AAA;
  position: relative;
	text-align: center;
	background: 
		-webkit-radial-gradient(top, rgba(0,0,0,.15) 0%, transparent 60%) no-repeat,
		-webkit-radial-gradient(bottom, rgba(0,0,0,.15) 0%, transparent 20%) no-repeat
	;
	background: 
		-moz-radial-gradient(top, rgba(0,0,0,.15) 0%, transparent 60%) no-repeat,
		-moz-radial-gradient(bottom, rgba(0,0,0,.15) 0%, transparent 20%) no-repeat
	;
	background: 
		-o-radial-gradient(top, rgba(0,0,0,.15) 0%, transparent 60%) no-repeat,
		-o-radial-gradient(bottom, rgba(0,0,0,.15) 0%, transparent 20%) no-repeat
	;
	background: 
		radial-gradient(top, rgba(0,0,0,.15) 0%, transparent 60%) no-repeat,
		radial-gradient(bottom, rgba(0,0,0,.15) 0%, transparent 20%) no-repeat
	;
	background-size: 100% 20%, 100% 100%;
}
#menu ul:before, #menu ul:after {
  font-family: georgia;
  font-weight: bold;
  content: '✽';
  position: absolute;
  lefT: 50%;
  margin-left: -16px;
  width: 34px;
  height: 34px;
  line-height: 1.05em;
	text-shadow: -1px 0 #FFF;
  text-align: center;
  top: -18px;
  font-size: 33px;
  color: #555;
  background: #EDEDED;
  box-shadow: 0 0 0 1px #999 inset, 0 1px 5px rgba(0,0,0,.3);
  border-radius: 50%;
}
#menu ul:after {
  top: 100%;
	margin-top: -18px;
}
#menu li {
  display: inline-block;
  width: 210px;
  margin: 0 -10px 8px -10px;
  position: relative;
  -webkit-transform: skewy(-3deg);
  -webkit-backface-visibility: hidden;
	-webkit-transition: 200ms all;
	
	-moz-transform: skewy(-3deg);
  -moz-backface-visibility: hidden;
	-moz-transition: 200ms all;
	
	-o-transform: skewy(-3deg);
  -o-backface-visibility: hidden;
	-o-transition: 200ms all;	
	
	transform: skewy(-3deg);
  backface-visibility: hidden;
	transition: 200ms all;
}
#menu li a {
  text-transform: uppercase;
  font-family: 'Squada One', cursive;
  font-weight: 800;
  display: block;
  padding: 8px 10px;
  color: #333;
  font-size: 35px;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-shadow: 
		1px 1px 0px #FFF, 
		2px 2px 0px #999,
		3px 3px 0px #FFF;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	transition: 1s all;
	box-shadow: 
		0 0 0 1px rgba(0,0,0,.4) inset, 
		0 0 20px -5px rgba(0,0,0,.4),
		0 0 0px 3px #FFF inset;
	white-space: nowrap;
}
#menu a:hover,
#menu li.active a {
  color: #cc3f14;
}
#menu li:after,
#menu li:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 100%;
  background: #BBB;
  -webkit-transform: skewY(8deg);
	-moz-transform: skewY(8deg);
	-o-transform: skewY(8deg);
	transform: skewY(8deg);
  z-index: -3;
	border-radius: 2px;
}
#menu li:after {
	background-image: -webkit-linear-gradient(left, transparent 0%, rgba(0,0,0,.4) 100%);
	background-image: -moz-linear-gradient(left, transparent 0%, rgba(0,0,0,.4) 100%);
	background-image: -o-linear-gradient(left, transparent 0%, rgba(0,0,0,.4) 100%);
	background-image: linear-gradient(left, transparent 0%, rgba(0,0,0,.4) 100%);
  right: 0;
  top: -4px; 
}
#menu li:before {
  left: 0;
  bottom: -4px;
	background-image: -webkit-linear-gradient(right, transparent 0%, rgba(0,0,0,.4) 100%);
	background-image: -moz-linear-gradient(right, transparent 0%, rgba(0,0,0,.4) 100%);
	background-image: -o-linear-gradient(right, transparent 0%, rgba(0,0,0,.4) 100%);
	background-image: linear-gradient(right, transparent 0%, rgba(0,0,0,.4) 100%);
}
/***** PAGE INDEX *****/
.pages-container {
	margin: 30px 0;
	overflow: hidden;
}
.pages-links {
	overflow: hidden;
	float: left;
}
.pages-container a,
.pages-container .disabled {
	text-transform: uppercase;
	margin-right: 4px;
	display: block;
	float: left;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	color: #555;
	text-shadow: 
		1px 1px 0px #FFF, 
		2px 2px 0px #999,
		3px 3px 0px #FFF;
	-webkit-transition: 200ms all;
	-moz-transition: 200ms all;
	-o-transition: 200ms all;
	transition: 200ms all;
	box-shadow: 
		0 0 0 1px rgba(0,0,0,.4) inset, 
		0 0 20px -5px rgba(0,0,0,.4),
		0 0 0px 3px #FFF inset;
  border-radius: 3px;
}
.pages-container .disabled {
	opacity: .6;
}
.pages-links a {
	width: 43px;
	padding: 0;
}
.pages-links a.active,
.pages-links a:hover {
	font-size: 28px;
	color: #cc3f14;
}
.pages-container .previous:hover,
.pages-container .next:hover {
	color: #cc3f14;
}
/***** RIGHTBAR STYLING *****/
.block {
	font-family: 'Open Sans', sans-serif;
  border-radius: 10px;
  box-shadow: 0px 2px 3px rgba(0,0,0,.2);
  margin-bottom: 20px;
  padding: 20px;
  background: rgba(255,255,255,1);
  position: relative;
}

#right h2 {
	border-bottom: 4px double #AAA;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
#right .aboutMe {
	overflow: hidden;
}
#right .aboutMe h3 {
	display: block;
	margin-bottom: .5em;
}
#right .aboutMe img {
	float: left;
	margin: 4px 1em .5em 0;
}
/***** ABOUT ME PAGE *****/
.socialLinks {
	overflow: hidden;
	margin: 20px 0 40px 0;
}
.socialLinks a,
.socialLinks span {
	display: block;
	float: left;
	width: 12%;
	margin-right: .6%;
	padding: 2%;
	box-shadow: 
		0 0 0 1px rgba(0,0,0,.4) inset, 
		0 0 20px -5px rgba(0,0,0,.4),
		0 0 0px 3px #FFF inset;
	border-radius: 5px;
}
.socialLinks span {
	opacity: .3;
}
.socialLinks a:hover img{
	transform: scale(1.2);
}
.socialLinks a img {
	width: 100%;
	transition: all 500ms;
}
/***** PAGELIST STYLING *****/
#pageList {
  list-style: none;
  padding: 0;
  margin: 0;
}
#pageList li {
  font-family: 'Open Sans', sans-serif;
  border-radius: 10px;
  box-shadow: 0px 2px 3px rgba(0,0,0,.2);
  margin-bottom: 20px;
  padding: 20px;
  background: rgba(255,255,255,1);
  position: relative;
}
#pageList li > a {
  font-size: 38px;
  display: block;
  padding-bottom: .7em;
  border-bottom: 4px double #AAA;
  position: relative;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	transition: 1s all;
}
#pageList li > a:after,
#pageList li p:after {
  text-align: center;
  width: 180px;
  position: absolute;
  font-weight: 400;
  font-size: 11px;
  text-shadow: none;
  letter-spacing: .2em;
  content: attr(data-after);
  bottom: -1em;
  left: 50%;
  margin: 0 0 0 -107px;
  background: #FFF;
  color: #777;
  padding: 2px 20px; 
  line-height: 14px;
  box-shadow: 0 0 0 1px #AAA inset;
  text-transform: uppercase;
}
#pageList li a:hover,
#pageList li a:active {
  color: #cc3f14;
}
#pageList li p {
  position: relative;
  font-weight: 400;
  color: #666;
  line-height: 1.5em;
  text-align: justify;
  padding: 1.3em 0 2.4em;
  border-bottom: 4px double #999;
}
#pageList li span {
  font-size: 14px;
  font-weight: 300;
  color: #666;
}
#pageList li span a {
  color: inherit;
}
#pageList li .tags:before {
  content: 'Tags: ';
}
#pageList li .tags {
  float: left;
}
#pageList li .comment {
  float: right;
}
/**** CONTENT STYLING *****/
#page .pageColumn {
	max-width: 610px;
	margin: 0 auto;
	position: relative;
}
#page .pageColumn img {
	max-width: 100%;
	display: block;
}
#page .codeblock {
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1) inset;
	font-size: 13px;
}
h1 {
	font-size: 38px;
	display: block;
	padding-bottom: .7em;
	margin-bottom: .7em;
	border-bottom: 4px double #AAA;
}
h1.imageTitle {
	height: 200px;
	width: 100%;
	border: 1px solid #999;
	position: relative;
	box-shadow: 0 0 0 3px white inset, 0 0 0 4px #999 inset;
	background-position: 50% 50%;
	background-size: cover;
}
h1.imageTitle span {
	font-size: 32px;
	display: block;
	position: absolute;
	bottom: 20px;
	padding: 5px 10px 8px 8px;
	left: 3px;
	max-width: 90%;
	background: white;
	border: 1px solid #999;
	border-left: 0;
	text-align: left;
}
#page h4.date {
	font-weight: 400;
	background: #FFFFFF;
	border: 1px solid #AAA;
	margin: -38px 0 30px -125px;
	position: relative;
	left: 50%;
	width: 250px;
	display: block;
	text-shadow: none;
	font-size: 16px;
	padding: 2px;
}
#content .codeblock {
	padding: 10px;
	line-height: 16px;
	line-height: 1.5em !important;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.05) inset;
	border-radius: 10px 10px 0px 0px;
	background-color: #FFFFFF;
	word-break: break-all;
	position: relative;
	z-index: 10;
}
#content a.codeSelectionButton {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
	display: block;
	width: 110px;
	margin-top: -25px;
	padding: 1px 0 !important;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 12px;
	background-color: #DDD;
	color: #555;
	border-radius: 6px;
	box-shadow: 0px 2px 2px rgba(0,0,0,.3);
}
#content a.codeSelectionButton:hover {
	padding: 4px 0;
	background: #cc3f14;
	color: #FFFFFF;
}
.codeblock .co1 {
	color: #ff00ca !important;
}
.thumbedPageLinks {
	margin-bottom: 1.5em;
}
.thumbedPageLinks a {
	display: block;
	padding: .5em 0;
	color: inherit;
	text-align: center;
	width: 100%;
	position: relative;
}
.thumbedPageLinks a:after {
	position: absolute;
	left: 0;
	top: -1.3em;
	content: attr(data-datum);
	width: 100%;
	display: none;
	background: #FFF;
  color: #777;
  padding: 3px 0px; 
	font-size: 14px;
  line-height: 14px;
  box-shadow: 0 0 0 1px #AAA inset, 0 2px 4px rgba(0,0,0,.2);
  text-transform: uppercase;
}
.thumbedPageLinks a:hover {
	background: yellow;
}
.thumbedPageLinks a:hover:after {
	display: block;
}
.codepenLink {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
.codepenLink:hover {
	-webkit-animation: pulsate 700ms infinite;
	-moz-animation: pulsate 700ms infinite;
	-o-animation: pulsate 700ms infinite;
	animation: pulsate 700ms infinite;
}
/**** INTERACTIVE BLOCKS *****/
.iaCodeBlock {
	border-radius: 10px;
	background: #F9F9F9;
	box-shadow: 0px 2px 3px rgba(0,0,0,.2);
	border: 1px solid #CCC;
	position: relative;
	perspective: 800px;
}
.iaCodeBlock input,
.iaCodeBlock select {
	padding: 0;
	font-family: monospace;
	background: yellow;	
	font-size: 100%;
	border: 1px solid #999;
	outline: none;
}
.iaCodeBlock input:focus,
.iaCodeBlock select:focus {
	border: 1px solid #74b9ef;
	box-shadow: 0 0 10px #74b9ef;	
}
.iaCode, .iaCss {
	position: relative;	
	z-index: 8;
}
.geshiBlock {
	position: relative;	
	z-index: 10;
}
.iaCode {
	padding: 10px;
}
.iaCss:after,
.iaResult:after,
.iaCode:after {
	content: 'HTML';
	position: absolute;
	right: .3em;
	top: .2em;
	font-size: 20px;
	font-weight: 800;
	color: #DDD;
	z-index: 6;
}
.iaCss:after {
	content: 'CSS';	
}
.iaResult:after {
	content: 'RESULT';	
}
.iaCss {
	padding: 10px;
	background: rgba(240,240,240,.7);
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.iaResult {
	background: #FFF;	
	border-radius: 0 0 10px 10px;
	padding: 20px;
	perspective: 600px;
	position: relative;
	transition: 200ms all;
}
.iaResult * {
	text-shadow: none;
	border: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	backface-visibility: visible;
	transition: 200ms all;
}
.iaDynVal {
	display: none;	
}

/**** COMMENTS LIST *****/
.commentsList {
	list-style: none;
	display: block;
	max-width: 620px;
	margin: 20px auto 0;
}
.commentsList li {
	background: url(/img/exclusive_paper.png);
	margin-bottom: 1em;
	border-radius: 10px;
	padding: 20px;
	overflow: hidden;
	box-shadow: 0px 2px 3px rgba(0,0,0,.2) inset;
	position: relative;
	min-height: 100px;
}
.commentsList .date {
	position: absolute;
	right: 5px;
	top: 20px;
	font-weight: normal;
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 20px;
	color: #C00;
	-webkit-transform: skewx(-12deg) rotate(8deg);
	-moz-transform: skewx(-12deg) rotate(8deg);
	-o-transform: skewx(-12deg) rotate(8deg);
	transform: skewx(-12deg) rotate(8deg);
	text-shadow: 0 1px 0 #FFF;
	letter-spacing: 2px;
}
.commentsList .gravatar {
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 10px;
	display: block;
	z-index: 2;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.commentsList .name {
	text-align: left;
	font-family: 'Gloria Hallelujah', cursive;
	text-transform: none;
	margin: .1em 0 .7em 0;
	font-size: 2.3em;
	text-shadow: none ;
	padding-left: 130px;
}
.commentsList .notImage {
	display: block;
	float: left;
	width: 100%;
}
.commentsList p {
	line-height: 1.6em;
	word-break: break-word;
	background-image: 
		-webkit-linear-gradient(#b3b3e1 1px, transparent 1px, transparent),
		-webkit-linear-gradient(left, #ffb3d2 1px, transparent 2px, transparent)
	;
	background-image: 
		-moz-linear-gradient(#b3b3e1 1px, transparent 1px, transparent),
		-moz-linear-gradient(left, #ffb3d2 1px, transparent 2px, transparent)
	;
	background-image: 
		-o-linear-gradient(#b3b3e1 1px, transparent 1px, transparent),
		-o-linear-gradient(left, #ffb3d2 1px, transparent 2px, transparent)
	;
	background-image: 
		linear-gradient(#b3b3e1 1px, transparent 1px, transparent),
		linear-gradient(left, #ffb3d2 1px, transparent 2px, transparent)
	;
	background-repeat: repeat-y;
	background-size: 100% 1.6em, 100px 100px;
	background-position: 0 20px, 30px 0; 
	margin: -20px 0 -19px 90px;
	padding: 20px 0 25px 40px;
}
.commentsList p a {
	background: yellow;
	color: inherit;
}
.commentPageControls {
	text-align: center;
	padding: 20px 0 10px 0;
}
.commentPageControls > span > span {
	color: #CCC;
}
.commentPageControls a {
	text-align: center;
	text-decoration: none;
	color: inherit;
}
.commentPageControls .pageCount:after,
.commentPageControls .pageCount:before {
	content: '✽';
	font-size: 32px;
	margin: 0 20px;
	vertical-align: middle;
}
.commentPageControls b {
	font-weight: normal;
	content: '☞';
	vertical-align: bottom;
	font-size: 85px;
	line-height: .35em;
}
.noCommentsMsg {
	margin: 30px auto 10px;
	max-width: 620px;
}
/***** FORMS *****/
.commentForm {
	border-top: 4px double #999;
	border-bottom: 4px double #999;
}
.newForm {
	margin: 30px 0;
	padding: 30px 0 10px 0;
}
.newForm ol {
	list-style: none;
	display: block;
	margin: 20px auto 0;
	max-width: 620px;
}
.newForm li {
	margin-bottom: 20px;
}
.newForm label {
	font-size: 22px;
	display: block;
	text-align: left;
	margin-bottom: .3em;
}
.newForm textarea,
.newForm input {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	display: block;
	width: 100%;
	padding: .5em;
	border-radius: 3px;
	border: 1px solid #999;
	outline: none;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 0px 3px #FFF inset;
	text-shadow: 0 1px 0 #FFF, 0 -1px 0 #FFF;
}
.newForm input:focus,
.newForm textarea:focus {
	background: #FFF;
	-webkit-animation: pulsating-glow 1500ms infinite;
	-moz-animation: pulsating-glow 1500ms infinite;
	-o-animation: pulsating-glow 1500ms infinite;
	animation: pulsating-glow 1500ms infinite;
	box-shadow: 0 0 10px yellow inset;
}
.newForm button:focus {
	box-shadow: 
		0 0 0 1px rgba(0,0,0,.4) inset, 
		0 0 0px 3px #FFF inset,
		0 0 20px #2baadf;
}
.newForm button {
	outline: none;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	color: #555;
	cursor: pointer;
	text-shadow: 
		1px 1px 0px #FFF, 
		2px 2px 0px #999,
		3px 3px 0px #FFF;
	-webkit-transition: 200ms all;
	-moz-transition: 200ms all;
	-o-transition: 200ms all;
	transition: 200ms all;
	box-shadow: 
		0 0 0 1px rgba(0,0,0,.4) inset, 
		0 0 0px 3px #FFF inset;
  border-radius: 3px;
	border: 0;
}
.newForm button:hover,
.newForm button:active {
	color: #cc3f14;
}
.newForm .message {
	color: #C00;
	display: block;
	margin: 10px auto;
	max-width: 580px;
	text-align: left;
	font-size: 22px;
	box-shadow: 
		0 0 0 1px rgba(0,0,0,.4) inset, 
		0 0 20px -5px rgba(0,0,0,.4),
		0 0 0px 3px #FFF inset;
  border-radius: 3px;
	border: 0;
	padding: 20px;
}
.newForm .message ul {
	padding: .5em 0 0 1.2em;
}
/***** QUICK SEARCH *****/
.quicksearch {
	position: relative;
	text-shadow: 
		1px 1px 0px #FFF, 
		2px 2px 0px #999,
		3px 3px 0px #FFF;
	-webkit-transition: 200ms all;
	-moz-transition: 200ms all;
	-o-transition: 200ms all;
	transition: 200ms all;
	box-shadow: 
		0 0 0 1px rgba(0,0,0,.4) inset, 
		0 0 20px -5px rgba(0,0,0,.4),
		0 0 0px 3px #FFF inset,
		0 0 0 2px #FFF,
		0 0 0 3px #999;
  border-radius: 3px;
	border: 0;
}
.quicksearch input:focus + button {
	-webkit-animation: pulsate 700ms infinite;
	-moz-animation: pulsate 700ms infinite;
	-o-animation: pulsate 700ms infinite;
	animation: pulsate 700ms infinite;
}
.quicksearch input,
.quicksearch button {
	padding: .5em;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	border: 0;
	background: transparent;
	outline: none;
}
.quicksearch input {
	width: 92%;
}
.quicksearch button {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 100;
	font-size: 44px;
	line-height: 47px;
	cursor: pointer;
	padding: 0;
}
/***** TWO ROW RIBBON *****/
.skewRibbon {
	text-align: center;
	margin: -20px -40px 20px -40px;
}
.skewRibbon span {
	background: #FFF;
	box-shadow: 0 0 0 1px #888 inset;
	display: block;
	margin-bottom: .1em;
	-webkit-transform: skewY(-3deg);
	-moz-transform: skewY(-3deg);
	-o-transform: skewY(-3deg);
	transform: skewY(-3deg);
	font-size: 1.5em;
	line-height: 1em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
/**** PAGELIST RIBBON ****/
.ribbon {
  font-size: 16px !important;
  width: 100%;
  position: relative;
  lefT: -2em;
  background: #FEFEFE;
  text-align: center;
  padding: 1em 2em;
  margin: 2em auto .3em;
  box-shadow: 0 0 0 1px #DDD inset, 0px 5px 20px 0px rgba(0,0,0,.3);
}
.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1.2em;
  border: 1.5em solid #BBB;
  z-index: -1;
	-webkit-filter: drop-shadow(rgba(0,0,0,0.3) 0 3px 3px);
}
.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
.ribbon .ribbon-content {
  overflow: hidden; 
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #888 transparent transparent transparent;
  bottom: -.8em;
}
.ribbon .ribbon-content:before {
  left: 0;
  border-width: .8em 0 0 .8em;
}
.ribbon .ribbon-content:after {
  right: 0;
  border-width: .8em .8em 0 0;
}
/***** RSS ICON *****/
#rss {
  margin: 0 auto;
  display: block;
  text-indent: -9999em;
  background: #999;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0,0,0,.3);
	-webkit-transition: 200ms all cubic-bezier(.54,-.2,.44,1.2);
	-moz-transition: 200ms all cubic-bezier(.54,-.2,.44,1.2);
	-ms-transition: 200ms all cubic-bezier(.54,-.2,.44,1.2);
	-o-transition: 200ms all cubic-bezier(.54,-.2,.44,1.2);
	transition: 200ms all cubic-bezier(.54,-.2,.44,1.2);
}
#rss:hover {
	background: #ff6600;
}
#rss:after {
  content: '';
  position: absolute;
  left: 12%;
  bottom: 12%;
  width: 30%;
  height: 30%;
  border: 25px double white;
  border-bottom: 0;
  border-left: 0;
  border-radius: 5px 100% 5px 0;
}
#rss:before {
  content: '';
  position: absolute;
  left: 12%;
  bottom: 12%;
  width: 20%;
  height: 20%;
  background: #FFF;
  border-radius: 50%;
}
/***** 404 NOT FOUND *****/
#nf {
	font-family: 'Monoton', cursive;
	font-size: 200px;
	line-height: 2em;
	position: relative;
	text-align: center;
	margin-left: -200px;
	width: 400px;
	left: 50%;
	top: 100px;
}
#nf:after, #nf:before {
	position: absolute;
	content: '';
}
#nf:after {
	z-index: -1;
	margin-left: -300px;
	top: -95px;
	left: 54%;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: #eee url(/img/extra_clean_paper.png);
	box-shadow: 0 -2px 0 #FFF, 0 1px 0 rgba(0,0,0,.1);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
#nf:before {
	content: '✽';
	font-size: 130px;
	left: 50%;
	margin-left: -36px;
	bottom: -150px;
}
/***** LAYOUT *****/
#left,
#right,
#footer {
		float: left;
}

#left {
		width: 100%;
}
#left .inner {
		margin-right: 800px; /* width of col 2 & 3 combined + gutter between col 2 and 3 */ 
}
#right {
		width: 340px;
		margin-left: -740px; /* width of col 2 & 3 combined */
}
#footer {
		clear: none;
		width: 340px;
		margin-left: -340px; /* width of col 3 */
		text-align: center;
}
#footer a {
	  color: inherit;
}
#logo a {	font-size: 150px;	}	
.adBlock {
		text-align: center;
}
.cg_logo {
	  display: block;
		width: 275px;
		margin: 0 auto;
}


@media only screen and (max-width: 1500px) {
  	#menu li { width: 180px; }
		
		#left,
		#right {
				float: left;
		}
		
		#left {
				width: 100%;
		}
		#left .inner {
				margin-right: 360px; /* width of col 2 & 3 combined + gutter between col 2 and 3 */ 
		}
		#right {
				width: 340px;
				margin-left: -340px; /* width of col 2 & 3 combined */
		}
		#footer {
				clear: both;
				margin: 0;
				width: 100%;
		}	
		#logo a {	font-size: 120px;	}
}
@media only screen and (max-width: 1200px) {
	  #logo a {	font-size: 90px;	}	
		#menu li { width: 140px; }
		#menu li a { font-size: 25px; }
		#menu ul { overflow: hidden; }
}
@media only screen and (max-width: 941px) {
  	body { padding: 20px 50px 50px 50px;	}
	  #logo a {	font-size: 64px;	}	
		#menu ul { margin-top: 10px; padding: 27px 0 17px 0; }
		#menu li { width: 110px; margin: 0 0 5px 0; -webkit-transform: skewy(0deg); }
		#menu li:before,
		#menu li:after { display: none; }
		#menu li a { font-size: 21px; }
		.penContainer { width: 100%; }
		.penContainer.side0 { margin-right: 0;}
		
		#left,
		#right,
		#footer {
				clear: both;
				margin: 0;
				width: 100%;
		}	
		#left .inner,
		#right .inner,
		#footer .inner {
				margin: 0;
		}	
}
@media only screen and (max-width: 600px) {
		body { padding: 20px 50px 20px 20px;	font-size: 14px; }
	  #logo a {	font-size: 40px; }
		#logo a:before { margin: 1px 0 0 2px; }
		#logo a:after { margin: 3px 0 0 4px; }
		#menu ul { margin-top: 10px; padding: 9px 0 4px 0; }
		#menu ul:before, #menu ul:after { display: none; }
		#menu li { 
			width: 110px; 
			margin: 0 0 5px 0; 
			-webkit-transform: skewy(0deg); 
			-moz-transform: skewy(0deg); 
			-o-transform: skewy(0deg); 
			transform: skewy(0deg); 
	  }
		#menu li:before,
		#menu li:after { display: none; }
		#menu li a { font-size: 21px; padding: 5px; }
		#pageList li > a { font-size: 25px; }
		#pageList li p { line-height: 1.3em; }
		#pageList li .tags,
		#pageList li .comment { float: none; text-align: left; display: block; }
		.ribbon { margin-top: 1.2em; padding: .3em 2em; }
		
		#left,
		#right,
		#footer {
				clear: both;
				margin: 0;
				width: 100%;
		}	
		#left .inner,
		#right .inner,
		#footer .inner {
				margin: 0;
		}	
}


@-webkit-keyframes pulsate {
	0% 		{ -webkit-transform: scale(1);	}
	50% 	{	-webkit-transform: scale(1.2); }
	100% 	{ -webkit-transform: scale(1);	}
}
@-webkit-keyframes pulsating-glow {
	0% 		{	box-shadow: 0 0 0 #2baadf; }
	50% 	{	box-shadow: 0 0 20px #2baadf;	}
	100% 	{ box-shadow: 0 0 0 #2baadf;	}
}
@-moz-keyframes pulsate {
	0% 		{ -moz-transform: scale(1);	}
	50% 	{	-moz-transform: scale(1.2); }
	100% 	{ -moz-transform: scale(1);	}
}
@-moz-keyframes pulsating-glow {
	0% 		{	box-shadow: 0 0 0 #2baadf; }
	50% 	{	box-shadow: 0 0 20px #2baadf;	}
	100% 	{ box-shadow: 0 0 0 #2baadf;	}
}
@-o-keyframes pulsate {
	0% 		{ -o-transform: scale(1);	}
	50% 	{	-o-transform: scale(1.2); }
	100% 	{ -o-transform: scale(1);	}
}
@-o-keyframes pulsating-glow {
	0% 		{	box-shadow: 0 0 0 #2baadf; }
	50% 	{	box-shadow: 0 0 20px #2baadf;	}
	100% 	{ box-shadow: 0 0 0 #2baadf;	}
}
@keyframes pulsate {
	0% 		{ transform: scale(1);	}
	50% 	{	transform: scale(1.2); }
	100% 	{ transform: scale(1);	}
}
@keyframes pulsating-glow {
	0% 		{	box-shadow: 0 0 0 #2baadf; }
	50% 	{	box-shadow: 0 0 20px #2baadf;	}
	100% 	{ box-shadow: 0 0 0 #2baadf;	}
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #DDD;
    color: #000;
		font-size: 20px;
		text-align: center;
    padding: 1em;
		border: 4px double #999;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}