/*
Theme Name: Verba Learn
Theme URI: http://silverglass.net/2012/01/02/azure-basic-free-wordpress-blog-theme/
Author: Phillip Mulkins
Author URI: https://verbalearn.ai
Description: A lightweight, two-column layout blog theme, with 6 widget areas and customizable header image. Valid HTML5 and CSS3 that can be modified. Compatiable with Wordpress 3.2 and above. Compatable IE7+, Opera 10+, Safari 5+, Firefox 3.5+.   
Tags: blue, white, two-columns, custom-menu, custom-background, custom-header, right-sidebar

Version: 2.6

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

 *
 *
 *
 * CSS resets and layout uses modified version of the Blueprint CSS Framework 1.0.1
 * http://blueprintcss.org
 * Copyright (c) 2007-Present. See LICENSE for more info.
 *
 *
 *
*/

/*    BlurePrint Reset and Framework        */
/*------------------------------------------*/
@import url('css/screen.css'); /* DO NOT REMOVE! */


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { height: 100%; }

body { height: 100%; 
       font-family: background: #4B2EFF;
background: #4B2EFF;
  background: -webkit-linear-gradient(
    135deg,
    rgba(75, 46, 255, 1) 0%,
    rgba(98, 63, 231, 1) 20%,
    rgba(255, 179, 71, 1) 100%
  );
  background: -moz-linear-gradient(
    135deg,
    rgba(75, 46, 255, 1) 0%,
    rgba(98, 63, 231, 1) 20%,
    rgba(255, 179, 71, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(75, 46, 255, 1) 0%,
    rgba(98, 63, 231, 1) 20%,
    rgba(255, 179, 71, 1) 100%
  );

  /* 👇 These are the key additions */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

:focus { outline: 0; }

ol, ul { list-style: none; }

a { text-decoration: none; }

table { border-collapse: separate;
        border-spacing: 0; }

img { clear: both; }



/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}

.bypostauthor {}


/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary { float: left;
           overflow: hidden;
           width: 700px; }

#content { width: 680px; }

#sidebar { overflow: hidden;
           float: right;
           width: 220px; }

#footer-bottom { clear: both;
                 width: 100%; }



/*    Framework Styles        */
/*---------------------------*/

#top-header { padding: 0 0 30px 0; }

#main { padding: 0 0 30px 0; 
        font-size: 12px; }

#footer-bottom { padding: 0 0 10px 0; }

.entry-header { margin: 0 0 25px 0; }

article { padding: 0 0 30px 0; }




/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/

#access { padding: 15px 10px 5px 18px; 
          z-index: 500; }

nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul { margin: 0 0 0 0;
                            padding: 0 0 0 0; 
						    display: block; }

nav[role="navigation"] ul li { height: 2em; clear: both; display: inline-block; }
nav[role="navigation"] ul li a { padding: 4px 8px; }

nav[role="navigation"] ul li ul  { display: none; } 
nav[role="navigation"] ul li:hover ul  { display: block; } 
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important; 
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; } 


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }



/*    Navigation       */
/*--------------------*/


.nav-next { float: left; }
.nav-previous { float: right; }



/*    Theme Credit Text      */
/*--------------------------*/

#theme-credit { text-align: center; }


/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { font-size: 2.5em; }

#container-full { padding: 20px 0 20px 0; }

#top-header { background: none repeat scroll 0 0 #fff; 
              box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; }
			  

/* Top Navigation */

#access { background: url('images/azurebg.png') repeat scroll 100% 0 #6da0d3; }
		  
#access a { color: #fff; 
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

#access a:hover { color: #01152a; }

#access ul li:hover ul  { background: url('images/azurebg.png') repeat scroll 100% 0 #6da0d3; }


/* Header Title Section */

#top-header-section { width: 100%; }

#main-title { float: left;
              position: relative;
              width: 350px;
		      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		      padding-left: 1.5em;
			  padding-top: 10px;
              z-index: 25; }

#site-title { text-transform: uppercase;
              margin-bottom: 10px; 
              font-size: 48px; }

#site-description { font-variant: small-caps; 
                    font-size: 14px; 
					margin-bottom: 20px; }

#header-sidebar-section { float: right;
                          text-align: right;
                          position: relative;
			              padding-right: 15px;
                          width: 560px;
				          font-size: 12px;
			              text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
			              padding-top: 10px;
                          z-index: 35;	}

#header-sidebar-section ul { list-style-type: none;
                             margin: 0;
				             text-align: right;
				             width: 560px; 
                             padding-left: 0; }
							 
#header-sidebar-section ul ul li { display: inline; 
                                   padding-right: 15px; }


/* Header Image */

#header-image { width: 986px; 
                height: 300px;
				border: 2px solid #6da0d3; }


/* Main Content Section */

#main { background: none repeat scroll 0 0 #fff; 
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; }

.featured-thumb { margin-bottom: 10px; }
 
article { margin-bottom: 25px;
	      padding-top: 10px;
	      padding-left: 25px; }
		  
.entry-content { padding-top: 5px; }

