@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
	#picture {
	    transition: opacity 0.5s;
	    opacity: 0 !important;
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	#respect_privacy {
	    display: none;
	}
}

@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
	#logo {
	    top: 0px !important;
	    left: 0px !important;
	    height: 30px !important;
	    width: 30px !important;
	    background-image: url('icon_home.png') !important;
	}
}

@media only screen and (max-width: 440px), only screen and (max-device-width: 440px) {
	#nav {
		right: 190px !important;
	}
	
	#contact {
		top: -100px !important;
	}
	
	#body #content .excerpt p {
		font-size: 0px !important;
	}
	
	body {
		overflow-x: hidden;
	}
	
	#body {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
}

@media only screen and (max-width: 360px), only screen and (max-device-width: 360px) {
	#nav {
		right: 160px !important;
	}
	#search input[type=text] {
		width: 110px !important;
	}
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'DejaVu Sans','Arial',sans-serif;
}

div {
	margin: 0px;
	padding: 0px;
}

#body #social {
	left: 0px;
	right: 0px;
	font-size: 12px;
	padding-right: 0px;
	font-weight: bold;
	display: inline;
}

.sinsocialshare {
	display: inline;
}

.sinsocialshare .sinsocialshare3div {
	min-width: 50px;
	padding: 3px;
	padding-right: 6px;
	padding-left: 3px;
	margin-left: 20px;
	display: inline;
	float: right;
	background-color: #eee;
}

.sinsocialshare a {
	padding-left: 6px;
	float: right;
	text-decoration: none;
	font-weight: normal;
}

#picture {
    display: none;
    position: absolute;
    transition: opacity 0.5s;
    right: 0px;
    top: 30px;
    padding: 0px 8px 3px 3px;
    background-color: #f7f7f7;
    border-left: 1px solid #cdcded;
    border-bottom: 1px solid #cdcded;
}

#picture img {
    border: 1px solid #cdcded;
    padding: 1px;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
	background-color: #f7f7f7;
    z-index: 2;
    border-bottom: 1px solid #cdcded;
}

#logo {
	position: absolute;
	left: 8px;
	top: 9px;
	height: 18px;
	width: 130px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
	text-color: #808080;
	color: #a0a0a0;
	font-weight: bold;
	font-size: 14px;
}

#contact {
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 190px;
	top: 3px;
	padding-top: 4px;
	height: 23px;
	background-color: #ffffff;
	border: 1px solid #cdcded;
	border-bottom: 0px;
	outline: none;
	font-size: 12px;
	width: 70px;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}

#respect_privacy {
    z-index: 10;
    transition: height 0.2s;
    transition: width 0.2s;
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 390px;
	top: 3px;
	padding-top: 4px;
	height: 23px;
	background-color: #ffffff;
	border: 1px solid #cdcded;
	border-bottom: 0px;
	outline: none;
	font-size: 12px;
	width: 170px;
	cursor: default;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
	color: #909090;
	overflow: hidden;
}

#respect_privacy:hover {
    transition: height 0.2s;
    transition: width 0.2s;
    height: auto;
    border-bottom: 1px solid #cdcded;
    width: 300px;
    -webkit-box-shadow: 0px 0px 4px 0px #cdcded;
	-moz-box-shadow:    0px 0px 4px 0px #cdcded;
	box-shadow:         0px 0px 4px 0px #cdcded;
}

#respect_privacy #respect_privacy_message {
    margin: 20px 10px 10px 10px;
    display: none;
}

#respect_privacy:hover #respect_privacy_message {
    display: block;
    width: 280px;
}


#contact a {
	color: #909090;
	text-decoration: none;
}

#contact a:hover {
	color: #555555;
}

#search input[type=text] {
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 8px;
	top: 3px;
	padding-left: 5px;
	padding-right: 28px;
	height: 22px;
	width: 140px;
	border: 1px solid #cdcded;
	outline: none;
}
#search input[type=text]:focus {
	border: 1px solid grey;
}

#search input[type=submit] {
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 10px;
	top: 5px;
	height: 20px;
	width: 24px;
	border: none;
	background-color: white;
	background-image: url('icon_search.png');
}

#nav_shadow_cover {
	position: absolute;
	width: 120px;
	height: 8px;
	right: 0px;
	top: 20px;
	z-index: 99 !important;
	background-color: #ffffff;
	pointer-events:none;
}

#nav{
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 265px;
	top: 3px;
	padding-top: 4px;
	height: 23px;
	background-color: #ffffff;
	border: 1px solid #cdcded;
	border-bottom: 0px;
	outline: none;
	font-size: 12px;
    list-style:none;
    color: #909090;
    cursor: default;
    z-index: 10;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}

#nav li{
	width: 120px;
}

#nav a{
	color: #999999;
	text-decoration: none;
   	padding: 0px;
	margin: 0px;
	width: 100%;
}
#nav a:hover{

}

#nav ul{
    background:#fff;
    list-style:none;
    position:absolute;
    left:-9999px;
    padding: 0px;
	margin: 0px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcded;
	z-index: 1;
	-webkit-box-shadow: 0px -1px 4px 0px #cdcded;
	-moz-box-shadow:    0px -1px 4px 0px #cdcded;
	box-shadow:         0px -1px 4px 0px #cdcded;
}

