/*
Theme Name: HellOhWorld
Theme URI: http://siddhesh.in
Description: A custom theme made from the Titan theme.
Version: 1.0.0
Author: Siddhesh Poyarekar
Author URI: http://siddhesh.in
Tags: fixed-width, two-columns, white, brown, right-sidebar, theme-options, sticky-post, translation-ready, custom-menu, featured-images, blog, clean, elegant, lifestream
*/

/*
	Copyright (C) 2008 - 2010 The Theme Foundry
	Copyright (C) 2012 - 2021 Siddhesh Poyarekar

	This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.	If not, see <http://www.gnu.org/licenses/>.
*/

/* -------------------------- Defaults -------------------------- */
a:hover { text-decoration: none; color: #865;}
:link,:visited { text-decoration: none; color: #865;}

body {
	margin: auto;
	width: 80%;
	font-family: 'Rokkitt', 'Liberation Serif', serif;
	color: #666;
	font-size: 1.5em;
}

pre {
	background: #eee;
	font-family: 'Source Code Pro', 'Nimbus Sans', monospace;
	overflow: auto;
	padding: 20px;
	border: solid 1px;
	border-radius: 5px;
	width: 90%;
	margin: auto;
	color: #400;
}

code {
	color: #400;
	font-family: 'Source Code Pro', 'Nimbus Sans', monospace;
}

blockquote {
	width: 70%;
	color: #088;
	padding: 1%;
	font-size: 0.9em;
	border-left: double 5px;
	border-radius: 20px;
}

em {
	font: 0.9em monospace;
	font-style: normal;
	color: #660;
}

input {
	border: solid 1px;
}

textarea {
	border: solid 1px;
}

label {
	display: block;
	width: 5%;
	float: left;
	font-family: monospace;
}

img {
	display: block;
	text-align: center;
	width: 98%;
	padding: 1%;
}

main {
	margin: 10px;
}

/* -------------------------- Header -------------------------- */

.sep2 {
	clear: both;
	border: dotted 0.5px;
	margin: 20px auto 40px auto;
}

header {
	display: block;
	clear: both;
	height: 600px;
	background-color: #333;
	background-image: url(https://photos.siddhesh.in/upload/2016/05/05/20160505052209-3bdc920a.jpg);
	background-size: 100%;
}

#heading {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
}

h1 {
	padding-top: 150px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: rgba(255, 240, 220, 0.5);
	text-shadow: 3px 3px #330;
}

#description {
	font: 0.8em monospace;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #cbb;
}

nav {
	position: absolute;
	top: 0;
	z-index: 2;
	width:80%;
}

li.menu-item {
	list-style: none;
	margin-left: 1%;
	float: left;
	border-bottom: solid 1px #400;
	padding: 5px;
	border-radius: 9px;
}

/* -------------------------- Sidebar -------------------------- */

#sidebar {
	float: right;
	width: 25%;
	margin-right: 3%;
}

.widgettitle {
	padding: 5px;
	border-left: solid 1px;
	border-bottom: solid 1px;
	border-radius: 10px;
	margin-bottom: 10%;
}

.widget {
	margin-bottom: 20%;
}

#copyright {
	color: #666;
	font-size: 0.8em;
	clear: both;
	text-align: center;
	padding: 5px;
	border-top: solid 1px #555;
	display: block;
}


/* -------------------------- Blog Entry -------------------------- */
.post-header a {
	color: #653;
}

.post-header {
	color: #653;
}

.post-info {
	color: #bbb;
	font-weight: bold;
	font-size: 0.7em;
	float: left;
}

.post-share {
	text-align: right;
	padding-left: 1%;
	font-size: 0.8em;
	float: right;
}

/* This is always only a link.  */
.post-footer a {
	color: #060;
	font-weight: bold;
	font-size: 0.9em;
}

.entry {
	clear: both;
	padding: 10px;
}

.entry ul {
	list-style-type: disc;
}

.entry ol {
	list-style-type: decimal;
}

.tags {
	font-weight: 800;
	font-size: 0.9em;
	clear: both;
}

.reference, .reference a {
	font-size: 0.8em;
	float: left;
	padding: 8px;
	margin: 10px;
	border-radius: 5px;
	border: solid #edd 1px;
	background: #fffef0;
	font-family: 'Source Code Pro', 'Nimbus Sans', monospace;
}

/* -------------------------- Comments -------------------------- */

ul.bricks {
	list-style: none;
}

#comments {
	clear: both;
	margin-top: 5%;
}

.comment-number {
	font-weight: bold;
	padding-bottom: 1%;
}

.commentlist {
	margin-left:5%;
	padding: 1%;
	font-size: 0.9em;
}

li.comment {
	list-style: none;
	clear: both;
	margin: 1%;
	padding: 2% 1% 3% 2%;
	border-radius: 30px;
	border: solid #aaa 1px;
}

.comment.depth-1 {
	background: #eee;
}

.comment.depth-2 {
	background: #ddd;
}

.comment.depth-3 {
	background: #eee;
}

.comment.depth-4 {
	background: #ddd;
}

.comment.depth-5 {
	background: #eee;
}

.comment.depth-6 {
	background: #ddd;
}

.reply {
	float: left;
	margin-right: 90%;
}

.c-grav {
	float: left;
	margin: 1%;
}

.c-head {
	margin: 1%;
	font-weight: bold;
}

.c-permalink {
	font-weight: normal;
}

.c-body {
	clear: both;
	margin-left: 2%;
}

.c-permalink {
	font-size: 0.8em;
}

/* -------------------------- Comment form -------------------------- */

#respond {
	border-top: solid 1px;
	border-radius: 60px;
	padding-left: 5%;
}

.form-allowed-tags, .comment-notes {
	font-size: 0.8em;
}

.comment-form-email, .comment-form-author, .comment-form-comment, .comment-form-url {
	font-size: 0.9em;
}

input#author, input#email, input#url, textarea {
	margin-left: 5%;
}

/* -------------------------- Misc -------------------------- */

.required {
	color: red;
}

.profilebutton {
	float:left;
	padding:10px;
	margin-top:20px;
	vertical-align:top;
}

/* Responsive menu */

/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(3, 3, 3, 0.5);
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Droid Sans', sans-serif;
    font-size: 0.7em;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #111;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none; font-size: 0.7em}

@media screen and (max-width:1080px) {
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
    font-size: 1.3em;
  }

  ul.topnav li a { font-size: 1em; }
  body { width: 100%; font-size: 2em; }
  nav { width: 100%; }
  header { height: 400px; }
  h1 { padding-top: 100px; }
}

@media screen and (max-width:1080px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
    background-color: rgba(3, 3, 3, 0.5);
  }
}
