body{
	color:#404040;
	background-color: #ffffff;
	background: transparent url(../grafx/main_bg.gif) repeat-x; 
	font-family: Verdana, Tahoma, Helvetica, Arial, SansSerif;
	font-size:0.75em;
	line-height:1.25em;
	width: 100%;
	height:100%;
	margin: auto;
	padding: 0;
}

input.feild{
	height: 14px;
	border: #bbb 1px solid;
	background: #fff;
	}

a{
	color: #235b9c;
	text-decoration: underline;
	
}

a:hover{
	color: #4483C7;
	text-decoration: none;
	}

pre{
	font-family: Verdana, Tahoma, Helvetica, Arial, SansSerif;
	font-size:0.9em;
	line-height:1.325em;
	color: #404040;
	}



p { 
	line-height: 1.825em; 
	color: #606060;
	text-align: left;
}

p.caption
{
    font-size:90%;
    color: #606060;
    font-weight: bold;
}

p.credit
{
    margin-top: 60px;
    font-size:90%;
    color: #bbb;
    font-style: italic;
    text-align: right;
}

p.fine
{
    font-size:90%;
    color: #aaa;
}

h1, h2, h3 {
	font-weight:bold; 
	color: #808080;
	margin: 0px;
	padding: 0px;
}

    h2 {
      font-size: 1.5em;
    }
    
    h2 {
	    font-size: 1.125em; 
    }

    h3 {
	    font-size: 0.925em;
    }

    h3.tighter {
	    margin-bottom: -14px;
    }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.content{
	margin: auto;
	height: auto;
	width: 800px;
	}

/*menu1*/
	
.menu1{
	background: transparent url(../grafx/menu1_bg.gif) no-repeat; 
	width: 800px;
	height: 20px;
	margin: 15px 0px 0px 0px;
	color: #fff;
	}
	
	.menu1 p{
		margin: -4px 0px 0px 21px;
		}
	
	.menu1 a{
		color: #fff;
		font-family: verdana; 
		font-size: 8pt; 
		}
	
		.menu1 a:hover{
			color: #FFF000;
			}

.banner{
	width: 800px;
	height: 136px;
	}
	
	.banner p {
	font-family: verdana; 
	font-weight:bold; 
	font-size: 9pt; 
	color: #606060;
	text-align: right;
	margin: 0px 24px 0px 0px;
	}
	
	
/*menu2*/
	
.menu2{
	background: transparent url(../grafx/menu2_bg.gif) no-repeat; 
	width: 800px;
	height: 31px;
	margin: 15px 0px 0px 0px;
	color: #808080;
	
	}
	
	.menu2 span{
		margin: 8px;
		padding-left: 12px;
		font-size: 9pt;
		display: block;
		position: absolute;
		font-weight: bold;
		}
	
		.menu2 span a{
			font-weight: normal;
			}
	
	.menu2 span.search
	{
	    margin: 4px 12px 0px 0px;
		float: right;
		display: block;
		position: relative;
		}

span.date
{
    margin: 0px 0px 0px -10px;
    text-align: right;
    float: right;
    display: block;
    position: absolute;
}

/*allPreviews*/	

.image{
	width: 560px;
	border: #888 1px solid;
	}

dl{
	padding-right:1em;
	}
dl.archive
{
    padding: 0px 0px 24px 0px;
    margin: 0px 0px 24px 0px;
    border-bottom: #bbb 1px solid;
    width: 95%;
	}


/*headline*/	
dd{
	margin: 0;
	font-size: 110%;
	}
	
dd span.header{
	display: block;
	border-bottom: #eee 1px solid;
	width: 100%;
	margin: 0;
	font-size: 120%;
	}
	
    dd span.header_archive{
	    display: block;
	    border-bottom: #eee 1px solid;
	    margin: 0;
	    font-size: 100%;
	    }
	
	
dd p{
	margin: 0;
	padding: 5px 0px 4px 0px;
	font-size: 150%;
	line-height: 1.25em;
	}
		
    dd p.archive{
	    margin: 0;
	    padding: 5px 0px 4px 0px;
	    font-size: 100%;
	    font-weight: bold;
	    line-height: 1.25em;
	    }

/*preview*/
dt{
	padding-bottom:1em;
	}
	
