html { 
	font-size: 100%; /* IE hack */ 
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%;
	margin: 0px 10px;
}
#wrapper-page {
	float:left;
	padding:10px 3px 0px 0px;
	width: 780px;
	border-right:1px solid;
	border-bottom:1px solid;	
}
#banner_img {
	margin-top: 7px;
}

/* TOP HORIZONTAL NAV STARTS */
#wrapper-horizontal_nav {
	border-top: 20px solid;
	border-bottom: 1px solid;
	margin-bottom:2px;
	height:26px;
	font-size: 9px;
}
	#breadcrumb_nav {
		margin-left:155px;
		padding-left:16px;
		padding-right:16px;
		width:436px;
		border-left:1px solid;
		line-height:26px;
	}
	#page_tools{
		width:151px;
		position:absolute;
		left:634px;
		top:184px;
		text-align:center;
		border-left:1px solid;
		line-height:26px;
	}
/* TOP HORIZONTAL NAV ENDS */


/* LEFT NAVIGATION STARTS */
#navlist {
	width: 152px;
	float:left;
}
	#navlist ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#navlist li {
		margin: 0;
		font-size: 11px; font-family: Georgia; font-weight: bold; 
		text-transform: uppercase;
	}
	#navlist a {
		display: block;
		padding:0px 7px;
		line-height:26px;
		height:26px;
		border-bottom: 2px solid white;
		text-decoration: none;
	}
	#navlist a:link, #navlist a:visited {
		text-decoration: none;
	}

	#navlist a:hover, #navlist a:active {
		background-repeat:no-repeat;
		background-position: 3px 4px;
		padding-left:25px */
	}
#search_form {
	padding-top:9px;
}
#search_term{
	width:132px;
	font-size:9px;
}

/* LEFT NAVIGATION ENDS */

#content{
	width:438px;
	float:left;
	margin-top:-2px;
	margin-left:3px;
	padding: 14px 14px 20px 16px;
	border-left: 1px solid;
	border-right: 1px solid;
}
#content li {
 margin-bottom:1em;
}
#content h1{
	font-family: Georgia; 
	font-size:1.7em;
	line-height: 120%; 
	font-weight:normal;
	margin-bottom:.4em;
	margin-top:0px;
}
#content h2{
	font-family: Georgia; 
	font-size: 1.2em;
	font-weight: bold; 
	line-height: 130%; 
	padding-top:14px;
	margin:0px;
	margin-bottom:-2px;
}
#content h4, #content h3{
	font-weight:bold;
	line-height: 130%; 
	margin: 18px 0px -8px 0px;
	font-size:1em;
}

/* RIGHT SIDEBAR STARTS*/

#wrapper-right_sidebar{
	position:absolute;
	top:213px;
	left:635px;
	width:152px;
	margin-left:3px;
}
	.right_sidebar_block{
		padding:10px 8px;
		margin-bottom:3px;
	}
	.right_sidebar_block h3{
		font-family: Georgia; font-weight: bold; 
		font-size: 14px; 
		line-height: 17px; 
		margin:0px;
		padding-bottom:.5em;
	}
	.right_sidebar_block ul{
		margin:0px;
		padding:0px;
	}
	.right_sidebar_block li{
		background-repeat: no-repeat; 
		margin:0px;
		list-style-type:none;
		padding-bottom:.8em;
		padding-top:.5em;
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:12px;
		line-height: 130%; 
	}
	

#footer{
	width: 763px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	font-size: 10px;
	padding: 10px;
	clear:both;
}







#navlist a:hover, #navlist a:active {
 /* use this to make an icon appear on hover
 background-image:url(/_img/_static/lattice.gif);
 background-repeat:no-repeat;
 background-position: 3px 4px;
 padding-left:25px;
 */
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover, #uberlink a:active {
 background-repeat:no-repeat;
 background-position: 5px 3px;
 padding-left:26px;
}

