/*

Theme Name: Celestial Aura
Theme URI: http://www.dkszone.net/2009/08/celestial-aura-free-3-column-wordpress.html
Description: Elegant 3-column Theme with Admin Options for easy customization of Header image, Background Color, Search Box, Post Meta Data, RSS Icon, etc. Easily turn on/off Search Box, RSS Icon. Theme designed by  www.dkszone.net.
Version: 2.1.5
Author: dkszone.net
Author URI: http://www.dkszone.net/
Tags: custom-header,theme-options,custom-colors,blue,white,three-columns,fixed-width,left-sidebar,right-sidebar

	This theme is released under the GPL: http://www.gnu.org/licenses/gpl.html
    
*/


/***** RESET *******/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }

/***** GLOBAL FORMATTING *****/

body {

	font-size: 12px;
        background: #E5E9F7 url("/css/images/backgroundgradient.png") repeat-x top left fixed; padding: 10px 0;
	color: #000;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}
img {
	border: 0;
}
a {
	color: #127db8;
	text-decoration: none;
}
a:hover {
	color: #4F67F0;
	text-decoration: underline;
}

a:visited {
	color: #49647d;
}

img {
	border: 0;
}
#container{
	margin-top:30px;
}

#wrapper {
	display: block;
	margin: 0px auto 0 auto;
	width: 904px;
	position: relative;
	background: url(images/pg_bg.png) repeat-y;
}


#header-shadow {
	height: 12px;
	width: 904px;
	display: block;
	margin: 0px auto;
	position: relative;
	background: transparent url(images/header_shadow.png) no-repeat;
	
}

#header {
	width: 880px;
	margin: 0px auto;
	margin-left: 12px;
	overflow: hidden;
	color: #fff;
	padding: 0px;
	
}

/****** RSS ICON ON HEADER ******/
.rssicon
{
  position: relative;
  display:block;
  float:right;
  background-image: url('images/rss.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin-top: -60px; margin-right: 5px;
  height: 17px;
  width: 17px;
}


#content {
	width: 480px;
	float: left;
	color: #000;
	padding: 30px 10px 10px 10px;
	font-weight: normal;
}


/***** NAVIGATION BAR FORMATTING *****/

#NaviBar{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 880px;
	float: left;
	margin-left:12px;
	margin-top: 3px;
	margin-bottom: 0px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	background: url(images/nav_bg.png) repeat-x;
	background-color: #0b4e6d;
	
	}

#NaviBar ul a {
color:#FFFFFF;
display:block;
float:left;
margin:0;
padding:7px 15px 6px 15px;
text-decoration:none;
font-weight: bold;
border-right: solid 1px #CCC;
}

#NaviBar ul li{
	float: left;
	background: url(images/nav_bg.png) repeat-x;
}

#NaviBar ul li.first {
	border-left: none;
}



#NaviBar ul li a:hover {
	text-decoration: none;
	color: #369;
	background: url(images/nav_hover_active.png) repeat-x;
}

#NaviBar ul li.current_page_item a { 
	color: #369;
	background:url(images/nav_active.png) repeat-x;
	text-decoration: none;
}

/***** SEARCH FORM FORMATTING *****/

#search {
	display: inline;
	float: right;
	margin: 0px 5px 0;
	padding: 0px 0 0;
	text-align: left;
	top: 0px;
}

#searchbox {
	width: 180px;
	float:left;
	padding: 2px 0px 2px 0px;
	background: #fff;
	border: 1px solid #333;
	margin: 2px 2px 2px 0;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

.go {
	margin-top: 6px;
	margin-left: -20px;
	padding: 0px;
	color: #000;
	display:inline;
}


/***** PAGE FORMATTING *****/

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

h1.blogtitle {
	padding: 20px 10px 0px 17px;
}

h1.blogtitle a{
	font-size: 38px;
	font-family: "Futura Md",Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #FFFFFF;	
	text-decoration: none;
	margin-left: 5px;
}

	
h3.slogantext{
	font-size: 21px;
	font-family: "Futura Md",Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px 10px 10px 17px;
	text-decoration: none;
	margin-left: 10px;
}

