  /*  
Theme Name: Radical Congruency 2005
Theme URI: http://www.radicalcongruency.com/theme
Description: A 1024x768, 3-column, center-first template. Includes CG-Amazon support.
Version: 2.0
Author: Justin Baeder
Author URI: http://www.radicalcongruency.com/
The CSS, XHTML and design is released to the public domain. Three-column, center-first layout adapted from http://www.positioniseverything.net/piefecta-rigid.html
Images: To use your own images, upload them into the /wp-content/themes/rc2005/images/ folder. The header image needs to be 980x200px, and named header.jpg (or you can change the name below).
Default header image from http://sxc.hu/browse.phtml?f=download&id=335829
 Have fun, and don't be afraid to contact me if you have questions.
 E mail me at justin at baederresources dot com
*/
/* Page Layout & General Styling */
html, body {
	margin: 0; 
	padding: 0; 
	border: 0;
                

}
#timecontainer span {
       line-height: 1;
}
#nav, #nav ul {
        text-align: left;
	float: left;
        width: 9.0em;
	list-style: none;
	line-height: 1;
	background: #000080;
	font-weight: bold;
	padding: 0;
	border: solid #00ccff;
	border-width: 1px 1px;
	margin: 0 0 0 0;
}
#nav a {
	display: block;
	width: 10em;
	w\idth: 9em;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 1em;
}
#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}
#nav li {
	float: left;
	padding: 0 1em 0 0;
	width: 10em;
}
/* SIZE OF 1ST BOX */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 11em;
	w\idth: 10em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}
#nav li li {
	padding-right: 1em;
	width: 20em
        w\idth: 19em
}
/* TEXT LENGTH OF 1ST BOX */
#nav li ul a {
	width: 10em;
	w\idth: 9em;
}

/* PLACEMENT AND SIZE OF 2ND BOX */
#nav li ul ul {
	margin: -1.75em 0 0 10em;
	width: 22em;
	w\idth: 21em;
}
/* LENGTH OF TEXT 2ND BOX */
#nav li ul ul a {
        width: 20em;
	w\idth: 19em;
        font-size: 0.9em;
        font-weight: normal;
	line-height: 1.2;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: ;
}


#nav2, #nav2 ul {
        text-align: left;
	float: left;
        width: 9.3em;
	list-style: none;
	line-height: 1;
	background: #000000;
	font-weight: bold;
	padding: 0;
	border: solid #eda;
	border-width: 1px 1px;
	margin: 0 0 1em 0;
}
#nav2 a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 2em;
}
#nav2 a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}
#nav2 li {
	float: left;
	padding: 0;
	width: 10em;
}
#nav2 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	text-align: center;
        width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}
#nav2 li li {
	padding-right: 1em;
	width: 13em
}
#nav2 li ul a {
	width: 13em;
	w\idth: 9em;
}
#nav2 li ul ul {
	margin: -1.75em 0 0 14em;
}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
	color: #ffffff;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
	color: #ffffff;
}
#nav2 li:hover, #nav2 li.sfhover {
	background: ;
	color: #ffffff;
}



#nav3, #nav3 ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 8em;
	}
	#nav3 li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 8em;
	}
	#nav3 li ul { /* second-level lists */
		width: 8em;
                position : absolute;
		left: -999em;
		margin-left : 9em; /*distance between 1st and 2nd lists */
		margin-top : -2em;
	}
	#nav3 li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	#nav3 li a {
		width: 8em;
		w\idth : 8em;
		display : block;
		color : black;
		font-weight : normal;
		text-decoration : none;
		background-color : white;
		border : 1px solid black;
		padding : 0.5em;
	}
	#nav3 li a:hover {
		color : white;
		background-color : black;
	}
	#nav3 li:hover ul ul, #nav3 li:hover ul ul ul, #nav3 li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	#nav3 li:hover ul, #nav3 li li:hover ul, #nav3 li li li:hover ul, #nav3 li.sfhover ul, #nav3 li li.sfhover ul, #nav3 li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	



/* 
Style Sheet code for Image Caption Easy Plugin for WordPress
Copy and Paste this code into your WordPress theme style sheet file (style.css) then upload to its location.
You can edit any of these to suit your needs.
*/
.imagecaptioneasy {
  padding: 5px;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #808080;
  background: #EAEAEA;
  color: #333;
}
.imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }
.imagecaptioneasy span { text-align: center; }
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_left { margin: 11px 11px 11px 0; float: left; }
.imagecaptioneasy_right { margin: 11px 0 11px 11px; float: right; }
.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }




