/*
Theme Name: ComicPress Kaitou
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Kaitou
Author URI: http://www.kaitou.org/
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
1. Modify the directory name to one of your chosing.
2. Change the 'Theme Name, Author and Author URI' to your custom names.
3. Put your custom sets of navigation, avatars, calanders, moods in
the images folder in this Child Theme, uses the same base structure as
the main ComicPress theme.
4. If you are using a custom-header.php, that too goes into this child theme.

5. The widgets directory in the child theme is where you can place
custom widgets that you make.

6. Design your site with Companion or putting the CSS into this child
theme's style.css

7. Take a screen capture of your designed site and replace the
screenshot.png file in this child theme.

NOTE: When writing CSS in either Companion or the Child Theme, you put
the CHANGES only, not the entire CSS.  */

@import url("../comicpress/style.css");

/* STANDARD TAGS */

body {
	margin: 0;
	font-family: Helvetica, 'Arial', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #333;
	background: #fff;
	z-index: 0;
}

#wp-calendar-wrap {
    border: none;
}

#rss-2 .widgettitle {
    height: 40px;
    background: url('/comic/images/twitter.png') no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

#page {
	width: 1040px;
	margin: 0px auto;
}

#page-wide {
	width: 1040px;
	}

/*.layout-v3c */
#section-wrap {
    padding-left: 5px;
    padding-right: 5px;
    width: 860px;
}

#header {
	text-align: left;
	height: 74px;
	background: url('/wp-content/images/topbanner.png') top center no-repeat;
	overflow: hidden;
}

#menubar-wrapper {
    background: #000000;
    color: #ffffff;
}

#menubar-wrapper ul li a {
    color: #ffffff;
}

#menubar-wrapper ul li a:hover {
    color: #ffffff;
    background: #ff0000;
}

#menunav {
    color: #ffffff;
}

a.menunav-rss {
    color: #ffffff;
}

.menu ul li ul li a {
	font-family: Helvetica, 'Arial', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

#column {
	width: 660px;
	padding: 0px 0 10px 0;
	float: left;
	overflow: hidden;
	}

#sidebar {
	width: 175px;
	}

#content.narrowcolumn {
	width: 660px;
}

#content.widecolumn {
	width: 660px;
	}

#content.column {
	margin 0 0 0 0;
	padding: 0 0;
	width: 660px;
}

.content {
	width: 660px;
}

#sidebar-left {
	width: 180px;
}

#sidebar-right {
	width: 170px;
}

#comic-wrap {
    padding-left: 5px;
    padding-right: 5px;
}

#comic {
	border: 0px;
	padding: 0px;
}

#uentry {
	width: 660px;
}

#entry {
	width: 660px;
}

#hentry {
	width: 660px;
	}

#pagewrap-right {
	width: 660px;
	}

.ss-comic .simplesocialiconset {
    margin-left: 190px;
}

