/* css/tooltip.css -- fancy tooltips */

span.tool {
  position: relative;   /* this is key */
  cursor: help;
  /*text-decoration: underline;
  text-underline-style: dashed;*/
  border-bottom:1px dashed;
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 1.6em;
  left: 0;
  width: auto;
  min-width: 20em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font: normal 0.9em/1.2em arial, helvetica, sans-serif;
  text-align: left;
  color: #000;
}

#content span.tool::after {
  padding-left: 2px;            /* eye candy */
/*  content: url(/img/bubble.gif); */
}

/* css/tooltip.css */


/* See if this works...   */
.translate_bar {
	padding: 5px 0 0 10px;
        text-align: left;
	}

.ads_on_sidebar {
	padding: 0 5px 0 0;
        text-align: center;
	}

.skyscraper_on_sidebar {
	margin: 0 0 0 -10px;
	}

.ads_on_bottom {
	/*margin: 0 20px 10px 20px;
        padding: 0 0 10px 20px;
        text-align:center;*/
	margin-left: 50px;
	margin-right: auto;
	}

.related_posts_on_sidebar {
        padding: 0 5px 0 0px;
	}

.archives_blurb {
	padding: 0 7em 0 7em;
        text-align:center;
	}

.noprint { }

.sidebar_titles {
        background: #235466;
        color: white;
}


.narrow_text {
	padding: 0 50px 0 50px;
        text-align: left;
	}

.widget_left {
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	display: inline;
        float:left;
	}

.widget_right {
	padding: 0 0px 0 0;
	margin: 0 0 0 0;
	display: inline;
        float:right;
	}

/*
Theme Name: Aqueous Lite
Theme URI: http://simon360.com
Description: A lite version of Aqueous, without the javascript which can slow down loading time.
Author: Simon Andrews
Author URI: http://www.simon360.com

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was originally designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/, and modified by 
	Simon Andrews, whose blog can be found at http://www.simon360.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors/Backgrounds */

/* Elastic layout */
body {position:relative; width:100%; min-width:1em; max-width:75em; font-size: 62.5%; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: left; height: 100%; display: block; background:#5AA9FA color: #333}

/* Original fluid layout */
/*body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #5AA9FA;
	color: #333;
	text-align: center;
	height: 100%;
	display: block;
	position: relative;
	}*/

#page {
	background-color: white;
	text-align: left;
	position:relative;

	}

#headerimg 	{ 
	margin: 0px;
	padding: 10px 0px 0 40px; 
	height: 75px;
	background: url("images/blue/headermain.png") no-repeat;
	width: 100%;
	}

#content {
	font-size: 1.2em;
	}

#main {
	display: block;
	height: 100%;
	position: relative;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;/* originally 1.4em */
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border-top: 1px solid #d6d6d6;
	background: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	z-index:10;
	}

#headerimg .description {
	font-size: 1.2em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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;
	}

p {
	text-indent: 1.2em;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
/* MAKES COMMENTS SHRINK AS THEY'RE NESTED	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	}

.commentlist li {
	font-weight: bold;
	}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #525252; /* originally #777; */
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}


































a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev 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 auto 0 auto;
	padding: 0; 
	height: 100%;
	}

#page {
	background: url("images/right.png") repeat-y right #fff;
	}

#header {
	background-color: blue;
	margin: 0; 
	padding: 0; 
	height: 75px; 
	width: 100%;
	position: relative;
	background-image: url("images/blue/grad.png");
	}

#headerimg {
	/*width: 2000px;*/
         width:90%;
	}
#reflect {
	background: url("images/blue/reflectgrad.png");
	height: 75px;/* originally 75px */
	width: 100%;
	margin: 0px 0;
        border-bottom-style: none; /* not here originally */
	}
#reflectimg {
	background: url("images/blue/reflect.png") no-repeat;
	height: 75px;/* originally 75px */
	width: 100%;
	margin: 0;
	padding:0;
        border-bottom-style: none; /* not here originally */
	}
