@charset "utf-8";
/* CSS Document */
/*
Theme Name: Australian Stock Report
Theme URI: 
Description: Custom wordpress theme for Australian Stock Report
Version: 1.0
Author: Anthony B
*/

.bold {
	font-weight:700;
}
.post {
	clear:both;
	overflow:hidden;
	padding:0 0 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
.post .stock-heading {
	overflow:hidden;
	padding:0 0 5px;
}
.post h2 {
	font-size:24px;
	line-height:30px;
	color:#073a8f;
	font-weight:100;
	width:500px;
	float:left;
	padding:0;
}
.post h2 a {
	color:#073a8f;
	text-decoration:none;
}
.post h2 a:hover {
	color:#333;
}
.post .date {
	width:135px;
	float:right;
	color:#073a8f;
	font-size:15px;
	line-height:18px;
	padding:36px 0 0;
	font-weight:bold;
}
.post .mycontent {
	padding:20px 0;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

#homeText {
	border-bottom:1px solid #ccc;
}
.post .mycontent p {
	padding:0 0 15px;
}
.post .post-info {
	padding:10px 0 0;
	font-size:11px;
	color:#08358a;
}
.post .post-info a {
	color:#08358a;
	text-decoration:none;
}
.post .post-info a:hover {
	text-decoration:underline;
}

