/*   
Theme Name:OS Blue sky
Author: Organiksoft
Author URI: http://organiksoft.com/web-development/
Description: The OS Blu sky is sophisticated, lightweight, and adaptable theme.Add your own personal flair by uploading a custom header or background image.
Version: 1.0.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: OS Blue sky WordPress theme, Copyright (C) 2013 Organiksoft OS Blue sky WordPress theme is licensed under the GPL.
Tags: light, white, blue, two-columns,custom-header,custom-background

************************************************************************

/*  -------------------------------------------------------------- 
                    GENERAL STRUCTURE
-------------------------------------------------------------- */

body {
	font-size:80%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper {
	display: block;
	width: 1040px; 
	margin: 2em auto;
	background: #fff;
}
	
#container {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-right: -26.4%;
	margin-bottom: 10px;
	margin-left: 0;
	}

#content {
margin: 0 34% 0 7.6%;
width: 58.4%;
}

#colophon {
	clear: both;
	display: block;
	width: 100%;
}

.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}


/*--------------------------------------------------------------
                  GLOBAL STYLES  
-------------------------------------------------------------- */

em {	
	font-style: italic;
}

strong {
	font-weight: 600;
	
}


.right {
	float: right;
}

.left {
	float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}

h1 {
	font-size: 2em;	
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

ol {
	list-style-type: none;
}
dt {
	font-weight:bold;
	margin-top:10px;
}
li {
	margin-bottom:5px;
}
ol li {
	list-style-type:decimal;
}
ol li ol li {
	list-style-type: lower-alpha;
}
ol li ol li ol li {
	list-style-type:lower-roman;
}
ul li {
	list-style-type:disc;
}
ul li ul li {
	list-style-type:circle;
}
ul li ul li ul li {
	list-style-type: square;
}
small {
	font-size:.8em;
}
abbr {
	cursor:help;
	letter-spacing:.01em;
	text-decoration:none;
}
a abbr {
	text-decoration:none;
	border-bottom:none;
}
blockquote {
	min-height:60px;
	margin:0;
	padding:5px 0 0 63px;
}
blockquote cite {
	display:block;
	padding-bottom:15px;
	font-size:.86em;
	font-style:normal;
}
q {
    font-style:italic;
}
q:before, q:after {
    content:"";
}
ins {
	padding:0 2px;
	text-decoration:none;
}
pre,
code,
tt,
kbd,
var {

	font-size:1.05em;
}
pre {
	overflow:auto;
	white-space:pre;
	padding:3px 5px 12px;
	line-height:20px;
}
address {
	font-style:normal;
}
form {
	margin:20px 0;
	padding:0;
}
fieldset {
	margin:5px;
	padding:10px;
	border:none;
}
fieldset fieldset { 
	margin-top:15px;
}
legend {
	margin:0 0 0 -10px;
	padding:2px 5px;
}
input,textarea,select {
	padding:1px 2px;
	font-size:1em;
        max-width:100%;
}

table {
	border-collapse:collapse;
}
th,td {
	padding:3px;
}
p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

a:link{
	color: #82A2FF;
	text-decoration: underline;
}
a:visited {
	color: #2259FF;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #5B85FF;
}
table {
	border-bottom: 1px solid #82A2FF;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #82A2FF;
	padding: 6px 10px 6px 0;
}

del {
	color: #82A2FF;
}

ins {
	background: #F1FAFF;
	text-decoration: none;
}

pre {
        word-wrap: break-word;
	background: #F1FAFF;
	text-decoration: none;

}

/* -------------------------------------------------------------- 
                  HEADER
-------------------------------------------------------------- */

/* PRE-HEADER */

 #pre-header {
	padding: 0px 50px;
	position: relative;
	height: 28px;
	background-color: #333;
	background-image: url(images/pre-header.jpg);
}

#pre-header a:link,
#pre-header a:visited {
	color: #fff;
	text-decoration: none;
}

#pre-header a:hover,
#pre-header a:focus {
	color: #fff;
	text-decoration: none;
}



/*----------------------------------------------
         HEADER SEARCH
 ----------------------------------------------- */

#header-search {
	position: absolute;
	right: 50px;
	top: -15px;
	clear: both;
}
#header-search div {
	width: 310px;
	text-align: right;
	position: relative;
}

#header-search input:focus {
	outline: 1px solid #808080;
}
#header-search #searchform {
	display: block;
	clear: both;
}
#header-search #searchform label {
	display: none;
}
#header-search #searchform input#s {
	width: 275px;
}

