/*
Theme Name: planet blue
Theme URI: http://www.planetmeetings.ca
Description: Three columns widget ready, white and blue theme, by <a href="http://www.dobrucki.ca/">dobrucki.ca</a>.
Version: 1.0
Author: len dobrucki
Author URI: http://www.dobrucki.ca
Tags: white, blue, three-columns, fixed-width
*/

/* ----------------- RESET ------------------------ */
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* ------------------- GENERAL ---------------------- */
body {
	margin: 0px;
	margin-top: 10px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	color: #005598;
	background-image: url(images/bgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}
#container {
  margin: 0 auto;
  width: 880px;
 /* border: 1px solid #666666;*/
}
#container2 {
	/*border: 1px solid #0000ff;*/
}
#container3 {
  width: 650px;
  float:left;
 /* border: 1px solid #ff0000;*/
}

/* ------------------- TYPOGRAPHY ---------------------- */
h1, h4 {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-bottom: 5%;
}
h2, h3, h5{
	margin-bottom: 5%;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-weight: bold;	
}
h1 {
  font-size: 300%;
  line-height:100%;
}
h2 {
	font-size: 1.5em;
	line-height: normal;
}
h3 {
	font-size: 1.2em;
	line-height: normal;
}
h4 {
  font-size: 120%;
  line-height:100%;
}
h5 {
  font-size: 120%;
  line-height:100%;
}
p {
  margin-bottom: 5%;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {}
ul{
	margin: 0 10px 0 10px;
}
li{
	list-style-type: disc;
}

/* ------------------- HEADERS ---------------------- */
#header {
	/*border: 1px solid #00ff00;*/
	width: 880px;
	height: 108px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:12px;
}
#header p, #header h1, #header h2/**/ {
/*display: none;*/
}

/* ------------------- CONTENT ---------------------- */
#content {
	margin:0 10px 0 18px;
	padding: 20px 0 0 20px;
	width: 420px;
	float:left;
	font-size: .85em;
	line-height: 1.2em;
	/*border: 1px solid #333333;*/
	background-image: url(images/verticalRule.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#content h3{
	padding-top: 15px;
}
/* ------------------- SIDEBARS ---------------------- */
#sidebarLT {
	margin:0;
	width:175px;
	/*border: 1px solid #ff9900;*/
	float:left;
	padding-top: 10px;
	text-align: right;
}
#sidebarLT a{
	font-size: 15px;
	color: #005598;
	font-weight: normal;
	line-height:25px;
}
#sidebarLT a:hover{
	background-color: #005598;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#sidebarLT .current_page_item a {
	color: #000000;
}
#sidebarLT li{
	list-style-type: none;
}

#sidebarRT {
	width: 200px;
	float: right;
	/*border: 1px solid #0000ff;*/	
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 10px;
	color:#333333;
	font-size: 13px;
}
#sidebarRT a{
	font-size: 17px;
	line-height: normal;
	color:#333333;
}
#sidebarRT a:hover{
	color:#666666;
}
#sidebarRT h3{
	text-decoration: underline;
	font-size: 17px;
}
#sidebarRT .more-link{
	font-size: 12px;
	font-style: italic;
	color: #FF6633;
}
#sidebarRT .post-edit-link{
	color: #CC0000;
	font-size: 13px;
}
#sidebarRT li{
	list-style-type: none;
}

/* ------------------- Navigation ---------------------- */
#top_navlist {
  position: absolute;
  top: 240px;
  width: 900px;
  text-align:right;
  border: 1px solid #003333;
}

#top_navlist h2{
  display: none;
}

#navlist{
  padding: 10px 10px;
  margin-left: 0;
  border-bottom: 1px solid #778;
  font-weight: bold;
}

#navlist li{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a{
  padding: 11px 30px;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #DDE;
 text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover{
  color: #000;
  background: #AAE;
  border-color: #227;
}

#navlist li.current_page_item a{
  background: white;
  border-bottom: 1px solid white;
}

/* ------------------- BLOG ELEMENTS ---------------------- */
/* ------------------- FORMS ---------------------- */
/* ------------------- FOOTER ---------------------- */
#pushbottom{
 clear:both;
}
#footer {
 /*border: 1px solid #000033;*/
	height: 30px;
	padding: 30px;
	clear: both;
	font-size: 10px;
	width:860px;
}

#footer h3{
 display:none;
}
#footer p {
	text-align: center;
}
#footer a {
	text-decoration: none;
}
/* ------------------- IMAGES ---------------------- */
.thumbnail-class{
	padding-top: 10px;
}
.thumbnail-text-class{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0033FF;
	text-align: left;
	display: block;
	width: 160px;
	padding: 10px;
}
/* ------------------- Miscellaneous ---------------------- */
/*a[href^="http:"]{
	background:url(images/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}*/
a[href^="http://www.planetmeetings.ca"]{
	background-image: none;
	padding-right: 0px;
}

/* ------------------- Contact Page -----------------------*/
.alert, .error { color: #FF0000; }

ol.forms {
	float: left;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
	list-style: none;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 10px;
	text-align: right;
	width: 50px;
}

ol.forms input { 
	width: 50%;
	border: 1px solid #0066CC;
	color: #000099;
	background-color: #F0F8FB;
 }
ol.forms textarea {
	height: 12em;
	width: 80%;
	border: 1px solid #0066CC;
	color: #000099;
	background-color: #F0F8FB;
}

ol.forms input, ol.forms textarea, ol.forms button { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
 }

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}


