/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/themes/twentyten
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: http://wordpress.org/
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/********************************* Wordpress Custom Css *********************************/
#maincontent .blue-headtitle a {
	color:#fff;
}

#content p {
	margin:10px 0px;
}

#content .side-bar .xoxo {
	padding:0px;
}

#content .side-bar .xoxo .widget-container {
	list-style:none;
}

#content .side-bar .xoxo .widget-container ul li {
	list-style:url(https://www.stratospherenetworks.com/images/icon-bullet.png);
	margin-bottom:10px;
}

#content .side-bar .xoxo .widget-container .social-media-box ul li {
	margin-right:10px;
}

#content .side-bar .xoxo .widget-container h3 {
	border-bottom:1px solid #50a5c8;
	color:#0091c3;
	padding:10px;
	margin-bottom:10px;
}

#content .side-bar .xoxo .widget_calendar h3 {
	border:0px none;
	padding:0px;
	margin:0px;
}

#calendar_wrap #wp-calendar {
	width:100%;
	border-collapse:collapse;
}

#calendar_wrap #wp-calendar caption {
	text-align:center;
	padding:10px;
	color:#fff;
	background:#0270c4;
}

#calendar_wrap #wp-calendar th {
	background:#ececec;
}

#calendar_wrap #wp-calendar th,
#calendar_wrap #wp-calendar td {
	text-align:center;
	padding:5px;
}

#nav-above {
	display:none;
}

.entry-title {
	margin:20px 0px 10px;
	line-height:100%;
}

#content h1.entry-title {
	margin:0px 0px 10px;
}

.entry-utility {
	margin-bottom: 20px;
	border-bottom: 1px dashed #434343;
	padding-bottom: 10px;
}

.nav-previous {
	float:left;
}

.nav-next {
	float:right;
}

#comments {
	clear:both;
	padding-top:10px;
}

#comments input[type=text],
#comments textarea {
	display:block;
	padding:5px;
	border:1px solid #b6b6b6;
	margin:5px 0px;
}

#comments input[type=submit],
#comments input[type=submit]:hover {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align: center;
	width: 220px;
	padding: 10px 0px;
	background:#e8641b;
	border:1px solid #e8641b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
}

.alignleft {
	float:left;
	margin-right:15px;
}

.alignright {
	float:right;
	margin-left:15px;
}
/* social media icons */

#content .social-media-box {
	margin-top:5px;
	height:45px;
}

#content .social-media-box ul {
	margin:0px;
	padding:0px;
}

#content .social-media-box ul li {
	list-style:none;
	display:block;
	float:left;
	margin-left:3px;
}

#content .social-media-box ul li:first-child {
	margin-left:0px;
}

#content .social-media-box ul li a {
	display:block;
	width:40px;
	height:40px;
	background:url("images/socialmedia.png") 0px 0px no-repeat;
}

#content .social-media-box ul li.twitter a {
	background-position: 0px 0px;
}

#content .social-media-box ul li.facebook a {
	background-position: -52px 0px;
}

#content .social-media-box ul li.linkedin a {
	background-position: -105px 0px;
}

#content .social-media-box ul li.googleplus a {
	background-position: -157px 0px;
}

#content .social-media-box ul li.rss a {
	background-position: -209px 0px;
}

#content .social-media-box ul li.twitter a:hover {
	background-position: 0px -41px;
}

#content .social-media-box ul li.facebook a:hover {
	background-position: -52px -41px;
}

#content .social-media-box ul li.linkedin a:hover {
	background-position: -105px -41px;
}

#content .social-media-box ul li.googleplus a:hover {
	background-position: -157px -41px;
}

#content .social-media-box ul li.rss a:hover {
	background-position: -209px -41px;
}

/* social media icons end */

code {
	white-space: normal;
}

#text-3 {
	margin-top:20px;
}

.crp_related a {
  width: 150px;
  height: 150px;
  text-decoration: none;
}
.crp_related img {
  max-width: 150px;
  margin: auto;
}
.crp_related .crp_title {
  width: 100%;
}

.h1-banner .vcard a:hover,
.h1-banner .vcard a:active,
.h1-banner .vcard a,
.h1-banner .entry-meta,
.h1-banner .entry-meta a:hover,
.h1-banner .entry-meta a:active,
.h1-banner .entry-meta a {
	color:#fff;
}

#content {
	padding:60px 15px;
}

.entry-content {
	line-height:2rem;
}

#content .entry-content p {
	margin:0 0 20px;
}

.entry-content h3 {
	margin:40px 0 20px;
}

.entry-content .alignleft {
	margin:10px 30px 0 0;
}

.social-media-box,
.crp_related {
	margin:40px 0!important;
}

#comments {
	padding-top:50px;
}

#commentform {
	background:#e9e9e9;
	padding:20px;
}

#commentform p {
	margin:0 0 16px;
}
/*
#commentform .comment-form-comment {
	float:right;
}
*/
#comments input[type=text], #comments textarea {
	width:100%;
	/*max-width:550px;*/
}

#comments textarea {
	resize:none;
}

.form-submit,
#griwpc-container-id,
.comment-form-cookies-consent,
.comment-form-url,
.comment-form-email,
.comment-form-author {
	display:none;
}

.admin-cond #commentform .comment-form-comment {
	float:none;
}

.sticky-crumbs.single-crumbs {
	border-bottom:0 none;
	padding-bottom:0;
}

.progress-container {
	margin-top:10px;
	width: 100%;
	height: 5px;
	background: #ccc;
}

#myBar.progress-bar {
	height: 5px;
	background: #0091c3;
	width: 0%;
}
/********************************* Wordpress Custom Css *********************************/