#header-search input#s {
	border: 1px solid #0099FF;
	padding: 3px 25px 3px 8px;
	margin: 0 0em 0 0;
	color: #a2a2a2;
	font-size: 0.7em;
	background-color: #fff;
}
#header-search #searchsubmit {
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	position: absolute;
	right: 5px;
	top: 4px;
}

/* END PRE-HEADER */


#site-header {
position: relative;
width: 1040px;
}

#header-image {
	display: block;
	width: 1040px;
	height: 200px;

}

#site-title {
	 padding-top:10px;
	 padding-left: 50px;
	
}
#site-title a {
	font-size: 2em;
	font-weight: 700;
	font-family: "Times New Roman";
	text-transform: uppercase;
       text-decoration: none;
}
#site-description {
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0.2em;
	text-decoration: none;
padding-left: 40px;
}
#header-title.header-image-true {
	width: 100%;
}

/* --------------------------------------------
       HEADER MENU
----------------------------------------------*/

#access {
	display: block;
	float: left;
	width: 100%;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	margin-top: -20px;
}

#access ul {
	list-style: none;
	padding: 0;
	
}

#access li {
list-style: none;
	float: left;
	position: relative;
}


#access a {
	display: block;
	padding: 10px 25px;
	text-decoration: none;
	color: #5580FF;
	text-transform: uppercase;
	font-size: 0.8em;

}

#access ul ul {

	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 1.9em;
	left: 0;
	z-index: 99999;
}

#access ul ul li {
	border: none;
        list-style: none;
        background-color:#F1FAFF;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul ul a {
    width: 200px;
}
#access a:hover,
#access a:focus {

background-color: #A9E2FF;
}

#access li:hover > a,
#access li:focus > a {
	color: #0099FF;
} 
#access ul ul :hover > a,
#access ul ul :focus > a {
	color: #5580FF;

}

#access ul ul li:hover > a,
#access ul ul li:focus > a {
	border-bottom: none;
	background-color: #A9E2FF;
}

#access ul ul a:hover,
#access ul ul a:focus {
	background: #49C4FF;
}

#access ul li:hover > ul,
#access ul li:focus > ul {
	display: block;
}
#acess li.current_page_item a,
#acess li.current-menu-item a {
}


/* -------------------------------------------------------------- 
                  MAIN CONTENT
-----------------------------------------------------------------*/
.sticky {

}

.entry-header a:link,
.entry-header a:visited {
	text-decoration: none;
}

.entry-header a:hover,
.entry-header a:focus {
	text-decoration: underline;
}
.entry-title {
	font-size: 2em;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0px;
	line-height: 1.3em;
	word-wrap: break-word;
	color: #82A2FF;
	margin-left: 0px;
}

.name-date {
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 1.5em;
}
.entry-meta {
	clear: both;
	display: block;
	margin-top: 10px;
        margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #82A2FF;
}
.entery-date {
	font-size: 0.8em;
	margin-top: 1.5em;
}

.single-thumb {
	margin: 0 0 1em 0;
}

.single-thumb img {
	max-width: 100%;
	height: auto;
}
.entry-content p {
	line-height: 1.8em;
	margin-bottom: 2em;
        word-wrap: break-word;
}

.entry-content li {
	font-size: 0.9em;
	margin: 0 0 1em 2em;
	line-height: 1.3em;
}

.entry-content ul {
	list-style-type: square;
	margin-bottom: 2em;
}

.entry-content ol {
	list-style-type: decimal;
	margin-bottom: 2em;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

.index-title {
	font-size: 2em;
	font-weight: 100;
	text-transform: uppercase;
	margin: 20px 0;
	line-height: 1.3em;
	word-wrap: break-word;
}

.index-title a {
	text-decoration: none;
}

.index-title a:hover,
.index-title a:focus {
	text-decoration: underline;
}

.index-name-date {
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 20px;
}

.index-name-date a {
	text-decoration: none;
}

.index-name-date a:hover,
.index-name-date a:focus {
	text-decoration: underline;
}

.index-content {
	margin: 20px;
}

.more-link {
	text-align: left;
}
.more-link a:link,
.more-link a:visited {
	font-size: 0.6em;
	background: #82A2FF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 17px;
	color: white;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}

.more-link a:hover,
.more-link a:focus {
	background-color: #3399FF; 	
}

.page-header {
background-color: #fff; 	
}
.page-header h1 {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
}


/*---------------------------------------------
              SIDEBAR
----------------------------------------------*/

#sidebar {
	width: 23%;
	float: right;
	margin-top: 20px;
}


