﻿/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/*! notmetro css styles*/
body, textarea, table, tr, td{
		font-family: "Segoe UI", "Segoe WP", "Helvetica Neue", sans-serif;
		font-size: 14px;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    padding: 0.2em 0;
}

form {    
    margin: 0 auto;
    padding: 0;
    text-align: left;    
}

h1, h2, h3, h4, h5, h6 
{
  font-family: "Segoe UI Light", "Helvetica Neue", "Segoe UI", "Segoe WP", sans-serif;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 5px;
}

h2 {
  font-size: 200%;
}

h3 {
  font-size: 150%; 
  -moz-opacity: 0.6; 
  opacity: 0.6; 
}

h4, h5, h6 {
	font-weight: normal;
	text-transform: uppercase;
}

a
{
    text-decoration: none;
    color: #800000;
    text-decoration: underline;
}

/*a.teal {
  color: #00ABA9;
}*/

.admin a {
  color: red;
}

a:hover {
	text-decoration: underline;
}

pre { 
	padding: 15px;
	border: 1px solid #aaa;
	background: #fafafa;
    font-size: 14px;
}

code {
	color: #002b2b;
	background: #fafafa;
	border-bottom: 1px solid #aaa;
	padding-left: 5px;
	padding-right: 5px;
}

img {
	border: none;
}

.loginbox{
	margin: 0 auto;
}

.loginbox td {
    padding: 3px;
}

#postnavigation{
  display:none;
  margin-bottom: 10px;
  text-align: left;
  padding: 3px;
  border-top:0;
}


/*----------------------------
					 Header
----------------------------*/

header {
  margin-bottom: 10px;
}

form > header {
  background-color: #452A2A;
  margin: 0;
  padding: 0 2.0em 2.0em 2.0em;
}

header h1 {
  font-size: 56px;
  color: #eee;
}

header h2 {
  font: normal 14px "Segoe UI", "Segoe WP", "Helvetica Neue", sans-serif;
  color: #eee;
}

header a {
  color: #eee;
	text-decoration: none;
}

/*----------------------------
						Menu
----------------------------*/

nav{
    background-color: #9C6464;
    padding: 0 0 3px 10px;
    border-bottom: dotted 1px #ccc;
}


nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li{
	display:inline;
	line-height: 25px;
}

nav ul li a{
	padding: 10px 10px 10px 0;
  	color: #fff;
}

nav ul li a.feed img{
	margin-right: 3px;
	margin-bottom: -2px;
}

/*----------------------------
					 Footer
----------------------------*/

form > footer {
  color: #ccc;
  border-top: solid 10px #452A2A;
  background-color: #2E1D1D;
}

form > footer a {
	color: #aaa;
}

footer {
  padding: 0 2.0em 2.0em 2.0em;
  text-align: center;
}



/*----------------------------
					 Widgets
----------------------------*/

div.widgetzone{
	padding: 0;
	background: none;
}

div.widgetzone .clear{
	clear: left;
}

div.widget{
	padding: 10px 15px;
	margin-bottom: 10px;
	z-index: 1;
	min-width: 1px;
}

div.widget .content{
	line-height: 16px;
	color: #666666;
}

div.widget h4{
	font-size: 120%;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	z-index: 0;
	color: #999999;
	letter-spacing: 1px;
}

div.widget a.edit, div.widget a.move, div.widget a.delete{
	font-size: 85%;
	font-weight: normal;
	float: right;
	z-index: 1;
	margin-left: 2px;
}

.widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

.widgetzone .widget ul li {
	margin-bottom: 3px;
}

.widgetzone div.search{
	background: none;
	border: none;
	padding-left: 10px;
}

.widgetzone img.rssButton {
	margin-right: 3px;
}

.widgetzone div#moveWidgetToContainer {
	display:block;
	margin: 5px;
}

#moveWidgetTo {
    margin-bottom: 5px;
}

/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666666;
	font-size: 90%;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
					 Posts
----------------------------*/


.mceContentBody {
	border: 1px solid silver;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 125%;
}

.mceContentBody h1 {
	margin: 5px 0 0 0;
}

article.post header h1 {
  font-size: 28px;
	margin: 5px 0 0 0;
}

article.post header a {
  color: #5c80b1;
}

article.post header small {
  font-size: 11px;
}

article.post .text h2, article.post .text h3 {
  margin-bottom: -10px;
}

article.post footer {	
	clear:both;
	padding: 10px 0 10px 0;
	margin-bottom: 30px;
	text-align: left;
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;	
	line-height: 1.2em;
	font-size: 1.0em;
}

article.post footer .meta {
  text-align: left;
  line-height: 1.2em;
  height: 1.5em;
  vertical-align: baseline;
  overflow: hidden;
}

article.post footer .meta .links {
	line-height: 1.2em;
	float:left;
	margin-right: 10px;
}

article.post footer .meta .right {
	float:right;
	margin-right: 0px;
}

article.post footer .meta .tags {
	font-size: 0.85em;
	overflow: hidden;
}

article.post footer .meta a {
	line-height: 1.2em;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 5px;
}

article.post footer .meta #plusone{
	padding-left: 5px;
	vertical-align: baseline;
}

article.post footer .admin {
    margin-left: 10px;
}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts div {
	background: white;
	padding: 5px 10px 10px 10px;
	border: 1px solid silver;
}

#relatedPosts h1 {
	margin: 0 0 10px 0;
}

#relatedPosts p
{
	font-size: 120%;
	letter-spacing:1px;
	font-weight: bold;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	display: inline-block;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

/*----------------------------
					Archive
----------------------------*/


#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	margin-bottom: 10px;
  font-size: 21px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
	font-size: 95%;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
					 Search
----------------------------*/

#searchbox {
	margin-top: 5px;
	font-size: 85%;
	display: inline-table;
}

