/*  
Theme Name: Blue Tech
Theme URI: http://www.mystical-twilight.com/themes/index.php?wptheme=Blue+Tech
Description: Blues, Grays and Whites. Clean, modern look.
Version: 1.0
Author: Colleen Chard
Author URI: http://www.mystical-twilight.com/
*/

/* Begin Typography & Colors */

body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 64%;
	background: #F8F8F8 url(images/bluetechbodybg.jpg) repeat-x;
	color: #4C4C4C;
	text-align: center;
	}

input, textarea, select {
	border: 1px solid #195693;
	background: #fff;
	color: #444;
	font-size: 1em;
}
#page {
	background: white;
	text-align: left;
	}

#header {
	background: #79A1C1 url(images/bluetechheadbg.jpg) repeat-x top left;
	}

#content {
	font-size: 1.2em
	}

#heading {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.04em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.meta {
	background: #DDE8F1;
	font-size: 11px;
	padding: 0;
        margin:0;
	}

.meta2 {
        width:100%;
        height: 14px;
	background: #DDE8F1;
	font-size: 11px;
	padding: 0;
        margin:0;
}

#footer {
	background: #DDE8F1;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.9em;
	text-align: left;
	}

.description {
	font-size: 1.3em;
        font-weight: bold;
	text-align: left;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.4em;
        color: #4F9AE5;
	}

.side2 h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 14px;
        padding: 8px 0 0 3px;
        margin:0;
        color:#fff;
	}

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12px;
        padding: 0;
        margin: 0;
        color:#000;
	}
h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #237CD5;
	}

.description {
	text-decoration: none;
	color: #4C4C4C;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #4F9AE5;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

#sidebar {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .postmetadata, blockquote, strike {
	color: #333;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #538AB6;
	}
	
a:visited {
	color: #597A94;
	}
	
a:hover, a:active {
	color: #6EB6EF;
	}
	
/* End Typography & Colors */



/* Begin Structure */
body, form, fieldset, #header {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	}
	
#header {
	height: 80px;
	width: 760px;
	}

#headerleft {
        float:left;
        padding: 0;
	margin: 0;
	height: 80px;
	}
#headerright {
        float:right;
        padding: 0;
        margin: 0;
        height: 80px;
}
#headerright div {
	padding: 9px 10px 0 0;
	margin: 0;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 19px;
	margin: 0px 0 0;
	width: 530px;
	}

.pagecolumn {
	float: left;
	padding: 0 0 20px 19px;
	margin: 0px 0 0;
	width: 720px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 130px;
	width: 530px;
	}
	
.post {
	}

.postheader {
	margin-bottom: 0;
	width: 100%;
	color: #FFF;
	overflow: auto;
	/* Width and overflow to clear '.postheader a' */
}
.postheader a {
	float: left;
	padding: 0 10px 0 1px;
	background: #B8D4EB url(images/postheader.gif) no-repeat top right;
}
.postheader a:link, .postheader a:visited {
	color: #1976D4;	
}
.postheader a:hover, .postheader a:active {
	background: #CFE0ED url(images/postheader.gif) no-repeat 100% -23px;
	color: #1D6AB7;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 0;
	margin: 0;
        font-size: 11px;
	width: 760px;
	clear: both;
	}

#footer div {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding: 16px 0 0 10px;
	margin: 0;
	}

.description {
	padding: 0 0 0 10px;
	text-align: left;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li {
	margin: 0;
	padding: 0;
	}

/* End Entry Lists */


/* Begin Comments*/
#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #C9D7E3;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #C9D7E3;
	padding: 1px 17px;
	background: #FFF;
}
.alt {
	background: #EAF2F9!important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
#comment {
	width: 98%;
}
/* End Comments */


/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	}

#sidebar li, #themeswitcher li {
background: url(images/bullet.gif) 0 0 no-repeat;
padding: 0 2px 6px 16px;
	list-style: none;
}

#sidebar li li {
background: url(images/bullet.gif) 0 0 no-repeat;
padding: 0 2px 6px 16px;
	font-size: 1em !important;
	}
#sidebar li li li {
background: url(images/bullet.gif) 0 0 no-repeat;
padding: 0 2px 6px 16px;
	font-size: 1em !important;
	}
#sidebar ul, #themeswitcher ul {
	margin: 0 0 0 40px;
	padding: 0;
}
#sidebar ul ul {
	padding: 0 !important;
	margin: 2px 0 0 0 !important;
	}

#sidebar ul ul ul {
	padding: 0 !important;
	margin: 0 0 -4px 0 !important;
	}
.sidemain {
 background: url(images/sidemainbg.gif) repeat-y;
}

.side2 {
background: url(images/side2.gif) repeat-x; 
height:42px;
}
.sidelower {
background: url(images/sidelowerbg.gif) no-repeat left bottom;
padding: 0 0 30px 0;
width:198px;
}
.resource {
font-weight:bold;
color: #1976D4;
text-align:center;
padding: 0 0 6px 0;
margin:0;
}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	border: 1px solid #91B3CE;
	empty-cells: show;
	margin: 0 0 4px 4px;
	width: 90%;
	text-align: center;
	}

#wp-calendar #next a {
	padding-right: 2px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 2px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
        font-weight: bold;
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	color: #444;
	font: normal 10px Arial, Verdana, Helvetica;
	letter-spacing: normal;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #DBEBF8;
        border:1px solid #91B3CE;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

#navigation {
  height:2.5em;
  line-height:2.5em;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid white;
  white-space:nowrap;
}

#navigation li a {
  color: white;
  display:block;
  padding:0 18px;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
}

* html #navigation a {width:1%;}

#navigation form {
  float:right;
  height:100%;
  width:189px;
  padding:0 15px;
  border-left:1px solid white;
  line-height:0;
}

#navigation form fieldset {
  margin-top:4px;
  border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:4px;}

#navigation #s, #themeswitcher #s {
  height:1.5em;
  width:140px;
  margin:0 5px 0 0;
  padding:0;
  vertical-align:middle;
}

input {
  border:1px solid #224A72;
  font-size:9px;
  font-weight:bold;
}

#navigation #searchbutton, #submit {
  padding:0;
  width:auto;
  text-align:center;
  vertical-align:middle;
  color:white;
  background:#87B5DA;
}

#navigation {background:#1976D4;}

#navigation .selected,
#navigation a:hover
  {background:#87B5DA}


/* End Various Tags & Classes*/