h1.post{
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	color:  #333;
	padding-bottom: 5px;
	border-bottom: 1px solid #949494;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}

h1.post a{
	color: #127db8;
	text-decoration: none;
}

h1.post a:hover{
	color: #4F67F0;
}

h1 {
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	color:  #333;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}

h5, h6 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}


#nextprev {
	clear: both;
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
}

/***** LISTS FORMATTING *****/

.post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

.post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
}
	
/**** TABLE FORMATTING ****/	
	
.post  table {
	background:#FFF;
	border:2px solid #CCC;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post  th, 
.post  td {
	border:1px solid #CCC;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post  tr.even td {
	background:#F7F7F7;
}
.post  th {
	background:#EDEFF0;
}



/***** GENERAL TEXT FORMATTING *****/
.post {
	margin-bottom: 20px;
}

.article {
	float:left;
	width: 480px;
}

.postbannerad{
	margin: 10px auto 10px auto;
	padding: 5px;
}
blockquote {
	color: #000; 
	margin: 0 1px 20px 20px; 
	background: url(images/BlockQuote.png) top left no-repeat #F0F0F0;
	border: 1px dashed #DFDFDF;
	padding: 20px 10px 0px 40px;
	font-size: 11px;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}
p {
	margin-bottom: 15px;
	line-height: 1.6em;
}
p a {
	border-bottom: none;
	text-decoration: none;
}
p a:hover {
	border-bottom: none;
	text-decoration: underline;
}
p.center {
	text-align: center;
}
.postmetabottom {
	background: #FFFFFF;
	border-color:#E5E5E5;
	border-style: dotted;
	border-width:1px 1px 1px;
	color: #333;
	padding: 3px;
	font-size: 11px;
	float:left;
	width: 472px;
}

.postmetatop {
	background: #FFFFFF;
	color: #333;
	padding: 3px;
	font-size: 11px;
	margin-bottom: 10px;
	float:left;
	width: 474px;
}

.postmeta a {
	border-bottom: none;
}
.postmeta a:hover {
	border-bottom: none;
}
.small {
	font-size: 10px;
}
code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1.title {
	font-size: 22px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

/***** LISTS FORMATTING *****/
html>body .post ul {
	margin-left: 0px;
	padding: 0 0px 10px 30px;
	list-style-image: url(images/bullet.png);
} 
html>body .post li {
	margin: 0px 0 8px 0px;
}
.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.post ol li {
	margin: 0;
	padding: 0;
}

/***** SIDEBAR FORMATTING *****/

#sidebarLeft {
	float: left;
	width: 175px;
	color: #000;
	margin-left: 5px;
	padding: 5px 10px 10px 10px;
}

#sidebarRight {
	width: 175px;
	float:right;
	margin-right: 5px;
	margin-bottom: 7px;
	color: #000;
	padding: 5px 10px 10px 10px;
}



#sidebarRight h2{
	font-size: 17px;
	text-align: center;
	padding:  10px;
	color:  #FFFFFF;
	background:url(images/sidebar_bg.png) repeat-x;
	background-color: #083a56;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

#sidebarRight h2 a{
	color:  #FFFFFF;
	text-decoration: none;
}

#sidebarRight h2 a:hover{
	color:  #FFFFFF;
	text-decoration: underline;
}

#sidebarLeft h2{
	font-size: 17px;
	text-align: center;
	padding:  10px;
	color:  #FFFFFF;
	background:url(images/sidebar_bg.png) repeat-x;
	background-color: #083a56;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	text-decoration: bold;
}

#sidebarLeft h2 a{
	color:  #FFFFFF;
	text-decoration: none;
}

#sidebarLeft h2 a:hover{
	color:  #FFFFFF;
	text-decoration: underline;
}

#sidebarRight a {
	color: #03C;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}

