
/* GENERAL */
/* //////////////////////////////////////////////////////////////////////////////// */
body
{
	background: #F5F5ED;
	color: #333333;
	font-family: "Arial";
	font-size: .80em;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	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: 0 auto;
}

.contentwrap_blogtitle
{
	width: 100%;
	max-width: 996px;
	min-width: 996px;
	margin: 0 auto;
}

.contentwrap
{
	width: 100%;
	max-width: 980px;
	min-width: 980px;
	margin: 0 auto;
}

#content
{
	float: left;
	width: 70%;
	margin-top: 3px;
	/*background-color:#F00;*/
}

#aligner
{
	margin: 0px;	
}



/* POSTS & ENTRIES */
/* //////////////////////////////////////////////////////////////////////////////// */
.post_and_page /* used on single.php & page.php */
{
	background-color: #DAD8D8;	
	float:left;
	position: relative;
	width: 98%;
	padding: 15px 15px 15px 15px;
	overflow: hidden;
}

.post {
	background-color: #DAD8D8;	
	float:left;
	position: relative;
	width: 98%;
	padding: 15px 15px 15px 15px;
	overflow: hidden;
	border-bottom: 1px dotted #A987A0;
}

.postdate
{
	color:#514E4E;
	font-size: 14px;
	font-weight: bold;
}

.posttitle
{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 19px;
}

.posttitle a
{
	color: #333333;
}

.posttitle a:hover
{
	color: #333333;
}

.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: 10px;
	position:relative;
}

#thumbnail img
{
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.read_more
{
	font-size: 10px;
	color:#333333;
}

.read_more a
{
	color:#333333;
}


.read_more a:hover
{
	color:#9B4A86;
}

#post_bio
{
	font-size: 11px;
	color:#333333;
}

#post_bio img
{
	background-color:#999;
	margin: 2px 8px 0px 0px;
	padding: 2px 2px 2px 2px;
}


/* SIDEBAR */
/* //////////////////////////////////////////////////////////////////////////////// */
#sidebar
{
	float: right;
	margin-bottom: 0px;
	width:25%;
	margin-right: 0px;
}	

#sidebar .sidebar_header
{
	/* background is determined in random color generator include; */
}

#sidebar h2
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 30px;
	border-bottom: 1px dotted #A987A0;
	/*text-transform: lowercase;*/
}

#sidebar h2.small, #sidebar h2.widgettitle
{
	background-color: #DAD8D8;
	color: #FFFFFF;
	font: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 0px 0px 0px 5px;
	letter-spacing: 0px; 
	text-align: left;
	/*text-transform: lowercase;*/
}

#sidebar ul
{
	font: Arial;
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0px 0px 5px 5px;
	text-align: left;
}

#sidebar li
{
	list-style: none;
	text-align: left;
	background-color: #FFFFFF;	
}

#sidebar li select
{
	margin: 5px 0px 0px 100px;
}

#sidebar ul li
{
	background: #FFFFFF;
	margin: 3px 0px 3px 0px;
}

#sidebar ul li:hover
{
	background: #F5F5ED;
}

#sidebar ul li a
{
	color:#333333;
}

#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:#333333;
}

.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;
}

.comments_header_01
{
	clear: both;
	font:bold 14px arial;
	margin-top: 15px;
	margin-bottom:5px;	
}

.comments_header_02
{
	clear: both;
	font:bold 14px arial;
	margin-top: 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 {}