#topbarwrap {
	text-align: right;
	width: 1000px;
	padding: 0 20px 0 0;
	position: absolute;
	top: 0px;
	font-size: 0.85em;
}
#topbar {
	text-align: right;
}
body {
        text-align: center;
	font-family: trebuchet, verdana, arial, sans-serif;
	line-height: 1.5;
	font-size: 62.5%; /* Resets 1em to 10px */
                
}
p  { 
	/* Never, ever set padding or text size for the p tag, or else a lot of your text that for some 
	reason doesn't get enclosed in p tags will be different. Ick. */
}
a {
	text-decoration: none; 
	font-weight: ; 
	color: #0033FF;
}
code {
	font-family: "courier new", courier, monospace;
	color: #882500;
}
h2 {
	font-size: 1.4em; 
	padding: 5px 0px 0px 0px;
	margin-bottom: 0.1em;
        margin-top: 15px;
        color: #800000;
        font-weight: bold;
}
h2 a {
      font-size: 1.3em;	
      color: #000080;
      
}

h3 {
        font-size: 1.275em;
	margin: 20px 0px 0px;
        color: #800000;
}

h4 {
        margin: 0px 0px 0px 20px;
        color: #000080;
        font-size: 2.5em;
        margin-bottom: -15px;
        font-weight: normal;
}

h5 {
        font-size: 0.8em;
        color: #800000;
        margin-top: -1px;
        margin: 0px 10px 0px 0px;
        text-align: right;
}
h6 {
	font-size: 1.5em; 
	margin-bottom: 0.1em;
        margin-top: 25px;
        color: #800000;
        font-weight: bold;
}
h7 {
	font-size: 1.4em; 
	padding: 0px 0px 0px 0px;
	margin-bottom: 0em;
        margin-top: 15px;
        color: #800000;
        font-weight: normal;
}

h8 {
        margin: 0px 0px 0px 0px;
        color: #000000;
        font-size: 1.5em;
}

textarea {
          font-size: 1.2em;
}
blockquote {
	background: url('images/blockquote.gif') no-repeat left top;
	margin: 0 0 5px 10px;
	padding: 0 40px 0 30px;
	min-height: 30px;
        text-align: justify;
}

#header {
	height: 200px;
        text-align: center;
	background:url('/wp-content/CHLheader02.gif') bottom center no-repeat;
	padding-top:20px;
        }
#header h1, #header div.description, .hidden {
	display: none;
}
#header, #footer {
	border: 0px solid #333333;
	width: 100%; 
	font-weight: bold;
	text-align: center;
}

#footer {
	background: #000080;
	text-align: center;
	font-color: #000000;
	height: 3em;
}
#footer p {
	padding-top: 10px;
	margin-top: -6px;
}

#topbarwrap a, #topbarwrap a:active, #topbarwrap a:active, #topbarwrap a:visited, #bottom a, #bottom a:active, #bottom a:active, #bottom a:visited {
	color: #00ccff;
        font-weight: bold;
	}

#topbarwrap a:hover, #bottom a:hover {
	color: white;
}

a:hover {
	text-decoration: underline;
}

#topbarwrap ul.horizontallist li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#topbarwrap ul.horizontallist li form#searchform {
	display: inline;
}

input#s {
	height: 1.1em;
	font-size: .9em;
}
.grabtext {
	display: inline;
	height: 5px;
	font-size: 5px;
}
#topbar {
	height: 3.5em; /* So it scales with changes in font size */
	background: #000080;
        color: #00ccff;
	/* text-align: right; */
        text-decoration: bold;
	min-width: 980px;
        }
#topbarwrap {
        color: #00ccff;
        text-decoration: bold;
}
#bottom {
	border: solid #800000 3px;
	background: #000080;
	color: #ffffff;
	min-width: 980px;
	margin-bottom: 0px;
}
.container-left ul li, 
.container-right ul li, {
	list-style-position: outside;
	list-style: none;
	margin-left: -15px;
}
.container-left ul li h2,
.container-right ul li h2 {
	list-style: none;
	margin-left: -15px;
	list-style-position: outside;

}
#content {
	padding: 0px -15px 0px 0px; /* was padding: 0px 20px 0px 15px; */
	margin: 0 10px 5px 11px;
/*	background-color:; */
	overflow: hidden;
}
.center {
/*        background-image:url("http://chinahopelive.net/wp-content/chlcenterbackground.jpg");    */    
}
div.img-link a {
	display: block;
	height: 200px;
	text-decoration: none;
}
#outerwrapper {
	width: 1000px;
/*	background-image:url(""); */
/*	background: #FFFFFF; */
	margin: 0 auto;
}
#topbarwrap ul.horizontallist {
	font-size: 1.3em; /* Makes text and topbar scale beautifully! */
	/* position: absolute;
	top: 15px; */
	padding: 15px;
	margin-top: -6px;
	/*right: 50px; */
}
.clear { 
	clear: both; 
}
acronym, abbr {
	border-bottom:1px dashed #0033FF;
}
img {
	border: 0;
}
.alignright {
	margin-top: 0;
	text-align: right;
	clear: both;
}

