/*  
Theme Name:     Ambient Glo
Author URI:     http://rockinthemes.com
Version:        1
Author:         Nathan Parikh
Modified:       19 September 2009
Modified by:    D. Edwards-Onoro
Description:    Ambient Glo is a simple, modern, Web 2.0 styled, three-column theme with optimized code for faster loading. 
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php

colors: light green: #aff267
        dark green: #6ac506
        
*/
body {
	background: #ffffff url(images/header_bg3.jpg) top center repeat-x;
	color: #000000;
	font-size: 11px; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
}
img {
	border: 0;
}
a, a:visited{ 
	color: #0066cc; 
	text-decoration: underline; 
}

a:hover{ 
	background-color:#aff268;
	color: #000000; 
	text-decoration: none;
}

#container { 
	width: 960px; 
	text-align: left; 
	margin: 0 auto; 
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
/* --- header --- */
#header { 
	height: 133px; 
	padding: 28px 0px 0px 5px; 
}
#header img {
	border: 0px solid;
}
#header h1 {
	color: #ffffff;
	font-size: 24px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-weight: bold; 
	margin: 0; 
}
#header h1 a { 
	color: #ffffff; 
	text-decoration: none; 
}
#header h1 a:hover { 
	color: #ffffff; 
	text-decoration: underline; 
}
#header h2 a, #header h2 a:hover{ 
	color: #000000;
	font-size: 36px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-weight: bold; 
	margin: 0px;
	text-decoration: none;
}


/* #header h2 a:hover { 
	color: #ffffff; 
	text-decoration: none; 
} */
#header h3 { 
	color: #cccccc;
	font-size: 10px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 10px;
	margin: 0px; 
}

/* --- menu --- */
#menu { 
	margin-bottom: 20px; 
}
#menu h2 { 
	color: #333333; 
	font-size: 15px;
	font-family: Georgia, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	margin: 0px;
	padding: 3px;
}
#menu ul li a {
	background-color: #aff268;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 8px 20px 10px 20px;
	margin: 0px;
	text-decoration: none;
	border: 1px solid #5E8892;
}
#menu ul li a:hover {
	color: #F0FBFF;
	background: #000000;
	padding: 8px 20px 10px 20px;
	text-decoration: none;
}
#menu ul li.current_page_item a {
	background: black;
	color: white;
}
#menu ul li.current_page_item a:hover {
	cursor:default;
}
/* --- content ---*/
#content { 
	width: 450px; 
	margin-bottom: 20px;
	margin-left: 230px;
	margin-right: 0px;
	position:relative;
	padding: 28px 15px 15px 15px;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 13px;  
}
#content p {
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
}
#content p img{
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0px 5px 15px 0px;
}
#content p a img.floatright,
#content p img.floatright {
	float: right;
	/* margin: 0 5px 5px 5px;
	padding: 0 0 0 5px; */
	margin: 5px;
	padding: 5px;
  background-color: #ebecea;
}
#content p a:hover img.floatright  {
  background-color: #ccc;
}
#content p img.floatleft {
	float: left;
	/* margin: 0 5px 5px 5px;
	padding: 0 0 0 5px; */
	margin: 5px;
	padding: 5px;
  background-color: #ebecea;
}

#content h1 {
	color: #333333;
	font-size: 22px;
	font-family: helvetica bold, arial bold, verdana, sans-serif;
	font-weight: normal;
	padding: 10px 10px 10px 0px;
	line-height: 150%;
	margin: 0px;
}
#content h1 a  {
	color: #006699;
	text-decoration: underline;
}
#content h1 a:hover {
	color: #000000;
	text-decoration: none;
}
#content h2 {
	color: #333333;
	font-size: 18px;
	font-family: helvetica, arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
}
#content h2 a  {
	color: #0E5F7D;
	text-decoration: none;
}
#content h2 a:hover {
	color: #3366ff;
	text-decoration: underline;
}
#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#content li {
	margin: 0px;
	padding: 0px;
}
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}
#content ul li a {
	color: #507AA5;
	text-decoration: none;
}
#content ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
}
blockquote {
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
}
#content blockquote p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
	
