/* Companion Custom CSS over-rides for [ Adopted - The Comic ]: ComicPress - 2.8 */


body {
	padding: 15px 0;
}

/* background repating for side & main column */
#subcontent-wrapper {
	background:url("http://www.adoptedthecomic.com/wp-content/uploads/websitemedia/adopted-the-comic-background.png") repeat-y scroll center top transparent;
}

h1,h1 a {
	padding:0px 0 0 0;
	margin:0;
	color:#333;
	font-family:'trebuchet ms',sans-serif;
	font-size:44px;
	font-weight:normal;
	line-height:44px;
	text-decoration:none;
	letter-spacing:-1px;
	font-variant:normal
}

h2,h2 a {
	margin:0;
	color:#333 !important;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:24px;
	line-height:24px;
	padding-bottom:2px;
	font-family:'trebuchet ms',sans-serif;
}

h2 a:hover {
color: #999999 !important;
}

h3,h3 a {
	padding:0;
	margin:0;
	font-size:20px;
	font-weight:normal;
	text-align:left;
	color:#333;
	text-decoration:none;
	clear:both;
	letter-spacing:-1px;
	font-family:'Helvetica',sans-serif
}

a:link {
	color: #999999;
	text-decoration:none;
}
	
a:visited {
	color: #999999;
}
	
a:hover {
	color:black;
}
	
a:focus {
	color:#ebe4dd;
	outline:none;
}


/* ------ text selection (highlight) color ------- */

::selection {
	background: #ccc;
	color:#000;
	}

::-moz-selection {
	background: #E4E4E4;
	color:#000;
}

::-webkit-selection {
	background:#ccc;
	color:#000;
}

a::selection {
	background: #ccc;
	color:#fff;
	}

a::-moz-selection {
	background: #E4E4E4;
	color:#fff;
}

a::-webkit-selection {
	background:#fff;
	color:#000;
}


/* ------ Header ------- */

.pagetitle {
	display:none;
}

#header {
	width: 974px !important;
	height: 100px !important; 
	background: url('http://www.jessica-emmett.com/adoptedthecomic.com/wp-content/uploads/websitemedia/adoptedthecomic-banner-march2011.png') top center no-repeat !important; 
	overflow: hidden;
	border-style:solid;
	border-width:3px 3px 0px 3px;
}

#header h1 {
	padding: 0;
}

#header h1 a {
	display: block; 
	width: 980px; 
	height: 120px; 
	text-indent: -9999px;
}

#header .description {
	display: none;
}


/* ------ Menubar ------- */

#menubar-wrapper {
	border: 3px solid black; 
	border-top:0;
	width: 974px;
	text-transform: none;
}

.menu ul li a {  
	color: black;
}

/*IE6 hack to get sub menu links to behave correctly*/
.menu ul li a { 
	display: inline-block; 
}

.menu ul li a:hover { 
	color: #fff; 
	background: #999999; /*background of menu items during onmouseover (hover state)*/ 
	-moz-border-radius: 0 0 5px 5px;
 	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
} 

.menu .current_page_item a, .menu .current_page_item a:visited {  
	color: black !important;
}

.menu .current_page_item a:hover {  
	color: #ffffff !important;
}

/* if brower supports, rounded bottom corners on menu highlight */
.current-menu-item, .current-page-ancestor, .current-post-ancestor { 
	background: #ebe4dd;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#menubar-wrapper ul li.current_page_item a, #menubar-wrapper ul li.current-menu-ancestor a, #menubar-wrapper ul li.current-menu-item a, #menubar-wrapper ul li.current-menu-parent a {
	color:black;
}


/* ------ Comic ------- */

#comic-head {
	padding:2px;
	border-color:black black #555555;
	border-style:solid;
	border-width:3px 3px 1px;
	padding-top:0;
	background:#fff;
	}


#sidebar-overcomic {
	padding:0px 0 0;
}
	
#comic {
	background:#fff;
	text-align:center;
	padding:5px
	border-color:black;
	border-style:solid;
	border-width:0 3px 3px;
	}



#comic-foot {
	padding-bottom:0px
}


/* ----- Main Column Content (e.g. Posts & comic posts) ------ */
	
#content {
	border-color:black;
	border-style:solid;
	border-width:0 3px;
	width:744px;
}

/* Removes the "Comments RSS" when you go to an individual page */
.commentsrsslink { 
	display: none; 
}

