/*
Theme Name: PolygonBlog
Theme URI:
Description:
Version: 2.8
Author: Antti Lehtinen
Author URI: http:www.polygonblog.com
Tags:
*/

/* RESET START */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* RESET END */

/* TYPOGRAPHY START */



/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

#side_bar h2 {
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 30px;
	font-weight: bold;
}
p,li {
	font-size: 13px;
	color: #444444;
	line-height: 1.66em;
}
.main_content h1 {
	font-size: 1.8em;
	color: #666;
	font-weight: normal;
	margin-bottom: 15px;
}
.main_content h2 {
	font-size: 1.6em;
	color: #666;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 40px;
}
.main_content h1 a, .main_content h2 a {
	text-decoration: none;
	color: #999;
}
.main_content h1 a:hover, .main_content h2 a:hover {
	color: #000;
}




a:hover {
	color: #000;
}
/* TYPOGRAPHY END */

/* LAYOUT START */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

/* LAYOUT END */






/* TAGS START */

html, body {
	height: 100%;
}

body {
	/*font-family:'Lucida Grande',Verdana,Helvetica,Arial,sans-serif;*/
	/*font-family: "Helvetica Neue",Arial,sans-serif;*/
	font-family: Baskerville,Georgia,serif;	
	background-color: #dedede;
}

a {
	color: #79A817;
	text-decoration: none;
}

/* TAGS END */



/* STRUCTURE START */

#content_wrap {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -100px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFF;
	background-image: url(style/images/content_wrap_bg.png);
}

#header {
	background-color: #dedede;
	height: 170px;
	position: relative;
}

.main_content {
	float: left;
	width: 710px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 40px;
	padding-bottom: 30px;
}

#side_bar {
	background-color: #F3F3F3;
	width: 280px;
	padding-left: 10px;
	padding-right: 10px;
    float: right;
}

#push {
height: 100px;	
}

#footer {
	background-color: #919191;
	height: 100px;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	background-image: url(style/images/footer_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* STRUCTURE END */



/* HEADER START */

#header h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

#logo {
	display: block;
	height: 159px;
	width: 1060px;
	background-image: url(style/images/logo.jpg);
}

#searchsubmit {
	background-color: #B1B1B1;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-right: 2px;
	padding-left: 2px;
	color: #FFF;
	height: 21px;
}

#searchsubmit:hover {
	color: #000;
}

#s  {
	background-color: #B1B1B1;
	border: 1px solid #CCC;
	height: 19px;
	width: 210px;
	padding-right: 5px;
	margin-right: 10px;
	padding-left: 5px;
}

form#searchform  {
	float: right;
	margin-right: 10px;
	font-size: 80%;
	margin-top: 10px;
}

/* HEADER END */

/* NAVIGATION START */

#main_nav {
	background-color: #919191;
	height: 41px;
	width: 1045px;
	padding-left: 15px;
}

#main_nav ul {
	float:left;
}

#main_nav li {
	float:left;
}

#main_nav a {
	line-height: 40px;
	margin-right: 35px;
	color: #FFF;
	font-size: 1.2em;
}

#main_nav a:hover {
	color: #000;
}

/* NAVIGATION END */


/* POST START */

.post img {
	border:1px solid #E6E6E6;
	padding:4px;
}

.tut_step_description {
	color: #999;
	font-weight: normal;
	font-size: 80%;
}
.tut_menu_tip {
	color: #999;
	font-size: 85%;
}

.tut_intro_pic {
	float: left;
	border: 1px solid #E6E6E6;
	padding: 4px;
	margin-right: 20px;
	margin-top: 5px;
}

.main_content p {
	padding-bottom: 10px;
}

.post ul {
	margin-left: 35px;
	padding-top: 4px;
	padding-bottom: 14px;
}

.post ol {
	margin-left: 35px;
	padding-top: 4px;
	padding-bottom: 14px;
}

.post ol li {
	list-style-type: decimal;
}

.post ul li {
	list-style-type: disc;
}

#post_social_media {
	height: 116px;
	margin: 0px;
	padding: 0px;
}

#post_social_media li{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#post_social_media a{
	background-image: url(style/images/post_social_media_icons.png);
	display: block;
	height: 75px;
	width: 75px;
	margin-right: 20px;
}

#post_twitter {background-position: -15px -9px;}
#post_delicious {background-position: -106px -9px;}
#post_facebook {background-position: -197px -9px;}
#post_stumble {background-position: -288px -9px;}
#post_digg {background-position: -379px -9px;}

#post_twitter:hover{background-position: -468px -9px;}
#post_delicious:hover {background-position: -559px -9px;}
#post_facebook:hover {background-position: -650px -9px;}
#post_stumble:hover {background-position: -741px -9px;}
#post_digg:hover {background-position: -832px -9px;}