.small {
	font-size: .8em;
}


/* Sidebar*/

.current-cat { 
        text-decoration: bold;
}


/* Posts & Comments */
.posttitle {
/*	background: url() left top; */
	margin: 15px 0px 0px 0px;
        color: #000080;
        
}
.posttitle h2 {
	padding: 0 0px 0 0px;
	margin: 0px 0 0 0;


}

.meta {
	font-size: 0.8em;
        color: #800000;
	padding: 0px 0px 0px 0px;
        margin-bottom: 0px;
        text-align: center;
                
}


.comment, 
.altcomment {
	margin: 5px 9px 10px 0;
	padding: 0px 5px 10px 5px;
}
.comment {
	background-image: url("");
}
.altcomment {
	background-image: url("");
}
.comment-number {
	color: #CCCCCC;
	font-family: trebuchet, verdana, arial, sans-serif;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	margin-top: -45px;
	float: right;
}
.feedback {
	font-size: 0.9em;
        font-weight:;
	margin: 0px 0 20px 0;
	padding: 0px 1px 5px 1px;
        text-align: center;
}
.technorati a {
	background: url(./images/technorati.gif) 0 0.3em no-repeat; 
	padding-left: 13px;
	padding-bottom: 3px;
}

.weather_title { font-weight: bold; list-style: none;}
.weather { text-align: center; }




/*---------------------- Comment Quicktags ---------------------------*/
/* Main Span */
#comment_quicktags {
	text-align: left;

}
/* Button Style */
#comment_quicktags input.ed_button {
	background: #F4F4F4;
	border: 1px solid #D6D3CE;
	color: #000000;
	font-family: trebuchet, verdana, arial, sans-serif;
	margin: 1px;
	width: auto;
}
/* Button Style on focus/click */
#comment_quicktags input:focus.ed_button {
	background: #FFFFFF;
	border: 1px solid #686868;
}
/* Button Lable style */
#comment_quicktags #ed_strong {
	font-weight: bold;
}
/* Button Lable style */
#comment_quicktags #ed_em {
	font-style: italic;
}


/* AmazonStuff */
.amazon-item-wrap {
	text-align:center;
	width: 185px;
	margin-left: -25px;
}
.amazon-item-wrap ul.amazon-item  li.b-amazon, 
.amazon-item-wrap ul.amazon-item  li.t-amazon, 
.amazon-item-wrap ul.amazon-block li {
	list-style-type: none;
}
.b-amazon {
	padding-top: 5px;
}
/* End of Amazon */

/* \*/
* html .ap-test {
top: -101px; 
t\op: -102px; 
}

/*XXXXXXXXXXXXXXXXX Primary layout rules XXXXXXXXXXXXXXXX*/

/******************************************************************************** 
To adjust the side col widths, or the vertical col dividers, a certain set of values must be changed
all at the same time and by exact amounts or problems will result. Each of these group's member values
have been marked off with comments that start with "Critical...". For example, if the left col width needs
to be changed then all the values marked "Critical left col dimension value" MUST have their pixel values
altered by the same amount. Certain of these left col width values are marked "(moves inversly)", and 
these get changed by the same pixel amount but inversly to the other values. So if margin-left on .outer
is increased by 10px, then the width of .outer must decrease by 10px, and so on.


To change the width of the entire layout, .wrapper, .outer, .float-wrap, and .center all get changed together,
and only after that is it safe to change col or divider widths. Remember, even one small mistake will degrade or 
even break the layout, so be very careful! it's possible to "loosen" the layout so small errors aren't so messy,
but then it becomes hard to finely control text spacing. 

For spacing within the cols, it's best to apply margins on content elements inserted into the cols, 
because padding directly on those col elements will change their widths, breaking the layout. 

Certain hiding hacks have been used extensively in this layout, so here is a quick explaination of them.

The Tan hack:

* html .anyelement {rules read only by IE/Win and IE/Mac}

The Mac-hack:  (first the active comment you are reading now must be closed...) */

/* \*/

/* */

/*...Back in comment mode now. Anything between those two comment lines will be hidden from 
IE/Mac. Don't use any comments within this hack or it will close prematurely and IE/Mac will begin 
reading before it should.

The above two hacks are combined so as to feed rules only to IE/Win. Proper use of backslash escape 
characters inside property names used in the Holly hack can further segregate rules to be read by only 
IE6 from rules for IE5.x/Win. 

These hiding hacks, along with several other fixes, make possible this formerly impossible layout.
It is highly unlikely that new browsers will have any problem with these valid hiding hacks, and 
Microsoft does not plan any browser changes soon that would alter the proper operation of the layout.
********************************************************************************/


