@font-face {
	font-family: "Calluna Regular";
	src: url('http://glowinteractive.com/media/fonts/Calluna-Regular.otf') format("opentype");
	font-style: normal;
}

input {
	border: #ccc 1px solid;
	color: #94869D;
	padding: 3px 6px 5px 6px;
	font-size: 13px;
	font-style: italic;
	margin: 2px 0;
}

textarea {
	border: #ccc 1px solid;
	color: #94869D;
	padding: 3px 6px 5px 6px;
	font-size: 13px;
	margin: 2px 0;
}

#wrapper {
	text-align: left;
	width: 940px;
	margin-top: 18px;
	margin-left: 120px;
}

#header {
	float: left;
	width: 100%;
	height: 84px;
	margin: 0 0 22px 0;
}

#header img {
	float: left;
}

#header-image {
	position: relative;
	top: 4px;
}

#content-container {
	float: left;
	width: 100%;
	margin: 0 0 16px 0;
	position: relative;
	left: -2px;
}

#content ul {
	list-style-type: disc;
	padding: 8px 0 8px 16px;
}

#footer {
	float: left;
	margin: 100px 0 0 0;
	width: 100%;
	height: 30px;
	color: #302b33;
}

/* Latest Tweet */

#latest-tweet {
	float: right;
	position: relative;
	top: -87px;
	background: url(http://glowinteractive.com/media/images/line-vr-fade.png) no-repeat;
	width: 300px;
	height: 72px;
	color: #94869F;
	font-style: italic;
	font-size: 12px;
	line-height: 19px;
	padding: 16px 0  0 8px;
	left: 5px;
}

#latest-tweet a {
	color: #94869F;
}

#latest-tweet img {
	padding: 0 6px 0 0;
}

/* Navigation */

#nav {
	margin-top: 69px;
	position: relative;
	left: 5px;
	top: 8px;
}

#nav ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

#nav .no-bg { 
	background: none;
}

#nav li {
	float: left;
	padding: 0 12px;
	font-size: 16px;
	color: #333;
	background: url(http://glowinteractive.com/media/images/nav-spacer.png) no-repeat;
	background-position: 0px 9px;
	position: relative;
	top: -3px;
}

#nav a {
	color: #333;
}

/* Footer Copyright */

#copyright {
	float: right;
	text-align: right;
	font-size: 11px;
	color: #999;
}

/* Footer Nav */

#footer-nav {
	float: left;
	margin-left: -12px;
}

#footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-nav .no-bg { 
	background: none;
}

#footer-nav li {
	float: left;
	padding: 0 13px;
	font-size: 12px;
	color: #302b33;
	background: url(http://glowinteractive.com/media/images/footer-nav-spacer.png) no-repeat;
	background-position: 0px 5px;
}

#footer-nav a {
	color: #302b33;
}

/* Misc */
/* Taken from kohana app */

.continue-link {
	font-weight: bold;
	font-size: 13px;
	color: #310322;
}

.bold {
	font-weight: bold;
}

