/*
Theme Name: Floodmud
Theme URI: http://floodmud.com
Template: comicpress
Description: A ComicPress child theme designed for the Floodmud web comic.
Author: Josh Jones
Author URI: http://floodmud.com/
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

@import url("default.css");

/*body {
	background: #fff url('images/background.png') top center repeat-x;
}*/

body {
	margin: 0;
	padding: 0;
	background-color: #A7A8A7;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	}

/****************************************************************************************
	HEADER
****************************************************************************************/
#page-wide { width: auto }
#page { width: auto }

#header {
	background: #000 url('images/bg-hdr.jpg') top center repeat-x;
	height: 130px;
	position: relative;
	}

#logo {
	position: absolute;
	bottom: 8px;
	left: 80px;
	z-index: 700;
	}
	
.hdr_robots {
	position: absolute;
	bottom: 0px;
	}
.hdr_floodmud {
	left: 10px;
	width: 101px;
	height: 155px;
	z-index: 800;
	}
.hdr_group {
	right: 0px;
	width: 349px;
	height: 126px;
	z-index: 400;
	}




button {
	background: #aaa url('images/menu.png');
	color: #000;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	line-height: 16px;
	border: 1px solid #999;
	cursor: pointer;
}
	button:hover {
		color: #fff;
		background: #f00 url('images/menu.png') 0 -75px;
	}


h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-weight: normal;
}
h1, h1 a { color: #eee }
h1 a:hover { color: #fff }
h2 a, h3 a, h4 a { color: #333}

h2.post-title {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ddd;
}
h2.post-title a {
	font-size: 1.5em !important;
}

.post-text {
	overflow: visible;
}

.post-info {
	margin-bottom: 12px;
}



/* THE HEADER */

.description {
	color: #555;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 2px;
}


/****************************************************************************************
	MENU
****************************************************************************************/

#menubar-wrapper {
	background-color: #212121;
	position: relative;
	padding-left: 78px;
}
.menunav { display: none }
.menu  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 500;
	}
.menu ul li { display: inline-block }
.menu  ul a {
	display: block;
	color: #fff;
	font: 800 14px 'Open Sans', sans-serif;
	margin: 10px;
	text-decoration: none;
	}
.menu ul a:hover { text-decoration: underline }


/****************************************************************************************
	COMIC
****************************************************************************************/

#comic-wrap {
	background-color: #fff;
	padding-bottom: 24px;
}

#comic {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	background-color: #fff;
	padding: 24px 0 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#comic-foot {
	/* margin-bottom: 24px; */
}

.post-tags > a {
	display: inline-block;
	vertical-align: middle;
	padding: 6px;
	background-color: #f3f3f3;
	margin: 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-tags > a:hover {
	background-color: #e7e7e7;
}


/****************************************************************************************
	COLUMNS
****************************************************************************************/

#content-wrapper {
	background: transparent url('images/bg-city-lrg.jpg') center top repeat-x;
/*
	background: #f3f3f3;
	padding: 20px 0 20px;
*/
	padding: 0 0 20px;
	}

#subcontent-wrapper {
	margin: 0 auto;
	width: 1000px;
	padding: 20px 0;
	}

#sidebar-left {
	width: 200px;
	padding: 0;
	margin: 0 10px 0 0;
	}

.narrowcolumn {
	width: 400px;
	padding: 0;
	margin: 0 10px 0 0;
	}

#sidebar-right {
	width: 200px;
	width: 26%;
	padding: 26px 0 0;
	margin: 0;
/*
	border-top: 4px solid #ddd;
*/
	text-align: center;
	}
.layout-2cl .narrowcolumn, .layout-2cr .narrowcolumn, .layout-2cvr .narrowcolumn, .layout-2cvl .narrowcolumn {
	width: 600px;
	width: 70%;
	padding: 12px 0;
	margin: 0 20px 0 0;
/*
	border-top: 4px solid #ddd;
*/
}

.socialside {
	margin: 24px auto 24px;
}
.socialside .social {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 8px;
}
.socialside .social:hover {  }
.socialside .facebook { background: transparent url('images/icon-social-facebook.png') top center no-repeat; }
.socialside .twitter { background: transparent url('images/icon-social-twitter.png') top center no-repeat; }
.socialside .tumblr { background: #333 url('images/icon-tumblr.png') top center no-repeat; }

#comment-wrapper {
	padding: 20px 20px 0;
	}

/****************************************************************************************
	POSTS
****************************************************************************************/

.entry { 
	line-height: 170%;
}
.addtoany_share_save_container {
	clear: both;
	margin: 30px 0 !important;
}