dt.preview{
	border-bottom: #ddd 1px solid;
	padding-bottom:1em;
	}
	

.snippet{
	margin:0em;
	}

	.snippet span{
		width: 100%;
		}

		.snippet span a{
			color: #888;
			font-size: 75%;
			}

		.snippet span a:hover{
			color: #4483C7;
			text-decoration: none;
			}


.indent{
	margin: 0px 0px 0px 14px;
	}

.comments{
	color: #999;
	font-size: 80%;
	}
	

.dates{
	margin-bottom: 4px;
	font-size: 16px;
	margin-top: -12px;
	}

.dates a{
	text-decoration: none;
	}

/***********************pages***********************/
.articles{
	width: 100%;
	height: auto;
	margin: 32px 0px 0px 0px;
	clear: both;
	}
	
	.articles h4{
			color: #808080;
			margin: 4px 0px 12px 0px;
			}
		

	.articles h5{
		height: 4px;
		background-color: #FFF000;
		display: block;
		position: relative;
		}

	.leftSide{
		width: 590px;
		padding: 0px 0px 0px 0px;
		position: relative;
		display: block;
		border-right: #ddd 1px solid;
		}

	.leftSide_home{
		width: 530px;
		padding: 0px 0px 0px 0px;
		position: relative;
		display: block;
		border-right: #ddd 1px solid;
	}

		.leftSide ul.cols, .leftSide_home ul.cols{
			position: relative;
			margin: 0;
			padding: 0;
			}

		.leftSide li.cols, .leftSide_home li.cols{
			padding: 10px 10px 0px 0px;
			width: 45%;
			list-style-type: none;
			float: left;
			}

		.leftSide ul, .leftSide_home ul{
			position: relative;
			margin: 0;
			padding: 0;
			}

		.leftSide li, .leftSide_home li{
			list-style-type: none;
			padding: 4px 0px 0px 0px;
			}

		.leftSide ul.norm, .leftSide_home ul.norm{
			position: relative;
			}

		.leftSide li.norm, .leftSide_home li.norm{
			list-style-type: disc;
			line-height: 18px;
			color: #606060;
			margin: 0px 0px 0px 14px;
			}

		.leftSide li.num, .leftSide_home li.num{
			list-style-type: decimal;
			margin: 0px 0px 0px -14px;
			line-height: 18px;
			}
			
			
		
		

	.rightSide{
		width: 200px;
		position: relative;
		display: block;
		float: right;
		}
		
	.rightSide_home{
		width: 255px;
		position: relative;
		display: block;
		float: right;
		}
        		
		.rightSide a, .rightSide_home a{
			font-size: 95%;
			line-height:1.25em;
			}

		.rightSide ul, .rightSide_home ul{
			position: relative;
			margin: 0;
			padding: 3px 0px 3px 0px;
			border-bottom: #ddd 1px solid;
			}

		.rightSide li, .rightSide_home li{
			padding: 3px 0px 3px 0px;
			list-style-type: none;
			line-height:1.25em;
			}
				
	.month{
	    background-color: #fff;
	    width: 95%;
	    display: block;
	    position: relative;
	    padding: 8px;
	    border: #E8E8E8 1px solid;
	    margin: 8px 0px 8px 0px;
	    }
	
	
/***********************endPages***********************/




	.sharethese{width: 200px; min-height: 96px; position: relative; display: block; padding: 8px 0px 8px 0px;}
				.sharethese img{width: 40px; height: 48px; float: left; padding: 2px 2px 2px 2px;}
		.right_stage .btn{ margin: 8px 4px 8px 0px;}




			ul.share{
				width: auto;
				list-style-type: none;
				margin: auto;
				padding: 0px 0px 0px 0px;
				}
				ul.share li{
					float: left;
					font-size: 90%; 
					padding: 0px 3px 0px 3px;
					}
				ul.share li.label{padding: 6px 0px 0px 0px; font-weight: bold;}








.footer{
    background: #f7f7f7;
	margin: 48px 0px 0px 0px;
	width: 100%;
	height: auto;
	}
	
.footer p{
	padding: 2px;
	width: 90%;
	color: #888;
	font-size: 80%;
	text-decoration:none;
	}
	
	.footer a{
		text-decoration:none;
		font-size: 7pt;
		}
	
		.footer a:hover{
			text-decoration: underline;
			}