.sticky {
	background:none repeat scroll 0 0 #FFFFFF;
	border:6px solid #EBE4DD;
	margin:10px 2px;
	padding:3px;
}

div.post-1 {
	border:6px solid #EBE4DD;
	margin:10px 2px;
	padding:3px;
}

div.post-88 {
	border:6px solid #EBE4DD;
	margin:10px 2px;
	padding:3px;
}

.post-foot {
	margin-bottom:0px;
}

/* removes how search result number */
.searchresults {
	display:none;
}

#pagenav {
	font-weight:normal;
	border-top:1px solid #555555;
	font-size:1em;
	margin:15px -5px 0;
	padding:5px;
	width:745px;
}

/* ----- images ----- */

.alignleft {
	display:inline;
	float:left;
}

.about-image {
	border:3px solid black;
	margin:0 15px 10px 0;
}

.link-page-img {
	border:0px;
	margin:0 10px 10px 0;
}



/* ------ Line Rule between Comic & Blog on homepage -------
Also fills in gaps left & right */

#blogheader {
	border-top:3px solid black;
	margin-left:-5px;
	margin-right:-5px;
	margin-bottom:-10px;
}

/*
#blogheader {
	display:none;
}
edited out for now*/

/* ------ Post Navigation ------- */

.nav, .blognav {
	border-bottom:1px solid #555555;
	font-size:1em;
	font-weight:normal;
	height:13px;
	margin:0 -5px 15px;
	padding:5px;
	width:745px;
}

.nav-first {
	float:left;
}

.nav-previous {
	float:left;
}

.nav-next {
	float:right;
	/*margin-left:570px;  */
}

.nav-last {
	float:right;
}

.blognav-prev {
	float:left;
}

.blognav-next {
	float:right;
}


/* ------ Sticky Posts ------- */

.sticky {
	background:#fff;
}

.sticky-post {
	background:#fff;
}


/* ------ TRANSCRIPT ------- */

#transcript {
	padding: 0 10px;
	font-size: 11px;
	border-left: none;
	border-right: none;
}

.transcript-border {
	padding: 0 5px;
	margin: 15px 0;
	border: 1px solid #555;
	background: #fff;
	clear: both;
}

a.transcript-title {
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	display: block;
	font-family: 'Georgia' , serif;
	font-style: italic;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	border-bottom: none;
}

#transcript-content {
	font-family: 'Courier New' , monospace;
	overflow: hidden;
}


/* ----- comment replay ------ */

#respond {
	padding:20px 3px 3px;
}

textarea#comment {
	width:99%;
}


/* ----- Sidebar ------ */

#sidebar-left {
	background:#ebe4dd;
	border-left:3px solid black;
	width:207px;
	}

.sidebar h2 {
	text-indent: 10px
}

.sidebar p {
	margin-right: 10pt;
}

.sidebar a {
	margin-right: 10pt;
}
	
#sidebar-right {
	display:none;
}

.widget-content {
	text-align: left;
}


/* ----- Sidebar Plugins ------ */

/* Only keep this if use image feed */
.image-feed-small a img {
	max-width: 175px;
}

.comicpress_latest_thumbnail_widget img {
	margin-bottom: 5px;
}

#newsletter {
	align:center;
	margin-bottom: -3px;
}

.events_widget_list ul {
	margin-left:10px;
}

#wp-calendar a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	background:#999;
	margin-right:0pt;
}

#wp-calendar caption {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 11px;
	letter-spacing:0px;
	font-variant:normal;
	text-align: center;
}

table#wp-calendar td { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: white; 
	border-color:#999;
	font-variant:normal;
}

#archive-dropdown {
	width:200px;
}


/* ----- Footer ------ */


#footer {
	padding:0;
	background-color:#fff;
	margin:0px;
}

/* hides the WP stats smiley face */
img#wpstats {
	width:0px;
	height:0px;
	padding:0px;
	border:none;
	overflow:hidden
}


/* ----- Add to Any plugin ------ */

.addtoany_list img {
	width:20px;
	height:20px;
}

.addtoany_list a {
	padding:0 2px;
}
	
.addtoany_share_save_container {
	text-align: left;
	line-height:0px;
	margin:0px 0
}

/* ----- Events plugin ----- */
.jess-line {
	width: 760px;
	border-bottom: 3px solid black;
	margin: 10px -5px 10px -10px;
	
}

/*------ Bert poem Expander ----*/

#bertpoem {
	font-family: 'Courier New' , monospace;
	overflow: hidden;
}
