body {
	background-color: #fff;
	color: #000;
	margin: 8px 3%;
	font-size: 95%;
	font-family: Arial, Helvetica, "DejaVu Sans", sans-serif
}

h1 {
	font-family: "DejaVu Serif", Arial, sans-serif
}

small {
	font-size: .8em;
}

p {
	line-height: 1.5em;
}

td {
	line-height: 1.3em;
}

a:link  {
	color: #11c;
}

a:visited  {
	color: #551A8B;
}

a:link:active,
a:visited:active  {
	color: red;
}

a.readonly
{
	color: red;
	text-decoration: line-through;
}

#recommend {
	background: url("http://outducks.org/images/background.jpg") #08153a;
	color: #fff;
}

#recommend a:link {
	color: #f6f;
}

#recommend a:visited {
	color: #0cf;
}

#recommend a:link:active,
#recommend a:visited:active  {
	color: red;
}

a {
   text-decoration: none;
}

/* latest clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

pre.cvsdiff { 
  overflow-x: auto;
}

.outerTable {
	padding: 1px;
	margin: 2px;
	border: 0;
}

.innerTable {
	white-space: nowrap;
}

.innerTable td {
	padding: 4px;
	text-align: left;
}

.searchBoxes {
	float: left;
	width: 50%;
	min-width: 290px;
}

#home .search {
	font-size: 100%; 
	/*border: 2px solid #cbdced;*/ /* was 1px #36c */
	padding: 10px 4px;
	margin: 10px 0;
	background-color: #e8e8e6;
	position: relative;
	float: left;
	width: 99%;
	max-width: 600px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3); /* last parameter is opacity */
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);

}

#home .search label {
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	float: left;
	margin: 5px;
	height: 42px;
}

#home .search label input {
	float: left;
	width: 143px;
}

#home .search .pages input{
	width: 60px;
}

#home .search .issueNumber input{
	width: 70px;
}

#home .search select {
	width: 140px;
}

.search .controls {
	float: left;
	width: 170px;
	margin-top: 24px;
}

#issueSearch .controls {
	width: auto;
	margin-bottom: 10px;
}

.advancedSearch {
	float: left;
	font-size: .8em;	
	clear: both;
	white-space: nowrap;
	margin: 5px 0 0 5px;
}

.tips {
	font-size: .8em;
	font-weight: normal;
	text-shadow: 0;
	position: absolute;
	top: 5px;
	right: 5px;
}

div.user {
	font-size: 1em;
	border: 1px solid #fff;
	padding: 4px;
	background: #f0f0df;
}

div.exergue {
	font-size: 1em;
	border: 1px solid #736F6e;
	padding: 4px;
	background: #f0f0ed;
}

# this font is used for technical lists, meant for VIPs or advanced users
.thinbordertab {
	font-size: 12px;
	color: #666;
	border: 1px #666 solid;
}

table.thinbordertab td {
	border: 1px #666 solid;
}

.thinbordertab0 {
	font-size: 15px;
	color: #666;
	border: 1px #666 solid;
}

.post {
	border-bottom: 1px dashed #736F6e;
}

.header {
	display: block;
	background-color: #cccccc; //#cbdced;
	border: none;
	width: 100%;
	padding: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	margin-bottom: 15px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

#issue .header  {
	background-color: #e5e5e3;
	float: left;
}

.owning {
	float: left;
	padding: 10px;
}

.header h1 {
	/* float: left */
	padding: 10px;
	margin: 0;
}
.header p {
	padding: 0;
	margin: 1em 0;
	padding-left: 10px;
}

#issue .header p {
	float: left;
	margin-bottom: 10px;
	font-style: italic;
}

#issue .header .ownedString  {
	float: right;
	padding-right: 10px;
	font-weight: bold;	
	font-style: normal;
}

.header .moreHeaderInfo {
	position: absolute;
	top: 7px;
	margin: 0;
	right: 10px;
	text-align: center;
	font-size: .8em;
	font-style: italic;
}

