/* @override http://pukupi.dev/includes/screen.css */

/* @group Reset */

/* http://meyerweb.com/eric/tools/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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
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;
}

/* @end */

html, body {
	height:100%;
}

body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	color: #000;
	background: #eeeff4;
	
	/* Every time this CSS renders, a unicorn dies. */
	_background: #ede9eb;
}

h1, h2, h3, p, pre, dt, dd, ol, ul {
	margin-bottom: 1em;
}

p, ul, ol, pre {
	line-height: 1.4em;
}

kbd {
	font-family: monospace;
}

.email_contact {
	text-decoration: underline;
	cursor: pointer;
}

#page {
	position: relative;
    min-height: 100%;
}

/* @group Header */

#header {
	width: 860px;
	margin-left: auto;
	margin-right: auto;	
	height: 80px;
}

#header_content {
	margin-left: 20px;
	margin-right: 20px;
}

/* Fixes so many problems it's not funny */
#header_content p {
	display: inline;	
}

#pukupi_logo {
	position: absolute;
	top: 0;
}

/* @group Search */

#frm_search {
	margin-top: 10px;
	float: right;
	/* Every time this CSS renders, a unicorn dies. */
	_display: none;
}

#frm_search input {	
	font-size: 11px;
	vertical-align: middle;
	outline: none;
	margin: 0;
	padding: 0;
}

#frm_search input[type="text"] {
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #d5d5d5;
	color: #666;
	width: 150px;
	background: #fff url(/media/other-icon-slices.png) no-repeat 2px -57px;
	padding: 3px 20px;
	
	/* Rounded corners for IE */
	border\0: 0;
	background\0: url(/media/search-background.png) no-repeat left top;
	padding\0: 4px 21px 3px;
}

#frm_search input[type="text"].inactive {
	color: #bfbfbf;
}

#frm_search input[type="reset"] {
	height: 21px;
	width: 23px;
	position: relative;
	left: -23px;
	border: none;
	background: transparent none;
	margin-right: -23px;
}

#frm_search input[type="reset"].active {
	background: url(/media/other-icon-slices.png) no-repeat 4px 2px;
}

/*Fix for FF button focus*/
#frm_search input[type="reset"]::-moz-focus-inner {
	border: none;
}


/* @end */

/* @end */

#content {	
	width: 860px;
	padding-bottom: 320px;
	margin-left: auto;
	margin-right: auto;
	/* Every time this CSS renders, a unicorn dies. */
	_padding-bottom: 0;
}

/* @group Post */

.post a, #comments_content p a {
	color: #009bd0;
}

.post a:visited, #comments_content p a:visited {
	color: #23669c;
}

.post a:hover, #comments_content p a:hover {
	color: #e20000;
}

.post .email_contact {
	padding-right: 20px;
	background: url(/media/link-icon-slices.png) no-repeat 100% -59px;	
	color: #009bd0;
}

.post .email_contact:hover {
	color: #e20000;
}

.post a.ja {
	padding-right: 20px;
	background: url(/media/link-icon-slices.png) no-repeat 100% 1px;
}

.post a.sub {
	padding-right: 20px;
	background: url(/media/link-icon-slices.png) no-repeat 100% -19px;
}

.post a.pdf {
	padding-right: 20px;
	background: url(/media/link-icon-slices.png) no-repeat 100% -39px;
}

.post h1, .post_content, .post_metadata, #comments_content {
	padding: 0 40px;
}

.post h1 {
	font-size: 18px;
	font-weight: normal;
	background: url(/media/post-background-head.png) no-repeat;
	padding-top: 30px;
	margin-bottom: 0;
	padding-bottom: 1em;
	/* Fix < IE8 */
	*zoom: 1;
}

.post h1 a {
	color: #555963;
	text-decoration: none;	
}

.post h1 a:visited {
	color: #555963;
}

