body {
	text-align: center;
	background-color: #fffffe;
	margin: 0;
	padding: 0;
	font-family:serif;
	font-size: 1.2em;
	line-height:1.5em;
	background-image: url(../images/flowers-sm.gif);
}

.logo {

}

#main {
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

#message {
	border-bottom: solid thin;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	background-color:#fff;
	text-align:center;
}

#nav {
	background-color: #fff;
	padding: 2em;
	padding-top:2em;
	text-align: center;
	border-bottom: 1px dashed #382E1C;
	border-top: 1px dashed #382E1C;
	margin-bottom:3em;
	margin-right:auto;
	margin-left:auto;
	margin-top:9px;
	background-image: url(../images/stripes-sm.gif);
}

#footer {

	font-family:san-serif !important;
	color: #fffffe;
	width:50%;
	margin-right:auto;
	margin-left:auto;
	margin-top:180px;
	margin-bottom:40px;
	text-align:center;
	text-shadow: 0.1em 0.1em 0.2em #000;	
}

#footer a {
    color: #fffffe;
    text-decoration: none !important;
}

#content {
	padding: 2em;
	max-width:50%;
	margin-right:auto;
	margin-left:auto;
	/* background-image: url("/images/swirlies-sm.gif"); */
	color:#fff;
	text-shadow: 0.1em 0.1em 0.2em #000;	
	padding-top:40px;
	text-align:center;
}

#content a {
    color: #fff;
    text-decoration: none !important;
}


h1 {
	margin-top: 0;
}

.admin-section {
	background-image: url("/images/stripes_bg.gif");
	border-top: 1px solid #BECCCC;
	border-bottom: 1px solid #BECCCC;
	padding: 40px;
	position: relative;
	text-align: left;
}

pre {
    font-size: small;
    line-height: 1em;
    color:#fff;
}

pre.admin-debug {
	background: none repeat scroll 0 0 #000000;
	color: #00FF00;
	font-size: 14px;
	margin: 0;
	padding: 1em;
}

p.error {
	background-color: #f99;
}

p.message {
	background-color: #9f9;
}


/*pagination*/
#pagination{

}

/* pagination header */
.pag_head{margin:0 0 10px;text-align:center;border: 1px solid #fff;display:none;}

/* pagination active items */
.ds_pag{
    text-decoration: none;
    border: 1px solid #AAA;
    padding: 0.3em 0.5em;
    color: #0BBDFF;
    margin: 0 2px;
    background:#fff;
}

/* pagination inactive items */
.pag_inactive{
    border: 1px solid #AAA;
    padding: 0.3em 0.5em;
    color: #999;
    margin: 0 2px;
    background:#fff;
}
/* pagination ellipses */
.pag_ellipses{
    text-decoration: none;
    border: 1px solid #fff;
    padding: 0.1em 0.1em;
    color: #999;
    margin: 0;
    background:#fff;
}

#next_button {
    text-align:center;
}

#next_button input[type=submit] {
    background-color: #fff;
    border: 1px dashed #5a6b47;
    text-shadow: 0.1em 0.1em 0.2em #809966;	
    color:#382E1C;
    font-size:2.5em;
    padding:35px;
    font-weight:100;
    border-radius: 20px;
    margin-bottom:60px;
    font-family:serif;
}

.number {
    font-size:10em;
    text-align:center;
    font-weight:700;
    padding-top:40px;
    padding-bottom:60px;
    /*
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #382E1C;
   */
  text-shadow:
   -1px -1px 0 #382E1C,  
    1px -1px 0 #382E1C,
    -1px 1px 0 #382E1C,
     1px 1px 0 #382E1C;
}

.number-details {
    font-size:10pt;
    font-family:serif;
    padding-top:40px;
}

.error-404 {
    text-align: center;
}

.motto {
    font-size: small;
    font-family:serif;
    font-style: italic;
    /* color:#999966; */
    color: #8d7447;

    margin-top:10px;
}

#about {
    text-align: left;
}

#about .q {
    margin-bottom:50px;
}

#about h1{
    margin-bottom:30px;
    font-size: 2em;
}

#history {

    font-size: 1.2em;
    font-family:monospace;
    line-height:1.2em;
}

#history .header {
    margin-bottom: 40px;
}

#about a {
    text-decoration: underline !important;
}

#api_methods {
    text-align: left;
}

#api_method {
    text-align: left;
    margin-bottom: 40px;
}

#getstarted {
    font-size:2em;
    margin-top:30px;
}

#getstarted a {
    text-decoration: underline !important;
}

.missionints {
    font-style: italic;
    margin-top:10px;
}

#about-index {
    margin:0px;
    margin-left: 30px;
    margin-bottom: 60px;
    padding: 0px;
    font-size: 1.3em;
}

#about-index li {
    margin-bottom: 15px;
}