/*
 *  __                  __
 * /\ \                /\ \
 * \ \ \___   __  __   \_\ \     __
 *  \ \  _ `\/\ \/\ \  /'_` \  /'__`\
 *   \ \ \ \ \ \ \_\ \/\ \_\ \/\  __/
 *    \ \_\ \_\/`____ \ \___,_\ \____\
 *     \/_/\/_/`/___/> \/__,_ /\/____/
 *                /\___/
 *                \/__/
 *
 * Designed, built, and released under MIT license by @mdo. Learn more at
 * https://github.com/poole/hyde.
 */


/*
 * Contents
 *
 * Global resets
 * Sidebar
 * Container
 * Reverse layout
 * Themes
 */


/*
 * Global resets
 *
 * Update the foundational and global aspects of the page.
 */
.holder {
  /*      position: absolute;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0%)
		*/
}

html {
  font-family:  Georgia, "Times New Roman", Times, serif;
}
@media (min-width: 48em) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 58em) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 38em) {
  html {
    font-size: 16px;
  }
}

.content  a:link	{ 
	color: rgb(82,117,154); 
	}

.content  a:visited {
	color: rgb(82,117,154); 
	}

.content  a:hover { 
	color: #fff; 
	background-color: rgb(112,147,184); 
	}

.content  p {
    margin: 10px 10px 10px 20px;
    font-size: 1em;
  
    text-align: justify;
}

.page-title,
.post-title,
.post-title a {
  color: #7093B8;
}

.content  h1 {
    color: #7093B8;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
}

.content  h2 {
    color: #7093B8;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    margin: 10px 10px 0px 10px;
    padding-top: 2px;
    font-size: 1.5em;
    border-bottom: solid 1px #C0D3E2;
}

.content  h3 {
    color: #7093B8;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    margin: 10px 10px 0px 10px;
    font-size: 1.3em;
    padding-top: 2px;
}


/*
 * Masthead
 *
 * Super small header above the content for site name and short description.
 */
/*
.masthead {
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    border-bottom: 2px solid #000;
    padding: 10px 5px 5px 5px;
    display:block;
}

*/


.masthead {
    background: #7093B8 url('/public/images/banner.png') no-repeat left;
	
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    border-bottom: 2px solid #000;
    padding: 10px 5px 5px 5px;
	
	margin-top: 2rem;
	margin-bottom: 1rem;
  
    text-align: justify;
    display:block;
}

@media (min-width: 56em) {
  .masthead {
    max-width: 76rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (min-width: 48em) {
  .masthead {
    margin-left: 2rem;
    margin-right: 4rem;
  }
}

.masthead-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #505050;
}
.masthead-title a {
  color: #505050;
}
.masthead-title small {
  font-size: 75%;
  font-weight: 400;
  color: #c0c0c0;
  letter-spacing: 0;
}

@media (max-width: 48em) {
  .masthead-title {
    text-align: center;
  }
  .masthead-title small {
    display: none;
  }
}

#branding {
/*    line-height:42px;   
    border-top: 1px solid #666;
    background: #7093B8 url('catshadow.png') repeat-x scroll left bottom;
    padding-bottom: 5px; */

    background: #7093B8 url('banner3.png') no-repeat left;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    border-bottom: 2px solid #000;
    padding: 10px 5px 5px 5px;
    display:block;
}
#blog-title {
    text-align: right;
}


#blog-title a {
	font-size: 2.25rem;
    text-shadow: 1px 1px #354660 ;
    color: white;
}
#blog-description {
    color:white;
    font-size:10px;
    letter-spacing:1px;
    padding-top: 5px;
    text-align: right;
    text-transform:uppercase;
}
#blog-description:before {
    content:'{ ';
    font-weight:normal;
}
#blog-description:after {
    content:' }';
    font-weight:normal;
}


/*
 * Sidebar
 *
 * Flexible banner for housing site name, intro, and "footer" content. Starts
 * out above content in mobile and later moves to the side with wider viewports.
 */