.post_date {
	color: #787878;	
	padding-left: 25px;
	background: url(/media/meta-icon-slices.png) no-repeat 0 -1px;
}		
	
.post_content {
	background: url(/media/post-background.png) repeat-y 0;
	/* Fix background container */	
	padding-bottom: 1px;
	/* Fix < IE8 */	
	*zoom: 1;
}

.post_image {
	text-align: center;
}

.post_image img {
	margin-top: 1em;
}

.post_image a {
	text-decoration: none;
}	

.post_image_caption {
	color: #787878;
	text-align: center;
}

.post_content ul {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 1em;
}

.post_content ul.compact {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 1em;
}

.post_content dl {
	margin-bottom: 2em;
}

.post_content dt {
	font-weight: bold;
}

.post_content dd {
	margin-bottom: 1em;
}

pre.code {
	overflow: auto;
	margin-top: 1em;
	margin-bottom: 0;
	background-color: #f2f2f2;
	padding: 2px;
}

ol.code_list {
	font-family: monospace;
	list-style-type: decimal-leading-zero;
	/* Fix < IE8 */	
	*list-style-type: decimal;
	background-color: #b4c4cc;
	padding-left: 4em;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 1em;
}

ol.code_list li {
	background-color: #f2f2f2;
	padding: 2px 10px 2px 2px;
	border-left: 1px solid #617d99;
	color: #617d99;
}

ol.code_list li span {
	color: #000;
}

ol.code_list li span.comment {
	font-style: italic;
	color: #919191;
}	

ol.code_list li.odd_line {
	background-color: #e5e5e5;
}

p.code_switch {
	cursor: pointer;
	line-height: 2em;
	font-size: 11px;
 	color: #787878;
 	display: inline-block;
 	/* Fix < IE8 */	
 	*display: inline;
 	*zoom: 1;
}


.post_metadata {
	background: url(/media/post-background-foot.png) no-repeat 0 bottom;
	padding-bottom: 20px;
	color: #787878;
	/* Fix < IE8 */	
 	*zoom: 1;
}

.post_metadata a {
	color: #787878;
	text-decoration: none;		
}

.post_metadata a:visited {
	color: #787878;
}

.post_tags {
	padding-left: 25px;
	margin-right: 2em;
	background: url(/media/meta-icon-slices.png) no-repeat 0 -42px;
	/* Every time this CSS renders, a unicorn dies. */
	_display: none;		
}

.post_categories {
	padding-left: 25px;
	margin-right: 2em;
	background: url(/media/meta-icon-slices.png) no-repeat 0 -82px;
	/* Every time this CSS renders, a unicorn dies. */
	_display: none;			
}

.post_comments {
	color: #787878;
	cursor: pointer;
	padding-left: 25px;
	margin-right: 2em;
	background: url(/media/meta-icon-slices.png) no-repeat 0 -122px;	
	/* Every time this CSS renders, a unicorn dies. */
	_display: none;
}


.post_comments:hover {
	color: #e20000;
}

/* @end */

/* @group Post Comments */

#post_comments {
	display: none;
	position: relative;
	top: -28px;
}

#comments_head {
	background: url(/media/comment-background-head.png) no-repeat;
	height: 16px;	
}

#comments_content {
	background: url(/media/comment-background.png) repeat-y 0 100%;
	/* Fix background container */	
	padding-top: 1px;
	padding-bottom: 1px;
	/* Fix < IE8 */	
	*zoom: 1;	
}
#comments_foot {
	background: url(/media/comment-background-foot.png) no-repeat 0 bottom;
	height: 20px;
}

#comments_content ol {
	list-style-type: none;
	margin: 0;
}

#comments_content li {
	margin-top: 1em;
	margin-bottom: 1em;
}

.comment_content {	
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #d5d5d5;
	background-color: #fff;
}

.comment_content p {	
	margin: 1em;
}

.comment_pending {
	padding-top: 20px;
	background: #fff url(/media/pending.png) repeat-x;
}

