/*
Theme Name: Delusions
Theme URI: http://delusionsofgrandeur.org/
Description: Two column theme, based loosely on Kubric
Version: 1.5

Author: MCANGELI
Author URI: http://delusionsofgrandeur.org/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Have fun, and don't be afraid to contact me if you have questions.

Ported to Textpattern with a little Magic Dust by Stuart - http://thebombsite.com
*/

/* Begin Typography & Colors */

* {
        margin: 0;
        padding: 0;
}

#accessibility {
        position: absolute;
        top: -10000px;
}

p {
        padding:10px 0 10px 0;
}

html, body {
	margin: 0 auto 0 auto;
        background: #FFFFFF;
	font: 12px/18px verdana, arial, sans-serif;
	color: #000000;
	text-align: center;
        width: 760px;
}

#container {
	float: left;
	width: 760px;
	text-align: left;
}

#header	{
        background: #FFFFFF;
	width: 760px;
        height: 250px; 
        background: url(/images/nase-ryby-logo.gif) no-repeat;
}

#content {
	width: 760px;
}

a, a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* ------ Top Navigation ------ */


#siteNavigation	{
	width: 724px;
	float: left;
        margin-left: auto;
        margin-right: auto;
}

.navigation {
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	float: left;
	width: 724px;
}

.navigation li {
	float: left;
	text-align: center;
}

.navigation li.first {}

.navigation li.right {
        float: right;
        padding-top: 2px;
        padding-right: 3px;
        font-size: 8px;

}

.navigation li a:link, .navigation li a:visited	{
	text-decoration: underline;
	color: #000000;
	display: block;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
}

.navigation li a:hover {
	background: silver;
        text-decoration: none;
}


/* ------ Header ------ */

#header img {
	border: none;
}

#header h1 {
        margin-bottom: 10px;
        font-size: 52px;
}

#header a {
	background: none;
        color: #000000;
        text-decoration: none;
}

#header a:hover	{
	background: none;
        text-decoration: underline;
}


/* ------ Leftside Stuff ------ */

#leftContent {
	width: 480px;
	float: left; 
	padding: 20px;
        font-size: 14px;
}

#leftContent p {}

#leftContent h2 a:link, #leftContent h2 a:visited {
	text-decoration: underline;
	color: #000000;
}

#leftContent h2 a:hover	{
	background: transparent;
        text-decoration: none;
}

#leftContent h3 a:link, .entry h3 a:visited {
	color: #000000;
}

#leftContent h3 a:hover	{
	background: #000;
}

#leftContent h4	{
	font-size: 11px;
	text-transform: uppercase;
}

.entry {
	border-top: 1px dotted silver;
	padding-bottom: 20px;
}

.entry ul, .entry ol {
        list-style-position: inside;
}

h2 {
	font: 22px georgia, sans-serif;
	font-weight: bold;
	clear: left;
	color: #000000;
	margin: 10px 0 10px 0;
}

h2.pen {
	font-size: 22px;
	margin-bottom: 5px;
	padding: 6px 2px 2px 24px;
}

h3{
	font-size: 16px;
	text-transform: uppercase;
	clear: left;
	color: #CCCCCC;
}

/*.gray {
	border: 1px solid #ccc;
	background: #25668D;
	padding: 10px 20px 10px 20px;
}

.white {
	padding: 10px 20px 10px 20px;
}*/

blockquote {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #25668D;
	margin: 20px 30px 20px 30px;
}


/* ------ Rightside Stuff ------ */

#rightContent {
	float: right;
	width: 189px;
	padding: 20px;
}

#rightContent h2 {
	margin: 20px 0 10px 0;
        padding: 3px 0 3px 0;
	color: #000000;
}

#rightContent h3 {
	text-align: center;
	padding: 2px 0 2px 0;
	color: #000000;
}

#rightContent form input {
	background-repeat: repeat-x;
	border: 1px solid #888888;
	padding: 2px;
        margin-bottom: 5px;
}

#rightContent form submit {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #1A426A;
	font-size: 1em;
	background-color: #000000;
        background-image: none;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#rightContent ul {
	list-style-position: inside;
}

#rightContent p	{
	color: #000000;
	margin: 10px;
}



/* ------ Images ------ */

.rightImage {
	float: right;
	margin: 10px;
	border: 1px solid #777777;
	padding: 5px;
	background: #CCCCCC;
}

.leftImage {
	float: left;
	margin: 10px;
	border: 1px solid #25668D;
	padding: 5px;
	background: #25668D;
}

.screenshot {
	text-align: center;
}

.screenshot img	{
	padding: 5px;
	border: 1px solid #25668D;
	background: #CCCCCC;
}

#img {
        padding: 5px;
        border: 1px solid #25668D;
	background: #25668D;
}

/* ------ Paging Links ------ */

#paging {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 15px 0 15px 0;
        font-weight: bold;
        font-size: 1.2em;
}