#blogheader { border: none }
.post {
	background-color: rgba(255,255,255,1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 12px;
	}



/* COMMENT LINK */

.comment-link {
	height: 25px;
	line-height: 20px;
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: right;
}
	
	.comment-link a {
		color: #333;
		padding: 0 5px 0 0;
	}
		
	.comment-link a:hover {
		color: #800;
	}
		
	.comment-balloon {
		width: 30px;
		height: 25px;
		display: block;
		float: right;
		overflow: hidden;
		text-align: center;
		line-height: 16px;
		font-family: 'Georgia', serif;
		font-size: 16px;
		font-weight: normal;
		background: url('images/comment-balloon.png') no-repeat;
	}
	
		.comment-link a:hover .comment-balloon {
			color: #fff;
			background-position: 0 -25px;
		}
		
	.comment-balloon-empty {
		font-size: 20px;
		line-height: 30px;
		}


/* WIDGETS */

/*
.archive-dropdown-wrap {
	background: url('images/browse-search.png') center top no-repeat;
}

.archive-dropdown-wrap:hover {
	background-position: center -23px;
}
*/

/*
.archive-dropdown {
	margin: 0;
	padding: 0;
	width: 166px;
	height: 23px;
	font-size: 12px;
	font-family: 'Arial' , sans-serif;
	border: none;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
*/

.comicpress_archive_dropdown_widget select {
	width: auto;
	margin: 18px auto;
}


/* SEARCH */

#s-search, #s-transcript {
	width: 138px;
	padding: 4px 0 0 5px;
	font-size: 12px;
	height: 19px;
	font-family: 'Arial' , sans-serif;
	color: #000;
	border: none;
	float: left;
	background: url('images/browse-search.png') 0 -46px no-repeat;
}

	#s-search:hover, #s-search:focus, #s-transcript:hover, #s-transcript:focus {
		color: #550000;
		background-position: 0 -69px;
	}

	#searchform button, #searchform-transcript button {
		padding: 0;
		margin: 0;
		border: none;
		height: 23px;
		width: 23px;
		line-height: 0;
		font-size: 0;
		cursor: pointer;
		text-indent: -9999px;
		background: url('images/browse-search.png') -143px -46px no-repeat;
	}

	#searchform button:hover, #searchform-transcript button:hover {
		background-position: -143px -69px;
	}

	#searchform button:hover, #searchform-transcript button:-moz-focus-inner {
		border: 0;
	}

/* GALLERY */

.gallery-image {
	width: 518px;
	border: 1px solid #000;
	overflow: hidden;
	background: #000;
	text-align: center;
}

.gallery-caption {
	font-size: 11px;
}

	.gallery-caption p {
		width: 510px;
		padding: 5px;
		margin: 0;
		text-align: center;
		color: #fff;
		background: #000;
	}

.imagenav-wrap {
	margin: 5px 0 0 0;
}

.imagenav {
	width: 77px;
	height: 77px;
	float: left;
	overflow: hidden;
}

.imagenav-center {
	width: 344px;
	height: 65px;
	margin: 0 5px;
	padding: 10px 5px 0 5px;
	float: left;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	overflow: hidden;
}

.imagetitle {
	color: #000;
	font-size: 18px;
}

.imagenav-bg {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 0;
	background: #ddd;
	border: 1px solid #000;
	overflow: hidden;
}

.imagenav-bg img {
	width: 75px;
	height: 75px;
}

.imagenav-arrow {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height: 75px;
	text-align: center;
	border: 1px solid #000;
	float: left;
}

.imagenav-link {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 2;
	border: 1px solid #000;
	float: left;
	overflow: hidden;
}

.imagenav-link img {
	width: 75px;
	height: 75px; 
/*		opacity: 0.50; 		filter: alpha(opacity=50); */
}

.imagenav-link img:hover {
/*		opacity: 0.00;  	filter: alpha(opacity=0); */
}

/* Pagination */

#wp-paginav {
	background: url('images/menu.png');
	text-align: left;
	border: 1px solid #999;
}

#paginav {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 13px;
	border-right: 1px solid #aaa;
}

	#paginav .paginav-pages, #paginav .paginav-extend {
		padding: 0 15px 0 15px;
	}

	#paginav a {
		padding: 0px 10px 0 10px;
		display: block;
		color: #000;
		text-decoration: none;
	}

	#paginav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#paginav li {
		float: left;
	}

	#paginav li a {
		border-left: 1px solid #aaa;
		border-right: 1px solid #ccc;
	}

	#paginav .paginav-next, #paginav .paginav-previous {
		font-size: 20px;
	}

	#paginav .paginav-current, #paginav .current {
		padding: 0px 10px 0 10px;
		color: #fff;
		border-left: 1px solid #aaa;
		background: url('images/menu.png') 0 -150px;
	}

	#paginav li:hover a {
		border-left: 1px solid #8b160f;
		border-right: 1px solid #c28380;
		color: #fff; 
		background: url('images/menu.png') 0 -75px;
	}

#wp-calendar-wrap {
	border-color: #999;
}

#blogheader {
	border-color: #999;
}



/****************************************************************************************
	FOOTER
****************************************************************************************/

#footer {
	background: #000;
	position: relative;
	color: #aaa;
	padding: 10px;
	}

.ftr_container {
	width: 1000px;
	margin: 0 auto;
	font-size: 0.75em;
	}

.ftr_col {
	padding: 10px 20px;
	display: table-cell;
	border-right: dotted 1px #555;
	box-sizing: border-box;
	width: 33%;
	}
.ftr_last { border: none }


#ftr_bottom { position: relative }
#ftr_bottom  ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	}
#ftr_bottom  ul a {
	background-color: #222;
	display: block;
	color: #fff;
	font: 800 14px 'Open Sans', sans-serif;
	margin: 4px 0;
	text-decoration: none;
	text-align: left;
	padding: 4px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
#ftr_bottom ul a:hover {
	background-color: #333;
	}


#ftr_social .social {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding-top: 8px;
	padding-bottom: 4px;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 12px;
}
#ftr_social .social:hover {
	padding-top: 4px;
	padding-bottom: 8px;
}
#ftr_social .facebook { background: transparent url('images/icon-social-facebook.png') top center no-repeat; }
#ftr_social .twitter { background: transparent url('images/icon-social-twitter.png') top center no-repeat; }
#ftr_social .tumblr { background: transparent url('images/icon-tumblr.png') top center no-repeat; }