/*
Theme Name: Asteroid
Theme URI: http://ronangelo.com/asteroid/
Description: Asteroid is a simple, clean and responsive theme. It incorporates various widget areas that make management of banners and ads a lot easier, especially for ad-supported sites. The theme is ideal for use on a blog, a static website or both. The themeâ€™s development focuses on user customization and minimizing HTTP requests to help conserve server resource. Asteroid supports RTL Language, custom headers, backgrounds, menus, full-width page templates, basic schema.org markup and more.
Author: ronangelo
Author URI: http://ronangelo.com/
Version: 11.2.2
Tags: two-columns, right-sidebar, custom-header, custom-background, featured-images, custom-menu, custom-colors, theme-options, threaded-comments, sticky-post, editor-style, full-width-template, threaded-comments, microformats, translation-ready, rtl-language-support
Text Domain: asteroid
License: GNU General Public License, Version 3 or later
License URI: http://www.gnu.org/licenses/gpl.html

This theme 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.

IMPORTANT: Do not edit this file. All your modifications will be deleted when the theme is updated. It is recommended to either use the Custom CSS option for CSS changes or use a child-theme if you also plan to modify HTML & PHP.
--------------------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, form, fieldset {
	border: none;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: disc;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	padding: 20px;
	color: #111;
	font-family: arial,sans-serif;
	font-size: 15px;
	line-height: 1.65;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
}

embed, iframe, object, video {
	max-width: 100%;
}

h1 {font-size: 21px; color: #000; font-weight:normal;}
h2 {font-size: 21px; color: #000; font-weight:normal;}
h3 {font-size: 15px; padding: 0 0 10px;}
h4 {font-size: 18px;}
h5 {font-size: 13px; padding: 0 0 20px; font-weight:normal;}
h6 {font-size: 13px; padding: 20px 0 25px; font-weight:normal;}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.2;
}

a {
	color: #0645ad;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
a:visited {
color:#0B0080;
}
a:hover {color: #0645ad; text-decoration: underline;}

pre {
	background-color: #FFF;
	border: 0;
	margin: 8px 0;
	padding: 8px;
	overflow: auto;
	-ms-word-wrap: normal;
	word-wrap: normal;
}

pre, code {
	font-size: 13px;
	font-size: 13px;
	line-height: 1.65;
}

blockquote {
	background-color: #FFF;
	border-left: 0;
	margin: 20px;
	padding: 10px 14px 2px;
	font-style: italic;
}

blockquote cite {
	display: block;
	margin-top: 8px;
	text-align: right;
	font-style: normal;
	font-size: small;
}

dl {padding-left: 20px;}
dt {font-weight: bold;}
dd {margin: 0 0 10px;}

table {
	width: 98%;
	border-collapse: collapse;
	margin: 0px;
}
th {
	background-color: #FFF;
	font-weight: normal;
}
th, td {
	border: 0px solid #FFF;
	font-size: 13px;
	font-size: 13px;
}

ul, ol {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
}
ul ul, ol ol {padding-left: 15px;}

li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
}

address {margin-bottom: 10px;}

.cf:before,
.cf:after {
    clear: both;
    content: "";
    display: table;
}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

/*-------------------------------------
	Main Containers
--------------------------------------*/
#container {
	background-color: #FFF;
	border: 10px solid #FFF;
	margin: auto;
}
#header {
	background-position: center;
	min-height: 90px;
}
#header-info-wrap {
	float: left;
	max-width: 100%;
}
#header-logo img {
	display: block;
	float: left;
	height: auto;
	max-width: 100%;
}
#header-info-wrap #header-text {
	padding-top: 5px;
	margin-left: 8px;
	font-weight: bold;
}
#site-title {
font-family: 'Times New Roman';
	font-size: 30px;

}
#site-title a {
font-weight: bold;
	line-height: 1;
}
#site-title a:hover {color: #000; text-decoration: none;}

#site-description {
font-family: 'Times New Roman';
	margin-top: 7px;
	margin-bottom: 20px;
}

#main {
	width: 100%;
}
#content {
	display: table-cell;
	vertical-align: top;
	width: 800px;
	padding: 0;
	border-left: 0;
	border-right: 0;
}

#footer, #below-menu {
	background: #FFF;
	width: 100%;
	color: #111;
}

#footer {
	border-top: 1px solid #000;
}
#below-menu {box-shadow: 0 -1px 2px #000 inset;}

#footer a, #below-menu a {color: #111;}
#footer a:hover, #below-menu a:hover {color: #FFF;}

#footer-area {min-height: 10px;}
#footer-bottom {
	overflow: auto;
	font-size: 13px;
	background: #FFF; 
	min-height: 0; 
	padding: 5px 8px 15px 8px;
}
#footer-links {float: left;}
#theme-link {
	float: right;
	padding-top: 4px;
	font: 13px arial,sans-serif;
}

