/*
Theme Name: Digital-Integration
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: ComicPress Developement Team
Author URI: http://comicpress.org/
Version: 1.2
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

@import url("../comicpress/style.css");
@import url("font.css");

/* STANDARD TAGS */

/* Companion Custom CSS over-rides for [ Digital Integration ]: ComicPress - 2.8 */

body{
	background: url('img/ribbon.png') repeat-x, url('img/bg.png');
}

table, tr, td {
 margin: 0px;
 padding: 0px;
 }

#header {
	background: url('img/head.png');
	text-align: left;
	padding-left: 10px;
}

#page {
	width: 935px;
	background: #5e7194;
    border: 1px solid black;
	}

#content-wrapper {
	text-align: left;
	width: 935px;
}
#content {
	float: left;
	width: 680px;
	margin: 2px;
	}

#comic-head, #comic {
	background: #fff;
	border: none;
}
#footer {
	background: url('/img/foot.png') repeat-x #424242;
	}
#content-wrapper {
	background: #899ec8;
	margin: 0;
	}
	
.widget_comicpress_comictitle {
	color: #fff;
	/* border: 2px solid #2c2426; */
	font-family: arial, "sans serif";
	font-size: 1.9em;
	font-weight: 100;
	width: 621px;
	height: 29px;
	float: left;
	display: inline;
	}
.widget_comicpress_comic_date {
	color: #fff;
	font-family: arial, "sans serif";
	font-weight: 100;
	float: left;
	display: block;
	}
#comic_navi_wrapper {
	text-align: left;
	padding: 0px;
	width: 157px;
	height: 30px;
	float: left;
	clear: none;
	}

.nav {
	display: none;
	}
#sidebar-right {
	background: #fff;
	margin: 5px;
	}
	
#header h1 {
	width: 650px;
	float: left;
	}

#updates {
	float: left;
	}
	
.entry {
float: left;
padding: 5px;
}
.post-head {
	background: url(img/avatar-bg.png) no-repeat;
	width: 112px;
	height: 112px;
	margin-top: -15px;
	margin-left: -15px;
	margin-right: 10px;
	float: left;
	padding-top: 1px;
	padding-left: 1px;

}
.post {
	padding: 8px;
	background: white;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border: solid thin black;
	margin-top: 7px;
	margin-left: 7px;
	margin-bottom: 30px;
}
.post-text {
 float: left;
 clear: right;
}

/* navigation */
.comic-foot {
    margin: 0px;
    padding: 0px;
    width: 935px;
    }
#sidebar-undercomic {
	width: 100%;
	background: url('img/navstrip.png') no-repeat;
	height: 57px;
	font-family: 'SFWonderComicBold';
	-webkit-text-fill-color: #594f43;
  	-webkit-text-stroke-color: #303030;
  	-webkit-text-stroke-width: 1px;
	}
	
	/* Comic Navigation */
	.navi-first { 
		font-size: 20px;
		height: 24px;
	  	float: left;
        margin-top: -8px;
	  	margin-left: 90px;

	}

	.navi-last{ 
      font-size: 20px;
	  height: 24px;
	  float: left;
        margin-top: -8px;
	  margin-left: 575px;

	}

	.navi-next {
	 text-align: center;
	 font-size: 20px;
	 height: 24px;
     margin-left: 32px;
     width: 112px;
     margin-right: -150px;
     float: left;
	 }

	.navi-prev {
	 font-size: 20px;
	 height: 24px;
	 float: left;
	 width: 112px;
     margin-left: -10px;
	 text-align: center;
	}
	.navi-comictitle {
    text-align: center;
     overflow: hidden;
	 font-size: 20px;
	 height: 24px;
	 margin-left: -3px;
	 margin-top:2px;
	 margin-bottom: 0px;
     margin-right: -10px;
	 width: 604px;
	 float: left;
     color: white !important; 

	}

	#sidebar-undercomic a:link, #sidebar-undercomic a:visited {
  		-webkit-text-fill-color: #ff7c08;
  		-webkit-text-stroke-color: #981271;
  		-webkit-text-stroke-width: 1px;
		text-decoration: none;
	}
	#sidebar-undercomic a:active, #sidebar-undercomic a:hover{
  		-webkit-text-fill-color: #981271;
  		-webkit-text-stroke-color: #ff7c08;
  		-webkit-text-stroke-width: 1px;
		text-decoration: none;
		}
    .navi-comictitle a:link, 
    .navi-comictitle a:visited, 
    .navi-comictitle a:hover, 
    .navi-comictitle a:active{
                color: white !important;
                text-decoration: none !important;
    }

#comic_navi_wrapper, .comic_navi {
    margin: 0px;
    padding: 0px;
    }
