@charset "utf-8";
/* Tactical Chicken Main Page Stylesheet */

body, p, ul, li {
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px; 
}

/* Typography and Colors */ 

body {
	background-color: #FFFFFF;
}

/* Layout and positioning */ 

#adminbar {
	padding-left: 10px; 
	padding-top: 10px; 
	height: 25px; 
	background-color: #333;
	color: #fff; 
}

#wrapper {
	width: 950px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20px; 
}

#tools {
	height: 25px;
	float: right; 
}

a:link img, a:visited img {
	text-decoration: none; 
	border: none; 
}

#header {
	height: 68px; 
	border: 1px dotted #DDDDDD;
	margin-bottom: 10px;
}

#header h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	font-weight:bold;
	text-align: center;
}

#navigation {
	height: 30px; 
	border: 1px solid #333333;
	background-color: #333333;
	padding-top: 10px; 
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li {
	display: inline;
	padding: 0;
	margin: 0;
}

#navigation a:link, #navigation a:visited {
	margin-left: 5px; 
	color: #FFFFFF; 
	background-color: #333333;
	text-decoration: none;
	border: 1px solid #333000; 
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

#navigation a:hover {
	color: #FFFFFF; 
	background-color: #ED3300;
}

#current_comic {
	height: 400px;
	border: 1px dotted #DDDDDD;
}

/* These margins are just a cludge to center as center auto isn't working right now: */
#current_comic img{
	margin-left: 62.5px; 
	margin-right: 62.5px; 
	margin-top: 14.5px;
	width: 825px; 
	height: 365px;
}

#comic_navigation {
	height: 30px; 
	font-size: 10px; 
}

#previous {
	float: left; 
}

#next {
	float: right; 
}

#about {
	height: 300px;
	border: 1px dotted #DDDDDD;
}

#about h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: large;
	font-weight:bold;
	text-align: center;
}

#about p {
	text-align: center; 	
}

#footer {
	height: 50px; 
	border: 1px dotted #DDDDDD;
	text-align:center;
	padding-top: 10px;
}

#copyright {
	font-size: 10px; 
	color: #BA2800;
}

.clearBoth {
	clear: both;
}



