/*
	Striped 1.0 
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		min-width: 1200px;
	}
	
	input, textarea
	{
		font-size: 11pt;
	}

	body
	{
		font-size: 12pt;
	}

/*********************************************************************************/
/* Section/Article Types                                                         */
/*********************************************************************************/

	.is-post
	{
		/*width: 20em;*/
	}
	
		.is-post h2
		{
			font-size: 1.5em;
			line-height: 2em;
			text-align: left;
			font-weight: 600;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
		.content_style h2{
			font-size: 2em;
			line-height: 2em;
			text-align: left;
			font-weight: 600;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
		.is-post header
		{
			/*padding: 2.75em 0 0 0;*/
			margin: 0 0 -2.6em 0;
		}
		.is-post header h2:hover{
			color: #D95673;
		}

		.is-post .byline
		{
			font-size: 2.25em;
			line-height: 1.5em;
			position: relative;
			top: -0.65em;
			margin-bottom: -0.65em;
		}

		.is-post .info
		{
			position: absolute;
			width: 5.5em;
			overflow: hidden;
			background-color: #fff;
			left: -10.5em;
			top: 0;
			padding: 1.5em 1em 1.5em 1em;
			border-top-left-radius: 0.4em;
			border-bottom-left-radius: 0.4em;
			box-shadow: 0.25em 0 0 0 #fbfbfb, 0 0 0.25em 0em rgba(0,0,0,0.25);
		}

			.is-post .info:after
			{
				content: '';
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background-image: url('images/bg2.png');
				opacity: 0.5;
				z-index: 0;
			}

			.is-post .info .date
			{
				position: relative;
				z-index: 1;
				font-family: 'Open Sans Condensed', sans-serif;
				font-weight: 400;
				text-align: center;
				display: block;
				font-size: 1.5em;
				color: #999;
				border-bottom: solid 1px #ddd;
				padding: 0 0 1em 0;
				margin: 0 0 0.75em 0;
			}

			.is-post .info .date .year,
			.is-post .info .date .month span
			{
				display: block;
				font-weight: 700;
				color: #1b252a;
			}
		
			.is-post .info .date .day
			{
				display: block;
				margin: 0.25em 0 0 0;
				font-size: 1.5em;
				font-weight: 700;
				color: #1b252a;
			}
		
			.is-post .info .stats
			{
				position: relative;
				z-index: 1;
			}
			
			.is-post .info .stats li
			{
				margin: 0.35em 0 0 0;
			}
			
			.is-post .info .stats li a
			{
				display: block;
				text-align: right;
				padding: 0 0.5em 0 0.5em;
			}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/
		
	#content
	{
		padding: 3em 5em 8em 5em;
	}

		body.left-sidebar #content
		{
			margin-left: 19.5em; /* = sidebar width + 7 */
			margin-right: 0em;
			margin-top: 0em;
		}
		
		body.right-sidebar #content
		{
			margin-right: 14em; /* = sidebar width */
			margin-left: 7em;
		}
		
		#content1
	    {
			padding: 3em 5em 8em 5em;
	    }

		body.left-sidebar #content1
		{
			margin-left: 15em; /* = sidebar width + 7 */
			margin-right: 16em;
		}
		
		body.right-sidebar #content1
		{
			margin-right: 14em; /* = sidebar width */
			margin-left: 7em;
		}
		#content2
	    {
			padding: 3em 8em 8em 8em;
	    }
		body.left-sidebar #content2
		{
			margin-left: 15em; /* = sidebar width + 7 */
			margin-right: 0em;
		}
		
		body.right-sidebar #content2
		{
			margin-right: 14em; /* = sidebar width */
			margin-left: 7em;
		}
		
/*********************************************************************************/
/* 
Iteration
                                                                       */
/*********************************************************************************/
.my-head{
	width: 80%;
}

.video_list li{
	float: left;
	width: 12.5em;
	display: block;
	padding: 0;
	margin: 0;
	margin-right: 1.6em;
	margin-bottom: 2em;
}
.video_list li p{
	padding: 0.2em 0.5em 0em 0.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.video_list li img{
	height: 8em;
}
.video_list li a{
	text-decoration: none;
	color: #272727;
}
.video_list li:hover{
	box-shadow: 0.2em 0.2em 0.5em rgba(0,0,0,0.3);
}
.video_list li:nth-child(4n){
	margin-right: 0;
}
.video_title{
	font-size: 2.6em;
	text-align: center;
	margin-bottom: 1.75em;
}
.date1{
	float: right;
}
.date1 span{
	padding: 0 0.2em;
}
.my_name{
	padding-bottom: 0.6em;
	text-align: left;
	padding-left: 1em;
	
}
.my_name a{
	
	font-weight: 500;
	font-size: 2em;

	text-decoration: none;
	
}
.index_title h2{
	font-size: 2.6em;
    text-align: center;
    font-weight: 700;
    line-height: 2.6em;
}
