/*
Theme Name: A Pint of WordPress
Theme URI: http://blog.gonchuki.com
Description: A clutter-free theme for blog.gonchuki.com
Version: 1.0.2
Author: gonchuki
Author URI: http://gonchuki.com/
Tags: 
  
  Loosely based on default Kubrick Theme as a template.

*/

body {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url(images/blag_top_back.png) repeat-x;
	color: #333;
	margin: 0;
	padding: 0;
}

a acronym, a abbr {
  font-size: 1em;
}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 890px;
}

/* --- [ header ] --- */
#header {
	margin: 0; 
	padding: 0; 
	height: 64px;
}

#headerimg { 
	height: 64px;
	width: 100%;
	background: url(images/header.png) no-repeat 28px 0;
} 

/* --- [ nav ] --- */
#nav_bar {
	margin: 0;
	padding: 0;
	height: 34px;
	position: relative;
	background: url(images/nav_bar.png) no-repeat right top;
	list-style: none;
}

#nav_bar li {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	height: 34px;
	overflow: hidden;
}

#nav_bar li a {
	display: block;
	height: 34px;
	text-indent: -999em;
}

#nav_bar li a:hover {
	background: url(images/nav_bar.png) no-repeat 3px -34px;
}

#nav_bar li#nav_archives {
	left: 661px;
	width: 90px;
}

#nav_bar li#nav_contact {
	left: 753px;
	width: 86px;
}

#nav_bar li#nav_rss {
	left: 841px;
	width: 47px;
}

#nav_bar li#nav_contact a:hover {
	background-position: -89px -34px;
}

#nav_bar li#nav_rss a:hover {
	background-position: -177px -34px;
}

#inner_cont {
	margin-top: 1px;
	background: url(images/inner_cont_back.png) repeat-x;
	width: 860px;
	padding: 30px 0 30px 30px;
	overflow: hidden;
}

#faux_wrap {
  background: #fff url(images/faux_sidebar.png) repeat-y top right;
}

#content {
	font-size: 1em
	position: relative;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.entry p:first-child {
  font-size: 1.04em;
  font-weight: bold;
}

.main_index .entry p:first-child {
	font-size: 1em;
}

.entry p {
	margin-top: 0;
}

.entry p.nomargin {
	margin-bottom: 0;
}

.postmetadata {
	text-align: center;
	border-top: 1px solid #e1e1e1;
	padding-top: 5px;
	font-size: 0.8em;
	clear: both;
}

.postmetadata.alt {
	margin-top: 2em;
}

.alt {
	background-color: #fcfcfc;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.admin_comment {
  background-color: #f1f1f1;
}

/* --- [ footer ] --- */
#footer {
	background-color: #efefef;
	font-size: 0.7em;
	clear: both;
	background: #fff url(images/inner_cont_back.png) repeat-x left bottom;
}

#footer p {
	margin: 0;
	padding: 5px;
	text-align: center;
}

small.date-header {
	font-family: Georgia, Lucida Bright, serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.25em;
	color: #ce1300;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 2px;
}

.archives small.date-header {
	top: -3em;
	font-size: 0.75em;
}

h1, h2, h3 {
	font-family: Georgia, Lucida Bright, serif;
	font-weight: bold;
	font-style: italic;
	}

h1 {
	font-size: 1em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1em;
	text-align: center;
	}

h2 {
	font-size: 1.5em;
	}

h2.pagetitle {
	font-size: 1.5em;
	}

#sidebar h2 {
	font-size: 1.2em;
	color: #bbb;
	padding: 1px 4px;
	margin: 5px 0 0;
  position: relative;
}

#sidebar li.widget h2 {
	background-color: #111;
  color: #eee;
  margin: 0 -15px;
  padding-left: 15px;
}

#sidebar li.widget h2 a {
  color: #eee;
}

#sidebar li.widget h2 a:hover {
  color: #777;
}

h3 {
	font-size: 1.2em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #0094cc;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

#comment_form_cont {
	background-color: #f4f4f4;
	padding: 8px;
	width: 554px;
	overflow: hidden;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

.commentlist li, #comment_form_cont input, #comment_form_cont textarea {
	font: 0.83em Arial, Helvetica, sans-serif;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}

span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #f75c00;
	text-decoration: none;
}

a:hover {
	color: #ff7522;
	text-decoration: underline;
}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 570px;
}

.post {
	margin: 0 0 1.5em;
	text-align: justify;
	position: relative;
}

.post hr {
	display: block;
}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

#header {
	position: relative;
}

#header h1 {
	display: block;
	overflow: hidden;
	height: 64px;
	position: relative;
}

#header h1 a {
	position: absolute;
	left: 30px;
	top: 0;
	width: 572px;
	height: 64px;
	text-indent: -999em;
}

h2 {
	margin: 0;
}

.post h2 {
	padding-top: 0.7em;
	margin-bottom: 0.8em;
}

h2.pagetitle {
	margin: 0;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h3#respond {
	margin-top: 0;
}

h3.section {
  font-size: 1.2em;
  font-style: normal;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.25em;
  color: #eee;
  background-color: #555;
  padding: 3px 6px;
}

h3#comments {
  font-size: 1.2em;
  margin: 0;
  background-color: #f4f4f4;
  padding: 3px 6px;
}

h4.subsection {
  margin-top: 0.25em;
  margin-bottom: 0;
  font-size: 1.1em;
  font-family: Georgia, Lucida Bright, serif;
  color: #333;
}

