/* ---------------------------------------------
 Global
--------------------------------------------- */

html {
	font-size: 100%;
	}
	
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #858585;
	padding: 0;
	margin: 0;
	background: #252525 url(../_images/bg_ks-main.png) top left repeat-x;
	width: 100%;
	letter-spacing: .04em;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}
	
img, a img {
	border: 0;
	}
	
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-block;
	}
	
* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}
	
.float-left {
	float: left;
	}
	
.float-right {
	float: right;
	}
	
/* ---------------------------------------------
 Body
--------------------------------------------- */

#body-wrapper {
	width: 100%;
	min-height: 500px;
	margin: 0 0 40px 0;
	padding: 0;
	overflow: hidden;
	}
	
/* -- Main Copy Area -- */
	
.head-container {
	margin: 0;
	padding: 0;
	height: 120px;
	}

.logo-knowmag {
	width: 270px;
	height: 40px;
	padding: 0;
	margin: 40px 10px 0 0;
	background: url(/mag/_images/logo_knowmag.png) top left no-repeat;
	display: block;
	text-indent: -9999px;
	}

.logo-knowmag-small {
	width: 96px;
	height: 14px;
	padding: 0;
	margin: 17px 10px 0 0;
	background: url(/mag/_images/assets/logo_knowmag-small.png) top left no-repeat;
	display: block;
	text-indent: -9999px;
	}

.head-pod-info {
	height: 100px;
	padding: 0;
	margin: 22px 0 0 0;
	}
	
.head-pod-info h2 {
	color: #fff;
	font-size: 15px;
	line-height: normal;
	margin-bottom: 10px;
	}
	
.head-pod-info p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1.25em;
	color: #ccc;
	}


/* -- Main Copy Area -- */

.copy-container {
	margin: 40px 0 0 0;
	padding: 0;
	}	

	
/* ---------------------------------------------
 Global Styling (Main Body)
--------------------------------------------- */

h1, h1 a, h1 a:visited {
	color: #fff;
	font-size: 30px;
	margin-bottom: .5em;
	text-decoration: none;
	line-height: 30px;
	}
	
h1 a:hover {
	color: #444;
	text-decoration: none;
	}

h2, h2 a, h2 a:visited {
	color: #666;
	font-size: 20px;
	margin-bottom: .3em;
	padding: 0;
	text-decoration: none;
	line-height: 20px;
	}
	
h2 a:hover {
	color: #ccc;
	text-decoration: none;
	}
	
h3, h3 a, h3 a:visited, h3 a:hover {
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: .3em;
	padding: 0;
	text-decoration: none;
	}
	
h3.first {
	color: #0B66B2;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: -.5em;
	padding: 0;
	}
	
h4 {
	color: #000;
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: -.8em;
	padding: 0;
	}
	
.side-panel h4, .side-panel h4 a, .side-panel h4 a:visited {
	color: #444;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: .3em;
	padding: 0;
	text-decoration: none;
	line-height: 20px;
	}
	
.side-panel h4 a:hover {
	color: #ccc;
	text-decoration: none;
	}
	
hr {
	color: #444;
	background-color: #444;
	height: 1px;
	width: 100%;
	border: none;
	margin: 20px 0 20px 0;
	}
	
.req, .highlight-red {
	color: #cc0000;
	}

.date-details {
	font-family: Arial, Verdana, sans-serif;
	color: #ccc;
	font-size: 10px;
	margin: 0 0 18px;
	}
	
/* Global List Styles */ 
	
.copy-container ul {
	margin: 15px 0 2em 15px;
	}
	
.copy-container ul li {
	font-family: Arial, Verdana, sans-serif;
	background-position: 0 5px;
	background-repeat: no-repeat;
	margin: 0.25em 0;
	padding-left: 10px;
	}

.copy-container ul li {
	background-image: url(/_images/assets/bullet_arrow_red.png);
	margin: 8px 0;
	line-height: 1.5em;/*line-height:1.75em;*/
	}
	
.copy-container ul li a, .copy-container ul li a:visited {
	color: #55afe0;
	text-decoration: none;
	}
	
.copy-container ul li a:hover {
    color: #55afe0;
	border-bottom: 1px dotted #55afe0;
	cursor: pointer; 
	}
	
/* Global Paragraph Styles */ 

p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1.25em;
	}
	
p strong, strong {
	color: #333;
	font-weight: normal;
	}