.divider {
	width: 100%;
	height: 1px;
	background: url(http://glowinteractive.com/media/images/line-hr.png);
}

.arrow {
	background: url(http://glowinteractive.com/media/images/blog-arrow.png) no-repeat;
	background-position: 1px 40%;
	height: 13px;
	width: 15px;
}

/* Comments Form */

#commentform label {
	text-transform: uppercase;
	color: #7a7a7a;
	font-weight: bold;
	font-family: Verdana;
}

/* GENERAL */
/* //////////////////////////////////////////////////////////////////////////////// */
body
{
	color: #000;
	font-family: "Arial";
	font-size: .80em;
	display: block;
	padding: 0;
	margin: 0;
	background: url(http://glowinteractive.com/media/images/bg.png) no-repeat -220px 5px;
	width:100%;
}

h2
{
	font-size: 1.2em;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #9B4A86;
}



/* GRIDDER */
/* //////////////////////////////////////////////////////////////////////////////// */
.grid_row80p, .grid_row100p
{
	position:relative;
	clear:both;
	width:1px;
}

.grid_row80p
{
	height:80px;
}

.grid_row100p
{
	height:100px;
}



/* HEADER  & NONE-FLASH HEADER */
/* //////////////////////////////////////////////////////////////////////////////// */
.header_container
{
	position:relative;
	width:100%;
	height:172px;
	background-color:#FFFFFF;	
}

#header_left
{
	margin: 0 auto;
}

#header_right
{
	margin-top: 15px;
	float:right;
}

#header_noneflash_right
{
	margin-top: 20px;
	float:right;
}

.blogtitle span
{
	display:none;
}

.headerGradientLine
{
	background: url("http://blog.glowinteractive.com/wp-content/themes/glow/images/header/nav_gradient_line.jpg") no-repeat 0 0;
	background-color:#FFF;
	width: 245px;
	height: 40px;
	position:relative; top:-21px;
	float:right;
}

.blogTitlebtn
{
	display: block;
	background-color:#FFF;
	position:relative;
}

.blogTitlebtn a
{
}

.blogTitlebtn:hover
{ 
	background-position: 0 -54px;
}

.blogTitlebtn span
{
	display:none;
}

#blogtitleID
{
	background: url("http://blog.glowinteractive.com/wp-content/themes/glow/images/header/glow_logo.gif") no-repeat 0 0;
}

#blogtitleID:hover
{
	background-position: 0 -54px;
}

#blogtitleID a
{
	background: url("http://blog.glowinteractive.com/wp-content/themes/glow/images/header/glow_logo.gif") no-repeat 0 0;
}

.navbtn
{
	display: block;
	background-color:#FFF;
	position:relative;
}

.navbtn a
{
}

.navbtn:hover
{ 
	background-position: 0 -15px;
}

.navbtn span
{
	display:none;
}

#headerSubscribeID
{
	background: url("http://blog.glowinteractive.com/wp-content/themes/glow/images/header/button_subscribe.gif") no-repeat 0 0;
	position:relative; left:0px; top:20px;
}


#headerSubscribeID:hover
{
	background-position: 0 -15px;
}

#headerSubscribeID a
{
	background: url("http://blog.glowinteractive.com/wp-content/themes/glow/images/header/button_twitter.gif") no-repeat 0 0;
}

#headerTwitterID
{
	background: url("http://blog.glowinteractive.com/wp-content/themes/glow/images/header/button_twitter.gif") no-repeat 0 0;
	position:relative; left:93px; top:5px;
}

#headerTwitterID:hover
{
	background-position: 0 -15px;
}

#headerTwitterID a
{
	background: url("http://blog.glowinteractive.com/wp-content/themes/glow/images/header/button_twitter.gif") no-repeat 0 0;
}

#headerAboutID
{
	background: url("http://blog.glowinteractive.com/wp-content/themes/glow/images/header/button_about.gif") no-repeat 0 0;
	position:relative; left:174px; top:-10px;
}

#headerAboutID:hover
{
	background-position: 0 -15px;
}

#headerAboutID a
{
	background: url("http://blog.glowinteractive.com/wp-content/themes/glow/images/header/button_about.gif") no-repeat 0 0;
}


/* CONTENT HOLDERS*/
/* //////////////////////////////////////////////////////////////////////////////// */

.contentwrap_gutter
{
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
	margin: 40px auto 0;
}

.contentwrap_blogtitle
{
	width: 100%;
	max-width: 996px;
	min-width: 996px;
	margin: 0 auto;
}

.contentwrap
{
	width: 100%;
	margin: 0 auto;
}

#content
{
	float: left;
	width: 640px;
	/*background-color:#F00;*/
}

#aligner
{
	margin: 0px;	
}



/* POSTS & ENTRIES */
/* //////////////////////////////////////////////////////////////////////////////// */
.post_and_page /* used on single.php & page.php */
{
	float:left;
	position: relative;
	width: 98%;
	padding: 0;
	overflow: hidden;
}

.post {
	float:left;
	position: relative;
	width: 98%;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	overflow: hidden;
	border-bottom: 1px dotted #A987A0;
}

.postcategoriestags {
	line-height: 18px;
	font-style: italic;
}

.postcategories a {
	font-style: italic;
}

.postdate
{
	color:#514E4E;
	font-size: 13px;
	font-weight: bold;
	font-family: Georgia, "Calluna Regular";
}

.postauthor
{
	color:#333;
	font-size: 13px;
	font-weight: bold;
	font-family: Georgia, "Calluna Regular";
	font-style: italic;
}

.postauthor a {
	text-decoration: underline;
	color: #663696;
}

.entrywhole {
	color: #333;
	font-family: Georgia, "Calluna Regular";
	font-size: 14px;
	line-height: 16px;
}

.entrywhole p {
	margin: 12px 0 0 0;
}

.entry {
	color: #333;
	font-family: Georgia, "Calluna Regular";
	font-size: 14px;
	line-height: 16px;
}

.entry p {
	margin: 24px 0 0 0;
	line-height: 21px;
}

.entry p:first-child em {
	font-size: 20px;
	line-height: 27px;
}

.posttitle
{
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 33px;
	font-family: "Calluna Regular";
	color: #9D9962;
	margin-bottom: 2px;
}

.posttitle a
{
	color: #9d9962;
}

/*
.posttitle a:hover
{
}

.post:hover
{
	background: #FFFFFF;
}

.post:hover .posttitle a
{
	color: #9B4A86;
}
*/
#cattag
{
	font-size: 10px;
	color:#333333;
}

#cattag a
{
	color:#333333;
}


#cattag a:hover
{
	color:#9B4A86;
}

.entry
{
	padding-bottom: 10px;
}

.entry a
{
	color: #333333;
	text-decoration: underline;
}

.entry p img
{
	border: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top:10px;
}

.entry ol li
{
	clear: both; 
	margin-top: 22px;
	position:relative;
	line-height: 21px;
}

#thumbnail img
{
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.read_more
{
	font-size: 11px;
	color:#333333;
	float: right;
	margin-right: 9px;
	margin-top: 4px;
	color: #333;
	font-family: Georgia, "Calluna Regular";
	font-style: italic;
}

.read_more a
{
	color:#333333;
}


.read_more a:hover
{
	color:#9B4A86;
}

#post_bio
{
	font-family: Georgia, "Calluna Regular";
	font-size: 14px;
	line-height: 16px;
	color:#333333;
	margin: 14px 0 14px 0;
}

#post_bio img
{
	background-color:#999;
	margin: 4px 8px 0px 0px;
	padding: 2px 2px 2px 2px;
}

.pagination {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin: 6px 0 0 0;
}

/* SIDEBAR - Recent Posts */

#sidebar .widget_recent_entries ul {
	list-style-type: disc;
	color: #330066;
	margin: 10px 0 0 20px;
}

#sidebar .widget_recent_entries li {
	list-style-type: disc;
	margin-bottom: 8px;
}

/* SIDEBAR - Tags */

#sidebar  .ctc h2.widgettitle {
	margin: 0 0 10px;
}