.news {
	width: 100%;
	background: #eee;
	border: 1px solid #d6d6d6;
	margin-top: 30px;
	float:left;
	}
.news h2 {
	margin: 0;
	}

.narrowcolumn {
	padding: 0 20px 20px 30px; /*Orig 0 0 20px 45px */
	margin: -75px 212px 0 0px; /*Orig -60px 200px 0 0px */
        /*border-right: 9px solid #003345; Didn't extend up above title in IE, couldn't combine with sidebar left line because borders aren't on top of each other... right...? */
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}


.post_wide {
	margin: 0 0 0 -1em;/* Orig 0 0 40px*/
        padding: 0 1em 0 1em;
	/* orig margin: 0 0 40px 0; before that 0 0 40px*/
	text-align: justify;
	}

.post {
	margin: 0 0 0 -1em;/* Orig 0 0 40px*/
        padding: 0 1em 0 1em;
	text-align: justify;
	}

.post_colored_archive {
	margin: 0 0 0 -1em;/* Orig 0 0 40px*/
        padding: 0 1em 0 1em;
	text-align: justify;
        background: #F3F7F9;

        border-style: solid;
        border-width: 0px 0px 0em 0px;
	border-color: #F3F7F9;
	}

.post_colored {
	margin: 0 0 0 -1em;/* Orig 0 0 40px*/
        padding: 0 1em 0 1em;
	text-align: justify;
        background: #F3FBFB; /* formerly #EFF9F9;*/

        border-style: solid;
        border-width: 0px 0px 0em 0px;
	border-color: #F3F7F9;
	}

.widecolumn .post_wide {
	margin: 0;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .post_colored {
	margin: 0;
	}

.widecolumn .post_colored_archive {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 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;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
text-align: left;
	}

#footer p {
	margin: 0;
	padding: 20px 0 0px 10px;
	}
/*menu*/
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0px;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	color: white;
	margin: 0;
	background: url("images/blue/tabs.png") repeat-x #A9D8FE;
	}

ul.menu li a:hover {
	background: url("images/blue/tabs_hover.png") repeat-x #A9D8FE;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: url("images/blue/tab_active.png") #fff;
	text-decoration: none;
	}
.admintab {
	position: absolute;
	right: 0px;
	}

* html .admintab { padding: 5px 15px 6px 	}	/* IE hack */
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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 */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	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 0;
	padding: 5px 10px 3px 0;
	list-style: none;
	}

.commentlist p {
	margin: 10px 0px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	width: 160px;
        position:absolute;
        top:0;
        right:0;
	margin: -30px 0 0 0; /* originally 0 0 0 0; */
	min-height:800px;
	/*background: url("images/blue/sidebar.png") repeat-x #eee;*/
	display: block;
	}

/* Original sidebar:
#sidebar
{
	width: 190px;
	float: right;
	margin: -30px 0;
	min-height:800px;
	background: url("images/blue/sidebar.png") repeat-x #eee;
	display: block;
	border-left: 1px solid #D6D6D6;
	}*/

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr      {
        width: 95%;
        text-align: left;/*this will align it for IE*/
        margin: 0 auto 0 0; /*this will align it left for Mozilla*/
        }

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;

	margin-top: -30px;
	margin-bottom: 60px;
	}
#handle {
	width:10px;
	height:10px;
	background:url("images/slider_control.png") no-repeat;
	cursor:move;
	}
#slider {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.simon360.com/official/wp-content/themes/simon360/images/slider.png',sizingMethod='scale');
	width:100px;
	}
html>body #slider {
	background: url("http://www.simon360.com/official/wp-content/themes/simon360/images/slider.png");
	}
/* End Various Tags & Classes*/

li {margin:.5em 10% .5em 0}

/* Photo-Caption PZ3 CSS v080630
* copyright: http://randsco.com/copyright
* www.randsco.com
*/

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:1px solid #369; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none;
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #369;
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#369; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap,
.noCap a:hover .PZ31cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */ 


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