.entry-title { font-size: 28px; 
               text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.entry-meta { font-size: 10px; 
	          color: #8E8C84; }

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

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

.entry-content embed { width: 675px; }

.page-link { margin-bottom: 10px; }

/* Sidebar Section */

#sidebar { color: #545350; 
           padding-right: 25px; 
		   padding-left: 10px; }

#sidebar-widget-title { color: #545350; }

.screen-reader-text[for="s"] { display: none; }

#wp-calendar { width: 100%; }

#calendar_wrap #wp-calendar caption { text-align: center; }

#wp-calendar #prev, #wp-calendar #next { font-style: normal;
                                         font-size: 9pt; }

#wp-calendar #next { text-align: right; }



/* Single Page and Comments */

.assistive-text { color: #545350; }

#nav-single { padding-left: 25px; }

#comments { padding-left: 25px; }

#comments #respond { padding-left: 25px; }

.comment-meta { margin-bottom: 10px; }

.comment-author img { padding-right: 5px; }

#nav-below { padding-left: 25px; }

.pingback .edit-link { margin-left: 10px; }

.comment-author a { color: #6fa2d6; }

.comment-author a:hover { color: #28598A; 
                          text-decoration: underline; }

.comment-author img { margin: 0 10px 0 0; }

.comment-form-author input[type="text"] { margin-left: 27px; 
                                          background: none repeat scroll 0 0 #FFFFFF;
                                          color: #7E7E7E;
                                          outline: 0 none;
                                          padding: 5px 10px;
                                          position: relative;
                                          width: 175px; }

.comment-form-email input[type="text"] { margin-left: 30px; 
                                         background: none repeat scroll 0 0 #FFFFFF;
                                         color: #7E7E7E;
                                         outline: 0 none;
                                         padding: 5px 10px;
                                         position: relative;
                                         width: 175px; }

.comment-form-url input[type="text"] { margin-left: 25px; 
                                       background: none repeat scroll 0 0 #FFFFFF;
                                       color: #7E7E7E;
                                       outline: 0 none;
                                       padding: 5px 10px;
                                       position: relative;
                                       width: 175px; }

.comment-form-comment label { float: left; 
                              clear: both; }

.comment-form-comment textarea { margin-left: 15px;
                                 margin-top: 0; 
                                 background: none repeat scroll 0 0 #FFFFFF;
                                 color: #7E7E7E;
                                 outline: 0 none;
                                 padding: 5px 10px;
								 width: 500px;
                                 position: relative; }

#commentform p.form-allowed-tags { font-size: 9pt; }

#comment-nav-above, #comment-nav-below { margin-bottom: 15px; }


/* Footer Section */

#footer-bottom { background: none repeat scroll 0 0 #6da0d3; }

.column { float: left;
          margin: 0 80px 0 0;
          width: 170px; }

.column.last { margin: 0; }

#footer-content { padding-top: 25px; 
                  padding-left: 25px; 
				  padding-right: 10px; }

#footer-content .column h4 { color: #000;
                             font-size: 10.5pt; 
                             border-bottom: 1px solid #000; }

#footer-content .column ul { font-size: 9pt;  
                             padding-left: 0 !important;}

#footer-content .column ul li a { color: #28598A; }

#footer-content .column ul li a:hover { color: #00F; }

#site-credits { border-top: 1px solid #eaf8ff; 
                padding: 15px 0 0 0; }

#theme-credit { padding: 0 0 5px 0; }

#theme-credit p { margin: 0 0 0 0; }
#top-header {
  background:none;
  box-shadow: none;
  padding:0;
}
#Logo {
    margin: 0 auto;
    float: none;
    width: 125px;
    margin-bottom: 30px;
}
#header-image {
    width: 100%;
    height: auto;
    border: none;
}
#main {
    background: none;
    box-shadow: none;
    color: #fff;
}
h1, h2, h3, body {
  color:#fff;
}
#footer-bottom {
    background: none;
}
#site-credits {
    border-top: none;
    padding: 0;
}
#access {
    background: none;
    text-align: center;
}
#footer-content .column ul li a {
    color: #fff;
}
#footer-content .column h4 {
    color: #fff;
    font-size: 10.5pt;
    border-bottom: 1px solid #000;
    display: none;
}
#footer-content .column ul li {
    display: inline;
    width: auto;
    margin: 10px;
    float: none;
}
.column {
    float: left;
    margin: 0;
    width: 100%;
    text-align: center;
}
#access {
    background: none;
    text-align: center;
    display: none;
}
#content {
    width: 100%;
}
#primary {
    width: 100%;
}
article {
    margin-bottom: 25px;
    padding-top: 10px;
    padding-left: 0;
}
.home p {
    text-align: center;
    font-size: 16px;
}
p {
    text-align: left;
    font-size: 16px;
}
#footer-content .column ul li a:hover {
    color: #ffffff;
    font-weight: bold;
}
blockquote {
    color: #ffffff;
    font-style: italic;
    margin: 1.5em;
}
h2 {
    font-weight: bold;
    font-size: 28px;
}
p, dl {
    margin: 0 0 1.5em;
    font-size: 16px; 
}