/*
Theme Name: GLOW v2
Theme URI: http://annexant.ca/
Description: GLOW's website theme.
Version: 2.0
Author: James Saliba
Author URI: http://annexant.ca/
Tags: rainbow, custom header, fixed width, two columns

*/

/* @group CSS Reset */
/* Move along, nothing to see here. */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

div.clear {
    clear:both;
 }
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* @end */

* {
	margin: 0;
	padding: 0;
}

/* Unpleasantries now finished, continue to the actual CSS */

body {
	background: #000 url('images/back-main.gif');
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #fff;  
	min-width: 960px;
	line-height: 1.2em;
	text-align: center;
	}  
				
.textwidget p {
	padding: 0;
	margin: 0;
	font-size: 9pt;
}

blockquote, q {
	quotes: none;
	margin: 10px 10px 10px 20px;
	padding: 20px;
	background-color: #222;
	display: inline-block;
	width: auto;
}

/* Structure me timbers! */

#tupperware {
	width: 960px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
	background: url('images/tupperbg.gif') repeat-y 11px 2px;
}

#sidebar {
	width: 292px;
	height: 100%;
	text-align: left;
	float: left;
	display: inline;
	vertical-align: top;
	background: url('images/leftcolbg.gif') no-repeat 11px 0;
	padding: 30px 10px 0 25px;
}

#content {
	width: 610px;
	height: 100%;
	margin-left: 340px;
	padding: 20px 0;
	vertical-align: top;
}

#logos {
	width: 350px;
	height: 41px;
	margin: 30px 0 30px 280px;
}

#lowersidebar {
	width: 220px;
	text-align: center;
	margin-bottom: 200px;
}

#phonedays, #officedays {
	width: 35%;
	float: left;
	display: inline-block;
	text-align: right;
	margin: 10px 0;
}

#phonehours, #officehours {
	width: 58%;
	float: right;
	display: inline-block;
	text-align: left;
	margin: 10px 0 10px 15px;
}

/* Here be typography and colors (Tharr be imgs here also! Some unholy mix of image and type!) */
@font-face {
  font-family: "Helvetica Neue";
  src: url(http://knowyourglow.ca/font/HNBI.ttf) format("truetype");
}
@font-face {
  font-family: "Calibri";
  src: url(http://knowyourglow.ca/font/C.ttf) format("truetype");
}
@font-face {
  font-family: "Calibri Bold";
  src: url(http://knowyourglow.ca/font/CB.ttf) format("truetype");
}

a, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #fff;
}

#phoneline, #glowoffice {
	width: 220px;
	font-size: 10pt;
	margin-bottom: 15px;
}

#copyright {
	font-size: 10pt;
	color: #555;
}
#copyright a {
	color: #666;
	border-bottom: 1px dotted #666;
}
#copyright a:hover {
	color: #ccc;
}
h1#glowlogo a {
	background: url('images/glow.gif') 0 0;
	display: block;
	width: 201px;
	height: 73px;
	margin-left: 8px;
	margin-bottom: 25px;
	text-indent: -100000px;
}
h2#nav-home a {
	background: url('images/nav-home.gif') 0 0;
	display: block;
	width: 232px;
	height: 34px;
	margin-left: -25px;
	padding: 3px 0 0 25px;
	color: #fff;
	font: bold 13pt "Calibri Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
h2#nav-home a:hover {
	background: url('images/nav-home.gif') 0 37px;
}

li#nav-glow h2 {
	background: url('images/nav-glow.gif') 0 0;
	display: block;
	width: 232px;
	height: 34px;
	margin-left: -25px;
	padding: 3px 0 0 25px;
	color: #fff;
	font: bold 13pt "Calibri Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
li#nav-glow:hover h2 {
	background: url('images/nav-glow.gif') 0 37px;
}
li#nav-glow ul li a:hover {
	color: #D82800;
}

li#nav-services h2 {
	background: url('images/nav-services.gif') 0 0;
	display: block;
	width: 232px;
	height: 34px;
	margin-left: -25px;
	padding: 3px 0 0 25px;
	color: #fff;
	font: bold 13pt "Calibri Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
li#nav-services:hover h2 {
	background: url('images/nav-services.gif') 0 37px;
}
li#nav-services ul li a:hover {
	color: #D29400;
}

li#nav-events h2 {
	background: url('images/nav-events.gif') 0 0;
	display: block;
	width: 232px;
	height: 34px;
	margin-left: -25px;
	padding: 3px 0 0 25px;
	color: #fff;
	font: bold 13pt "Calibri Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
li#nav-events:hover h2 {
	background: url('images/nav-events.gif') 0 37px;
}
li#nav-events ul li a:hover {
	color: #33C300;
}

li#nav-contact h2 {
	background: url('images/nav-contact.gif') 0 0;
	display: block;
	width: 232px;
	height: 34px;
	margin-left: -25px;
	padding: 3px 0 0 25px;
	color: #fff;
	font: bold 13pt "Calibri Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
li#nav-contact:hover h2 {
	background: url('images/nav-contact.gif') 0 37px;
}
li#nav-contact ul li a:hover {
	color: #004BEB;
}

h2#nav-links a {
	background: url('images/nav-links.gif') 0 0;
	display: block;
	width: 232px;
	height: 34px;
	margin-left: -25px;
	padding: 3px 0 0 25px;
	color: #fff;
	font: bold 13pt "Calibri Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