.wrapper {
margin: 0 auto;
width: 980px;
text-align: left;
/* border: 1px solid #000000; */
font-size: 1.2em;
/* background: #FFFFFF; */
background-image:url("");
}

* html .wrapper {   /*** IE5.x/win box model fix ***/
width: 782px;
wid\th: 980px;
/* border: solid 1px; */
}

.outer {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
margin-left: 200px;    /*** Critical left col dimension value ***/
width: 578px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
background: #fff url(images/brownswirl.gif);  /*** Sets background of center col***/
/* border-left: 1px solid #000;  */ /*** Critical left divider dimension value ***/
/* border-right: 1px solid #000;  */ /*** Critical right divider dimension value ***/
}

* html .outer {   /*** IE5.x/win box model fix ***/
width: 580px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
wid\th: 578px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

.float-wrap {
float: left;
width: 578px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
margin-right: -1px;   /*** Static fix ***/
background:url('/wp-content/chlcenterbackground.jpg') top center no-repeat #FFFFFF;
min-height: 1024px;
background-repeat: repeat-y;
}

.center {
float: right;
width: 578px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
margin-bottom: -1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***/
/* \*/
margin-left: -1px; 
/* Hidden from IE-mac */
}

.left {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
width: 192px;    /*** Critical left col/divider dimension value ***/
margin-left: -201px;    /*** Critical left col/divider dimension value ***/
}

* html .left {
float:left;	
}

*>html .left {width:151px;}   /*** Fix only for IE/Mac ***/

.container-left {
width: 190px;    /*** Critical left col dimension value ***/
padding-bottom: 110px;   /*** To keep content from going underneath the AP bottom boxes ***/ 
padding-left: 5px;
padding-right: 5px;
overflow: hidden;
font-size: .9em;
}

.right {
float: left; 
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
width: 192px;    /*** Critical right col/divider dimension value ***/
margin-right: -190px;    /*** Critical right col/divider dimension value ***/
margin-left: -1px;   /*** Static fix ***/
}

/* \*/
* html .right {
margin-left: 0px; 
margin-right: -500px; 
mar\gin-right: -202px;
}
/* */

/*** These commented-out rules below are there to explain the "Critical" info 
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/

/*
* html .right {
margin-left: 0px;    *** Critical right divider dimension value ***
margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right: -202px;    *** Critical right col/divider dimension value ***
}
*/


.container-right { 
/* \*/width: 190px;/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
margin-left: 3px;    /*** Critical right divider dimension value ***/
padding-bottom: 110px;   /*** To keep content from going underneath the AP bottom boxes ***/
padding-left: 10px;
padding-right: 0px;
overflow: hidden;
font-size: .9em;
}

/* \*/
* html .container-right {
fl\oat: right;
margin-left: 2px; 
mar\gin-left: 0px; 
}
/*** Static fixes ***/

/*** Below is the Holly hack, and if IE/Win shows bugs it's a good idea to apply this hack to 
	different elements and see if that fixes the problem. Sometimes it may be necessary 
	to use "position: relative;" on certain elements, but it's hard to tell in advance which 
	elements will need such fixes. Here it prevents IE5/Win from clipping the left ends 
	of the headings. ***/
/* \*/
* html h2 {height: 1%;}
/* */


/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html .left {margin-right: -3px;}
/* */


.italics-test, .italics-test-side {
font-style: italic; 
text-align: justify; 
background: #ccd;
border: 1px solid red;
}

/*** The following fixes prevent justified italic text from destroying the layout in IE/win.
	The problem is that those properties together make IE force the container wider,
	which in this type of floated layout causes a float drop. 	Pre-IE6 gets "width: 100%" 
	and "overflow: hidden", while IE6 gets "width: auto" and "overflow: visible, which 
	is the default, but explicitly stating it seems to keep IE6 happy. IE6 also needs
	to see the "height: 1%" to give it some kind of box dimension. Browser coddling 
	we call it. Finally, Bruno found that "word-wrap: break-word;" disarranged the 
	justified text in IE5.5 and 6, so it is defaulted to "normal" for this text.
	If you don't need justified and italicized text then forget all these fixes ***/

/* \*/
* html .italics-test, * html .italics-test-side {
overflow: hidden;
width: 100%;
o\verflow: visible;
w\idth: auto;
hei\ght: 1px;
}
/* */

/*** All the IE fixes that are inside separate "Mac-hacks" may be grouped 	within 
	just one Mac-hack for convenience if desired. However, each fix must come 
	later than the rule it is fixing or the fix itself will be overridden. ***/
