/* Styles used throughout */

body {
margin: 0 auto 0 auto;
width:1000px;
color: #fff;
background-color: #585756;
font-size: 80%;
}

a:link { background-color: transparent; text-decoration: underline; color: #800000; }
a:visited { background-color: transparent; text-decoration: underline; color: #683A5E; }
a:hover { background-color: #800000; color: #fff; }

a.nav:link {text-decoration: underline; color: #ffffff; }
a.nav:visited {text-decoration: underline; color: #ffffff;}
a.nav:hover {background-color: #fafaff; text-decoration: underline; color: #1b1b4e; }

p {
font-family: times new roman, times, serif;
font-size: 16px;
text-align: left;
line-height: 1.3em;
color: #000;
letter-spacing: normal;
font-style:normal;
}

#alert {
background-color: #CD0000;
color: white;
padding: 5px 0 5px 0;
text-align: center;
font-family: arial;
font-weight: bold;
font-size: 20px;
line-height: 22px;
margin-bottom: 2px;
}


img {
border:0;
margin: 0px;
padding: 0px;
}

ul {
text-align: left;
font-size: 1.2em;
line-height: 1.3em;
color: black;
}

ol {
font-size: 1.2em;
line-height: 1.3em;
text-align: left;
color:black;
}

.center {
text-align: center;
}

label {
font-size: 12px;
font-weight: bold;
font-style: normal;
color: #000000;
font-family: "Gill Sans", helvetica, sans-serif;
}

.details {
font-size: 12px;
font-weight: normal;
font-style: normal;
color: #000000;
text-align: left;
font-family: "Gill Sans", helvetica, sans-serif;
line-height: 1.3em;
}

.author {
font-size: 1.3em;
line-height: 1.2em;
margin-bottom: 3px;
color: #1b1b4e;
padding: 0 2px 0 2px;
font-family: palatino, serif;
letter-spacing: 2px;
}

blockquote {
clear: both;
width: 500px;
background: #e9e9e9;
padding: 5px 10px 5px 10px;
margin: 0 auto 16px auto;
border-top: 1px dotted #000;
border-bottom: 1px dotted #000;
font-family: times new roman, times, serif;
font-size: 16px;
text-align: justify;
line-height: 1.3em;
color: #000;
letter-spacing: normal;
font-style:normal;
}

.sectionhead {
text-align: center;
font-family: "high tower text",georgia,serif;
font-size: 24px;
font-weight: bold;
color: #1b1b4e;
letter-spacing: 2px;
}

.indent {
	margin-right:20px;
	margin-left:20px;
	background-color: #FFFFFF;
	padding: 10px;
	border: thin dashed #000000;
}

/* Styles for index page */

#content {
float: left;
padding-top: 2px;
background-color: #FDF8FF;
}

h1 {
font-family: georgia, times new roman, times, serif;
font-size: 1.6em;
margin-top: .5em;
font-weight: normal;
line-height: 1.1em;
color: #000;
}

h2 {
font-family: georgia, times new roman, times, serif;
margin: 9px 0 0 0;
font-size: 17px;
font-weight: normal;
color:black;
}

.details a:link {background-color: transparent; text-decoration: underline; color: #1b1b4e; }
.details a:visited {background-color: transparent; text-decoration: underline; color: #1b1b4e; }
.details a:hover {background-color: #fff; text-decoration: underline; color: #1b1b4e;}

.sticky {
margin-top: 15px;
padding: 1px 10px 1px 10px;
background-color: #B4D7BF;
}

#logo {
height:100px;
background-image: url(http://inverted-world.com/siteimages/logo4.jpg);
background-repeat: no-repeat;
}

h3 {
margin: 0 20px 10px 20px;
padding: 0 10px 0 10px;
border: 1px dotted darkblue;
background-color: white;
text-align: left;
font-weight: normal;
}

h3 ul {
font-weight: normal;
font-size: 16px;
}

#logo p {
margin: 0 0 0 775px;
font-family: "Gill Sans", helvetica, sans-serif;
color:#ffffff;
font-size: 1.2em;
padding-left: 5px;
text-align:left;
}

#indexnav {
background-color: #000000;
}

#indexnav ul {
font-size: 1.2em;
font-family: arial;
list-style: none;
text-align: center;
margin:0;
padding:5px;
}

#indexnav li {
display: inline;
padding: 0px 5px 0px 5px;
}

.box {
float: left;
padding: 10px;
margin-left: 2px;
width: 255px;
border: 1px solid darkblue;
background: #e2e2ef;
overflow:hidden;
}

.box blockquote {
width: 350px;
}

#blog {
width:399px;
margin-right: 2px;
}

.blogentry {
padding-top: 8px;
}

.article {
clear: both;
border-top: 2px dashed #1b1b4e;
padding: 15px 0 15px 0;
}

.box h1 {
margin: 0;
}

.box p {
text-align: left;
margin:15px 0 10px 0;
}

.box img {
float: right;
padding: 5px 0 10px 10px;
}

.header {
height: 30px;
background-color: #cccccc;
border-bottom: 1px dotted #1b1b4e;
margin: -10px -10px -5px -10px;
padding: 0 10px 0 10px;
}

.sidebar {
float: right;
width: 148px;
overflow:hidden;
}

.sidebar p {
line-height: 1.2em;
font-family: "Gill Sans", helvetica, sans-serif;
color:#ffffff;
font-size:1em;
font-style:normal;
margin: 0 0 .7em 0;
text-align:left;
}

.sidebar .author {
font-size:1.2em;
background:#ffffff;
}

#left {
float: left;
}

.sidebarbox {
padding: 3px;
background-color: darkblue;
overflow: hidden;
margin-bottom: 2px;
line-height:1.1em;
}

.sidebar a:link{text-decoration: underline; color: #ffffff; }
.sidebar a:visited {text-decoration: underline; color: #ffffff;}
.sidebar a:hover {background-color: #fafaff; text-decoration: underline; color: #1b1b4e; }

.archive p {
text-align: center;
}

.sidebar .sectionhead {
font-size: 1.2em;
line-height: 1.2em;
text-align: center;
color: #ffffff;
margin-bottom: 5px;
}

#comments {
background-color: darkblue;
}

#previous {
background-color: #383838;
}

#blog p {
margin-top: .3em;
font-size: 16px;
line-height: 1.2em;
}

#blog h1 {
font-size: 18px;
}

