/* Companion Custom CSS over-rides for [ Doctor Cat ]:  -  */
body {
	background: none;
}

#header {
	height: auto;
}

#header .description {
	margin-left: 50px;
}

#menubar-wrapper {

	margin-bottom: 0px;
	font-weight: bold;
	text-transform: none;
	padding: 3px 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: none;
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
	background: none;
	background-image: none;
	
}

.menu ul li a:link, .menu ul li a:visited 
{ color: #000000; } 

.menunav a:link, .menunav a:visited 
{ color: #000000; } 

.ie #menubar-wrapper {
	background: none;
}

.menu-item-home {
	margin-left: 3px;
}

.menunav {
	margin-right: 3px;
}

.menu ul li a:hover, .menu ul li ul li a:hover {
	color: #7baeca;
}
.menunav-prev a:hover, .menunav-next a:hover, .menunav-rss:hover, .menu ul li a:hover, .menu ul li a.selected {
	color: #7baeca;
	background: none;
	background-image: none;
	-moz-border-radius: none;
	-khtml-border-radius: none;
	-webkit-border-radius: none;
	border-radius: 10px;
}

.menu ul li ul li a:hover, .menu ul li ul li a.selected {
	-moz-border-radius: 5;
	-khtml-border-radius: 5;
	-webkit-border-radius: 5;
	border-radius: 5;
	background: none;
}

/* this is the color of the text in the menubar when its on that page */
.menu .current_page_item a:link, .menu .current_page_item a:visited {
	color: #bfbfc0 !important;
}

.menu-item-home {
	margin-left: 5px;
}
#content-wrapper {
	background: #ffffff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;	
}

#comic-wrap {
	padding: 10px;
}

#comic {
	background: #fff;
	padding: 5px 2px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;
}

.post-title h2 ul li a:link, .post-title h2 ul li a:visited {
color: 62a1c4; }

#submit, #searchform button, 
.type-post, .type-page, .type-comic, 
.type-showcase, .type-music, 
.sidebar h2, #comment-wrapper {
	padding: 2px 5px;
	background: #111;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: none;
    /* IE8 uses -ms-filter for whatever reason... */
	-ms-filter: none;
        background-image: none;
}

#submit, #searchform button {
	color: #fff;
}

#searchform button {
	padding: 0 5px;
}

.post-author-gravatar img, .comment-avatar {
	border: solid 1px #000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
}

.type-post, .type-page, .type-comic, #comment-wrapper {
	border: none;
	margin-bottom: 20px;
}

.ie .type-post, .ie .type-page, .ie .type-comic, .ie .type-showcase, .ie .type-music, .ie #comment-wrapper, .ie .sidebar h2 {
	background: #ddd;
}

.page-title, .post-title, .menu a, .menunav a, #header h1 {
	text-shadow: none;
	-moz-text-shadow: none;
	-khtml-text-shadow: none;
	-webkit-text-shadow: none;
}

h2.pagetitle, h2.page-title, .searchresults, .archiveresults {
	color: #000;
}

.post-title, .page-title {
	border-bottom: none;
	margin-bottom: 3px;
}

table#wp-calendar caption {
	color: #fff;
	text-shadow: none;
	-moz-text-shadow: none;
	-khtml-text-shadow: none;
	-webkit-text-shadow: none;
}

#wp-calendar th, #wp-calendar td {
	color: #ccc;
}

#wp-calendar a {
	color: #62a1c4;
}

a, a:visited, a:link   {
	color: #62a1c4;
}



.sidebar a, .nav a, #header h1 a {
	color: #62a1c4;
}

a:hover, .sidebar a:hover, .nav a:hover, #header h1 a:hover {
	color: #bfbfc0;
}

#wp-calendar-wrap {
	background: #111;
   background: none;
   background: none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

table#wp-calendar td {
	border-color: #fff;
}

.narrowcolumn {
	min-height: 800px;
}

.sidebar h2 {
	border: solid 1px #000;
	margin-bottom: 5px;
}

.comment-text {
	padding: 10px;
	border-bottom: dotted 1px #000;
}

/* comments */

#comment, #author, #email, #url, #comment-textarea, #s-search {
	padding: 2px;
	color: #000;
	font-family: 'Verdana' , sans-serif;
	font-size: 12px;
	background: #eee;
	border: 1px solid #888;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#comment-textarea:focus, #comment:hover, #author:hover, #email:hover, #url:hover, #comment:focus, #author:focus, #email:focus, #url:focus {
	background: none;
}

#submit, #searchform button {
	color: #000;
	font-weight: 700;
}

.ie #searchform button, .ie #submit {
	height: 20px;
	padding-bottom: 3px;
	line-height: 8px;
	background: #ccc;
}

#submit, #searchform button, #comic button, .comicpress_control_panel_widget button {
	background: #ccc;
	color: #000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
    /* IE8 uses -ms-filter for whatever reason... */
	-ms-filter: none;
        background-image: none;
        background: #fff;
}

.sidebar .widget_archive select, .comicpress_archive_dropdown_widget select {
	width: 180px;
	-moz-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	padding-right: 0;
	background: #fff;
    /* IE8 uses -ms-filter for whatever reason... */
	-ms-filter: none;
        background-image: none; }

.comic_navi_wrapper a:link, .comic_navi_wrapper a:visited { 
color:#000;
}

.comic_navi_wrapper a:hover, .comic_navi_wrapper a:selected { 
color:#62a1c4;
}