/*
Theme Name: k-two.sc NEWS
Theme URI: http://koruwise.com/
Description: 
Version: 1.0
Author:
Tags: 
*/

div#main div#news-list h1 {  
    font-size:xx-large;
}

div#main div#news-list h2 {  
    font-size:x-large;
}

div#main div#news-list h3 {  
    font-size:large;
}

div#main div#news-list h4 {  
    font-size:medium;
}

div#main div#news-list h5 {  
    font-size:small;
}

div#main div#news-list h6 {  
    font-size:x-small;
}

div#main div#news-list {
	padding-right:30px;
}

div#main div#news-list span {
	display:inline;
}

div#main div#news-list h2#news-title {
	background-image:url(../../../../../img/share/form/h_bg.gif);
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left:15px;
	font-size:1.4em;
	height: 40px;
	margin-bottom:5px;
}

div#main div#news-list div.news {
	margin:10px 0 10px 0;
	padding-bottom:10px;
	border-bottom:1px #999 dotted;
}

div#main div#news-list div.news img.attachment-medium {
	margin-right:10px;
	float:left;
}

div#main div#news-list div.news-s {
	margin:10px 0 10px 0;
	padding-bottom:10px;
	border-bottom:#f192c2 1px solid;
}

div#main div#news-list div.news-s h3.singl-title {
	margin-bottom:10px;
	padding-bottom:3px;
	border-bottom:#f192c2 1px solid;
	font-size:15px;
}

/*div#main div#news-list div.news-s p img {
	margin-right:10px;
	float:left;
}
*/
div#main div#news-list div.news h3.storytitle {
	font-size:100%;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */