/*
 * Style sheet declarations for AKCS-WWW - default
 */

/*
 * First we define some basic stuff - the quoting block inset style and
 * a handful of special items such as the copyright notice.
 */

H5 {text-indent: 2em;  }

/*
 * For non-IE6 browsers, define a nice indented box.  For IE6, well, tough
 * as it simply doesn't work.
 */

BLOCKQUOTE { background-color: #F0FFFF; 
		border-left: 2px solid #999;
                border-top: 2px solid #999;
                border-right: 2px solid #e0e0e0;
                border-bottom: 2px solid #e0e0e0;	
                padding-left: 10px; padding-right: 10px; margin-top: 0; }

}

<!--[if IE 6]>
BLOCKQUOTE { background-color: #F0FFFF; 
		border: 0px;
                padding: 0px; }

}
<![endif]-->


/*
 * Blog Forum Entries
 *
 */
.blog_banner {
	height: 150px;
	background-image: url(https://tickerforum.org/blog-images/Market-Ticker/header_logo.png); 
	background-repeat: repeat-x;		
	width: 100%;
	padding: 78px 0px 0px 131px;
/*	padding: 0px;	*/
	margin: 0px;
	border: 0px;
}

.blog_h1 {
	top: 0px;
	left: 0px;
	background-image: url(https://tickerforum.org/blog-images/Market-Ticker/header_logo.png); 
	background-repeat: no-repeat;
	padding: 78px 0px 0px 131px;
	height: 100px;
	width: 770px;	
	font-size: 1.8em;
	font-family: "Times New Roman", serif;
	margin: 0px;
	overflow: hidden;
/*	background-color: #C0C0C0;	*/
}

.blog_h2 {
	position: absolute;
	top: 120px;
	left: 141px;
	font-size: 1.2em;
	font-family: "Times New Roman", serif;
	margin: 0px;
}

.blog_body {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 auto;	
	margin-top: 10px;	
	margin-bottom: 30px;
/*	background-color: #C0C0C0;	*/
/*	background-color: #FFFFFF;	*/
}

.blog_items {
	position: relative;
	margin-right: 230px;
	margin-left: 10px;
}

.blog_newpost {
	clear: both;
}

.blog_container {
	position: relative;
	
}

.blog_subject {
	font-size: 1.4em;
	color: #0412C4;
	margin-top: 0px;
}

.blog_year {
	font-size: 1.4em;
	color: #0412C4;
	margin-top: 20px;
}

.blog_month {
	font-size: 1.0em;
	color: #0412C4;
	margin-left: 20px;
}

.blog_arcdetail {
	font-size: 1.0em;
	color: #0412C4;
	margin-left: 20px;
	margin-top: 10px;
}

.blog_arcdetail2 {
	font-size: 1.0em;
	margin-left: 40px;
}

.blog_date {
	position: relative;
	font-size: 0.8em;
	font-style: italic;
	float: right; 	
	margin-top: 0px;
	margin-left: 10px;
}

.blog_date2 {
	font-size: 0.8em;
	font-style: italic;
}

.blog_message {
	position: relative;
	margin-top: 20px; 
}

.blog_comment {
	position: relative;
	margin-top: 20px; 
	float: right;	
}

.blog_sidebar {
	position: relative;
	float: left;
	width: 210px;
	margin-left: -210px;
	margin-top: 20px;
}

.blog_sidebar_nospace {
	margin-top: -25px;
	position: relative;
	margin-bottom: 10px;
}

.blog_sidebar_sep {
	background-color: #1407A8; border-left: 2px solid #999;
	color: #E0E0E0; 
	border-bottom: 2px solid #999;
	border-right: 2px solid #e0e0e0;
	border-top: 2px solid #e0e0e0;
	padding: 1%; margin-top: -1em; 
	border-radius: 1px;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

.blog_sidebar_item {
	position: relative;
	margin-top: 5px;
	margin-bottom: 35px;
}

.blog_sidebar_item_ad {
	position: relative;
	margin-top: 5px;
	margin-bottom: 35px;
//	margin-top: -185px;
}

.pagination_left {
	background-color: 0xFcFc00;
	float: left;
}

.pagination_right {
	background-color: 0xFcFc00;
	float: right;	
}

.hot { 
	background-color: #FFE0E0; 
}
	

.clear {
	clear: both;	
}

.blog_notice {
	position: relative;
	font-style: italic;
}

.blog-buttons: {
	position: relative;
	float: left;
	margin: 5px; 
}

.img_noborder { border-style: none;
		margin: 0px;
}

.img_right       { border-style: none; 
		border: 2px solid transparent;
                float: right; 
		margin-left: 10px; 
		margin-bottom: 10px; 
}

img.img_right:hover	{ border 2px solid transparent; 
		opacity 1.0; 
}


.serendipity_image_link { border-style: none; }
.serendipity_image_center { border-style: none; }


<!--[if IE 6]>

/* IE6 css fixer v0.8: Wed, 25 Aug 2010 05:51:35 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
.float,
.inlineimage,
.topright,
.blog_body,
.blog_date,
.blog_comment,
.blog_sidebar,
.pagination_left,
.pagination_right,
.blog-buttons: {display:inline;}

/* add zoom:1 to overflow:hidden */
.blog_h1 {zoom:1;}

/* fix negative margins */
.blog_sidebar,
.blog_sidebar_sep {position:relative; zoom:1;}

<![endif]--> 
