/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */

/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Styles the html elements
 **************************************************************/

html {
  height: 100%;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 0.8em verdana, arial, sans-serif;
  line-height: 170%;

  color: #EEE;
}

h1 {   
  clear: both;
  font: 700 2.5em "trebuchet ms", serif;
  color: #FFF;
}

h2 {
  font: 400 1.5em "trebuchet ms", serif;
  color: #9FF3FF;
}

h2 a {
  color: #29E3FF;
}

h2 a:hover {
  color: #FFF;
}

h3 {
  font: 400 1.3em "trebuchet ms", serif;
  color: #F8D766;
}

h4 {
  font: 700 1.2em "trebuchet ms", serif;
  color: #F39F01;
}

h5 {
  font: 700 1.1em "trebuchet ms", serif;
  color: #F17400;
}

h6 {
  font: 700 1em "trebuchet ms", serif;
  color: #FF4B33;
}


h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 15px;
}

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
  padding-left: 0;
}

a {
  color: #29E3FF;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
  color: #FFF;
}

b {
  color: #FFF;
}

ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ol {
  color: #FC0;
}

ol span {
  color: #EEE;
}

ul {
  list-style-image: url(../images/bg/bullet.gif);
}

del {
  color: #AAA;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #444;
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}

/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "trebuchet ms", serif;

  color: #000;
  background: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #808080;
}





/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
  
  background-color: #444;  
  background-image: url(../images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url(../images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../images/icons/go.gif);
}





/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 15px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 15px;
}

a img {  
  border: 0px solid #8BE6FA;
}

a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 0px solid #FFF !important;
  border: 0px solid #8BE6FA;
}


/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 150px;
}

/* Holds the site title and subtitle */
#newsbar {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 4px;

  padding: 5px;
  text-align: right;
}

#header h1 {
  margin: 0;
  padding: 0;

  font: 1em "tahoma", serif;
  color: #FFF;
}


/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;

  top: 0;
  left: 0;
}

#header img.newsbar {
  position: absolute;
  z-index: 2;

  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}



/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;
  border-top: 1px solid #FFF;  
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu ul.floatLeft {
  margin: 0;
  padding: 8px 0 0 14px;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 5px 0.5em;

  font: 400 1.6em "trebuchet ms", serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #FFF;
}

#mainMenu li a:hover {
  color: #65EBFF;
  border-top: 5px solid #FFF;
}

#mainMenu li a.here {
  color: #65EBFF;
  border-top: 5px solid #0768ff;
}

#mainMenu li a.last {
  margin-right: 0;
}




/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 400 1.3em "trebuchet ms", serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;

  padding: 3px 5px;
  padding-left: 8px;
  margin-left: 5px;
  
  text-decoration: none;
  color: #FFF;
} 

.sideMenu li a:hover {
  color: #65EBFF;
}

/* Active menu item */
.sideMenu li.here {
  display: block;  
  padding: 8px;
  margin-left: 5px;
  margin-right: 20px;
  color: #65EBFF;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {
  padding-left: 35px;
  font: 400 0.55em verdana, arial, sans-serif; 
  color: #FFF;  
  background: url(/images/web/bullet.png) no-repeat 14px 6px;
}

.sideMenu li.here ul li a:hover {
  color: #65EBFF;
  background: url(/images/web/bullet.png) no-repeat 14px 6px;
}

/* Active menu item */
.sideMenu li.subMenu {
  display: block;  
  padding: 0px;
  margin-left: 5px;
  margin-right: 20px;
  color: #FFF;
}

.sideMenu li.subMenu ul {
  display: block; 
  margin: 0;
  padding: 0;
}

.sideMenu li.subMenu ul li a {
  padding-left: 35px;
  font: 400 0.55em verdana, arial, sans-serif; 
  color: #FFF;  
  background: url(/images/web/bullet.png) no-repeat 14px 6px;
}

.sideMenu li.subMenu ul li a:hover {
  color: #65EBFF;
  background: url(/images/web/bullet.png) no-repeat 14px 6px;
}

ul.blogroll li {
  display: block; 
  margin: 0;
  padding: 0;
}

ul.blogroll li a {
  padding-left: 35px;
  font: 400 0.55em verdana, arial, sans-serif; 
  color: #FFF;  
  background: url(/images/web/bullet.png) no-repeat 14px 6px;
}

ul.blogroll li a:hover {
  color: #65EBFF;
  background: url(/images/web/bullet.png) no-repeat 14px 6px;
}

li.categories {
  display: block; 
  margin: 0;
  padding: 0;
}

li.category {
  padding-left: 35px;
  font: 400 0.55em verdana, arial, sans-serif; 
  color: #FFF;  
  background: url(/images/web/bullet.png) no-repeat 14px 6px;
}

li.cat-item a {
  padding-left: 35px;
  font: 400 0.55em verdana, arial, sans-serif; 
  color: #FFF;  
  background: url(/images/web/bullet.png) no-repeat 14px 6px;
}

li.cat-item a:hover {
  color: #65EBFF;
  background: url(/images/web/bullet.png) no-repeat 14px 6px;
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  
  padding-top: 0.5em;
  padding-bottom: 4em;
  padding-left: 1em;
}

#bodyfull {
  background: #000120 url(/images/web/bg.png) repeat-y center bottom;
}

#body25 {
  background: #000120 url(/images/web/bg25.png) repeat-y center bottom;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  height: 36px;
  clear: both;
  
  margin-top: -2.8em;
  background: #000120 url(/images/web/footer_cap.png) no-repeat center top;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 6px;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.center {
  text-align:center;
}

/**************************************************************
   Rounded Message Box (original)
 **************************************************************/

.message {
  background: url(/images/web/box_middle.png) repeat-y center top;
  margin-left: 0.5em;
  margin-right: 2.5em;
  margin-bottom: 2em;
}

.msgt {
  background: url(/images/web/box_top.png) no-repeat center top;
}

.msgb {
  background: url(/images/web/box_bottom.png) no-repeat center bottom;
}

.msgl {
  background: url(/images/web/box_left.png) repeat-y left center;
}

.msgr {
  background: url(/images/web/box_right.png) repeat-y right center;
}

.msgtl {
  background: url(/images/web/box_topleft.png) no-repeat left top;
}

.msgbl {
  background: url(/images/web/box_bottomleft.png) no-repeat left bottom;
}

.msgtr {
  background: url(/images/web/box_topright.png) no-repeat right top;
}

.msgbr {
  background: url(/images/web/box_bottomright.png) no-repeat right bottom;
}

/**************************************************************
   WP
 **************************************************************/

#content .entry-title {
	color: #FFFFFF;
	font-size: 21px;
	line-height: 1em;
	font-weight: bold;
	margin: 0 12px 0 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #65ebff;
}
.entry-date {
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	margin: 0 14px 0 14px;
}
.entry-meta {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 12px 0 12px;
	padding-bottom: 9px;
	text-align: right;
}
.entry-meta-full {
	color: #FFFFFF;
	font-size: 12px;
	margin: 12px 12px 0 12px;
	padding-bottom: 9px;
	text-align: left;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 12px;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}


#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #FFF;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #65ebff;
}
#content .video-player {
	padding: 0;
}

li.search {
  padding: 4px 0 4px 4px;
}

.comment-author.vcard{ color: #ffffff; }
.comment{ color: #ffffff; }