#sidebarLeft a {
	color: #03C;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}

#sidebarLeft a:visited {
	color: #4F5D9F;
	text-decoration: bold;
}

.sidebar
{
	line-height: 12px;
	font-size: 14px;
	text_decoration: bold;
}

.sidebar ul, .sidebar ol { 
	padding: 0px 0px 0px 5px;
	margin: 0 0 1em 0; 
	font-size: 12px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.9em 10px; 
	list-style-image: url(images/bullet.png);
	list-style-position: outside;
	line-height: 14px;
	padding: 0;
	
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar_widget
{
	min-width:3px;
  	min-height:3px;
  	margin: 0 auto;
	padding: 5px 5px 5px 5px;
	background-color: #f8f9f9;
	border: 1px solid #999;
}

.sidebar_widget_gap
{
	margin: 7px 0px 7px 0px;
}

/***** FOOTER FORMATTING *****/

#footer {
	clear: both;
	position: relative;
	background-color: #0c5c87;
	color: #CCC;
	text-align: center;
	font-weight: normal;
	width: 880px;
	margin: 0;
	margin-left: 12px;
	padding: 30px 0 5px 0;
}


#footershadow {
	width: 904px;
	height: 12px;
	display: block;
	margin: 0px auto;
	margin-bottom: 30px;
	position: relative;
	background: url(images/footer_shadow.png) no-repeat;
}

#footer p.author {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Sans-Serif;
	font-size: 10px;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 5px 0 5px 0;
}

#footer a {
	color: #4F49AA;
}
#footer a:hover {
	color: #4F67F0;
}

#footer p {
	font-family: Verdana, Arial, Verdana, "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: light;
	margin-bottom: 0px;
}


#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}
#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}
/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 10px 5px 10px 5px;
	float: right;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCC;
}

img.alignright {
	padding: 5px;
	border: 1px solid #CCC;
	background: #000;
	margin: 10px 5px 10px 5px;
	display: inline;
}
img.alignleft {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 10px 5px 10px 5px;
	display: inline;
}
/***** MISCELLANEOUS FORMATTING *****/
.alignright {
	float: right;
}
.alignleft {
	float: left
}	

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation {
  font-size: 11px;
  height: auto;
  line-height: 28px;
  overflow: hidden;
  padding: 0 28px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}


/***** COMMENTS *****/

#comment {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	}
		
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	color: #666;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	color: #666;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	padding: 5px 0 0 0;
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 10px;
	border: 1px solid #666;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 5px 0px 20px 0px;
	float: left;
	border: 1px solid #0CC;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

#author, #email, #url {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #666;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #dfeaf2;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	}

.pinglist { margin-top: 10px; width: 450px; float: left; }

li.pings {
  border-bottom: 1px dotted #CCC;
  margin: 0;
  padding: 5px 0 5px 5px;
  width: 430px;
  line-height: 14px;
}

.pings:first-child { border-top: none; }
.pings:last-child { border-bottom: none; margin-bottom: 30px; }



/**** CAPTION FORMATTING ******/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}

/*** CALENDAR FORMATTING ***/
#wp-calendar {
	border: 1px solid #CCC;
	empty-cells: show;
	font-size: 14px;
	margin: 0 0 9px 9px;
	width: 90%;
}

#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;
	text-decoration: none;
	font-weight: bold;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
	font-weight: bold;
}

#wp-calendar caption {
	color: #000000;
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
}

#wp-calendar td {
	color: #666;
	font: normal 12px Verdana, Arial, "Lucida Grande", Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	font-weight: normal;
}










 /*********************************** 








@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 * @appdef yaml
 */