#nav ul li{
   	padding: 8px;
	margin: 0px;
	padding-bottom:0px;
	width: 100%;
}
#nav ul a{
    width: 100%;
    padding: 0px;
	margin: 0px;
}
#nav li:hover ul{
	position:relative;
	left: -1px;
	right: 0px;
	margin: 0px;
    border-right: 1px solid #cdcded;
    border-left: 1px solid #cdcded;
    background-color: white;
}
#nav li:hover a{
	padding: 0px;
	margin: 0px;
}
#nav li:hover ul a{
	padding: 0px;
	margin: 0px;

}
#nav li:hover ul li a:hover{
	color: #555555;
}

#body {
	padding: 8px 8px 8px 8px;
	background-color: #ffffff;
}

#body #content {
	max-width: 800px;
}

#body #content .more-link {
	font-size: 0.8em;
}

#body #content img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

#body #content hr {
	color: #cdcded;
	background-color: #cdcded;
	height: 1px;
	border: 0px;
}

#body #content h6 {
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#body #content .alignleft {
	right: 0px;
	font-size: 0.9em;
}

#body #content .alignright {
	right: 0px;
	font-size: 0.9em;
}

#body h1 {
	font-size: 1.2em;
	font-weight: bold;
}

#body ul li {
	margin-left: -20px;
}

ol {
	list-style-type: none;
	padding: 0px;
    counter-reset: my-badass-counter;
}
ol li:before {
    content: counter(my-badass-counter, decimal-leading-zero)'.';
    counter-increment: my-badass-counter;
    margin-right: 8px;
    font-weight: bold;
    font-size: 1.2em;
    color: #d04000;
}

#body #content ol.commentlist {
	margin-left: 0px;
}

#body #content ol.commentlist li:before {
	content: none;
}

pre.shell {
	background-color: #000000;
	color: #00ff00;
	margin-bottom: 1em !important;
	overflow: auto !important;
	padding: 2px 2px 2px 2px !important;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-size: 0.9em !important;
	line-height: 1.0em !important;
}

pre.shell::selection {
	background: #00ff00;
	color: #000000;
}
pre.shell::-moz-selection {
	background: #00ff00;
	color: #000000;
}

pre.prettyprint {
	font-size: 0.9em !important;
	border-left: 2px solid #55ff55;
	padding-left: 8px;
	margin-left: 0px;
	overflow-x: auto;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
}

pre.prettyprint li:before{
	font-weight: normal;
	color: #999;
	font-size: 0.9em;
}

#navigator {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

#navigator a {
	position: relative;
	height: 16px;
	margin: 0px;
	padding: 0px 6px 0px 0px;
	text-decoration:none;
}

.messagebox {
	margin-top: 12px;
}

.messagebox .content {
	font-size: 12px;
	left: 0px;
	right: 0px;
	background-color: #f7f787;
	padding: 10px;
	padding-left: 6px;
	padding-right: 0px;
	font-weight: bold;
	margin-bottom: 20px;
}

#trackbacks {
	border: 1px solid #cdcded;
	padding: 0px;
	margin-bottom: 14px;
	left: 0px;
	right: 0px;
}

#trackbacks .caption {
	background-color: #f7f7f7;
	padding: 6px;
	font-size: 10px;
	border-bottom: 1px solid #eeeeee;
}

#trackbacks .caption h3 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

#trackbacks #trackbacks_box ol {
	padding: 0px;
	padding-left: 6px;
	padding-bottom: 20px;
	margin: 0px;
	font-size: 12px;
}

#body #trackbacks_box ol li:before {
	content: none;
}

#trackbacks #trackbacks_box strong {
	font-size: 0px;
}

#comments h3 {
	font-size: 12px;
	left: 0px;
	right: 0px;
	background-color: #f7f787;
	padding: 10px;
	padding-left: 6px;
	padding-right: 0px;
}

#comments ol {
	list-style:none;
	padding: 0px;
	margin: 0px;
}

#comments .commentlist .comment {
	border: 1px solid #cdcded;
	padding: 0px;
	margin-bottom: 14px;
}

#comments .commentlist .comment .userinfo {
	background-color: #f7f7f7;
	padding: 6px;
	font-size: 8px;
	border-bottom: 1px solid #eeeeee;
	font-weight: bold;
}

#comments .commentlist .comment .userinfo .userpic {
}

#comments .commentlist .comment .userinfo .usertext {
}

#comments .commentlist .comment .userinfo .username {
	font-size: 12px;
}

#comments .commentlist .comment .userinfo .count {
	font-size: 12px;
	margin-top: -15px;
	float: right;
}

#comments .commentlist .comment .userinfo .date {
	position: absolute;
	font-size: 0px;

}

#comments .commentlist .comment .comment_text {
	padding: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}

.edit .comment-edit-link {
	float: right;
	margin-top: -12px;
	margin-right: 2px;
	font-size: 10px;
	text-decoration: none;
}

#respond {
	margin: 0px;
	padding: 0px;
	margin-right: 6px;
	font-size: 14px;
}

#respond h3 {
	font-size: 0px;
}

#respond #comment {
	width: 100%;
}

#respond #commentform #comment_header {
    font-size: .95em;
}

#respond textarea {
	border: 1px solid #cdcded;
	outline: none;
	margin-bottom: 3px;
	margin-top: 0px;
	resize: none;
}
#respond textarea:focus {
	border: 1px solid grey;
}

#respond input {
	border: 1px solid #cdcded;
	outline: none;
	margin: 0px;
	padding: 3px;
	margin-bottom: 3px;
}
#respond input:focus {
	border: 1px solid grey;
}


#sidepane {
	position:fixed;
	height: 100%;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 100%;
	background-color: #f7f7f7; /*404060*/

}

ul.shariff-buttons {
    text-align: right;
}

li.shariff-button {
    display: inline-block;
    text-align: left;
}
