/*  
Theme Name: DelusionsMU
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.
*/



/* Begin Typography & Colors */
html, body	{
	margin: 0 auto;
        top:0;
	padding: 0;
	background: #777 url(images/bg.png) top center repeat-y;
	font: 11px/17px verdana, arial, sans-serif; 
	color: #fff;
	text-align: center;
        width: 742px;
	
}

#container	{
	float: left;
	width: 740px;
        margin: 0 0;
margin-left: 0;
	padding: 0;
	text-align: left;
        top:0 ;
}
.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

#header	{
        background: #25668D;
	padding: 33px 15px;
        margin-left: 0;
	width: 706px;
        
}
#siteNavigation	{
	width: 738px;
	float: left;
        
}
#content	{
	width: 750px;
	margin: 0;
	padding: 0;
}

#widecolumnga { padding: 20px;
	margin: 0 auto;
	width: 710px;
        float: left;
               }

#leftContent	{
	width: 459px;
	float: left;
	padding: 20px;
border-right: 1px solid #25668D;
	
}

#grav {
	margin: -5px 3px 0px -5px;
	float: left;
	width:40px;
	height:40px;
	padding:7px !important;
	border:0 !important;
	background:transparent url(images/defaultgrav.png) 7px 7px no-repeat;
}


#rightContent, #sidebar	{
	float: right;
	width: 210px;
	padding: 20px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 738px;
	clear: both;
        position: relative;
        bottom: 1%;
        text-align: center;
	}
#footerga {
	padding: 0;
	margin: 0 auto;
	width: 680px;
	clear: both;
        position: relative;
        bottom: 1%;
        text-align: center;
	}
#searchForm {
}

.footer	{
	clear: both;
	border-top: 1px solid #25668D;
	margin: 3px 0 5px;
	padding: 0px;
        text-align: center;
}

.navigation	{
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 10px;
	float: left;
	width: 736px;
	border-top: 1px solid #25668D;
border-bottom: 1px solid #25668D;
}

.navigation li	{
	float: left;
	text-align: center;
	border-right: 1px solid #25668D;
}
.navigation li.first	{
}
.navigation li.right	{
float: right;
border-right: 0px solid #25668D;
}
.navigation li a:link, .navigation li a:visited	{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 2px 10px;
	font-weight: bold;
}

.navigation li a:hover,
body.home .navigation li a.home,
body.archives .navigation li a.archives,
body.submit .navigation li a.submit,
body.about .navigation li a.about,
body.xml .navigation li a.xml,
body.store .navigation li a.store,
body.stats .navigation li a.stats {
	background: #25668D;
}
.navigation li ul	{
	position: absolute;
	left: -999em;
	width: 106px;
}

.navigation li:hover ul, .navigation li.over ul	{
	left: auto;
	z-index: 5;
	padding: 0;
	margin: 0;
	list-style:none;
	border-top: 1px solid #ccc;
}
.navigation li:hover ul li, .navigation li.over ul li	{
	padding: 0;
	margin: 0;
	width: 124px;
}
.navigation li:hover ul li a, .navigation li.over ul li a	{
	background: #4a525a;
	color: #fff;
	border-left: 1px solid #25668D;
	border-bottom: 1px solid #25668D;
	display: block;
}

.navigation li:hover ul li a:hover, .navigation li.over ul li a:hover	{
	
}
.sideList	{
	padding: 0;
	margin: 0 0 0 25px;
}

.sideList li, #sidebar li	{
	padding: 0;
	margin: -3px 0 0 0;

}

.sideList li a:link, .sideList li a:visited	{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0;
	margin: 0;
}

.sideList li ul, .sideList li ul li	{
	padding: 0;
	margin: 0 0 0 5px;
}
.sideList li ul li	{
	font-size: 11px;
	color: #fff;
}
.sideList li ul li a:link, .sideList li ul li a:visited	{
}

.sideList li ul li a:hover	{
}
.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	/* font-weight: bold; */
	}

.commentlist cite, .commentlist cite a {
	/* font-weight: bold;*/
	font-style: normal;
	font-size: 1.1em;
        margin-left: 3px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
        margin-left: 5px;
	}
.commentlist small, .commentlist small a {
        margin-left: 5px;
}

/************************************************
* Header
************************************************/
#header img	{
	border: none;
}
#header a:hover	{
	text-decoration: none;
	background: none;
}
/************************************************
* Leftside Stuff
************************************************/
.entry	{
	border-bottom: 1px dotted #25668D;
	padding-bottom: 20px;
}

#leftContent p	{
}
h2	{
	font: 16px georgia, sans-serif;
	font-weight: bold;
	clear: left;
	color: #fff;
	margin: 20px 0 10px;
}
h2.pen {
	font-size: 1.2em;
	margin-bottom: 5px;	
	margin-left: 0px;
	padding: 6px 2px 2px 24px;
	background: url(images/pen1.gif) no-repeat 0px 4px;
	}
#leftContent h2 a:link, #leftContent h2 a:visited	{
	text-decoration: none;
	color: #fff;
}
#leftContent h2 a:hover	{
	
	background: transparent;
}
h3	{
	font-size: 11px;
	text-transform: uppercase;
	clear: left;
	color: #ccc;
}