.comment_metadata {
	margin-top: -1px;
	padding-top: 10px;
	background: url(/media/comment-tip.png) no-repeat 15px 0;
	line-height: 1.5em;
	/*Clear out floats*/
	overflow: auto;
	zoom: 1;	
}

.comment_metadata a {
	color: #787878;
	text-decoration: none;	
}

.comment_metadata a:visited {
	color: #787878;	
}

.comment_metadata a:hover {
	color: #e20000;
}

.comment_author {
	float: left;
}

.comment_reply {	
	float: right;
	color: #787878;
	cursor: pointer;
	padding-right: 20px;
	background: url(/media/other-icon-slices.png) no-repeat 100% -30px;
}

.comment_reply:hover {
	color: #e20000;
}	

.in_reply {
	margin-left: 80px;
}

#cancel_reply {
	display: none;
	float: right;
	margin-right: -0.5em;
	margin-top: -0.5em;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(/media/other-icon-slices.png) no-repeat 100% 0px;
}

#post_response {
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #d5d5d5;
	padding: 1em;
}

#post_response a {
	text-decoration: none;
}

#post_response input[type="text"] {
	border: 1px solid #d5d5d5;
}

#post_response textarea {
	border: 1px solid #d5d5d5;
	width: 100%;
	max-width: 100%;
}

.input_required {
	color: #656565;
	font-size: 10px;
}

#post_response input.highlight_required {
	background: #fff url(/media/required.png) no-repeat 3px 50%;
}

#post_response textarea.highlight_required {
	background: #fff url(/media/required.png) no-repeat 3px 3px;
}


/* @end */

/* @group Search Results */

h1.search_query {
	font-size: 18px;
	margin-left: 20px;
	color: #a9a9a9;
	margin-bottom: 2em;
}

h1.search_query q {
	color: #787878;
}

h1.search_query q:before {
	content: url(/media/blockquote-left.png);
	margin-right: 0.5em;
	margin-left: 0.5em;	
}

h1.search_query q:after {
	margin-left: 0.5em;		
	content: url(/media/blockquote-right.png);
}

#search_failure {
	margin-left: 20px;
}

#search_failure blockquote p {
	color: #787878;
	font-size: 18px;
	max-width: 820px;
	margin-bottom: 1.5em;
}

#search_failure blockquote p:before {
	content: url(/media/blockquote-left.png);
	margin-right: 0.5em;
}

#search_failure blockquote p:after {
	content: url(/media/blockquote-right.png);
	margin-left: 0.5em;
}

#search_failure cite {
	color: #a9a9a9;
	margin-bottom: 5em;
	display: block;
}

/* @end */


/* @group Errors */

#server_error {
	margin-left: 20px;
}

#server_error blockquote p {
	color: #787878;
	font-size: 18px;
	line-height: 2em;
	max-width: 820px;
	margin-bottom: 1.5em;
}

#server_error blockquote p:before {
	content: url(/media/blockquote-left.png);
	margin-right: 0.5em;
}

#server_error blockquote p:after {
	content: url(/media/blockquote-right.png);
	margin-left: 0.5em;
}

#server_error cite {
	color: #a9a9a9;
	margin-bottom: 5em;
	display: block;
}


/* @end */

/* @group Status */

#status {
	position: fixed;
	z-index: 200;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -75px;
	width: 150px;
	height: 100px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid rgba(0,0,0,0.25);
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	
	/* Fix IE */
	border\0: 1px solid #000;
	background-color\0: #000;	
	opacity\0:.7;
	filter\0:alpha(opacity=70);
}

#status img {
	margin-top: 20px;
}

#status p {
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
}

/* @end */



/* @group Warning */

#warning {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	/* Every time this CSS renders, a unicorn dies. */
	_position: absolute;
}

