/*
Theme Name: I Don't Get It Either
Theme URI: http://idontgetiteither.com/
Description: Child Theme for ComicPress 2.9
Author: Jared Scheib
Author URI: http://jaredscheib.com/
Template: comicpress
Version: 0.1
*/
 
@import url("../comicpress/style.css");
//@import url("/wp-content/themes/idgie/images/nav/navstyle.css");

/*force 780px wide page by overriding #page and #page-wide*/
#page {
width: 780px;
margin: 0px auto;
}

#page-wide {
width: 780px;
margin: 0px auto;
}

/* Blog Column Width */
.narrowcolumn {
width:470px;
}

/* Left Sidebar Themes */
#sidebar-left {
float: left;
width: 140px;
padding: 5px;
margin: 0;
}

/* Right Sidebar Themes */
#sidebar-right {
float: right;
width: 140px;
padding: 5px;
margin: 0;
}

a {
font-family: 'Helvetica';
font-variant: normal;
color: #58CBFC;
text-align: left;
letter-spacing: 0px;
}

a:hover {
color: #00B6FF;
}

#header {
width: 780px;
height: 80px;
}

#header h1, h1 a {
font-family: 'Helvetica';
font-variant: normal;
font-size: 36px;
color: #58CBFC;
text-align: left;
letter-spacing: 0px;
margin-top: 55px;
padding-left: 10px;
}

#header a {
color: #58CBFC;
}

#header a:hover {
color: #00B6FF;
}

#header h2 {
font-family: 'Helvetica';
color: #58CBFC;
}

#header h3 {
font-family: 'Helvetica';
color: #58CBFC;
}

#header .description {
font-family: 'Helvetica';
font-variant: normal;
font-size: 14px;
font-style: normal;
color: #58CBFC;
text-align: left;
letter-spacing: 0px;
padding-left: 20px;
}

.idgiemenu-rss {
	width: 12px;
	height: 12px;
	margin: 0px;
	display: block;
	float: right;
	text-indent: -31px;
//	overflow: hidden;
	background: url('images/rssblue12px.png') no-repeat;
}

.idgiemenu-rss:hover {
	background-position: 0 -13px;
}

/*#menubar {
display: none;
}*/

#sidebar-overcomic {
padding: 0px;
}

body {
font-family: 'Helvetica';
color: #777777;
//background: #DAF0FB;
background: #DAF0FB url('http://idontgetiteither.com/wp-content/themes/idgie/images/cloudsheader.png') top center no-repeat;
}

body .post-text {
margin-bottom: 30px;
}

body h3 {
font-size: 15px;
}

/*
#comic-glowtop {
text-align: center;
position: relative;
background-color: #FFF;
width: 800px;
background: url('http://idontgetiteither.com/wp-content/themes/idgie/images/blueglow-top.png') no-repeat top right;
}

#comic-glow {
text-align: center;
position: relative;
background-color: #FFF;
width: 800px;
background: url('http://idontgetiteither.com/wp-content/themes/idgie/images/blueglow-yaxis.png') no-repeat center;
}

/*
<div id="glow-container" style="text-align: left; position: relative; background-color: #FFF; width: 800px; margin-right:auto; margin-left:auto; background: url('http://idontgetiteither.com/wp-content/themes/idgie/images/blueglow-yaxis.png') repeat-y center;">
*/

/*
<div id="comic-glowtop" style="text-align: center; position: relative; background: url('http://idontgetiteither.com/wp-content/themes/idgie/images/blueglow-top.png') no-repeat right top;"><div id="comic" style="padding: 10px; background: url(&quot;http://idontgetiteither.com/wp-content/themes/idgie/images/blueglow-yaxis.png&quot;) repeat-y scroll center transparent;"><img class="ishadow40" title="Purpose" alt="Purpose" src="http://idontgetiteither.com/comics/2008-09-09-purpose.jpg"></div></div>
*/

/*
#comic {
width: 780px;
text-align: center;
padding: 5px;
}
*/

/*
#comic-glowbottom {
text-align: center;
position: relative;
background-color: #FFF;
width: 800px;
background: url('http://idontgetiteither.com/wp-content/themes/idgie/images/blueglow-bottom.png') no-repeat bottom right;
}
*/

#footer {
font-family: 'Helvetica';
}

.nav { display: none; } //kills off nav text below comic

/*#idgiemenubar {
float: right;
margin-top: -100px;
}*/

/*#header h4, h4 a {
font-size: 14px;
color: black;
text-decoration: none;
font-weight: normal;
letter-spacing: -1px;
font-family: 'Helvetica';
//line-height: 12px;
//display: inline-block;
}

#header h4 a:hover {
font-size: 14px;
color: #00B6FF;
text-decoration: none;
font-weight: normal;
letter-spacing: -1px;
font-family: 'Helvetica';
}*/

/* make the html page not wobble when reloading to a new page. */
html { overflow-y: scroll; } 