#content p img.img-wrapper { 
	border: 3px double #bbbbbb;
	display: block;
	margin: 5px 0;
	padding: 5px;
}
#content p img.img-wrapper-block {
	display: inline;
}

dl {
	text-align: center;
}
dt,dd {
	width: 300px;
	float: left;
}
dt { /* vertical space between the images */
	margin-bottom: 4em;
}
dd {
	margin: 0 auto;
}
dt img {
	vertical-align: bottom;
	border: 1px double gray;
}

/* --- left sidebar -- */
#l_sidebar { 
	background: #F0FBFF url(images/sidebar_bg.jpg) top center repeat-x;
	width: 195px;
	float: left; 
	position:relative; 
	margin: 30px 1px 20px 0px;
	padding: 15px 15px 15px 15px; 
	border: 0px solid #000000;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}
#l_sidebar h2 {
	color: #333333;
	font-size: 15px;
	font-family: Georgia, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #0066cc;
}
#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#l_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#l_sidebar ul li {
	list-style: square inside;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#l_sidebar ul li a {
	color: #0E5F7D;
	text-decoration: none;
}
#l_sidebar ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
}


/* ---  right sidebar -- */
#r_sidebar { 
	background: #F0FBFF url(images/sidebar_bg.jpg) top center repeat-x;
	width: 195px;
	float: right; 
	position:relative;
	margin-top: 30px;
	margin-bottom: 20px; 
	margin-left:0px;
	padding: 15px 15px 15px 15px; 
	border: 0px solid #000000;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}
#r_sidebar h2 {
	color: #333333;
	font-size: 15px;
	font-family: Georgia, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #0066cc;
}
#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#r_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#r_sidebar ul li {
	list-style: square inside;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#r_sidebar ul li a, #r_sidebar p a {
	color: #0E5F7D;
	text-decoration: none;
}
#r_sidebar ul li a:hover, #r_sidebar p a:hover {
	color: #000000;
	text-decoration: none;
}
#r_sidebar img {
	vertical-align: bottom;
}

/* --- footer -- */
#footer { 
	background: #000000 url(images/footer.jpg) top center;
	background-repeat: no-repeat ;
	height: 30px;
	width: 99%;
	clear: both;
	padding-top: 100px;
	padding-left: 10px;
	color: #969696;
	border-top: 3px solid #1CC1FF;
	text-align: center;
}
#footer a { 
	color: #006699; 
}
#footer a:hover {
	color: #000; 
}


/* flickr badge */
#flickr_badge_uber_wrapper {
	text-align: left; 
	width: 200px; /* increase width for displaying more than 1 photo per row */
}
#flickr_badge_wrapper {
	padding: 10px 0 10px 0;
}
.flickr_badge_image {
	margin: 0 5px 5px 5px; /* reduce margins as required */
	float: left; /* allows two vertical columns to display */
}
.flickr_badge_image img {
	border: 1px solid black !important;
}
#flickr_badge_source {
	text-align: left; 
	margin: 0 10px 0 10px;
}
#flickr_badge_icon {
	float: left; 
	margin-right: 5px;
}
#flickr_www {
	display: block; 
	padding: 0 10px 0 10px !important; 
	font: 11px arial, helvetica, sans serif !important; 
	color: #3993ff !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration: none !important; 
	background: inherit !important;
	color: #3993ff;
}
#flickr_badge_wrapper {
}
#flickr_badge_source {
	padding: 0 !important; 
	font: 11px arial, helvetica, sans serif !important; 
	color: #666666 !important;
}

/* contact form */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #6ac506;
}


/*= striped table */
table {
	border-collapse: collapse;
	width: 445px;
	margin-bottom: 15px;
}
th {
	background: #aff267;
	color: #000;
	font-weight: bold;
	padding: 2px 10px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}
td {
	padding: 6px 10px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}
td * {
	padding: 6px 10px;
}
caption {
  font-size: 16px;
  font-weight: bold;
}
.alt {
	background: #effcff; /* ecf6fc;*/
}
		
.over {
	background: #bcd4ec;
}
.out {
	background: red;
}

.floatright {
	float: right;
}
.page_item .current_page_item {
	background: black;
	color: white;
}
#l_sidebar ul li.picture-item {
        list-style: none;
}