/*-------------------------------------
	Main Menu
--------------------------------------*/
#nav {
	background-color: #FFF;
	width: 100%;
	border-top: 1px solid #000;
	padding: 10px 0 50px 0;
	line-height: 1.05em;
	z-index: 980;
}

#nav ul, #nav li {
    margin: 0;
	padding: 0;
	list-style: none;
}

#nav .menu {
	float: left;
}

#nav .menu li {
	float: left;
	position: relative;
}

#nav .menu > li:first-child, #nav .menu > ul > .page_item:first-child {
	border-left: none;
}

#nav .menu > li > a, #nav .menu > ul > .page_item > a {
	background: #FFF;
	min-width: 100px; 
	text-align: center;
}

#nav .menu a {
	display: block;
	padding: 5px 30px 10px 30px;
	padding-left: 0;
	color: #0645ad;
	font-size: 13px;
	font-weight: bold;
}
#nav .menu a:hover, #nav .menu ul a:hover {
	background-color: #FFF;
	color: #0645ad;
}

/* Sub-Menu Parent Arrows */
#nav .drop-toggle {
	display: none;
	color: #0645ad;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	padding: 7px;
	width: auto;
}

/*-------------------------------------
	Page Templates
--------------------------------------*/
#content-nosidebar {
	padding: 0;
}
	
.sitemap-template {padding: 0 8px 20px 8px;}
.sitemap-template > h3 {margin: 16px 0 6px;}
.sitemap-template > ul {margin-left: 10px;}
.sitemap-template > ul li {list-style: square inside;}
.sitemap-template > ul .children {padding-left: 14px;}

/*-------------------------------------
	Blog-View
--------------------------------------*/
.blog-view {
	background: #FFF;
    border: 0;
    margin-top: 0;
	margin-bottom: 0;
    padding: 0 8px 20px 8px;
}

article.sticky {
	background: #FFF; 
	border: 0;
}

.blog-view .entry-title a {font-weight: normal;}

.blog-view .entry-date {
    background: #FFF;
    border: 0;
    float: right;
    margin: 2px 0 2px 6px;
    padding: 1px 6px;
}
.blog-view .entry-date a {color: #111;}

.blog-view .entry-author, .blog-view .entry-categories {
	display: inline-block;
	margin-top: 6px; 
}

.blog-view .entry-author, .blog-view .entry-categories a {
	background: #FFF;
	border: 0;
	padding: 0 4px;
	border-radius: 3px;
	color: #111;
	display: inline-block;
	margin-bottom: 4px;
	
}

.blog-view .entry-categories a:hover {
	background: FFF;
	color: #FFF;
	border-color: #000;
}

.blog-view .entry-content {
	margin-top: 2px;
	font: normal 15px/1.65em arial,sans-serif;
}

.blog-view .entry-thumbnail {
	float: left;
	margin-right: 8px;
}
.blog-view .entry-thumbnail img { float: left; }

.blog-view .entry-excerpt p {
	margin-bottom: 8px !important;
	margin-top: 0 !important;
}

.continue-reading {	
	background: #FFF;
    border: 0;
    color: #0645ad;
    float: right;
    font-weight: bold;
    padding: 2px 12px;
	margin: 0 4px 4px 0;
}
.continue-reading:hover {
	background: #FFF; 
	color: #0645ad;
}
.comment-count {
	float: left;
	padding: 4px 6px 0;
	color: #111;
}

#bottom-navi {
	border-top: 0;
	font-weight: bold;
	font-size: 13px;
	padding: 20px 8px 15px 8px;
}