p a, p a:visited {
	color: #55afe0;
	text-decoration: none;
	}
	
p a:hover{
	color: #55afe0;
	border-bottom: 1px dotted #55afe0;
	cursor: pointer; 
	}
	
/* ---------------------------------------------
 Blog List/Post Styling
--------------------------------------------- */

/*--Blog List (for inserting into pages)--*/
.blog-list {
	background: #f9f9f9;
	border: 1px solid #eee;
	color: #000;
	font-size: 11px;
	margin: 0 0 18px;
	padding: 18px;
	}

.blog-list span {
	color: #888;
	}

/*--Individual Post--*/
.blog-post .post-details {
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	font-size: 10px;
	margin: 0 0 18px;
	}

.blog-post .post-body, .blog-post .post-body p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1.25em;
	}
	
.post-body strong {
	color: #ccc;
	font-weight: normal;
	}

.post-body a, a:visited {
	color: #55afe0;
	text-decoration: none;
	}
	
.post-body a:hover{
	color: #55afe0;
	border-bottom: 1px dotted #55afe0;
	cursor: pointer; 
	}
	
.post-body img {
	border: 1px solid #f4f4f4;
	}
	
.sharelinks {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	margin: 24px 0 0 0;
	}
	
.sharelinks a, .sharelinks a:visited {
	color: #55afe0;
	text-decoration: none;
	}
	
.sharelinks a:hover{
	color: #55afe0;
	border-bottom: 1px dotted #55afe0;
	cursor: pointer; 
	}
	
.permalink {
	margin-top: 0px;
	}
	

/*--Post List (list of posts in blog)--*/
.blog-container .post-list {
	float: left;
	}

/*--Sidebar--*/
.blog-container .side-panel {

    }

.BlogTagCloud {
	margin: 0 0 18px;
	}
	
.BlogTagCloud a, .BlogTagCloud a:visited {
	color: #55afe0;
	text-decoration: none;
	}
	
.BlogTagCloud a:hover{
	color: #55afe0;
	border-bottom: 1px dotted #55afe0;
	cursor: pointer; 
	}

.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
	margin: 0;
	padding: 0;
	}

.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
	font-size: 11px;
	list-style: none;
	margin: 0 0 9px;
	}

/*--Pagination--*/
p.page-nav {
	text-align: left;
	margin: 0 9px 0 9px;
	font-size: 10px;
	} 

p.page-nav a {
	margin: 0 9px 0 9px;
	color: #b5b5b5;
	text-decocartion: none;
	}
	
p.page-nav a:hover {
	color: #000;
	text-decocartion: none;
	}


/* ---------------------------------------------
 Footer
--------------------------------------------- */

#footer-wrapper {
	width: 100%;
	min-height: 200px;
	background: #666 url(/_images/assets/bg_shadow-charcoal-grey.png) top left repeat-x;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}

.footer-container {
	height: 45px;
	margin: 20px 0;
	}

.footer-nav {
	margin-top: 9px;
	}

.footer-nav li {
	font-size: 10px;
	display: inline;
	padding-right: 16px;
	text-transform: capitalize;
	}

.footer-nav li a, .footer li a:visited {
	color: #858585;
	text-decoration: none;
	}

.footer-nav li a:hover {
	color: #444;
	text-decoration: none;
	}
	
.social-media-links {
	float: right;
	text-decoration: none;
	border: none;
	}

.icon-twitter, .icon-facebook {
	height: 32px;
	background-position: top right;
	background-repeat: no-repeat;
	text-align: right;
	float: left;
	text-decoration: none;
	border: none;
	}
	
.icon-twitter {
	background-image: url(/_images/assets/icon_twitter-32x32.png);
	}
	
.icon-facebook {
	background-image: url(/_images/assets/icon_facebook-32x32.png);
	margin-left: 10px;
	}

.link-text  {
	display: block;
	margin-right: 38px;
	padding: 8px 0;
	color: #ccc;
	font-size: 11px;
	text-decoration: none;
	border: none;
	}
	
.social-media-links a, .social-media-links a:visited {
	color: #ccc;
	text-decoration: none;
	}
		
.social-media-links .link-text:hover {
	color: #fff;
	text-decoration: none;
	}
	
.copyright {
	color: #959595;
	text-align: right;
	padding-top: 20px;
	margin-top: 20px;
	line-height: normal;
	font-size: 9px;
	}