#leftContent h3 a:link, .entry h3 a:visited	{
	color: #fff;
}
#leftContent h3 a:hover	{
	background: #000;
}
#leftContent h4	{
	font-size: 11px;
	text-transform: uppercase;
}

.gray	{
	border: 1px solid #ccc;
	background: #25668D;
	padding: 10px 20px;
}

.white	{
	padding: 10px 20px;
}
/******************************************************
* Rightside Stuff
******************************************************/
#rightContent ul li {
	list-style:none;
	margin: 0px 20px 0px 0px;
}
#rightContent ul li ul li {
	list-style:none;
	margin: 0px 10px 0px 10px;
}
#rightContent h2, #rightContent ul li h2	{
	clear: both;
	margin: 10px;
        padding: 3px 0;
	color: #fff;
}

#rightContent h3, #rightContent ul li h3	{
	text-align: center;
	margin: 0;
	padding: 2px 0;
	color: #000;
}


#rightContent dl	{
	list-style:none;
	margin: 0 0 0 10px;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
#rightContent p	{
	color: #fff;
	margin: 10px;
}
.button	{
	border: 1px solid #ccc;
	background: #777;
	color: #fff;
	font-size: 11px;
	padding: 3px 5px;
}

#rightContent a:link, #rightContent a:visited	{
	font-weight: normal;
}

* html #rightContent li	{
	margin: -5px 0 0;
	padding: 0;
}
/***************************************************
* Images
***************************************************/
.rightImage	{
	float: right;
	margin: 10px;
	border: 1px solid #777;
	padding: 5px;
	background: #ccc;
}

.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: #ccc;
}
#img {
padding: 5px;
border: 1px solid #25668D;
	background: #25668D;
}

/******************************
* Store
******************************/
.pagesList, .sortList, .browseList, .catsList	{
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

.pagesList li	{
	border-right: 1px solid #25668D;
	padding: 0;
	display: inline;
}

.sortList li {
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #999;
}

.pagesList li a, .sortList li a	{
	padding: 0 0.4em;
}

.reviews, .browseList li {
	border-bottom: 1px solid #25668D;
	padding: 10px 0 10px;
}

.recommendations	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.recommendations li	{
	float: left;
	margin: 10px;
}
p {
	margin: 20px 0;
}

a:link	{
	color: #fff;
	font-weight: bold;
}
a:visited	{
	color: #666666;
	font-weight: bold;
}
a:hover	{
	
	color: #fff;
	text-decoration: none;
}
blockquote	{
	padding: 10px;
	border: 1px solid #ccc;
	background: #25668D;
	margin: 20px 30px;
}
form, fieldset	{
	border: none;
	margin: 20px 0;
	padding: 0;
}

input, textarea	{
	border: 1px solid #25668D;
	padding: 2px 0;
}

form	{
	margin: 10px 0;
}
label	{
	width: 17em;
	float: left;
}
.noBorder	{
	border-top: none;
}

li	{
	margin: 0;
	padding: 0;
}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar a {
	display: block;
background-color: #25668D;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
background: #539DBC
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
background: #539DBC
	}


#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#today {
        
	border: 1px solid #ffffff;
}
.a{
        
	background: #539DBC;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Comments*/
.graybox {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
        border: 1px solid #ccc;
	}
li.graybox {
	border: 1px solid #25668D;
	}
li.graybox #grav a{
	padding:0 !important;
	border:1px solid #25668D !important;
}
li.cfpost {
	border: 1px solid #CCCCCC;
        background-color: #25668D;
        
	}

#commentnumber {
	font: italic normal 14px 'Times New Roman', Times, serif;
	margin-top: -5px;
	float:right;
	color: #ffffff;
	font-size: 28pt;
	font: italic;
}
.graybox #commentnumber {
	color: #25668D;
}

.cfpost #commentnumber {
	color: #539DBC;
}
.cfpost a:visited	{
	color: #cccccc;
	font-weight: bold;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentField {
	float: left;
	padding: 0 0 3px 5px;
}
.commentField input {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #999;
	border: 1px solid #ABB7BF;
	width: 137px;
	padding: 3px 3px;
}
/* End Comments */


/* Begin Form Elements */
#searchform {
	margin: 4px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	background: url(images/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #888888;
	width: 90px;
	padding: 2px;
	float: left;
	}

#sidebar #searchsubmit {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #1A426A;
	font-size: 1em;
	background-color: white;
	border: 1px solid #ccc;
	padding: 2px;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	background: url(images/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #888888;
	text-align:center;
	}

select {
	background: url(images/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #888888;
	width: 130px; 
	}

#commentform input {
	background: url(images/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #888888;
/*	width: 160px; */
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#ed_toolbar input {
	border: 1px solid #888888;
	background-color: #fff;
}

#commentform textarea {
	background: url(images/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #888888;
	width: 382px;
	padding: 2px;
	}

#commentform #submit {
	background-repeat: repeat-x;
	border: 1px solid #888888;
	margin: 0;
	float: left;
	}

#commentform textarea:focus, #commentform input:focus, .entry form:focus, #sidebar #searchform #s:focus {
	border: 1px solid #42769F;
	}


#commentPreview {
	width: 374px;
	font: 0.9em Verdana, Arial, Sans-Serif;
background: url(images/input_bg.gif);
	background-color: #fff;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
        color: #000;
	padding: 6px;
	}

/* End Form Elements */