#content article {-ms-word-wrap: break-word; word-wrap: break-word;}
.entry-header {display: inline; margin-bottom: 2px;}
.entry-title {display: inline; line-height: 1.2;}
.entry-title a {color: #0645ad;}
.entry-title a:hover {color: #000; text-decoration: none;}
.entry-tags {margin: 4px 0;}

.page-nav, .comment-nav {
	padding: 15px 10px 0 10px; 
	clear: both;
	width: 100%
}
.page-nav  > *, .comment-nav > * {
	padding: 7px;
    margin: 0 1px;
    border: 0;
    color: #0645ad;
	font-size: 13px;
    font-weight: bold;
	background: linear-gradient(to bottom, #FFF 0%,#FFF 100%);
}
.page-nav a:hover, .comment-nav a:hover {
	background: #FFF;
	color: #0645ad;
	border: 0;
	font-weight: bold;
}

/*-------------------------------------
	Single-View
--------------------------------------*/
.single-view {
	margin-top: 0; 
	padding: 0 8px 20px 8px;
}

.single-view .entry-title a {letter-spacing: -1px;}

.post-edit-link {
	float: right;
	margin: 3px;
    background: #FFF;
	display: block;
    padding: 1px 8px;
	color: #FFF;
}
.post-edit-link:hover {background: #FFF; color: #111;}

.single-view .entry-meta-top {
	margin-top: 2px;
	padding-top: 12px;
	border-top: 1px solid #aaa;
}
.single-view .entry-date,
.single-view .entry-author {
font-size: 13px;
	background: #FFF;
    float: left;
    padding: 0;
}

.single-view .entry-content {
	margin-bottom: 0; 
	font-family: arial,sans-serif;
	font-size: 15px;
	line-height: 1.65;
}

.single-view .updated {font-size: 13px; float: right; padding: 10px 0 20px 0;}

.type-attachment .attachment img {display: block; margin: 8px auto;}

.post-nav {
	border-top: 0;
	padding: 16px 10px 14px;
	margin-top: 6px;
}

.link-prev {float: left; max-width: 100%;}
.link-next {float: right; max-width: 100%;}

.attachment-nav .link-prev,
.attachment-nav .link-next {
	margin: 6px 8px 14px;
}
.attachment-nav .link-prev a,
.attachment-nav .link-next a {
	background: #FFF;
    border: 1px solid;
    padding: 3px 6px;
	color: #FFF;
}

.entry-meta-bottom {
	border-bottom: 0;
	margin-bottom: 0;
}

/*-------------------------------------
	Post Content
--------------------------------------*/
.entry-content a {text-decoration: none;}

.entry-content a:hover {text-decoration: underline;}

.entry-content p, .comment-content p {margin: 5px 0 22px;}

.entry-excerpt p {margin: 0 0 4px;}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	clear: none;
	line-height: 1.4;
}

.entry-content li, .comment-content li {
	list-style-position: outside;
	list-style-type: disc;
}

.entry-content ol > li,
.comment-content ol > li {list-style-type: decimal;}

.entry-content ol > li > ol > li,
.comment-content ol > li > ol > li {list-style-type: lower-alpha;}

.entry-content ol > li > ol > li > ol > li,
.comment-content ol > li > ol > li > ol > li {list-style-type: lower-roman;}

.entry-content th, .entry-content td, .comment-content th, .comment-content td {
	padding: 1px 1px;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.entry-content img,
.comment-content img {
	height: auto;
	max-width: 100%;
}

.wp-smiley {
	width: auto !important;
	border: none !important;
	padding: 0 !important;
}

.alignnone {
	margin-top: 4px;
	margin-bottom: 4px;
}
.alignleft {
	float: left;
	margin: 4px 8px 4px 0;
}
.alignright {
	float: right;
	margin: 4px 0 4px 8px;
}
.aligncenter {
	display: block;
	margin: 4px auto;
}

.wp-caption {max-width: 100%;}

.wp-caption img {
	width: 100%;
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 4px;
}

.wp-caption .wp-caption-text, .gallery-caption {
	margin: 0;
	padding: 0 5px;
	color: #111;
	font-size: 13px;
	font-size: 13px;
	line-height: 1.65;
}

.gallery .gallery-item {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.gallery-item img {
	padding: 4px;
	display: inline-block;
	border: 1px solid #CCC !important;
}
.gallery-item img:hover {
	background-color: #DDD;
	border: 1px solid #AAA !important;
}

.type-attachment .entry-content div.attachment {
	margin-bottom: 10px;
	text-align: center;
}

.sitemap-template .entry-content h3 {margin-left: 10px;}
.sitemap-template .entry-content ul {margin: 8px 0 15px 10px;}
.sitemap-template .entry-content ul li {list-style: square inside;}

/*-------------------------------------
   404 Page
--------------------------------------*/
.wrap-404-box {
	background: #FFF;
	margin: 40px auto; 
	width: 80%;
	padding-bottom: 20px;
	border: 0;
	text-align: center;
}
.wrap-404-box h2 {
    background: #FFF;
    color: #111;
    padding: 16px;  
}
.wrap-404-box p {
	margin: 20px auto 24px;
	color: #111;
	font-size: 13px;
}

/*-------------------------------------
   Spoiler
--------------------------------------*/
.spoiler-wrap {
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
}
.spoiler-head {
	padding: 10px;
	line-height: 1.5;
	cursor: pointer;
}
.folded:before {
	content: "+";
	margin-right: 5px;
}
.unfolded:before {
	content: "–";
	margin-right: 5px;
}
.spoiler-body {
	padding: 1px 10px 10px;
	border-top: 1px solid #f5f5f5;
	background: #fff;
}