#paging .left {
        float: left;
        width: 40%;
	margin-left: 20px;
	text-align: left;
}

#paging .right {
        float: right;
        width: 40%;
	margin-right: 20px;
	text-align: right;
}

hr.clearer {
        display: none;
        height: 1px;
}


/* ------  Comments ------ */


h3#comment {
        margin-top: 15px;
}

.comments {
	text-align: justify;
}

.comments li {
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 15px 0 3px 0;
	list-style: none;
}

.comments cite, .comments cite a {
	font-style: normal;
	font-size: 1.1em;
        margin-left: 3px;
}

.comments p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	display: block;
	font-weight: normal;
        margin-left: 5px;
}

.comments small, .comments small a {
        margin-left: 5px;
}

.commentauthor {
        margin-bottom: 20px;
}

.even {
	padding: 5px 10px 3px 10px;
	border: 1px solid #25668D;
}

.odd {
	padding: 5px 10px 3px 10px;
	border: 1px solid #CCCCCC;
        background-color: #25668D;
}

#commentnumber {
	font: italic normal 14px 'Times New Roman', Times, serif;
	margin-top: -5px;
	float:right;
	font-size: 28pt;
	font: italic;
}

.even #commentnumber {
	color: #25668D;
}

.odd #commentnumber {
	color: #539DBC;
}

.odd a:visited {
	color: #CCCCCC;
	font-weight: bold;
}

.gravatar {
	margin: 3px 5px 0px 0px;
	float: left;
	width:40px;
	height:40px;
}

.odd img.gravatar {
        border: 2px solid #539DBC;
}

.even img.gravatar {
        border: 2px solid #25668D;
}

#cpreview p.preview {
        font-size: 1.2em;
        text-align: center;
        margin-bottom: 15px;
}


/* ------ Comment Entry Form ------ */

h3#respond {
        margin-top: 15px;
}

#emailform form fieldset {
        border: 0;
}

#emailform legend {
        display: none;
}

#txpCommentInputForm input, #txpCommentInputForm textarea, #emailform input, #emailform textarea {
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#txpCommentInputForm input, #emailform input {
	border: 1px solid #888888;
	padding: 2px;
	margin-right: 5px;
}

#txpCommentInputForm p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
}

#ed_toolbar input {
	border: 1px solid #888888;
	background-color: #000000;
}

#txpCommentInputForm textarea, #emailform textarea {
	border: 1px solid #888888;
	width: 382px;
        height: 200px;
	padding: 2px;
}

#txpCommentInputForm #submit {
	border: 1px solid #888888;
	float: left;
}

#txpCommentInputForm textarea:focus, #emailform textarea #txpCommentInputForm input:focus, #emailform input:focus, #sidebar #searchform #s:focus {
	border: 1px solid #42769F;
}

p#txpCommentInputForm {
       width: 300px;
       text-align: center;
       font-weight: bold;
       padding: 10px 0 10px 0;
       border-top: 1px solid #25668D;
       border-bottom: 1px solid #25668D;
       margin-left: auto;
       margin-right: auto;
       margin-top: 30px;
       margin-bottom: 30px;
}


/* ------ Footer ------ */

.footer	{
	clear: both;
        width: 724px;
	border-top: 1px solid black;
	padding: 3px 0 5px 0;
        text-align: center;
        background-color: #FFFFFF;
}


/* ------ Archives ------ */


#category {
        font-size: 1.2em;
        line-height:1.6em;
        margin-top: 30px;
}

#categorylisting {
        padding-bottom: 80px;
}

ul.categorymenu {
        list-style: none;
        text-align: left;
}

.cattitle {
        clear: both;
        font-size: 1.4em;
        font-weight: bold;
        text-align: left;
        padding-top: 50px;
        border-bottom: 1px solid #444444;
}

.cattitle a {
        color: #000000;
        text-decoration: none;
}

.catarticle {
        clear: both;
        font-weight:normal;
        line-height: 1.6em;
}

.catarticle a {
        text-decoration: none;
}


.archivearticle {
        clear: both;
        float: left;
        font-size: 1em;
}

.archivearticle a {
        text-decoration: underline;
}

.archivedate {
        float: right;
        font-size: 0.75em;
}

.year {
        clear: both;
        font-size: 1.8em;
        font-weight: normal;
	letter-spacing: -1px;
	color: #25668D;
        text-align: left;
        padding-top: 50px;
        border-bottom: 2px solid #25668D;
}

.montharchivedate {
        text-align: left;
        font-size: 1.2em;
        font-weight: bold;
        border-bottom: 1px solid #444444;
        margin-left: 50px;
}

.montharchivearticle {
        clear: right;
        float: right;
        width: 70%;
        text-align: left;
        font-size: 1em;
        line-height: 1.6em;
}

.back {
        font-size: 0.8em;
        text-align: right;
        padding-top: 0;
        padding-bottom: 30px;
}