﻿/*

Theme Name: Myblogsphere

Theme URI: http://www.myblogsphere.com

Description: A theme for Hybrid Child Theme.

Version: 1.0

Author: Maliki

Author URI: http://www.myblogsphere.com/

Tags: myblogsphere, Hybrid

Template: hybrid

.

Free to use, free to copy, free to modify. Just gimme some credit.

.

*/

/* Get base 21px CSS */

@import url('../hybrid/library/css/18px.css');



/* Get a layout CSS */

@import url('../hybrid/library/css/2c-l-fixed.css');



/* Get the plugins CSS */

@import url('../hybrid/library/css/plugins.css');



/* Get the drop-downs CSS */

@import url('../hybrid/library/css/drop-downs.css');



/* Get default Hybrid CSS */

/* @import url('../hybrid/library/css/screen.css'); */



/* Get the hybrid tabs CSS */

@import url('tabs.css');



/**

 * Screen Stylesheet

 */



/* Body */

body {

	font: normal normal normal 15px/18px Georgia, Times, "Times New Roman", serif;

	}



/* Body container */

#body-container {

	margin: 10px auto 21px auto;

	}



/* Links */

a, a:visited  {

	color: #4ca6cf;

	text-decoration: none;

	}

a:hover, a:active {

	color: #d54e21;

	text-decoration: underline;

	}

.entry-content a, .entry-summary a {

	color: #21759b;

	}

.entry-content a, .entry-summary a, .widget a {

	text-decoration: underline;

	}

.entry-content a:hover, .entry-summary a:hover, .widget a:hover {

	text-decoration: none;

	}



/* Headers */

h2, h3, h4, h5, h6 {

	color: #4ca6cf;

	}



/* Lists */

ul {

	list-style: square;

	}



/* Blockquotes */

blockquote {

	font-style: italic;

	color: #666;

	}



/* Code */

pre {

	padding: 9px;

	background: #f9f9f9;

	border: 1px solid #ccc;

	}

code {

	padding: 0 3px;

	background: #eee;

	}

pre code {

	background: transparent;

	}



/* Tables */

table {

	width: 100%;

	border-collapse: separate;

	border-top: 1px solid #ccc;

	border-left: 1px solid #ccc;

	}

caption {

	font-size: .9em;

	font-style: italic;

	text-align: right;

	}

td, th {

	padding: 3px 6px;

	border-bottom: 1px solid #ccc;

	border-right: 1px solid #ccc;

	}

th {

	background: #eee;

	}



/* Drop caps */

.drop-cap {

	float: left;

	line-height: 39px;

	margin: 3px 3px 0 0;

	font-size: 51px;

	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;

	color: #666;

	}



/* Notes */

.note {

	padding: 6px 9px;

	background: #eee;

	border: 1px solid #ccc;

	}



/* Warnings/Alerts */

.warning, .alert {

	padding: 6px 9px;

	background: #fffbbc;

	border: 1px solid #E6DB55;

	}



/* Errors */

.error {

	padding: 6px 9px;

	background: #ffebe8;

	border: 1px solid #C00;

	}



/* Downloads */

.download {

	padding: 6px 9px;

	background: #e7f7d3;

	border: 1px solid #6c3;

	}



/* Breadcrumb */

.breadcrumb {

	margin: 0 0 21px 0;

	font-size: .9em;

	font-style: italic;

	color: #666;

	}



/* Images */

.post img {

	max-width: 568px;

	padding: 5px;

	border: 1px solid #ccc;

	}



.thumbnail {

	float: left;

	width: 100px;

	height: 100px;

	margin: 5px 15px 0 0;

	}



/* Captions [caption] */

.wp-caption {

	max-width: 576px;

	margin-top: 6px;

	padding: 6px 1px 0 1px;

	border: 1px solid #ccc;

	text-align: center;

	}

.wp-caption .wp-caption-text {

	margin: 0;

	padding: 0 5px;

	text-align: right;

	font-size: .9em;

	color: #666;

	}

.wp-caption img {

	max-width: 564px;

	margin: 0 auto;

	padding: 0;

	border: 1px solid #666;

	}



/* Gallery [gallery] */

.gallery img {

	border: 1px solid #ccc;

	}



/* Avatars */

.avatar {

	float: left;

	width: 24px;

	height: 24px;

	margin: 5px 15px 0 0;

	padding: 5px;

	border: 1px solid #ccc;

	}



/* Header */

#header-container {
  width: 100%;
  height: 90px;
	margin: 0 0 5px 0;
    background-image: url(images/headerbg.png);
    /*background-color: #093653;  */
	}



/* Blog title */

#site-title {

	font-size: 36px;

	line-height: 36px;

	margin: 0 0 0 10px;

	}

#site-title a {

	color: #FFFFFF;

	}



/* Blog description */

#site-description {

	font-size: 18px;

	font-style: italic;

	margin: 0 0 5px 10px;

	color: #888;

	}



/* Navigation */

#navigation {

	float: left;

	position: relative;

	margin: 0 0 33px 0;

	z-index: 100;

	}

#page-nav li {

	/*margin-right: 15px;*/

	margin-right: auto;

	}

#page-nav li a {

	padding: 8px 15px 8px 15px;

	background: #093653;

	border: 1px solid #ccc;

        color: #F7F7F7;

        }

#container {

margin-bottom:20px;

}

/* Search */
#search {
	float: right;
	width: 220px;
	margin: 40px 40px 0 0;
	}
#search form {
	width: 220px;
	height: 30px;
	padding: 0;
	background: url(images/search.png) no-repeat 0 0;
	}
#search input {
	float: left;
	overflow: hidden;
	margin: 0;
	border: none;
	background: none;
	}
#search input.search-text {
	font-family: arial, verdana, sans-serif;
	width: 155px;
	padding: 7px 5px 6px 10px;
	color: #777;
	}
#search input.search-submit {
	width: 49px;
	margin: 0;
	padding: 6px 6px 0 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font: .9em georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #000;
	}
#search input.search-submit:hover {
	cursor: pointer;
	}
	
/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	text-align: center;
	padding: 20px 15px 10px 15px;
	color: #88bfdd;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	color: #88bfdd !important;
	padding: 10px !important;
	background: #09415F !important;
	border: none !important;
	}
.wp-pagenavi a {
	font-style: italic !important;
	color: #fff !important;
	}
/* navigation-link */
.previous {
	text-align: left;
	padding-right:30px;
	}
.next {
	text-align: right;
	}