/*--------------------------------*/
/*                                */
/*         MAIN STRUCTURE         */
/*          CSS Document          */
/*                                */
/*--------------------------------*/


body {
	margin: 0px;
	padding: 0px;
	background-color: #d5ecff /* #E9E9E9 */;
	background-image: url(../style_images/sky-grad.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	}
	
#test-scroll {
	width: 700px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	}

#test-scroll2 {
	width: 300px;
	height: 400px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background: #ffffff;
	}
	
#info-right {
	float: right;
	}
	
#main-contain {
	width: 800px;
	margin-bottom: 0px;
	float: left;
	overflow: auto;
	}
	
#hide-outside {
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	}
	
.blackbox {
	background-color: #000000;
	z-index: -22;
	}
	
/*--------------------------------*/
/*                                */
/*         BLOG CONTAINER         */
/*                                */
/*--------------------------------*/

#right-side {
	width: 1020px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 100%;
	overflow: auto;
	padding-right: 40px;
	z-index: -15;
	}

.blog-holder {
	width: 520px;
	float: right;
	padding-bottom: 80px;
	}
	
.blog-top {
	width: 520px;
	height: 151px;
	overflow: hidden;
	background-image: url(../style_images/blog_top-end.png);
	background-repeat: no-repeat;
	}
	
.blog-middle {
	width: 520px;
	background-image: url(../style_images/blog_middle-pattern.png);
	background-repeat: repeat-y;
	}
	
.blog-bottom {
	width: 520px;
	height: 110px;
	overflow: hidden;
	background-image: url(../style_images/blog_bottom-end.png);
	background-repeat: no-repeat;
	}

.content-holder {
	width: 458px;
	margin-left: 28px;
	}

.content-top {
	width: 459px;
	height: 15px;
	background-image: url(../style_images/content-top.png);
	background-repeat: no-repeat;
	}
	
.content-bottom {
	width: 443px;
	height: 10px;
	background-image: url(../style_images/content-bottom.png);
	background-repeat: no-repeat;
	}
	
.title-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 38px;
	font-weight: bolder;
	line-height: 32px;
	margin-top: 65px;
	margin-left: 40px;
	}

.content-text {
	width: 443px;
	padding: 2px 8px 2px 8px;
	background-color: #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	}
	
.date-text {
	width: 140px;
	float: right;
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #cc3300;
	}

/*--------------------------------*/
/*                                */
/*            TWITTER             */
/*                                */
/*--------------------------------*/

#twitter_div { 
	position: absolute; 
	left: 0px; 
	top: 20px;
	margin: 0px; 
	}

ul#twitter_update_list {
	margin: 0px; 
	list-style: none; 
	font-size: 14px;	
	}

ul#twitter_update_list li {
	width: 280px; 
	margin: 0px;
	padding: 0px 10px 0px 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #ffffff;
	}

a {
	color: #C03;
	font-weight: bolder;
	margin: 0px; 
	}
	
/*--------------------------------*/
/*                                */
/*             LINKS              */
/*                                */
/*--------------------------------*/

#contact-image {
	width: 194px;
	height: 94px;
	float: left;
	margin-right: -25px;
	border: none;
	}

#store-image {
	width: 152px;
	height: 94px;
	float: right;
	border: none;
	}

#back-image {
	width: 187px;
	height: 102px;
	float: left;
	border: none;
	}
