/*
Theme Name: Aerogel
Theme URI: http://wordpress.org/
Description: This is a test theme for Aerogel.Org, adapted from Default template by Michael Heilemann (http://binarybonsai.com).
Version: 2.1
Author: Will Walker
Author URI: http://tatge.biz/
Tags: blue, custom header, fixed width, three columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 14px; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background: #030303;
	color: #ccc;
	text-align: center;
	padding: 0 1px 0 1px;
	}



#page {
	background-color: #000000;
	border: 0px solid #555555;
	text-align: left;
	z-index:20;
	}

a:link, a:visited {
	text-decoration:none;
	font-weight: bold;
	color:#458AD9;
	}

a:hover {
	color:#fff;
	}

/* images */

img.alignleft	{
    float: left;
    }

img.alignright	{
    float: right;
    }

img.aligncenter	{
    display: block;
    margin: 0px auto 0px auto;
    }

.entry img {
	  border:1px solid #444;  
	}

/* ads */

#adholder	{
	float: center;
	top:92px;
	left:920px;
	width:160px;
	padding: 0px;
	}

/* header */

#headertop {
	margin: 0;
	height: 8px;
	width: 750px;
	background: #030303 url('images/headertop.jpg') no-repeat top left;
	}

#header {
	background: #030303 url('images/header2.jpg') no-repeat top left;
	width:750px;
	height:67px;
	display:block;
	}
	
#header a span {
	visibility: hidden;
	}
	
#description {
	float:right;
	width: 375px;
	padding: 39px 5px 3px 0px;
	font-size: 13px;
	text-align: right;
	}

#navposition	{
	margin: -70px 0 0 0;
	}

#navcontainer 	{
	margin: -70px 0 0 0;
	width: 748px;
	border:1px solid #fff;
	}

/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		margin:3px 0 3px 0;
		background-color:#2738A4;
		background-image:url(http://www.aerogel.org/wp-content/themes/aerogel/images/navbg.jpg);
		background-repeat:repeat;
		background-position:left top;
		border-width:0px;
		border-style:solid;
		border-color:#222;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:11px 10px 4px 30px;
		color:#ccc;
		font-family:Arial;
		font-weight:bold;
		font-size:13px;
		text-decoration:none;
		border-right:3px solid #222;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#417FCA;
		color:#FFFFFF;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-color:#417FCA;
		color:#FFFFFF;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#417FCA;
		color:#FFFFFF;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		background-color:#2738A4;
		background-image:url(http://www.aerogel.org/wp-content/themes/aerogel/images/navbgsub.jpg);
		background-repeat:repeat;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:5px;
		background-color:transparent;
		color:#CCCCCC;
		font-size:12px;
		border-width:0px;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#417FCA;
		color:#FFFFFF;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#417FCA;
		color:#FFFFFF;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		color:#CCCCCC;
		font-family:arial;
		font-size:14px;
		font-weight:bold;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0px;
		border-color:#444444;
	}


	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span	
	{	
		border-color:#444444;
		background-color:#444444;
	}


	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul	
	{	
		margin:0px 0px 0px -3px;
		border-top:3px;
		border-left:3px;
		border-bottom:3px;
		border-right:3px;
		border-style:solid;
		border-color:#222222;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a	
	{	
		background-color:#417FCA;
	}
	
#breadcrumbs	{
	width: 100%;
	float: left;
	padding: 1px 0 1px 30px;
	margin: 0 0 0 0;
	color: #ccc;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	background: url(images/navbg6.jpg) repeat-y top left;
	}

#breadcrumbs a:link,
#breadcrumbs a:visited	{
	color: #999;
	border: 0;
	font-weight: normal;
	}
	
#breadcrumbs a:hover	{
	color:#fff;
	background: #417FCA;
	}
		
#adright	{
	z-index:20;
	position:absolute;
	top:0px;
	left:5%;
	}
		
/* end header */

#startcontent  {
	margin: -40px 0 0 0;
	height: 10px;
	width: 750px;
	background: #222222 url(images/aerogelbgtop.jpg) no-repeat top left;
	}

#content {
	}
	
#learnheader, #makeheader, #seeheader, #connectheader, #exploreheader, #podcastheader, #aerogelheader, #videosheader {
	width: 712px;
	margin: 0 10px 0 12px;
	}

#learnheader, #makeheader, #exploreheader, #seeheader, #connectheader, #podcastheader, #aerogelheader, #learnheaderwide, #videosheader	{
	height: 88px;
	padding: 0 0 0 10px;
	font-size: 46px;
	font-weight:normal;
	line-height: 144px;
	border:1px solid #444;
	}
	
#learnheader, #learnheaderwide	{
	color: #CC9900;
	background: #222 url(images/headlearn.jpg) no-repeat top left;
	}

#makeheader	{
	color: #BB3333; /*#cc0011;*/ /*f30;*/
	background: #222 url(images/headmake.jpg) no-repeat top left;
	}

#seeheader	{
	color: #f80;
	background: #222 url(images/headsee.jpg) no-repeat top left;
	}

#connectheader	{
	color: #99BB00;
	background: #222 url(images/headaerogel.jpg) no-repeat top left;
	}

#exploreheader	{
	color: #3366BB; /* #36B; */ /* 6cf; */
	background: #222 url(images/headexplore.jpg) no-repeat top left;
	}

#videosheader   {
	color: #f80;
	background: #222 url(images/headsee.jpg) no-repeat top left;
        }

#podcastheader	{
	color: #ccc;
	background: #222 url(images/headpodcast.jpg) no-repeat top left;
	margin:0 0 10px 12px;
	}

#learnheaderwide {
	margin: 0;
	width: 650px;
	}

#aerogelheader {
        color: #ccc;
        background: #222 url(images/headaerogel.jpg) no-repeat top left;
        }



/* content styling */

.narrowcolumn {
	float: right;
	padding: 10px 13px 10px 0px;
	margin: 0;
	width: 525px;
	}
	
.widecolumn {
	padding: 0 0 10px 0;
	margin: 5px 0 0 50px;
	width: 650px;
	}

#bloghead	{
	margin: -10px 0 0 0;
	padding:0 0 0 0;
	height: 100px;
	width: 523px;
	border:1px solid #444;
	font-weight:normal;
	color: #ccc;
	background: url(http://www.aerogel.org/wp-content/themes/aerogel/images/blog_bg.jpg) no-repeat top left;
	}

#blog, #searchresults	{
	padding: 0px 20px 20px 20px;
	margin: 10px 0 0px 0;
	color: #ddd;
	border: solid 1px #444;
	background-color: #333;
	}
	
#content .callout	{
	margin:10px 0 20px 0; 
	background: url(http://www.aerogel.org/wp-content/themes/aerogel/images/navbg.jpg) repeat-y top;
	}

#content .callout h2	{
	margin:15px 0 10px 0;
	
	font-size:28px;
	font-weight:normal;
	
	/*border-bottom:3px solid #343434;*/
	
	color:#fff;

	}

#content .callout p	{
	margin:5px 0 15px 0;

	color:#fff;

	}

#content .callout a	{
	font-weight:bold;
	text-decoration:underline;
	}
	
#bloghead h1	{
	color: #ccc;
	font-size: 46px;
	font-weight: normal;
	line-height: 107px;
	}

#blog a:link, #blog a:visited	{
	color: #ADC6EC;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0;
	}

#blog a:hover	{
	color: #69F;
	}
	
#blog .entry {
	margin: -20px 0 -5px 0;
	padding: 0;
	line-height: 20px;
	}
	
#blogsmall {
	color: #ddd;
	font-size: 12px;
	margin: 20px 0 0 0;
	text-align:right;
	}

.widecolumn .entry p {
	margin: 10px 0px 10px 0px;
	line-height:18px;
	}

.narrowcolumn .entry p {
	margin: 5px 0 0 0;
	}

.narrowcolumn .entry ul {
	list-style-type:disc;
	line-height:16px;
	}

.widecolumn .entry a:link	{
	color:#69f;
	}

.widecolumn .entry a:hover	{
	color:#06f;
	}

.widecolumn .entry a:visited	{
	color:#369; /* #369; */
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #060606;
	border: 1px solid #222;
	}

.widecolumn .entry img{
	border:5px solid #333;
	}

.wp-caption-text {
	margin-top:-1px;
	padding:5px;
	background-color:#333;
	font-size:12px;
	font-style:italic;	
	}
	
.entry table {
	margin-bottom:40px;
	font-size:12px;
	border-collapse:collapse;
	border-left:1px solid #444;
	border-top:1px solid #444;
	border-right:1px solid #444;
	}

.entry tr.callout td	{
	color:#7A96CC;
	background:#1C212E;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
	}

.entry tr	{
	border-bottom:1px solid #444;
	}

.entry td	{
	padding:15px;
	background:#191919;
	}

td+td	{
	border-left: 1px solid #444;
	}

.PxgGalleryTable td {
	width:160px;
	vertical-align:top;
	}

.PxgMasterTable table {
	margin-top:0px;
	}

.PxgMasterTable td {
	padding:10px;
	}

table.PxgGalleryInnerTable td {
	padding:0px 20px 0px 20px;
	}

#PxgGalleryWrapper {
	font-size:12px;
	font-weight:bold;
	}

#PxgGalleryWrapper a:link,
#PxgGalleryWrapper a:visited,
#PxgGalleryWrapper a:hover,
#PxgGalleryWrapper a:active {
	font-weight:normal;
	}

#PxgGalleryWrapper table,
#PxgGalleryWrapper tr,
#PxgGalleryWrapper td {
	text-align:left;
	background:transparent;
	border:0px;
	}
	 
.PxgGalleryInnerTable td,
.PxgGalleryTable td {
	font-weight:normal;
	}	 

 .PxgNavigation {
 	margin:0px;
 	padding:0px;
 	}

#pxgnavigation {
	position:relative;
	z-index:2;
	top: -16px;
	left: 400px;
	margin-left:100px;
	}

/*.PxgGalleryInnerTable table,
.PxgGalleryInnerTable td {
	border:0;
	background:transparent;
	}

#PxgGalleryWrapper table,
.PxgMaster table,
.PxgGalleryInnerTableHead table {
	padding:0;
	border:0;
	background:transparent;
	vertical-align:top;
	}

#PxgGalleryWrapper tr,
.PxgMasterTable tr,
.PxgGalleryTable tr,
.PxgGalleryInnerTable tr,
.PxgGalleryInnerTableHead tr {
	padding:0;
	border:0;
	background:transparent;
	}

#PxgGalleryWrapper td,
.PxgGalleryInnerTableHead td {
	width: 150px;
	padding:0;
	background:transparent;
	border:0;
	}

.PxgGalleryInnerTable table,
.PxgGalleryInnerTable td {
	margin:10px;	
	}

.PxgGalleryTable td {
	vertical-align:top;
	}

.PxgGalleryInnerTable td {
	text-align:left;
	}

img.PxgSubGaleryImage,
.PxgImage {
	margin:5px;
	padding:0px;
	background:transparent;
	border:0px;
	}

*/

.widecolumn .entry ul	{

	}

.widecolumn .entry ul li {
	list-style-image: url(image/bullet.gif);
	list-style-type:square;
	line-height:16px;
	}

#endcontent {
	margin: 0;
	height: 10px;
	width: 750px;
	background: #222222 url(images/aerogelbgbottom.jpg) no-repeat bottom left;
	}


#footer {
	font-size:12px;
	background: #222222 url('images/footer.jpg') no-repeat bottom;
	border: none;
	}

#footer a:hover {
	color: #ccc
	}

small, .navigation {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #333;
	}

small a:link {
	}

#headerimg .description, #headerimg .description a:link, #headerimg .description a:hover, #headerimg .description a:visited {
	font-size: 14px;
	text-align: right;
	color: #fff;
	padding: 55px 5px 7px 5px;
	margin:0 3px -12px 0;
	}

#headerimg .description a:hover {
	
	}


#wp-calendar caption, cite {
	text-decoration: none;
	}

#sidebar, #sidebar h2 {
	font: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12px;

	}
	
#sidebar a:link, #sidebar a:visited {
	font: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	color: #aaa;
	}
	
#sidebar a:hover	{
	color:#fff;
	background: #345A97;
	}


#sidebar ul	{
	list-style-type: none;
	list-style-image: none;
	}

#sidebar li {
	margin: 10px 0 3px -40px;	
	}
	
	<!-- align list -->
	
#leftnav {
	margin: 0;
	}

.entry p a:visited {
	color: #3D4E6C;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentlist p b	{
	color:#458AD9;
	}

.commentlist li ul li {
	margin:5px 0 0 0;
	font-weight:normal;
	font-size:1em;
	list-style-type:disc;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments, .postmetadata, strike {
	color: #444;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 10px 0;
	padding: 0;
	}


#pagead {
	background-color: #111111;
	margin: 10px auto;
	width: 920px;
	}
	
#ad	{
	float:right;
	margin 80px 0 0 0;
	padding:140px 0 0 0;
	width:160px;
	}

#page {
	float:left;
	padding: 0;
	
	width: 750px;
	border: 0px solid #959596;
	}


#header {
	background-color: #222222;
	margin: 0;
	padding: 0;
	height: 124px;
	width: 750px;
	}

#headerimg {
	margin: 0;
	height: 81px;
	width: 100%;
	}

.post {
	font-size: 14px;
	line-height: 16px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 3px;
	}
	
.widecolumn .postmetadata {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	clear: both;
	background-color:#222222;
	}

#footer p {
	color: #3c3c3c;
	margin: 0;
	padding: 0 5px 5px 0;
	text-align: right;
	}

#footer p a:link {
	color: #444;
	font-weight: bold;
	}

#footer p a:hover {
	color: #ccc;
	}
	
/* End Structure */



/*	Begin Headers */
h1 {
	}

h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
	line-height:30px;
	color:#fff;
	}

h1 a:link {
	
	}

h1, h1 a:hover, h1 a:visited, {
	}

h2, {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 21px;
	line-height: 20px;
	color: #ccc;
	margin: 10px 0 0 0;
	}

h2 a, 
h2 a:visited, {
	color: #ccc;
	}

h2 a:hover {
	color:#fff;
	}

h2.pagetitle {
	font-size: 16px;
	line-height: 20px;
	color: #285a99;
	}

#blog h2	{
	margin: 15px 0 5px 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-weig ht: bold;
	font-size: 21px;
	line-height: 20px;
	text-align: left;
	}
		
.post h2	{
	margin: 20px 0 0 0;
	line-height: 20px;
	}

.entry h2	{
	line-height: 20px;
	}


h3 {
	padding: 0;
	margin: 15px 0 0;
	font-size: 16px;
	line-height: 18px;
	color: #ccc;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h3, h3 a, h3 a:visited {
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	}

h3 {
	}
	
	
/* End Headers */



/* Begin Images */
  
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 0px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 0px;
   margin: 15px 15px 15px 8px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 0px;
   -khtml-border-radius: 0px;
   -webkit-border-radius: 0px;
   border-radius: 0px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding:0;
	list-style: none;
	padding-left: 10px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */

/* Begin Form Elements */

#searchform {
	margin: 0 0 0 0; 
	}

#searchform #s {
	float:right;
	margin:-16px 13px 0 0;
	padding:2px 5px 0 5px;
	width: 100px;
	height: 15px;
	border:0px;
	color: #ccc;
	background-color:#222;
	font-size:10px;
	text-align:right;
	}

#sidebar #searchsubmit {
	width: 50px;
	height: 22px;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	background: transparent url(images/searchsubmit.jpg) no-repeat;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.entry2 table,
.entry2 tr,
.entry2 td {
	vertical-align:top;
	text-align:left;
	font-size: 14px;
	background:transparent;
	border:0px;
	margin:-10px;
	}

.entry2 select {
        margin: 0px -100px 0px -420px;
        width: 300px;
        }

.entry2 input {
	margin: -138px 0px 98px 179px;
        }


select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebarcontainer	{
	float: left;
	margin-left: 12px;
	font-family:Arial, Helvetica;
	font-size: 12px;
	line-height:18px;
	}

#sidebar a:link,
#sidebar a:visited	{
	color:#ccc;
	}
	
#sidebar a:hover	{
	background-color:#417FCA;
	}

#sidebarcontainer a:link,
#sidebarcontainer a:visited	{
	font-weight:normal;
	}

#sidebarouter {
	border: solid 1px #444;
	width: 190px;
	background: url('http://www.aerogel.org/wp-content/themes/aerogel/images/splash/background-highlights.jpg') repeat-y top left;
	}

.sidepad, 
.sidepad a:link,
.sidepad a:visited,
.sidepad a:hover {
	padding:3px 0 3px 0;
	}

#sidebar	{
	padding: 10px 10px 10px 10px;
	}

#sidebarcategory	{
	margin-top:10px;
	width: 190px;
	border: solid 1px #444;
	}

.sidebartitle		{
	color:#ccc;
	font-size: 21px;
	line-height:25px;
	}

#podcastouter {
	margin-top: 7px;
	border: solid 1px #444;
	width: 190px;	
	background: url('images/splash/podcast_new2.jpg') no-repeat bottom right;
	background-color: #628477;
	}
		
#podcast {
	padding: 10px 10px 40px 10px;
	font-size: 12px;
	line-height:18px;
	}

#podcast a:link,
#podcast a:visited {
	color: #ccc;
	}

#podcast a:hover {
	background-color: #417FCA;
	} 
	
#sideadouter {
	margin-top: 7px;
     line-height: 0px;
	border: solid 1px #444;
	width: 190px;	
	}
	
#sideadouter img {
	border: 0px;
	}
		
#sidead {
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	line-height:18px;
	}

#sidead a:link,
#sidead a:visited {
  border: 0px;
	color: #ccc;
	}

#sidead a:hover {
	background-color: #417FCA;
	} 
	
/* End Sidebar */

/* Begin Category */ 

.post {
	}

.post a, #post a:visited {
	color: #ccc;
	}

.post a:hover {
	color: #fff;
	}

#categoryhead {
	margin:-10px 0 10px 0;
	padding: 0 10px 0 10px;
	font-size: 16px;
	line-height:16px;
	font-style:italic;
	}

#category, #categorylearn, #categorymake, #categorysee, #categoryconnect, #categoryexplore, #categoryaerogel, #categoryvideos	{
	border:1px solid #444;
	margin:0 0 10px 0;
	padding: 9px;
	font-size: 14px;
	line-height:20px;
	background-color:#333;
	}



#category, #categorylearn, #categorymake, #categorysee, #categoryconnect, #categoryexplore {
	}

#categorylearn, #categorymake, #categorysee, #categoryconnect, #categoryexplore {
	}
	
#category a:link, #category a:visited,
#categorymake a:link, #categorymake a:visited,
#categorylearn a:link, #categorylearn a:visited,
#categorysee a:link, #categorysee a:visited,
#categoryconnect a:link, #categoryconnect a:visited,
#categoryexplore a:link, #categoryexplore a:visited,
#categoryvideos a:link, #categoryvideos a:visited	{
	font-size: 23px;
	font-weight:normal;
	} 

#category a:link, #category a:visited {
	color: #ccc;
	}
	
#categorylearn a:link, #categorylearn a:visited	{
	color: #CC9900;
	}
	
#category a:hover { 
	color: #fc0;
	}
	
#categorylearn a:hover	{
	color: #FC2;
	}
	
#categorymake a:link, #categorymake a:visited {
	color: #CC3333;
	}

#categorymake a:hover {
	color: #cc0011;
	}

#categorysee a:link, #categorysee a:visited {
	color: #b50;
	}
	
#categorysee a:hover {
	color: #f80;
	}

#categoryconnect a:link, #categoryconnect a:visited {
	color: #99BB00;
	}

#categoryconnect a:hover {
	color: #cf2;
	}
	
#categoryexplore a:link, #categoryexplore a:visited{
	color: #3366BB; /* #36B; */ /* #369; */
	}
	
#categoryexplore a:hover {
	color: #66AADD;
	} 

#categoryvideos a:link, #categoryvideos a:visited {
	color: #b50;
	}
	
#categoryvideos a:hover {
	color: #f80;
	}

#categorypodcast {
	margin:0 0 10px 0;
	font-size: 14px;
	padding: 9px;
	line-height:20px;
	background-color:#333;
	border:1px solid #444;
	}
	
#categorypodcast a:link, #categorypodcast a:visited {
	font-size: 23px;
	line-height: 27px;
	color: #360;
	font-weight:normal;
	}
	
#categorypodcast a:hover {
	color: #90D400;
	}

#categorynoheader {
	margin:-25px 0 35px 0;
	font-size: 12px;
	padding: 9px;
	background-color:#333;
	border:1px solid #444;
	}
		
#categorynoheader a, #categorynoheader a:visited {
	font-size: 23px;
	line-height: 27px;
	color: #fff;
	font-weight:normal;
	}
	
#categorynoheader a:hover {
	color: #06f;
	}
	
#categorynoheader #entry {
	
	}

/* category sidebar */

#sidebarcategory	{
	background:url(image/);
	}

#categorynavlearn {
	margin: 0;
	padding:10px;
	background-color:#630;
	}

#categorynavlearn a:link, #categorynavlearn a:visited	{
	color:#ccc;
	}
	
#categorynavmake {
	margin: 0;
	padding:10px;
	background-color:#600; 
	}

#categorynavmake a:link, a:visited	{
	color:#ccc;
	}
	
#categorytitle {
	bottom-padding:15px;
	}

#categorynavlearn a:hover,#categorynavmake a:hover	{
	color:#fff;

	}
	
#categorynavlearn a:hover	{
	background-color:#fc0;	
	}
	
#categorynavmake a:hover	{
	background-color:#f00;
	}
	
#categorynavlearn ul,#categorynavmake ul	{
	margin:0;
	padding:0;
	line-height:18px;

	}

#categorynavlearn ul li,#categorynavmake ul li {
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	font-size:15px;
	color:#ccc;
	}

#categorynavlearn ul ul,#categorynavmake ul ul {
	padding:10px 0 10px 0;
	}

#categorynavlearn ul ul li,#categorynavmake ul ul li { 
	margin: 0 0 0 0;
	font-size:12px;
	}

/* end category sidebar */

#categorypost {
	border-top: 1px solid #444;
	color: #ccc;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	}	

#categorypost a, #categorypost a:visited{
	color: #ccc;
	}

#categorypost a:hover {
	color: #fff;	
	}

/* End Category */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 5px 15px 0;
	padding-left: 5px;
	padding-right: 15px;

	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 5px solid #ccc;
	border-right: 5px solid #ccc;
	color: #ccc;
	background-color:#303C4B;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/