@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  *
  * @section content-global-settings
  */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  html * { font-size: 100.01%; }

 /**
  * (en) reset monospaced elements to font size 16px in all browsers
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea, pre, code, kbd, samp, var, tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) base layout gets standard font size 12px */
  body {

    font-family:  Verdana; 
    font-size: 79.50%; 
    color:#ffffff;
  }

  /*--- Headings ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: "Verdana", Times, serif;
    font-weight:normal;
    color:#222;
    margin: 0 0 0.25em 0;
  }

  h1 { font-size: 225%; }                       /* 30px */
  h2 { font-size: 200%; }                       /* 24px */
  h3 { font-size: 150%; }                       /* 18px */
  h4 { font-size: 133.33%; }                    /* 16px */
  h5 { font-size: 116.67%; }                    /* 14px */
  h6 { font-size: 116.67%; }                    /* 14px */

  /* --- Lists  ------------------------------------------------------------------------ */

  /* --- general text formatting ------------------------------------------------------- */

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  blockquote, cite,q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin: 0 0 1em 1.6em; color: #666; }

  strong,b { font-weight: bold; }
  em,i { font-style: italic; }

  pre, code, kbd, tt, samp, var { font-size: 100%; }
  pre, code { color: #800; }
  pre { line-height: 1.5em; margin: 0 0 1em 0; }
  kbd, samp, var { color: #666; }
  var { font-style: italic; }

  acronym, abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
  }

  .bigitalic { font-size: 110%; font-style: italic;}
  sub, sup { font-size: 91.6667%; }

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }

  /*--- Links -------------------------------------------------------------------------- */

  a { color: #4D87C7; background:transparent; text-decoration:none; }
  a:visited  { color: #036; }

  a:focus,
  a:hover,
  a:active { color:#182E7A; text-decoration:underline; }

  /* --- images (with optional captions) ----------------------------------------------- */

  p.icaption_left { float:left; display:inline; margin: 0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin: 0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border: 1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top: 2px; padding: 0.3em 0.5em; background: #eee; font-weight: normal; font-size: 91.667%; }

 /**
  * ------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  *
  * @section content-generic-classes
  */

  .highlight { color: #f60; }
  .dimmed { color: #888; }

  .block_75 { color: #000; padding: 10px; text-align:center; margin-left:12.5%; margin-bottom: 2px; font-size: 100%; font-weight:normal; width:60%;}

  .block_90 { color: #000; padding: 10px; text-align:center; margin-left:5px; margin-bottom: 2px; font-size: 100%; font-weight:normal; width:90%;}

  .info { background: #f8f8f8; color: #666; padding: 10px; margin-bottom: 0.5em; font-size: 91.7%; }

  .info2 { background: #eeef77; border: 2px #bf8847 solid; color: #000; padding: 10px; text-align:center; margin-left:25%; font-size: 100%; font-weight:normal; width:50%;}

  .info3 { background: #feff8f; border: 2px #bf8847 solid; color: #000; padding: 10px; text-align:center; margin-left:20%; margin-bottom: 2px; font-size: 100%; font-weight:normal; width:60%;}

  .info_form { background: #eeef59; border: 2px #000 solid; color: #000; padding: 10px;  margin-left:20%; font-size: 100%; font-weight:normal; width:60%;}

  .info_98 { background: #f9f9f9; border: 2px #000 solid; color: #1d507d; padding: 5px;  margin-left:1%; font-size: 100%; font-weight:normal; width:98%;}

  .info_75 { background: #f9f9f9; border: 2px #000 solid; color: #000; padding: 5px;  margin-left:12.5%; font-size: 100%; font-weight:normal; width:75%;}

  .note { background: #efe; color: #040; border: 2px #484 solid; padding: 10px; margin-bottom: 1em; }

  .important { background: #ffe; color: #440; border: 2px #884 solid; padding: 10px; margin-bottom: 1em; }

  .warning { background: #fee; color: #400; border: 2px #844 solid; padding: 10px; margin-bottom: 1em; }

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
  .center { display:block; text-align:center; margin: 0.5em auto; }

 /**
  * ------------------------------------------------------------------------------------- #
  *
  * Tables
  *
  * (en) Generic classes for table-width and design definition
  *
  * @section content-tables
  */

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; border-top: 2px #888 solid; border-bottom: 2px #888 solid; }
  table caption { font-variant:small-caps; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding: 0.5em; }
  thead th { color: #000; border-bottom: 2px #800 solid; }
  tbody th { background: #e0e0e0; color: #333; }
  tbody th[scope="row"], tbody th.sub { background: #f0f0f0; }

  tbody th { border-bottom: 1px solid #fff; text-align: left; }
/*  tbody td { border-bottom: 1px solid #eee; } */

  /* The table hover effects are annoying when used inside forms */
/*   tbody tr:hover th[scope="row"], */
/*   tbody tr:hover tbody th.sub { background: #f0e8e8; } */
/*   tbody tr:hover td { background: #fff8f8; } */

 /**
  * ------------------------------------------------------------------------------------- #
  *
  * Miscellaneous
  *
  * @section content-misc
  */

 /**
  * (en) Emphasizing external Hyperlinks via CSS
  *
  * @section             content-external-links
  * @app-yaml-default    disabled
  */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  body {
    color: black;
  }
  /*
  ul.menu {
    line-height: 0;
    margin: 5em 1em 1em 1em;
  }
  ul.menu li {
    list-style-type: none;
    line-height: 0;
    margin: 0;
  }
 */
  img { border-style: solid; border-width:2px; border-color:#BFD6FF; margin: .5em; }
  img.logo { display: block; border: 0; margin: 0 0 0 1px; text-align:center; }
  img.noborder { border: 0; margin: .5em; text-align:center;}
  img.smallinline { border: 0; margin: 6px .5px 0 .5px; text-align:center;}

  p.first:first-letter { font-size: 166%; }

  #footer a {

    /* font-decoration: none; */
    font-size: 80%;
  }
  em,i { font-style: normal; color: red; }
  /* h1,h2,h3,h4,h5,h6 { */  /* Center all headings */
    /* text-align:center; margin: 0.5em auto;
 */
  }
  #contact table, #contact caption {
    margin: auto;
    padding: 0; border: 0;
  }
  #contact table td {
    font-size: 200.01%;
    text-align: left;
  }
  /* image_group and video classes are mostly the same as center for now */
  .image_group {
    display:block; text-align:center; margin: 0.5em auto;
    clear: both;
  }
  .image_group img { vertical-align: top; }
  ul#dealer_link {
    font-size: 125%;
    text-align:center; margin: 0.5em auto;
    line-height: 1.5em; margin: 0 0 1em 1em;
    clear: both;
  }

  .news_text { font-size: 108%; font-weight: normal; margin: 0.5em auto; }

  .cost {font-size: 100%; font-weight: bold;}

  .bigger { font-size: 150%; font-weight: bold; 
	line-height: 1.25em; margin: 0 0 1em 1em;
  	margin: 0.5em auto; }

  .notsobigsilly { font-size: 175%; 
    	font-family:  Comic Sans MS; 
  	color: #ff7200; 
	font-weight: 
	bold; 
	line-height: 1.5em; margin: 0 0 1em 1em;
	margin: 0.5em auto; }

  .bigsilly { font-size: 225%; 
    	font-family:  Comic Sans MS; 
  	color: #ff7200; 
	font-weight: 
	bold; 
	line-height: 1.5em; margin: 0 0 1em 1em;
	margin: 0.5em auto; }

  .copyright a { color:#000000; font-size:150%; text-decoration: none; }
  .copyright { font-size: 100%; 
	width: 75%;
    	background-color:#00F;
  	color: #fff; 
	font-weight:bold; 
	text-decoration:none;
	line-height: 1.5em;
	margin-left: 12.5%; }

  





  img.logo { display: block; border: 0; margin: 0 0 0 1px; text-align:center; }
  img.noborder { border: 0; margin: .5em; text-align:center;}
  img.smallinline { border: 0; margin: 6px .5px 0 .5px; text-align:center;}




  .thanks { font-size: 175%; font-weight: bold; text-align:center; margin: 0.5em auto; }
  ul#dealer_link li, ul#manuals_link li { list-style-type: none; }
  ul#dealer_link, ul#manuals_link {
    font-size: 150%;
    text-align:center; margin: 0.5em auto;
    line-height: 1.5em; margin: 0 0 1em 1em;
    clear: both;
  }
  ul#dealer_link li, ul#manuals_link li { list-style-type: none; }
  hr {
    color: #fff;
    background:transparent;
    margin: 0.5em auto;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #444 solid;
    height:1px;width:75%;
    clear: both;
  }

  .video_em a:hover { text-align:center;
  	text-decoration:none; 
	font-weight:bold;
	font-family: "Georgia", Times, serif;
	color: #000;
	margin: 0.5em auto; 
   }
  
  .video_em { text-align:center;
  	text-decoration:none;
	font-size: 175%; 
	font-family: "Georgia", Times, serif;
	font-weight:bold;
	margin: 0.5em auto; 
   }
  
  .video { display:block; text-align:center; margin: 0.5em auto; }
  div.video_outer object {
    float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
  hr.spacer { visibility: hidden; clear: both; border:0;width:75%; }

  ul#stylesheet_switcher {
    text-decoration: none;
  }
  ul#stylesheet_switcher li {
    float: left;
    list-style-type: none;
  }
  ul#stylesheet_switcher li a {
    margin: .1em 1em;
    text-decoration: none;
  }
  
/* From thickbox 3.1 css */
/* -->>> global settings needed for thickbox <<<--*/
/* -----------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------*/
/* -->>> thickbox specific link and font settings <<<--*/
/* ----------------------------------------------------*/
  #TB_window {
    font: 12px Arial, Verdana, sans-serif;
    color: #333333;
  }

  #TB_secondLine {
    font: 10px Arial, Verdana, sans-serif;
    color:#666666;
  }

  #TB_window a:link {color: #666666;}
  #TB_window a:visited {color: #666666;}
  #TB_window a:hover {color: #000;}
  #TB_window a:active {color: #666666;}
  #TB_window a:focus{color: #666666;}

/* -----------------------------*/
/* -->>> thickbox settings <<<--*/
/* -----------------------------*/
  #TB_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
  }

.TB_overlayMacFFBGHack {background: url("../images/macFFBgHack.png") repeat;}
.TB_overlayBG {
    background-color:#000;
    opacity: 0.75;
}

  #TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color:#000000;
    display:none;
    border: 4px solid #525252;
    text-align:left;
    top:50%;
    left:50%;
  }

  #TB_window img #TB_Image {
    display:block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
  }

  #TB_caption{
    height:25px;
    padding:7px 30px 10px 25px;
    float:left;
  }

  #TB_closeWindow{
    height:25px;
    padding:11px 25px 10px 0;
    float:right;
  }

  #TB_closeAjaxWindow{
    padding:7px 10px 5px 0;
    margin-bottom:1px;
    text-align:right;
    float:right;
  }

  #TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    margin-bottom:1px;
  }

  #TB_title{
    background-color:#e8e8e8;
    height:27px;
  }

  #TB_ajaxContent{
    clear:both;
    padding:2px 15px 15px 15px;
    overflow:auto;
    text-align:left;
    line-height:1.4em;
  }

  #TB_ajaxContent.TB_modal{
    padding:15px;
  }

  #TB_ajaxContent p{
    padding:5px 0px 5px 0px;
  }

  #TB_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
  }

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	opacity: 0;
	height:100%;
	width:100%;
}

  #TB_iframeContent{
    clear:both;
    border:none;
    margin-bottom:-1px;
    margin-top:1px;
    margin-left:2px;
  }

  /****   database explorer ****/
  #db th, #db td { padding: 0.1em; }
  #db tbody td { border-bottom: 1px solid #E49921; }
  #db tr.heading {
    font-weight: bold;
  }
  #db thead th, #db tr.heading td {
    border: 1px solid #97978A;
  }
  .hasjs { display:none; }
}