/* SIDEBAR - Search */

#sidebar .widget_search {
	display: none;
}

/* SIDEBAR - Stats Map */

#sidebar .stats_map {
	display: none;
}

/* SIDEBAR */
/* //////////////////////////////////////////////////////////////////////////////// */
#sidebar
{
	float: left;
	margin-bottom: 0px;
	width:25%;
	margin-right: 0px;
	margin-left: 47px;
}	

#sidebar .sidebar_header
{
	/* background is determined in random color generator include; */
}

#sidebar h2
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 29px;
	border-bottom: 1px dotted #A987A0;
	/*text-transform: lowercase;*/
}

#sidebar h2.small, #sidebar h2.widgettitle
{
	color: #009999;
	font-family: "Calluna Regular";
	font-size: 30px;
	margin: 0 0 2px 0;
	padding: 0px 0px 10px 0px;
	letter-spacing: 0px; 
	text-align: left;
	/*text-transform: lowercase;*/
}

#sidebar ul
{
	font-family: "Calluna Regular";
	font-size: 12px;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0px 0px 5px 0px;
	text-align: left;
}

#sidebar li
{
	list-style: none;
	text-align: left;
	background-color: #FFFFFF;	
	margin-bottom: 20px;
}

#sidebar li select
{
	margin: 5px 0px 0px 100px;
}

#sidebar ul li
{
	background: #FFFFFF;
	margin: 0px 0px 3px 0px;
}

#sidebar ul li:hover
{
	background: #F5F5ED;
}

#sidebar ul li a
{
	font-family: Georgia, "Calluna Regular";
	font-size: 13px;
	color:#330066;
	line-height: 18px;
}

#sidebar ul li:hover a
{
	color:#9B4A86;
	border-bottom: 1px dotted #2fdaf9;
}

#sidebar img
{
	width: 100%;
	border: 0;
}

.stats_map
{
	margin-top:3px;
}

.widget li {
	/*padding: 0 6px 0 0;*/
}

.ctc 
{
	padding-bottom: 5px;
}

.ctc a
{
	margin-left: 5px;
	color:#330066;
}