.header h1 img {
	float: left;
	padding: 0 25px 0 5px;
}

.header .subHead {
	background-color: #e8e8e6;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 0 5px 5px;
	padding: 10px;
	margin: 0;
	border: none;
	text-shadow: none;
	/*clear: both;*/
}

.subHead .main  {
	color: #666;
	font-weight: bold;
}

.rightalign {
         float:right;
}

.newlyAdded {
	width: 100%;
	overflow: hidden;
}

.newlyAdded h2,
.newlyAdded p { 
	display: inline;
	overflow: hidden;
	white-space: normal;
}

.newlyAdded h2 {
	margin-right: 5px;
	font-size: 1em;
}

.newlyAdded h2:after {
	content: ": ";
}

.nav {
	margin: 5px 0;
}

.navBottom {
        margin: 5px 0;
        float: left;
	font-size: 80%;
}

.centralSection {
	width: 100%;
}

.listOfLinks {
	float: left;
	list-style: none;
	font-size: .8em;
	line-height: 1.5em;
	padding: 0;
	margin: 10px 0;
	width: 49%;
	min-width: 290px;
}

.listOfLinks li {
	margin-left: 20px;
}

#home .footer {
	float: left;
	border-bottom: 1px solid gray;
	clear: both;
}

.contactInfo {
	float: left;
	width: 45%;
	margin: 30px 5% 20px 0;
}

.translations {
	float: right;
	width: 45%;
	margin: 30px 0 20px 5%;
}

.licence {
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0 20px;
}

h3:target,
h3:target + p {
	background-color: #cfc;
}

.countryList {
	background: url("img/inducksmap.png") 50% 50% no-repeat; 
	-moz-background-size: contain;
	background-size: contain;
 }

.image {
	float: left;
	text-align: center;
	font-size: .8em;
	margin-right: 20px;	
}

.issueInfo {
	float: left;
}

.issueInfo .detailedInfo {
	float: left;
	max-width: 400px;
}

.issueInfo .navigation {
	font-size: .8em;
	margin: 10px 0;
}

.issueInfo .indexedBy,
.issueInfo .nonIndexedScans  {
	font-size: .8em;
}

.contentInfo {
	float: left;
	padding: 40px 0 10px;
	clear: both;
	width: 100%;
}
.contentInfo h2 {
	float: left;
	margin: 0;
}
 
.legend {
	float: left;	
	margin: 7px 10px;
}

.imageOptions  {
	font-size: .8em;
	float: left;
	margin: 0 0 0 10px;
}

.storyEntry {
	background-color: #cbdced;
}

.coverEntry {
	background-color: #fc3;
}

.gagEntry {
	background-color: #f9f;
}

.nonDisneyEntry {
	background-color: #cc9;
}

.legend .storyEntry,
.legend .coverEntry,
.legend .gagEntry,
.legend .nonDisneyEntry {
	width: 10px;
	margin: 0 5px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}

.orderBy {
	margin: 7px 10px;
	display: inline-block;
}

.boldtable {
	float: left;
	clear: both;
}

.boldtable {
	font-size: .9em;
}
 
@media only screen and (max-device-width: 480px) {
	.searchBoxes {
		width: 100%;
	}

	.listOfLinks {
		clear: both;
		width: 100%;
	}
	
	.header {
		text-align: center;
	}
}

.cvseditlinks {
	margin: 5px 0;
	float: right;
	font-size: 80%;
}

.warning {
    text-align: center;
	font-style: italic;
    font-size: 100%;
	width: 75%;
    background-color: #fc3;
}

.hl0 {
	background-color: #ff9;
}

.hl0x {
	background-color: #7FFFD4;
}

.errorLog th {
	background-color: #F3E2A9;
	text-align: left;
        font-size: 120%;
	font-weight: normal;
}

.errorLog td {
	font-family: "Courier New", Courier, monospace;
       	font-size: 120%;
}