#warning div {
	color: #fff;
	margin: 2em;
	padding: 30px 1em 1em;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	border: 1px solid rgba(0,0,0,0.25);
	background: rgba(0,0,0,0.8) url(/media/pending.png) repeat-x;
	/* Fix IE */
	border\0: 1px solid #000;
	background\0: #000 url(/media/pending.png) repeat-x;
	opacity\0:.8;
	filter\0:alpha(opacity=80);
	/*Clear out floats*/
	overflow: auto;
	zoom: 1;
}

#warning h3 {
	font-size: 16px;
	text-align: center;
}
		
.close_warning {
	float: right;
}

/* @end */

/* @group Navigation */

#navigation {
	position: fixed;
	left: 0;
	top: 170px;
	display: none;
}	
	
#navigation_primary {
	z-index: 100;
	position: absolute;
	top: 0;
	/* Every time this CSS renders, a unicorn dies. */
	_top: 105px;
}

#navigation_top {	
	width: 44px;
	height: 12px;
	background: url(/media/navigation-top.png) no-repeat;
	/* Every time this CSS renders, a unicorn dies. */
	_background: url(/media/navigation-top.png) no-repeat 0 3px;
}

#navigation_body {	
	width: 44px;
	background: url(/media/navigation.png) repeat-y;
	overflow: auto;
	height: 80px;
	/* Fix < IE8 */	
	*zoom: 1;
}

#navigation_body a, #navigation_body span  {
	display: block;
	margin-left: 9px;
	width: 20px;
	height: 20px;
	margin-top: 4px;
}

#navigation_bottom {	
	width: 44px;
	height: 12px;
	background: url(/media/navigation-bottom.png) no-repeat;
}

#navigation_page_title {
	display: none;
	position: absolute;
	z-index: 60;
	font-size: 11px;
	text-align: right;
	color: #fff;
	height: 48px;
	background: url(/media/navigation-page-title.png) no-repeat 100%;
	/* Every time this CSS renders, a unicorn dies. */
	_display: none;	
}

#navigation_page_title p {
	padding-top: 19px;
	padding-right: 20px;
	padding-left: 55px;
	white-space: nowrap;
}

.navigation_page {
	position: absolute;
	font-size: 10px;
	color: #767880;
	text-align: center;
	height: 48px;
	width: 44px;
	background: url(/media/navigation-page.png) repeat-x;
	/* Every time this CSS renders, a unicorn dies. */
	_display: none;
}

.navigation_page a {
	color: #767880;
	text-decoration: none;	
	display: block;
	margin-right: 5px;
	text-transform: capitalize;
}

.navigation_page a.next_post {
	margin-top: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.navigation_page a.previous_post {
	margin-top: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.navigation_page a.previous_page {
	margin-top: 7px;
	padding-top: 6px;
	padding-bottom: 5px;		
}

.navigation_page a.next_page {
	margin-top: 16px;
	padding-top: 6px;
	padding-bottom: 5px;		
}

.navigation_page span {
	display: none;
}

.navigation_page a:hover {
	color: #767880;	
}

.navigation_page a:visited {
	color: #767880;	
}

.navigation_search {
	font-size: 12px;
}

.navigation_search a {
	margin-top: 18px;
}

/* @end */

/* @group Footer */

#footer {
	position: absolute;
	height: 270px;
	bottom: 0;
	width: 100%;
	/* Waiting for widespread box shadow inset support */
	background: #565a65 url(/media/footer-background.png) repeat-x;
	/* Fix footer vs navigation bug < IE8 */
	*z-index: -1;
	/* Every time this CSS renders, a unicorn dies. */
	_display: none;	
}

#footer_content {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
	color: #fff;
	line-height: 1.3em;
}

#footer_content a {
	color: #fff;
}

#footer_content h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 100;
}

#footer_content h2 a {
	text-decoration: none;
}	

.footer_block {
	float: left;
	width: 245px;
	margin-left: 20px;
	margin-right: 20px;
}