.blogdate {
margin: 10px 0 0 0;
padding-top: 10px;
font-family: arial;
font-size: 1.3em;
color: #000;
border-top: 2px solid #fff;
}

/* Styles used on content pages */

.alerttext {
font-size: 16px;
}

.alertbox table {
clear:both;
width: 600px;
margin: 0 auto 0 auto;
}

.alertbox td {
padding:5px;
background-color: #CD0000;
}

.alertbox h2 {
margin:0;
color: white;
font-weight: bold;
}

.alertbox p {
margin:0;
color: white;
text-align:center;
}

.subsection {
margin: 0 20px 10px 20px;
padding: 0 10px 0 10px;
border: 1px dotted darkblue;
background-color: white;
text-align: left;
}

#leftlogo {
background-color: #ffffff;
height: 69px;
}

#leftlogo img {
display: block;
float: left;
}

sup {
font-size: .8em;
text-decoration: none;
line-height: 0px;
}

.digg {
clear:both;
width: 600px;
background-color: pink;
margin: 10px auto 0 auto;
}

.digg td {
padding: 5px;
}

#image {
float: right;
margin: 5px 0px 10px 20px;
border: 1px solid #000;
}

.comment {
background-color: #FDF8FF;
border: 1px dotted #1b1b4e;
width: 600px;
margin: 10px auto 0 auto;
padding: 10px;
overflow: hidden;
}

#commentform {
display: none;
/*margin: 0 auto 0 auto;
padding: 20px 69px 20px 69px;
background-color:#C6E2FF;*/
}

#commentarea {
padding: 20px;
background: #ccc;
}

.tableleft {
float: left;
margin: 5px 20px 10px 0px;
border: 1px solid #000000;
font-weight: bold;
color: black;
}

.tableright {
float: right;
margin: 5px 0px 10px 20px;
border: 1px solid #000000;
font-weight: bold;
color: black;
}

#pagewrapper {
margin: 0px auto 0px auto;
width: 680px;
text-align: center;
border: 2px solid #1b1b4e;
line-height: 1.2em;
background: #FDF8FF;
}

.pagenav {
background-color: black;
text-align: center;
clear: both;
}

.pagenav ul {
background-color: black;
padding: 5px 0px 5px 0px;
font-size: .9em;
font-family: arial;
margin: 0;
list-style: none;
text-align: center;
}

.pagenav li {
display: inline;
padding: 0px 3px 0px 3px;
}

#pagecontent {
width: 620px;
padding: 20px 30px 20px 30px;
background: #FDF8FF;
overflow: hidden;
}

#pagecontent h1 {
margin-top: 10px;
font-size: 2.5em;
}

#pagecontent .comment {
background-color:#C6E2FF;
margin-bottom: 20px;
width: 590px;
}

/* Styles used on archive pages */

#archivewrapper {
margin: 0px auto 0px auto;
text-align: center;
width: 600px;
border: 2px solid #1b1b4e;
line-height: 1.2em;
color: #333;
background: #ebebeb;
}

#archivecontent {
width: 540px;
padding: 10px 30px 10px 30px;
background: #FDF8FF;
}

#archivecontent h1 {
font-size: 2.5em;
line-height: 1.1em;
margin: 0px auto 0px auto;
}

#archivecontent .sectionhead {
margin: 0 auto 10px auto;
text-align: center;
}


.archivelist {
font-size: 16px;
text-align: left;
line-height: 1.4em;
}

#newsarchiveside {
float: right;
padding: 10px;
margin: 10px 10px 20px 10px;
width: 150px;
background-color: #1b1b4e;
}

/* Miscellaneous styles that came with the default template that may prove useful */

.input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
height:            1.6em;
padding-top:           10px;
}

.textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}