#sidebar .widget-title {
	font-size: 1.5em;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0px;
      margin-left:-10px;
	line-height: 1.3em;
	word-wrap: break-word;
	color: #82A2FF;
}

#sidebar .children {
	padding: 0!important;
	float: none;
}
#sidebar ul {

	list-style-image: url(images/bullet.png);
 }
#sidebar ul li a {
	text-decoration: none;
         padding: 10px 0;
	font-size: 90%;
}


.sidebar .widget {
	margin-bottom: 20px;
	display: block;
}

ul.sidebar {
	float: right;
	margin: 0;
	list-style: none;
	display: block;
	padding: 15px 30px 0px 0px;
	font-size: 14px;
	line-height: 18px;
}
ul.sidebar ul {
	padding-left: 15px;
}

/* Recent Comments widget */


.recentcomments {
	font-size: 90%;
	padding: 10px 0;
}

.recentcomments a {
	font-size: 100%!important;
}

.recentcomments a:hover,
.recentcomments a:focus {
	text-decoration: underline;
}


.textwidget {
	padding: 10px 0 0 0;
	line-height: 1.3em;
	font-size: 0.9em;
}

.textwidget p {
	font-size: 100%;
}


/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}

.widget_calendar #wp-calendar tr {
	line-height: 1.8em;
}

.widget_calendar #wp-calendar caption {
	font-size: 1em;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* RSS Widget */

h1.widget-title a:link,
h1.widget-title a:visited {
	text-decoration: none!important;
}

h1.widget-title a:hover,
h1.widget-title a:focus {
	text-decoration: underline!important;
}

.widget_rss ul li {
	margin-bottom: 1em;
	padding-bottom: 10px;
	font-weight: 100;
}

.widget_rss ul li a {
	text-transform: uppercase;
	font-size: 1.1em!important;
}

.widget_rss ul li a:hover {
	text-decoration: underline!important;
}

.widget_rss a:hover,
.widget_rss a:focus {
	background: inherit!important;
	padding: 10px 0!important; 
}

.widget_rss .rss-date {
	font-size: 0.8em;
	color: #808080;
	margin-bottom: 10px;
}

.widget_rss .rssSummary {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.widget_rss cite {
	font-size: 0.8em;
	color: #808080;
}

.widget_rss cite:before {
	content: "by ";
}
/*--------------------------------------------------------------------------
                        POST FORMATS
  --------------------------------------------------------------------------*/

#site-header img,
#entry-content img,
#comment-content img,
#widget img {
	max-width: 100%;
}
#site-header img,
#entry-content img,
#comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
#site-header img,
#entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
#entry-content img.wp-smiley,
#comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* -------------------------------------------------------------- 
                      SINGLE POST
-------------------------------------------------------------- */

.entry-content {

}

.footer-meta {
	margin: 1em 0;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1.5em 0;
	padding-left: 2em;
	font-style: italic;
	color: #333;
	line-height: 1.4em;
	border-left-color: #EFEFEF;
	border-left-width: 10px;
}

.footer-tags li {
	float: left;
	text-transform: uppercase;
	margin: 1px 1px 0 0;
}

.footer-tags li a:link,
.footer-tags li a:visited,
.footer-tags li.highlight {
	font-size: 0.7em;
	padding: 2px 10px;
	background: #9b9b9b;
	text-decoration: none;
	line-height: 15px;
	color: #fff;
}

.footer-tags li.highlight,
.footer-tags li.highlight {
	background: #333;
	padding: 2px 20px;
}

.footer-tags li a:hover,
.footer-tags li a:focus {
	background: #3399FF;
}


/*-----------------------------------------
              RELATED 
------------------------------------------*/

h1#recent {
	text-transform: uppercase;
	font-weight: 100;
	margin: 0 0 1em 50px;
}

#related {
	background: #eaeaea;
	padding: 50px;
}

#related ul {

}

#related ul li {
	width: 31.91489361702128%;
	float: left;
	margin-right: 2.127659574468085%;
}

#related ul li:last-child {
	margin-right: 0;
}

#related ul li a {
	text-decoration: none;
}

#related ul li article {
	padding: 20px;
	border: 1px rgba(255,255,255,0.5) solid;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#related ul li a:hover article,
#related ul li a:focus article {
	background: #fff;
}

#related .theExcerpt {
	margin-top: 1em;
}


/* -------------------------------------------------------------- 
                 IMAGE ATTACHMENTS 
--------------------------------------------------------------*/

.image-attachment .entry-header {
	margin-left: 0;
	width: 100%;
	float: none;
}
.image-attachment div.entry-meta {
	float: left;
	font-size: .9em;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
	font-size: .9em;
}

