/* =WordPress Core
-------------------------------------------------------------- */



@charset "UTF-8";


/* BASIC PAGE */

html, body {
	background: #ffffff;
	margin: 	0;
	padding: 	0;
	border:		0;
	height:		100%;
}

body {
	font: 		100%/1.4 Arial, Verdana, Helvetica, sans-serif;
	text-align:	center; /* Hack for IE5/Win */
	color: 		#2a2520;
	background-color: #fff;
}

img {
	display:	block;
	margin: 	0;
	padding: 	0;
	border: 	0;
}

p { 
	margin: 0 0 10px 0;
}

h1 {
	font-family: 'VT323', Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px; 
	font-weight: normal;
	margin: 10px 0 0 0;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	margin: -2px 0 10px 0;
}

h3 {
	font: 100%/1.4 Arial, Verdana, Helvetica, sans-serif; 
	font-weight: normal;
	margin: 0 0 10px 0;
}

ul li {
	margin: 0 0 10px 0;
	padding-right: 8px;
	text-decoration: none;
	list-style-type: none;
	display: inline;
	float: left;
}

.sd-content a {
	text-decoration: none;
	color: #2a2520;
}

.sd-content a:link {
	text-decoration: none;
	color: #2a2520;
}

.sd-content a:hover {
	text-decoration: none;
	color: #e97800;
}

.sd-content a:visited {
	text-decoration: none;
	color: #2a2520;
}


/* to clear floating objects */
.clearer {
	clear: 				both; 
	line-height: 		0; 
	width:				100%;
	height: 			0;
}



/* LINKS */

a {
	border: 	none;
	padding:	0;
	margin:		0;
	text-decoration: none;
}

a:link {
	text-decoration: 	none;
	color: 				#fff;
}

a:visited {
	text-decoration: 	none;
	color: 				#fff;
}

a:hover {
	text-decoration: 	none;
	color: 				#e97800;
}

a:active {
	text-decoration: 	none;
	color: 				#e97800;
}



#container {
	width: 		940px;
	margin: 	0 auto;
}

#header {
	width:		940px;
	text-align: left;
	background: #2a2520;
	color: 		#fff;
	padding: 	0;
	margin:		0;
	border:		0;
}

#logo {
	width:		520px;
	height: 	50px;
	float: 		left;
	text-align: left;
	background: #fff;
	color: 		#000;
	padding: 	0;
	margin:		0;
	border:		0;
}

#logo:hover {
	background-color: #e97800;
}

#logo:active {
	background-color: #e97800;
}

#motto {
	float:		left;
	text-align: left;
	width:		340px;
	color: 		#fff;
	line-height:50px;
	padding-left:40px;
	margin:		0;
	border:		0;
}
	
#headerbar {
	clear: 		both;
	background: #2a2520;
	color: 		#fff;
	height: 	30px;
	padding: 	0;
	margin:		0;
	border:		0;
}
	
#headermenu {
	float: left;
	text-align: left;
	width: 510px;
	height: 30px;
	padding: 0 5px;
	line-height: 30px;
}
	
#headersocial {
	float: left;
	text-align: left;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 40px;
	margin: 0;
	border: 0;
}
	
#headersocial img {
	display: inline-block;
	float: left;
	border:	0;
	margin:	0;
	padding: 0;
}

.headersoc {
	display: inline-block;
	float: left;
	height: 30px;
	width: 30px;
	background-color: #fff;
	margin-right: 5px;
}

.headersoc:hover {
	background-color: #e97800;
}

.headersoc:active {
	background-color: #e97800;
}

#content {
	clear:		both;
	float: 		left;
	width: 		760px;
	text-align: left;
	background: #ffffff;
	padding: 	0 10px 10px 0;
}

#comicnav {
	float: left;
	text-align: center;
	background: #2a2520;
	color: #fff;
	width: 735px;
	height: 30px;
	padding: 0 5px;
	line-height: 30px;
}

#sidebar {
	float: 		left;
	width: 		160px;
	text-align: left;
	background: #ffffff;
	padding: 	0 5px;
}

#footer {
	clear: 		both;
	text-align: center;
	font-size: 70%;
	background: #2a2520;
	color: 		#fff;
	padding: 	10px;
}


/* Share Section */

.sd-title {
	text-align: left;
	display:inline;
	padding-right:8px;
	float:left;
	text-decoration:underline;
}

.sharedaddy sd-sharing-enabled {
	text-align:center;
}