/* for Google search results */
.g{
 padding-top:15px;
 margin-top:20px;
 color:#990000;
 background-image: url(http://tcmworld.org/_img/_static/w-body_line.gif); 
 background-repeat: no-repeat; 
}

.l {
 font-family: Georgia; 
 font-size: 1.2em;
 font-weight: bold; 
 line-height: 130%; 
 margin-bottom:-10px;
}



/*colors start*/

body {
    background-color: #EFF0E0; /*fall*/
    background-color: #E5E5E9; /*winter*/
    background-color: #FFFFDD; /*spring*/
}
#navlist a {
    background-color: #D8D4B1; /*fall*/	
    background-color: #A1A3B8; /*winter*/
    background-color: #D3E0B2; /*spring*/
}
#navlist a:link, #navlist a:visited, #navlist li {
    color: #61574E; /*fall*/	
    color: #333333; /*winter*/
    color: #394918; /*spring*/
}
#navlist a:hover, #navlist a:active {
    /*background-color: #9F6F9F;  CAN CHANGE TO MAKE BLOCK COLOR CHANGE*/ 
    color: #990000; /*fall*/
    color: #0C0088; /*winter*/
    color: #017D7F; /*spring*/
    /* use this to make an icon appear on hover:  background-image:url(/_img/_static/lattice.gif);*/
}


#footer{
	color:#666666;
}

#content h2{
 color:#660000;
 background-repeat: no-repeat; 
}

#content a{
 color:#660000; /*winter, spring, fall - all same */
}

#content a:hover{
 color:#990000; /*winter, spring, fall - all same */
}

.right_sidebar_block{
 background-color:#E5E0CA; /*fall*/
 background-color:#C0C0CC; /*winter*/
 background-color:#D3E0B2; /*spring*/
}

.right_sidebar_block h3, .right_sidebar_block a{
 color:#82700C; /*fall*/
 color:#0C0088; /*winter*/
 color:#027E7E; /*spring*/
}

.right_sidebar_block li {
 color: #5D5548; /*fall*/
 color: #202038; /*winter*/
 color: #394C15; /*spring*/
}

.right_sidebar_block li{
 background-image: url(/_img/_static/w-sidebar_line.gif); /*fall*/
 background-image: url(/_img/_static/b-sidebar_line.gif); /*winter*/
 background-image: url(/_img/_static/g-sidebar_line.gif); /*spring*/
 background-repeat: no-repeat; 
}

#wrapper-page, #breadcrumb_nav, #wrapper-horizontal_nav, #page_tools, #content, #footer {
 border-color:#C9BFB5 ; /*fall*/
 border-color:#8E8BA8; /*winter*/
 border-color:#B6C185; /*spring*/
}

#wrapper-horizontal_nav {
 border-top-color: #461322; /*fall*/
 border-top-color: #535469; /*winter*/
 border-top-color: #94A442; /*spring*/
}

     

#page_tools, #breadcrumb_nav, #page_tools a, #breadcrumb_nav a{
 color:#82700C; /*fall*/
 color:#393C67; /*winter*/
 color:#849342; /*spring*/
}

#page_tools a:hover, #breadcrumb_nav a:hover, .right_sidebar_block a:hover{
 color:#990000; /*fall*/
 color:#0000FF; /*winter*/
 color:#566126; /*spring*/
}


#content h2{
 color:#660000; /*winter, spring, fall - all same*/

 background-image: url(http://tcmworld.org/_img/_static/b-body_line.gif); /*winter, spring, fall - all same*/
 background-repeat: no-repeat; 
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover, #uberlink a:active {
 color: #8C7001; /*fall*/ 
 color: #0C0088; /*winter*/
 color: #017F7E; /*spring*/ 
 background-image:url(/_img/_static/w-lattice.gif); /*fall*/
 background-image:url(/_img/_static/b-lattice.gif); /*winter*/
 background-image:url(/_img/_static/g-lattice.gif); /*spring*/
}
