﻿/* just for layout-contingency */
#wrapper{
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -350px;
	margin-top: -190px;
	width: 710px;
	height: 467px;
	z-index: 20;
}

#wrapper form{
	padding: 30px;
	padding-top: 20px;
	color: white;
}


#blog_container{
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 5px solid white;	
	color: #222222;
	background: url('images/white_trans.png');

}


#bloglist_container{
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -350px;
	margin-top: -190px;
	height: 467px;
	width: 700px;
	z-index: 5;
	padding: 0px;
	border: 5px solid white;	
	color: #ffffff;
	overflow: hidden;
	background: url('images/bloglist_background.jpg');
}

#pleasewait{
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -350px;
	margin-top: -190px;
	height: 467px;
	width: 700px;
	z-index: 6;
	background-image: url('images/pleasewait.jpg');
}

#blog_entries{
	font-size: 25px;
	color: #3399ff;
}

.list_result_box{
	padding-left: 10px;
	clear: both;
	height: 15px;
	overflow: none;
	margin-top: 0px;

}

.list_result_box .date{
	font-size: 16px;
	margin-right: 10px;
	margin-top: 10px;
	color: #888888;
}

.list_result_box div{
	float: left;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;

}

.list_result_box .header{ 
	font-size: 12px;

}

.list_result_box .tags{ 
	font-size: 10px;
	color: #cc0000;
}

.list_result_box .scroll-handle{
	background: #cc0000;

}

#searchbox{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 28px;
	margin-left: -120px;
	margin-top: -145px;
	background: url('images/transgrey.png') repeat;
	text-align: left;
	z-index: 30;
}

#searchbox form{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

#searchbox input{
	font-size: 16px;
	font-weight: bold;
	border: none;
	height: 18px;
	width: 392px;
	background: url('images/transgrey.png') repeat;
	color: #ffffff;
}

#searchlist_container{
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -350px;
	margin-top: -190px;
	height: 467px;
	width: 700px;
	z-index: 15;
	padding: 0px;
	border: 5px solid white;	
	color: #ffffff;
	overflow: hidden;
	background: url('images/bloglist_background.jpg');
}


#searchagainbox{
	width: 700px;
	height: 20px;
	text-align: left;
	z-index: 30;
	margin: 10px;
	font-size: 15px;
}

#searchagainbox input{
	font-size: 15px;
	border: none;
	height: 20px;
	width: 600px;
	color: #555555;
}


#blog_container h1, #blog_container h2, #blog_text_body, #dateandtags{
	padding-left: 10px;
	width: 500px;
}

#blog_container a{
	color: #336699;
	padding-top: 3px;
	padding: 2px;
	cursor: pointer;
}

#blog_container a:hover{
	color: white;
	background-color: #3399ff;
	padding-top: 3px;
	padding: 2px;
}

#blog_container h2{
	margin-top: -7px;
	margin-left: 10px;
	font-size: 12px;
	padding: 0px;
	margin-bottom: -3px;
	border-bottom: 1px solid #cc0000;
	color: #cc0000;
	text-transform: lowercase;
}

#blog_nav{
	float: right;
	height: 100%;
	background: url('images/transgrey.png');
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}

#blog_nav .bottom{
	padding-top: 170px;
}

#blog_nav p{
	padding: 10px;
}

#blog_nav a{
	color: white;
}

#blog_nav a:hover{
	color: #fcfcfc;
	background: none;
}


#blog_text_body{
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 40px;
	width: 450px;
	line-height: 15px;
}

#blog_background{
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -350px;
	margin-top: -190px;
	z-index: 30;
	border: 5px solid white;
	cursor: pointer;

}


#toggle_background a{
	position: absolute;
	bottom: 0px;
	left: 10px;
	cursor: pointer;
	color: #3399ff;
	padding: 3px;
}

#toggle_background a:hover{
	color: white;
	background-color: #3399ff;
	padding: 3px;
}

#stripes{
	z-index: 8;
}


.inputbodytext, .inputheader, .inputsecondheader, .inputtags, .inputbackgroundimage{
	background: url('images/transgrey.png');
	color: white;
}

.inputheader, .inputtags, .inputsecondheader, .inputbodytext{
	width: 650px;
}

.inputbackgroundimage{
	width: 610px;
	margin-left: 5px;
}