.sidebar {
	text-align: center;
	padding-right: 2rem;
	color: #515151;
	background-color: #fff;
}
@media (min-width: 48em) {
  .sidebar {
    position: fixed;
    top: 8rem;
    left: 0;
    bottom: 0;
    width: 18rem;
    text-align: left;
  }
}
.sidebar p {  
	margin-left: 0rem;
}
.sidebar h1 {  
    color: #7093B8;
}

/* Sidebar links */
.sidebar a {
  color: #515151;
}

/* About section */
.sidebar-about h1 {
  color: #000;
  margin-top: 0;
  font-size: 2.25rem;
}

/* Sidebar nav */
.sidebar-nav {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.sidebar-nav-item {
  display: block;
  line-height: 1.75;
}
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
  text-decoration: underline;
}
.sidebar-nav-item.active {
  font-weight: bold;
}

/* Sticky sidebar
 *
 * Add the `sidebar-sticky` class to the sidebar's container to affix it the
 * contents to the bottom of the sidebar in tablets and up.
 */

@media (min-width: 48em) {
  .sidebar-sticky {
    position: absolute;
    right:  0rem;
    top: 0.5rem;
    left:   2rem;
	padding-top: 3px;
  }
}


/* Container
 *
 * Align the contents of the site above the proper threshold with some margin-fu
 * with a 25%-wide `.sidebar`.
 */

.content {
  padding-top:    1rem;
  padding-bottom: 4rem;
}

@media (min-width: 56em) {
  .content {
    max-width: 56rem;
    margin-left: 20rem;
    margin-right: 2rem;
  }
}

@media (min-width: 48em) {
  .content {
    margin-left: 18rem;
    margin-right: 4rem;
	border-left: 1px solid #C0D3E2;
  }
}


/*
 * Reverse layout
 *
 * Flip the orientation of the page by placing the `.sidebar` on the right.
 */

@media (min-width: 48em) {
  .layout-reverse .sidebar {
    left: auto;
    right: 0;
  }
  .layout-reverse .content {
    margin-left: 2rem;
    margin-right: 20rem;
  }
}

@media (min-width: 64em) {
  .layout-reverse .content {
    margin-left: 4rem;
    margin-right: 22rem;
  }
}



/*
 * Themes
 *
 * As of v1.1, Hyde includes optional themes to color the sidebar and links
 * within blog posts. To use, add the class of your choosing to the `body`.
 */

/* Base16 (http://chriskempson.github.io/base16/#default) */

/* Red */
.theme-base-08 .sidebar {
  background-color: #ac4142;
}
.theme-base-08 .content a,
.theme-base-08 .related-posts li a:hover {
  color: #ac4142;
}

/* Orange */
.theme-base-09 .sidebar {
  background-color: #d28445;
}
.theme-base-09 .content a,
.theme-base-09 .related-posts li a:hover {
  color: #d28445;
}

/* Yellow */
.theme-base-0a .sidebar {
  background-color: #f4bf75;
}
.theme-base-0a .content a,
.theme-base-0a .related-posts li a:hover {
  color: #f4bf75;
}

/* Green */
.theme-base-0b .sidebar {
  background-color: #90a959;
}
.theme-base-0b .content a,
.theme-base-0b .related-posts li a:hover {
  color: #90a959;
}

/* Cyan */
.theme-base-0c .sidebar {
  background-color: #75b5aa;
}
.theme-base-0c .content a,
.theme-base-0c .related-posts li a:hover {
  color: #75b5aa;
}

/* Blue */
.theme-base-0d .sidebar {
  background-color: #6a9fb5;
}
.theme-base-0d .content a,
.theme-base-0d .related-posts li a:hover {
  color: #6a9fb5;
}

/* Magenta */
.theme-base-0e .sidebar {
  background-color: #aa759f;
}
.theme-base-0e .content a,
.theme-base-0e .related-posts li a:hover {
  color: #aa759f;
}

/* Brown */
.theme-base-0f .sidebar {
  background-color: #8f5536;
}
.theme-base-0f .content a,
.theme-base-0f .related-posts li a:hover {
  color: #8f5536;
}
