/* TEACHING SCOTLAND ONLINE CSS - ARTICLE PAGES */

@import url("main-red.css");

#midcol-content {
	float:left;
	width:509px;
	margin:0px;
	padding:10px 10px;
	border-right:1px solid #939393;
}

#article-top-wrap {
	float:left;
	width:500px;
	margin:0px;
	padding-right:9px;
        padding-bottom:10px;
        border-bottom:1px dotted #939393;
}

#article-top-left {
	float:left;
	width:390px;
	margin:0px;
	padding-right:10px;
}

#article-header {
	float:left;
	width:390px;
	margin:0px;
}

#article-subtext {
	float:left;
	width:390px;
	margin:0px;
}

#article-top-right {
	float:left;
	width:100px;
	margin:0px;
        font-size:70%;
        color:#000000;
}

#article-top-right p {
	margin:0px;
}

#midcol-text {
	float:left;
	width:510px;
	margin:0px;
	padding-right:9px;
    padding-top:10px;
}

#midcol-text img { margin: 0px 0px 3px 10px; padding: 0 10px 0 0;}

/*Begin AESTYLE*/

#midcol-text .article-lead {
 color:#4F4F4F;
 font-size:110%;
 font-weight:bold;
 padding: 5px 0px 5px 0px;
 } 

.straplineRight {
	display:block;
	float:right;
	width:30%;
	text-align:center;
	margin:0px 0px 10px 15px;
    padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:125%;
	border-top:2px solid #D7741A;
	border-bottom:2px solid #D7741A;
	font-weight:normal;
}

.straplineRight p {
	padding:5px;
}

.straplineLeft {
	display:block;
	float:left;
	width:30%;
	text-align:center;
	margin:0px 15px 10px 0px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:125%;
	border-top:2px solid #D7741A;
	border-bottom:2px solid #D7741A;
	font-weight:normal;
}

.straplineLeft p {
	padding:5px;
}

.boxed-text {
	float:left;
        display:block;
	width:490px;
        background-color:#EAEAEA;
        padding:10px 10px;
        font-size:85%;
        margin:0px;
}

.boxed-text-heading {
 float:left;
 display:block;
 width:490px;
 background-color:#EAEAEA;
 padding:10px 10px;
 font-size:95%;
 font-weight:bold;
 margin:0px;
 } 

.old_comments_date {
	color:#939393;
	font-size:smaller;
	margin:0px;
}
.old_comments_body {
	display:block;
	width:490px;
	margin:0px;
	padding:0px 10px 10px 10px;
	margin: 0 10px 10px 0;
	border-left:5px solid #939393;
	border-bottom: 1px solid #EAEAEA;
	font-size:90%;
}

/*End AESTYLE*/