#footer_content ul {
	border-top: 1px solid #a4a7af;
	margin-bottom: 1em;
}

#footer_content li {
	border-bottom: 1px solid #a4a7af;
	line-height: 1.2em;
}

#footer_content li a
{
	display: block;
	padding: 3px;
	text-decoration: none;
}

#footer_content li a:hover {
	background-color: #686d7a;
}

#rss {
	margin-top: 1em;
	display: inline-block;
	padding-right: 25px;
	background: url(/media/feed-icon.png) no-repeat 100% 2px;
	
	/* Fix < IE8 */
	*display: inline;
	*zoom: 1;	
}

#tweet {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 328px;
	height: 83px;
	display: none;
	font-size: 0.9em;
	background: url(/media/tweet.png) no-repeat 100% 100%;
}

#tweet p {
	margin-left: 15px;
	margin-top: 13px;
	padding: 0;
	line-height: 1.1em;
	width: 235px;
	height: 45px;
	overflow: hidden;
}

#tweet a {
	text-decoration: none!important;
}

#copyright {
	position: absolute;	
	bottom: 0;
	height: 2em;
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: 860px;	
	color: #a4a7af;
	text-align: center;
}

#print_footer {
	display: none;
}

/* @end */

/* @group About */



.align_left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.clear_all {
	clear: both;
}

/* @end */

/* @group Emoji */

/* Can't apply corners to table border */
div.emoji_group {
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #d5d5d5;
	padding: 5px 10px;
	margin-bottom: 1em;
}

table.emoji
{
	font-family: monospace;
	width: 100%;
	border: 0;
	margin: 0;
}

table.emoji img
{
	margin-top: 5px;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* @end */

/* @group Domainatron */

#frm_domainatron input {
	vertical-align: middle;
}

#frm_domainatron input[type="text"] {
	border: 1px solid #d5d5d5;
	width: 200px;
	margin-right: 1em;
}

#frm_domainatron input.highlight_required {
	background: url(/media/required.png) no-repeat 3px 50%;
}

#domainatron_results {
	display: none;
}

#domainatron_results h3 {
	word-wrap: break-word;
}

#domainatron_results .label {
	width: 17ex;
	display: inline-block;
}

#domainatron_results .value {
	display: inline-block;
	width: 4ex;
	text-align: right;
}

#mobile_screen {
	display: none;	
	width: 180px;
	height: 7em;
	border: 1px #d5d5d5 solid;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-family: monospace;
	padding: 0.5em 1em;
	word-wrap: break-word;
	margin: 2em auto 13px;
}

#mobile_keyboard {
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 190px;
	padding: 0;
	margin-bottom: 1em;
}	

/* @end */

/* @group Codeatron */

#frm_codeatron {
	margin-top: 2em;
}

#codeatron_phonebook {
	display: none;
}

#codeatron_email {
	display: none;
}

#codeatron_bookmark {
	display: none;
}

.codeatron_section {	
	border: 1px #d5d5d5 solid;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 1em;
	margin-bottom: 1em;
}

#frm_codeatron ul {
	list-style-type: none;
	margin-left: 0;
}

#frm_codeatron li {
	margin-top: 0.25em;
}	


#frm_codeatron li.section_break {
	margin-top: 2em;
}

#frm_codeatron label {
	margin-left: 1em;
}

#frm_codeatron input[type="text"] {
	border: 1px solid #d5d5d5;
	width: 250px;
}

#frm_codeatron textarea {
	border: 1px solid #d5d5d5;
	width: 250px;
	max-width: 250px;
}

#frm_codeatron label.text_area {
	vertical-align: top;
}

#frm_codeatron_raw ul {
	list-style-type: none;
	margin-left: 0;
}

#frm_codeatron_raw textarea {
	border: 1px solid #d5d5d5;	
	width: 100%;
	max-width: 100%;
	color: #bfbfbf;		
}

#qr_code img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* @end */