#post_cursor {
	background-position: -930px -9px;
	background-image: url(style/images/post_social_media_icons.png);
	height: 116px;
	width: 116px;
}

.adsense {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 90px;
	width: 728px;
	margin-left: -5px;
}



/* POST END */



/* COMMENTS START */

.avatar {
	float:left;
	border: 1px solid #CCC;
	padding: 4px;
	margin-right: 20px;
}

.children {
	padding-left: 30px;
}

#comments {
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #CCC;
	margin-top: 50px;
	padding-bottom: 25px;
	clear: both;
}
.comment {
	padding-top: 38px;
	padding-bottom: 18px;
}


.comment p {
	margin-top: 10px;
}

.commentmetadata {
	color: #B2B2B2;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
}

.comment-reply-link {
	float: right;
	font-size: 0.8em;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
}

.reply a {
	color: #A0BF60;
}
.reply a:hover {
	color: #000;
}

.fn {
	color: #F90;
	font-size: 1.5em;
	margin-right: 4px;
}
.fn a {
	color: #F90;
}

.commentlist li.depth-1 {
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #CCC;
}
.commentlist li.depth-2, .commentlist li.depth-3 {
	border-top-style: solid;
	border-width: 1px;
	border-color: #D8D8D8;
	margin-top: 18px;
	padding-bottom: 0px;
}

/*
.commentlist li.bypostauthor .fn {
	color: #79A817;
}
*/

/* COMMENTS END */



/* ABOUT & CONTACT PAGE START */

#post-2 p {
	color: #666;
	font-size: 1em;
}

#about_list{
	padding: 10px;
}
#about_list li{
	font-size: 1em;
	color: #666;
	list-style:disc;
	padding-left: 20px;
	list-style-position: inside;
}

/* ABOUT & CONTACT PAGE END */



/* FOOTER START */

#footer p {
	position: absolute;
	bottom: 9px;
	left: 60px;
}

#footer a {
	color: #CCC;
}

#footer a:hover {
	color: #000;
}

/* *FOOTER END */



/* BLOG ENTRIES START */


.post_bottom {
	font-size: 70%;
	color: #999;
	clear: left;
	float: left;
}

.more-link{
	float: right;
	padding-right: 10px;
}

.comments {
	background-color: #CCC;
	float: right;
	width: 24px;
	line-height: 21px;
	margin-top: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.comments a {
	color: #FFF;
}

.date_box {
	background-color: #CCC;
	height: 58px;
	width: 50px;
	position: absolute;
	text-align: center;
	left: -70px;
	top: 7px;
	padding-top: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: -1;
	padding-right: 5px;
}

.day {
	font-size: 1em;
	line-height: 1.2em;
	color: #FFF;
}
.month {
	font-size: 1em;
	line-height: 1.2em;
	color: #FFF;
	text-transform: uppercase;
}
.year {
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	color: #E1E1E1;
}
		   
/* BLOG ENTRIES END */



/* COMMENT FORM START */

#submit, #clean_contact_send  {
	background-color: #B1B1B1;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-right: 2px;
	padding-left: 2px;
	color: #FFF;
	height: 21px;
	margin-top: 20px;
}

#submit:hover, #clean_contact_send:hover  {
	color: #000;
}

#commentform input{
	margin-right: 5px;
}

#comment {
	height: 200px;
	width: 520px;
	padding: 15px;
}

small {
	color: #999;
}

/* COMMENT FORM END */



/* SIDEBAR START */

#social_media_icons {
	height: 100px;
	margin-top: 10px;
}

#social_media_icons li {
	float: left;
}

#social_media_icons a {
	display: block;
	height: 100px;
	background-image: url(style/images/social_media_icons.png);
}

#social_media_twitter {
	width: 93px;
}

#social_media_delicious {
	width: 40px;
	background-position: -93px;
}

#social_media_rss {
	width: 85px;
	background-position: -133px;
}

#social_media_facebook {
	width: 62px;
	background-position: -218px;
}

#social_media_twitter:hover {
	background-position: -280px;
}

#social_media_delicious:hover {

	background-position: -373px;
}

#social_media_rss:hover {

	background-position: -413px;
}

#social_media_facebook:hover {

	background-position: -498px;
}

.polygon_legend {
	color: #B7B7B7;
	font-size: 85%;
	padding-right: 5px;
	padding-left: 5px;
}

.sidebar_adsense {
	margin-top: 20px;
	margin-bottom: 10px;
	height: 250px;
	width: 300px;
	margin-left: -10px;
}

/* SIDEBAR END */



#error_page {
	background-image: url(style/images/404_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1100px;
}