h4.subsection.good,
h4.subsection.great {
  color: #070;
}

h4.subsection.bad {
  color: #900;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .sidebar ul {
	margin: -1em 0 0;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	} 

html>body .sidebar li {
	/*margin: 7px 0 8px 10px;*/
	}

.sidebar ul li:before, #sidebar ul ul li:before {
	/*content: "\00A4 \0020";*/
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul li.adsense {
  padding: 20px 0 5px 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 9px;
	padding: 0;
	font-size: 0.9em;
	}

#sidebar ul li p {
	font-size: 0.9em;
	padding: 0 0 0 2px;
}

.linkedin {
  float: right;
  margin-top: -25px;
}

/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 8px auto;
	padding: 0; 
}

#sidebar #searchform #s {
	width: 203px;
	padding: 2px 23px 2px 2px;
	font-size: 1em;
	border: 1px solid #555;
	color: #555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

button { 
	background: transparent none repeat scroll 0%;
	border: 0 none;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#sidebar #searchform div {
	position: relative;
}

#sidebar #searchsubmit {
	background-color: transparent;
	padding-top: 0;
	height: 22px;
	width: 21px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
}

#comment_form_cont input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #d2d2d2;
}

#comment_form_cont textarea {
	width: 548px;
	padding: 2px;
	border: 1px solid #d2d2d2;
}

#comment_form_cont #submit, #comment_form_cont #contactsubmit {
	margin: 0;
	float: right;
	cursor: pointer;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
  padding: 0;
  margin: 0 0 1em;
  text-align: justify;
}

.commentlist li {
	padding: 3px 10px;
	list-style: none;
  position: relative;
  font-weight: bold;
	}

.commentlist li.author {
  background-color: #f9f9f9;
}

.commentlist li.comment p {
  padding-left: 40px;
  margin-top: -8px;
}

.commentlist li.trackback,
.commentlist li.pingback {
  font-style: italic;
  padding-top: 25px;
  padding-bottom: 5px;
  font-size: .834em;
}

.commentlist li.trackback cite a,
.commentlist li.pingback cite a{
  font-style: italic;
}

.commentlist li cite img {
  padding: 1px;
  background-color: #fff;
  margin-right: 6px;
  vertical-align: middle;
  border: 1px solid #dfdfdf;
  position: relative;
  top: 10px;
}

.commentlist p {
	margin: 2px 5px 12px 0;
	}

#comment_form_cont p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
  position: absolute;
  top: 9px;
  right: 10px;
	}

.commentmetadata a {
  color: #553;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	float: right;
	width: 230px;
	margin-top: -30px;
  padding: 15px;
  color: #eee;
  background-color: #222;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #aaa;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.append_to_top {
	margin-top: -1em;
	margin-bottom: 1em;
}

.caption {
	font-size: 0.75em;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	}

.more-link {
	background: url(images/read_more.png) no-repeat left top;
	float: right;
	width: 99px;
	height: 0;
	overflow: hidden;
	padding-top: 17px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.more-link:hover {
	background-position: 0 -17px;
}

/* End Various Tags & Classes*/

textarea#wpcf_msg {
	width: 308px;
}

/* syntax */

.wp_syntax {
  margin: -1em 1em 0;
  background-color: #fafafa;
  width: 540px;
  overflow: auto;
  max-height: 500px;
  font-weight: normal;
}

ol.commentlist .wp_syntax { width: 503px;margin-left: 40px; }

code {
	font-size: 0.9em;
	font-family: 'Courier New', Courier, Fixed, monospace;
	font-weight: bold;
	background-color: #fafafa;
	border: 1px solid #eee;
}

pre {
	margin: 0;
}

.line_numbers {
	background-color: #eee;
	padding: 1px 4px;
}

.code {
	padding-left: 4px;
}

var {
	color: #15b;
	font-family: 'Courier New', Courier, Fixed, monospace;
	font-style: normal;
  background-color: #f9f9f9;
  padding: 1px 2px;
}

a[rel*=popup] {
	padding-right: 16px;
	background: url(http://blog.gonchuki.com/images/ic_new_window.gif) no-repeat right center;
}

/* back to top link */
#back-to-top,
#back-to-top.visible {
  display: none;
}

body>#back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
  padding: 3px 17px 3px 7px;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #fff;
  background: #666 url(images/triangle-gray-up.png) no-repeat right center;
}

body>#back-to-top.visible {
  display: inline;
}

div#about-thumbnail {
  padding: 5px 0pt 18px 15px;
  float: right;
}

div#about-thumbnail img {
  border: 1px solid #ccc;
  padding: 1px;
}

.big_sign {
  padding: 8px;
  margin: 1em 0
}

.big_sign h3,
.big_sign p {
  margin: 0;
}

.big_sign p {
  font-size: 0.9em;
}

.big_sign.notice {
  border: 2px solid #ffc000;
  background-color: #ffffee;
}

.big_sign.message {
  border: 2px solid #393;
  background-color: #efe;
}

.big_sign.alert {
  border: 2px solid #c33;
  background-color: #fee;
}

ins {
  text-decoration: none;
}

del {
  color: #999;
}

a.download {
  background: url(/images/ic_down_this.png) no-repeat left center;
  padding-left: 22px;
}

div#viral_stuff {
  text-align: right;
}

.textwidget p {
  letter-spacing: -.01em;
}