h2#nav-links a:hover {
	background: url('images/nav-links.gif') 0 37px;
}
div#content h2 a, div#content h2, .unsupport {
	font: bold italic 24pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b3b3b3;
	text-decoration: none;
}
div#content h2 a:hover, div#content h2:hover {
	color: #d704be;
	text-decoration: none;
}
#content .vspace {
	margin: 15px 0;
}
#lowersidebar .vspace {
	margin: 10px 0;
}
div#phoneline h2, div#glowoffice h2 {
	font-size: 13pt;
	font-stretch: condensed;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b3b3b3;
	margin-bottom: 5px;
}
div#phoneline:hover h2, div#glowoffice:hover h2 {
	color: #d704be;
}
#phoneline h3 {
	font-size: 12pt;
	font-stretch: condensed;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b3b3b3;
	margin: 10px 0 0 0;
}

div#fb a {
	background: url('images/fb.gif') 0 0;
	display: block;
	float: left;
	width: 96px;
	height: 29px;
	text-indent: -100000px;
	margin: 5px 10px 5px 8px;
}
div#listserv a {
	background: url('images/listserv.gif') 0 0;
	display: block;
	float: right;
	width: 96px;
	height: 29px;
	text-indent: -100000px;
	margin: 5px 10px 5px 0;
}
#logos ul li {
	display: inline;
}

li#kyg a {
	background: url('images/kyg.gif') no-repeat 0 0;
	display: inline-block;
	width: 109px;
	height: 41px;
	margin: 0 4px 0 0;
	text-indent: -100000px;
	border-right: 1px dotted #666;
	padding-right: 15px;
}
li#uw a {
	background: url('images/uw.gif') 0 0;
	display: inline-block;
	width: 109px;
	height: 41px;
	margin: 0;
	text-indent: -100000px;
}
li#feds a {
	background: url('images/feds.gif') no-repeat 0 0;
	display: inline-block;
	width: 66px;
	height: 41px;
	margin: 0 0 0 4px;
	text-indent: -100000px;
	border-right: 1px dotted #666;
	padding-right: 10px;
}

div.ugliestIEhackEVER {
	background: url('images/ugly-ie-hack.gif') 0 0;
	width: 340px;
	height: 41px;
	display: inline-block;
	border: 0;
	text-indent: -100000px;
}

div.hdots {
	background: url('images/hdots.gif') repeat-x 0 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	border:0;
}
div.hdots hr {
	display: none;
}
/* Begone with ye unholy chimeras of image and text! */

/* "The time has come!" The Walrus said, "To speak of many things! Of ships and shoes and sealing wax, of posts and entries!" Mmm... posts and entries... */

.date {
	font-size: 9pt;
	color: #666;
	float: right;
	text-align: right;
	width: 100%;
	padding: 5px 0;
}

.entry h3, #content .entry h3, li.linkcat h3 {
	font-size: 12pt;
	font-stretch: condensed;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b3b3b3;
	margin: 12px 0 5px 0;
}

.entry ul, #content ul {
	margin-left: 20px;
	padding: 10px 0;
	
}
.entry ol, #content ol {
	margin-left: 25px;
	padding: 15px 0;
}
.entry ol li, #content ol li {
	margin: 8px 0;
}
.entry a, li.linkcat a {
	font-weight: bold;
	font-family: "Calibri Bold";
	color: #fff;
	border-bottom: 1px dotted #666;
}

.entry a:hover, li.linkcat a:hover {
	color: #D704BE;
}

.entry strong {
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* some comment related nonsense */
.thread-alt {
	background-color: #444;
}
.thread-even {
	background-color: #222;
}


.even, .alt {
	border-left: 1px solid #555;
}
li.comment {
	margin: 5px 0;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}
.postmetadata {
	margin-top: 10px;
}
p.postmetadata {
		margin: 25px 5px 25px 20px;
		padding: 5px;
}
.post .postmetadata small {
	margin-left: 0;
}
.post small {
	display: block;
	width: 96%;
	text-align: right;
	font-size: 85%;
}

.entry textarea, .entry input, .entry select, #commentform textarea {
	padding: 10px;
	margin: 10px;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 11pt;
	width: 90%;
	background: #333;
	color: #CCC;
	border: 1px solid #444;
}
#commentform textarea:hover {
	border: 1px solid #555;
}
select {
	width: 130px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 10px;
		background: #333;
	color: #CCC;
	border: 1px solid #444;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 90%;
	padding: 5px;
	background: #333;
		}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;

	}
.comment-body {
	padding: 10px;
}
ol.commentlist {
	margin-left: 20px;
}	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}

.navigation a:hover {
	color: #D704BE;
}
/* enough with comments... they do make me weary... */



/* "O Oysters," said the Carpenter, "You've had a pleasant run! Shall we be trotting home again?' 
 * But answer came there none--
 * And this was scarcely odd, because
 * They'd eaten every one. */


/* Lists be walking the plank! */
div#sidebar ul li {
	list-style: none;
}

div#sidebar ul li ul li {
	list-style: square;
	margin-left: 15px;
	text-transform: uppercase;
}

div#sidebar ul li ul {
		margin-top: -10px;
		margin-bottom: 15px;
}

ul.xoxo li {
	padding: 5px 0;
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px;
	padding-left: 20px;
	border-left: 3px solid #666;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

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 Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;

}

.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;
}
/* End captions */

img#wpstats{display:none}

/* You've reached the end. Shouldn't you be doing something more useful? */