.image-attachment .previous-image {
	margin-right: 10px;
}
.image-attachment .next-image {
	margin-left: 10px;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* --------------------------------------------------------------
                     IMAGES
-------------------------------------------------------------- */

a img {
	border: none;
	max-width: 100%;
         height:auto; 
}
p img {
	margin-bottom: 1em;
      max-width: 100%; 
}
alignleft,
.wp-post-image {
	float:left;
}
.alignright {
	float:right;
}
.aligncenter {
	float:none;
	display:block;
}
.alignnone {
	float:none;
}
.alignleft,
img.alignleft,
.wp-post-image {
	margin:0 20px 20px 0;
}
.alignright,
img.alignright {
	margin:0 0 20px 20px;
}
.aligncenter,
img.aligncenter {
	margin:10px auto;
}



/*--------------------------------------------------------------
                     FORMS
--------------------------------------------------------------*/

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

.required {
	color: #cc0033;
}


/*--------------------------------------------------------------
                   COMMENTS
-------------------------------------------------------------- */

#comments-title {
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 2em;
	color: #82A2FF;
}

#reply-title {
	text-transform: uppercase;
	font-weight: 100;
	margin: 2em 0 1em 0;
	color: #82A2FF;	
}
article.comment {
	margin-left: 34.04255319148936%;
	margin-bottom: 3em;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
}

.comment-author {
	text-transform: uppercase;
	color: #666666;

}
.commentlist  li.comment {
		list-style-type: none;
font-size: 11px;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width:auto;
                height:auto;
}
.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 3.2em;
		width: 39px;
}
.commentlist li.comment .comment-meta {
	font-size: 11px;
	float: right;
	margin-top:-60px;
}
.commentlist li.comment .fn {
	display: block;
	
}
.commentlist li.comment .comment-content {
		margin: 0 auto 1.625em;
}
.commentlist .comment-edit-link {
		display: none;
}
	
.commentlist .reply {
	width: 48px;
	display: block;
	text-transform: uppercase;
	font-size: 80%;
	text-align: center;
	padding: 0;
	float: left;
}

.commentlist  li.bypostauthor {
	color: #444;
	background-color: #E4D1AB;
}
.commentlist  li.bypostauthor .comment-meta {
		color: #666;
}
.commentlist li.bypostauthor:before {
		content: none;
}


.commentlist .children  li.bypostauthor {
		background: #fff;
		border-color: #ddd;
}
.commentlist .children  li.bypostauthor > article,
.commentlist .children  li.bypostauthor > article .comment-meta {
		color: #666;
}

#commentform {
	margin-left: 4.04255319148936%;
	margin-bottom: 2em;
}

#commentform input:focus,
#commentform textarea:focus {
	outline: 1px solid #808080;
}

#commentform label {
	display: inline-block;
	margin-bottom: 0.4em;
	font-size: 90%;
}

#commentform input,
#commentform textarea {
	padding: 5px;
}
.comment-notes {
	margin-right:59.61290322580645%;
	width: 41.38709677419355%;
	float: right;
	font-size: 80%;
	color: #999;
}

.form-allowed-tags {
	font-size: 80%;
	color: #999;
	
}
#respond input[type=text] {
	display: block;
    width: 40%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 60%;
}
#respond .form-allowed-tags {
	clear: both;

}
#respond .form-allowed-tags code {
	display: block;
}

#commentform input#submit {
	margin: 1em 0 0 0;
	border: 1px solid #999;
	color: #fff;
	padding: 3px 2em;
	background: #82A2FF;
	font-size: 70%;
	text-transform: uppercase;
}

#commentform input#submit:hover,
#commentform input#submit:focus {	
	border-color: #999;
	color: #333;
	cursor: pointer;
}

.pingback {
	margin: 0 0 2em 0;
}

/*--------------------------------------------------------------
                  WIDGETS
--------------------------------------------------------------*/

.widget {
	display: block;
}
#sidebar .widget_search {
	overflow: hidden;
}
#sidebar .widget_search input {
	float: left;
}


/*--------------------------------------------------------------
                   FOOTER
--------------------------------------------------------------*/

#colophon {
	padding: 0;
	color: #0099FF;
	font-size: 1em;
	background-color: #fff;
}

#footer-content {
	margin: 0;
	padding: 20px 50px;
	text-align: center;
	font-size: 90%;
}

#colophon a:link,
#colophon a:visited {
	color: #666666;
	text-decoration: none;
}

#colophon a:hover,
#colophon a:focus {
	text-decoration: underline;
}