/*
Theme Name: EF Comics
Theme URI: http://comics.extrafuture.com/ef-comics
Description: This is a wordpress theme specifically designed for webcomics.
Version: 1
Author: Phil Nelson
Author URI: http://extrafuture.com
Tags: two column, comics, html5

*/

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('fonts/League_Gothic.eot');
	src: local('League Gothic'), local('LeagueGothic'), url('fonts/League_Gothic.woff') format('woff'), url('fonts/League_Gothic.ttf') format('truetype'), url('fonts/League_Gothic.svg#LeagueGothic') format('svg');
}

body {
	margin:0 0 0 0;
	font: 16px Myriad Pro, Helvetica, Arial, sans-serif;
	background: #D2F2FF;
}

html {
	margin: 0;
}

h1 {
	font-family: 'LeagueGothicRegular';
	font-size: 32px;
	text-transform: uppercase;
}

h2 {
	font-family: 'LeagueGothicRegular';
	font-size: 28px;
	text-transform: uppercase;
}

h3 {

}

h4 {

}

hr {
	width: 30%;
	margin: 16px auto 16px auto;
}

ul {
	
}

.container {
	width: 1024px;
	margin: 0 auto 0 auto;
	background: url('new_bg.png') top left repeat-y;
	padding-bottom: 20px;
}

/* Sidebar */

#side-ad {
	width: 160px; 
	height: 700px; 
	background: transparent; 
	float: left;
	margin: 30px 20px 0 20px;
}

#side-ad table {
	border: 1px solid #eee;
}

#underAd {
	width: 770px;
	height: 90px;
	margin: 15px auto 15px auto;
	clear: both;
}

/* Header */

header h1 {
	
}

/* Nav */

#nav {
	margin: 0 auto 0 auto;
	font-family: 'LeagueGothicRegular';
}

#nav a {
	color: #333;
}

#nav ul {
	min-height: 40px;
	margin: 0 0 0 0;
}

#nav ul li {
	list-style-type: none;
	margin: 0 100px 0 0;
	float: left;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 32px;
}

#nav ul li:first-child {
	margin-left: 140px;
}

#nav ul li a {
	font-weight: bold;
	color: #666;
}

#nav a {
	text-decoration: none;
}

#nav a:hover, #strip-navigation a:hover {
	color: #000;
}

#nav a:hover {
	
}

#nav h1 {
	margin: 0;
	padding: 0;
	line-height: 96px;
	text-align: center;
	font-size: 96px;
	letter-spacing: 1px;
}

/* Main Structure */

.container {

}

/* Comic */

#comic {
	width: 800px;
	margin: 25px auto 0 auto;
	float: left;
}

#comic img {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

#comic h1 {
	font-family: Myriad Pro;
	font-size: 24px;
	margin: 0 0 0 0;
	float: left;
}

#comic h1 a {
	text-decoration: none;
	color: #333;
}

.comicdate {
	color: #777;
	font-size: 18px;
}

.comicdate a {
	text-decoration: none;
	color: #666;
}

.comicdate a:hover {
	text-decoration: underline;
	color: #333;
}


#comic-header .tweet {
	float: right;
	margin-right: 40px;
}

#comic-header img {
	margin: 0;
	padding: 0;
}

/* Comic navigation */

#strip-navigation {
	font-size: 20px
	text-align: center;
	width: 850px;
}

#strip-navigation li {
	margin-right: 25px;
	display: inline;
	list-style-type: none;
}

#strip-navigation li:first-child {
	margin-left: 170px;
}

#strip-navigation a {
	padding: 7px 10px 5px 10px;
	color: #000;
	text-decoration: none;
	background: #eee;
	font-weight: bold;
}

#strip-navigation .past {

}

#strip-navigation .previous a {
	
}

#strip-navigation .next a {
	
}

#strip-navigation .future {

}

/* Blog entries */

.textual {
	margin: 0 0 50px 0;
	width: 800px;
	float: left;
	clear: both;
}

.entry {
	width: 570px;
	float: left;
	margin-right: 30px;
}

#sidebarWrapper {
	width: 200px;
	float: left;
}

#sidebarWrapper ul {
	
}

#sidebarWrapper ul li {
	list-style-type: none;
}

#sidebarWrapper h2 {
	font-family: Myriad Pro;
	font-size: 15px;
	font-weight: bold;
}

.widget {
	margin: 0;
	padding: 0;
}

/* Footer */

#footer {
	width: 1024px;
	clear: both;
	margin: 0 0 0 0;
}

#footer p {
	font-size: 12px;
	text-align: center;
	margin: 10px;
	clear: both;
}

/* Elsewhere */

#elsewhere h2 {
	font-family: Georgia, serif;
	margin-bottom: 5px;
}

#elsewhere li {
	margin-right: 25px;
	float: left;
}

#elsewhere {
	clear: both;
	padding-bottom: 10px;
}