
ul.blog
{
	display: block;
	/*float: right;*/
	float:left;
	margin-bottom: 0px;
	margin-left: -20px;
	height: auto;
	width: 550px;
}

body#your-space ul.blog{ line-height: 3.3em!important; }

ul.blog li
{
	width: 550px!important;
	text-align: right;
	cursor: default;
	border: 0px solid white;
	list-style: none;
	display: table;
}

ul.blog li .left
{
	display: block;
	float: left;
}

ul.blog li .right
{
	display: block;
	float: right;
}
/*
ul.blog li .title
{
	width: 100%;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}

ul.blog li p.body
{
	text-align: left;
}
*/

p.intro.school
{
	font-size: 1.8em;
	font-weight: bold;
	margin-left: 5px;
}

.small_link
{
	margin-left: 50px;
	margin-top: 20px;
	font-weight: bold;
	color: #DF0094;
	text-decoration: none;
	font-size: 1em;
}

.small_link a
{
	font-size: 0.95em;
	font-weight: normal;
	color: #DF0094;
	text-decoration: none;
}

ul.blog .blog_title
{
	/*background-image: url('<?=site_url();?>assets/t/blog_title.jpg');*/
	background-repeat: no-repeat;
	width: 500px;
	min-height: 54px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

ul.blog .blog_title .blog_date
{
	width: 45px;
	height: 58px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	
}

ul.blog .blog_title .blog_date .day_month
{
	width: 45px;
	padding: 2px 0px 0px 0px;
	height: 38px;
	background-color: #df0094;
	color: white;
	margin-bottom: 1px;
	font-size: 1.2em;
	line-height: 1.26em;
}

ul.blog .blog_title .blog_date .year
{
	width: 45px;
	height: 17px;
	padding: 1px 0px 2px 0px;
	background-color: #0099ff;
	color: white;
	font-size: 1.12em;
	line-height: 1.12em;	
}

ul.blog .blog_title .title
{
	width: 260px;
	min-height: 58px; 
	text-align: left;
	font-weight: normal;
	font-size: 2em;
	line-height: 1em;
	color: #44193b;
	margin: 0px 6px 0px 6px;
	padding-bottom: 2px;
	
}

ul.blog .blog_title .teacher_logo
{
	width: 28px;
	padding-top: 15px;
}

ul.blog .blog_title .user
{
	font-size: 1.28em;
	line-height: 1.38em;
	font-weight: normal;
	color: #44193b;
	width: 135px;
}

ul.blog .blogs_body .blue_body
{
	background-color: #0099ff;
	padding: 10px 10px 0px 10px;
	width: 	440px;
	min-height: 100px;
	height: auto;
}



ul.blog .blogs_body .blue_flag
{
	background-image: url('/assets/images/blog_blue_point.gif');
	background-repeat: no-repeat;
	width: 	35px;
	min-height: 36px;
	height: auto;
}

ul.blog .blogs_body .yellow_body
{
	background-color: #ffeb00;
	padding: 10px 10px 0px 10px;
	width: 	440px;
	min-height: 100px;
	height: auto;
}


ul.blog .blogs_body .yellow_flag
{
	background-image: url('/assets/images/blog_yellow_point.gif');
	background-repeat: no-repeat;
	width: 	35px;
	min-height: 36px;
	height: auto;
}


ul.blog .blogs_body
{
	margin-top: 10px;
}

ul.blog .blogs_body .main_image
{
	width: 440px;
}

ul.blog .blogs_body .blogs_thumbs
{
	margin-bottom: 25px;
}

ul.blog .blogs_body .blogs_thumb
{
	width: 140px;
	height: 96px;
	overflow: hidden;
	text-align: center!important;
}
/*
ul.blog .blogs_body .main_image.blue{ 	background-color: #ffeb00!important; }
ul.blog .blogs_body .main_image.yellow{ 	background-color: #0099ff!important; }
*/
div.blogs_thumb.blue_thumb{ background-color: #ffeb00!important; }

div.blogs_thumb.yellow_thumb{ background-color: #0099ff!important; }

ul.blog .blogs_body .blogs_thumb_spacer
{
	width: 10px;
	height: 96px;
}

ul.blog .blogs_body div.blogs_text
{
	font-family: Comic Sans MS, Comic Sans MS, cursive;
	font-size: 1.45em;
	font-weight: normal;
	text-align: left;
}

ul.assets li
{
	list-style: none;
}


ul.assets li a
{
	text-decoration: none;
	font-size: 1.46em;
	font-weight: normal;
}

ul.assets li a.yellow
{
	/*color: #ffeb00;*/
}

ul.assets
{
	display: block;
	float: left;
}

ul.assets li .file_thumb
{
	width: 49px;
	height: 64px;
	border: 0px solid white;
	margin-bottom: 10px;
}

ul.assets li .file_details
{
	padding-top: 7px;
	min-height: 50px;
	margin-left: 10px;
	margin-bottom: 0px;
	width: 360px;
	text-align: left;
}

ul.blog .blogs_body .yellow_asset_split
{
	width: 430px;
	height: 6px;
	margin: 25px 0px 25px -20px;
	background-color: #ffeb00;
}

ul.blog .blogs_body .blue_asset_split
{
	width: 430px;
	height: 6px;
	margin: 5px 0px 25px -20px;
	background-color: #0099ff;
}


div.blogs_text ul li 
{
	/*background-color: red!important;*/
	text-align: left!important;
	list-style: disc!important;
	list-style-position: inside!important;
}

div.blogs_text ol li
{
	text-align: left!important;
	list-style: decimal!important;
	list-style-position: inside!important;
	
}

div.blogs_text.blue ol li, div.blogs_text.blue ul li 
{
	color: white!important;
}

div.blogs_text.yellow ol li, div.blogs_text.yellow ul li
{
	color: #44193B!important;
}


ul.blogs_tags_home li.tag
{
	
	
	background-color: #44193b;
	color: white;
	font-weight: bold;
	font-size: 1.16em;
	width: auto!important;
	line-height: 1.6em;
	/*
	
	display: inline!important;
	list-style: none!important;
	list-style-position: inside;

	
	text-align: left;
	
	width: auto;
	overflow: hidden;
	clear: none;*/
	padding: 2px 8px 2px 8px!important;
	
	margin: 3px 6px 3px 6px!important;
	
	
	
	float: left;


	list-style-type: none;

	
}

ul.blogs_tags_home
{
	display: block;
	float: left;
	width: 440px;
	text-align: left;
	overflow: hidden;
	margin: 0px;
	margin-left: -5px;
	padding: 0px;
	white-space: nowrap;
}

ul.blogs_tags_home li.pink
{
	color: #df0094;
}

div.blogs_tags_home
{
 text-align: left;
 width: 440px;
}

div.actions a
{
	padding: 2px 6px 0px 6px;
	margin-left: 20px;
	height: 25px;
	width: auto;
	font-size: 1.06em;
	font-weight: bold;
	text-decoration: none;
}

div.actions
{
	padding: 20px 0px 10px 0px;
	height: 20px;
	margin: 0px -10px 0px -10px;
	width: 460px;
	background-color: white;
}

.blue
{
	color: white;
	background-color: #0099ff;
}

.blue a
{
	color: #ffeb00;
	background-color: #0099ff;
}

.yellow
{
	color:#44193b;
	background-color: #ffeb00;
}

.yellow a
{
	color: #44193b;
	background-color: #ffeb00;
}

.pag
{
	text-align: center;
	color: #44193b;
	font-size: 1.06em;
	font-weight: bold;
	margin-top: 0px;
}

.pag a
{
	text-decoration: none;
	color: #44193b;
	background-color: transparent;
	font-size: 1.06em;
	font-weight: bold;
}

.pag .page
{
	width: 25px;
	height: 22px;
	padding-top: 3px;
	margin-left: 4px;
	background-color: #CCCCCC;
	cursor: pointer;
}

.pag .page_selected
{
	width: 25px;
	height: 22px;
	padding-top: 3px;
	margin-left: 4px;
	background-color: #df0094;
	color: white;
	cursor: defualt;
}

.pag .page_selected a
{
	color: white;
	background-color: transparent;
}

.pag .previous, .pag .next
{
	width: 25px;
	height: 22px;
	padding-top: 3px;
	margin-left: 4px;
	background-color: transparent;
}

.blog_readonly
{
	margin-left: 50px!important;
}
.blog_readonly_r
{
	float: left!important;
	margin-top: 20px;
	margin-left: 110px!important;
}