#searchbox #searchbutton {
	margin-left: 5px;
}

#searchbox #searchfield {
	width: 175px;	
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				Month list
----------------------------*/

#monthList li
{
	font-weight: normal;
}

#monthList .year
{
	cursor: pointer;
	font-weight: bold;
}

#monthList .year li
{
	margin-left: 20px;
}

#monthList ul
{
	display: none;
}

#monthList .open
{
	display: block;
}

/*----------------------------
				 Tag cloud
----------------------------*/

.tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

.tagcloud li {
	display: inline;
}

.tagcloud a {
	margin-right: 3px;
	display: inline;
}

.tagcloud a.biggest {
	font-size: 130%;
  color: #a05000;
}

.tagcloud a.big {
	font-size: 124%;
  color: #a05000;
}

.tagcloud a.medium {
	font-size: 115%;
  color: #f09609;
}

.tagcloud a.small {
	font-size: 100%;
  color: #00aba9;
}

.tagcloud a.smallest {
	font-size: 90%;
}

/*----------------------------
					 Page
----------------------------*/

#page {
	margin-bottom: 20px;
}

#page #admin {
	border-top: 1px solid silver;
	margin-top: 10px;
	padding: 5px 0;
}

#page #admin a {
  color: red;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #F1F1F1;
}

.calendar .other {
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #F1F1F1;
}

.calendar td {
	vertical-align: top;
	background: white;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	background : white;
	padding: 10px;
	border: 1px solid silver;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/*----------------------------
				Comments
----------------------------*/

#commentlist {
    background-color: #FFF;
    padding-top: 10px;
}
.comment_header{
    height:36px;
    display:block;
    padding: 0 5px;
    vertical-align:middle;
    background-color: #F8F4FF;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
}

.comment {
	border: 0px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
	border: 0px;
}

.comment .author {
	margin: 0;
	padding: 3px 5px;
	font-size:90%;
	border: 0px;
	height: 16px;
}

#addcomment
{
	font-size: 120%;
	letter-spacing:1px;
	font-weight: bold;
}

.self {
	background: #f8f8f8;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 3px 10px 6px 0;
}

.comment .gravatar img {
	height: 28px;
	border: 1px solid silver;
	margin: 0;
	padding: 0;
}

.comment img.flag {
    margin-left: 5px;
}

.comment .content {
	min-height: 25px;
	margin: 1px;
	padding: 5px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.visitor {
    padding:8px 0px;
}

.visitor div {
    font-size: 0.8em;
    color: #666;
}

.comment {
    padding: 5px;
}

/* nested comments */

.comment-replies
{
    background: transparent url('data:image/gif;base64,R0lGODlhCwALAJEAADMzM////8DAwP///yH5BAEAAAMALAAAAAALAAsAAAIXlIeJJqqcWjxLDlgl25D7jzmhaDmXUgAAOw==') /*../../pics/reply-arrow.gif*/ no-repeat 2px 15px;
    *background: transparent url(../../pics/reply-arrow.gif) no-repeat 2px 15px; /* For IE 6 and 7 */
    padding: 0 0 0 15px;
    margin: 5px 0 0 0;
}

#commentlist #comment-form {
	border: solid 1px #ccc;
	background: #fff;
	padding: 10px;
	margin: 10px 0;
}

/*  Comment notification unsubscription  */
#commentNotificationUnsubscription {
	margin-bottom: 10px;
	color: Gray;
	background: #ffc;
	border: 1px solid silver;
	padding: 10px;
}

#commentNotificationUnsubscription h1 {
	margin: 0 auto 12px auto;
	padding: 0;
}

/* comment menu */
#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

.commentForm .bbcode {
    font-size:90%;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.commentForm .bbcodeNoLivePreview {
	top: 0;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

/* comment form */
.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	padding-top: 3px;
}

.commentForm input[type='text'] {
	border: #ccc 1px solid;  
	BACKGROUND-COLOR: #fff; 
	width: 300px;
	margin: 2px 0;
}

.commentForm select 
{
    border: #ccc 1px solid;  
    width: 308px;
}

select {
    padding: 3px;
}

input[type="text"], input[type="select"] {
    padding: 3px;
}

input[type="submit"], input[type="button"], input[type="file"] {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #B8C1CA;
	padding: 3px 5px;
}

input[type="submit"]:hover, input[type="button"]:hover {
	color: #FFFFFF;
	background: #B8C1CA;
	cursor: pointer;
}

#searchcomments {
    margin: 10px 5px 0 0;
}

#newsletterform input[type="text"] {
    margin: 10px 0;
}

#PostPager li a {
    color: #00ABA9; 
    font-weight: normal !important;
}

#content 
{
    max-width: 1600px;
    padding: 2.0em;
    margin: 1.0em auto 0 auto;
}

.columns
{
    padding-right: 300px;
    overflow: hidden;
    position: relative;
}

#left-column {
    position: relative;
    width: 100%;
    float:left;
    padding-right: 20px;
    border-right: solid 1px #ccc;
	overflow: hidden;
}

#right-column {
    position: relative;
    width: 275px;
    float:left;
    margin-right: -300px;
    
}

.clear-fix {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.syntaxhighlighter {
    padding: 5px;
}

.syntaxhighlighter .toolbar{
    display:none;
}

@media only screen and (max-width: 850px) {
    .columns
    {
        padding-right: 0;
        overflow: visible;
        position: relative;
    }

    #left-column {
        position: relative;
        width: 100%;
        float: none;
        padding-right: 0;
        border-right: none 0px #ccc;
    }
	
	#left-column img {
		max-width: 100%;
	}

    #right-column {
        float: none;
        width: auto;        
        margin: auto;    
    }
}