.ctc a:hover
{
	color:#9B4A86;
	background:#f5f5ed;
	border-bottom: 1px dotted #2fdaf9;
}


/* SEARCH FORM */
/* //////////////////////////////////////////////////////////////////////////////// */
#searchsubmit
{
	display: none;
}

#search
{
	border:#CCC;
	background:#CCC;
	color: #333333;
	text-transform: lowercase;
	font-size:12px;
	float:right;
}

.searchform
{
	background-color:#FFF;
	color: #333333;
	text-transform: lowercase;
	font-size:12px;
	font-weight:bold;
	padding: 3px 0 0 5px;
	height: 20px;
	text-align:left;
}



/* PAGE NAVIGATION */
/* //////////////////////////////////////////////////////////////////////////////// */
/*#nav
{
	background:#a294b5;
	font:normal 12px arial;
	font-weight:bold;
	z-index:5000;
}

#nav a, #nav a:hover
{
	background:#a294b5;
	display: block;
	border:none;
	padding:6px 10px;
	z-index:5000;
}

#nav li
{
	background:#a294b5;
	float: right;
	list-style:none;
	z-index:5000;
}

#nav a, #nav a:visited
{
	background:#b75c9f;
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	z-index:5000;
}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on
{
	background:#a294b5;
	text-decoration:none;
	z-index:5000;
}
*/


/* FOOTER */
/* //////////////////////////////////////////////////////////////////////////////// */
.footer
{
	clear: both;
	font: Arial;
	font-size:9px;
	padding: 10px 0 35px 0;
	text-align:left;
}

.footer a
{
	color: #333333;
}

.footer a:hover
{
	color: #9B4A86;
}

/*  FLOATS */
/* //////////////////////////////////////////////////////////////////////////////// */
.aligncenter, div.aligncenter
{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

a.main:hover
{	
	background:none;
}

.alignright 
{
	float: right;
	margin: 0px;
	clear:both;
}

.alignleft
{
	float: left;
	margin: 0px;
	clear:both;
}

.aligncenter, div.aligncenter
{
   display: block;
   margin-left: auto;
   margin-right: auto;
}



/* COMMENTS */
/* //////////////////////////////////////////////////////////////////////////////// */
#respond
{
	clear: both;
}

.socialbuttons {
	float: left;
	clear: both;
	width: 100%;
	margin: 22px 0 0 0;
}

#commentform input[type=submit] {
	background: url(http://glowinteractive.com/media/images/post-comment.jpg) no-repeat;
	border: 0;
	width: 117px;
	height: 23px;
	margin: 12px 0 0 0;
}

.forminfo {
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	color: #7a7a7a;
}

.comments_header_01
{
	clear: both;
	font:bold 14px arial;
	margin-top: 15px;
	margin-bottom:5px;	
}

.comments_header_02
{
	clear: both;
	font:bold 20px arial;
	margin-top: 20px;
	margin-bottom: 20px;
}

.comment_user_font
{
	font:normal 10px arial;
}

.comment_fields_font
{
	font:normal 11px arial;
}

.comments_prev_next_nav
{
	font:normal 11px arial;
}

.comment-info-split
{
	clear: both;
}

.commentmetadata
{
	text-transform: lowercase;
}

.comment-div
{
	display: block;
}

.comment-left {
	width: 30%;
}

.comment-right{
	width: 70%;
}

.avatar 
{
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	margin-bottom:5px;
	padding:3px;
}

.commentlist ul li
{
	border-bottom:none;
}

.commentlist li
{
	margin: 0 0 0 0 ;
}

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0;}
ol.commentlist ul.children { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {font:normal 11px arial;}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font:normal 16px arial; }
ol.commentlist li.comment div.vcard cite.fn { font:normal 11px arial; }
ol.commentlist li.comment div.vcard cite.fn a.url { font:normal 11px arial;}
ol.commentlist li.comment div.vcard img.avatar { border:3px solid #ccc; float:left; margin-bottom:1px; margin-right:8px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {font:normal 11px arial;}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:9px; color:#333333}
ol.commentlist li.comment div.comment-meta a { color:#666666 }
ol.commentlist li.comment div.comment-meta a:hover { color:#9B4A86 }
ol.commentlist li.comment p { font:normal 11px arial; margin:0 0 1em; }
ol.commentlist li.comment ul { font:normal 11px arial; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font:normal 11px arial; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#FFFFFF; }
ol.commentlist li.odd { background:#F6F6F6; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


