﻿/*
-----------------------------------------------
seeeqs.com MyPage Index Page
Target:		/channels/play.tpl
Author:		Harry Nakayama
Version:	2013/09/28
----------------------------------------------- */
/*
===============================================
Imported Styles
=============================================== */
/* /css/base2.css
 *
 * - Elements
 *   - *
 *   - html
 *   - body
 *
 * - Major Class
 *   - .spinner (usually div)
 *   - .error
 *   - .alignLeft, .alignRight, .alignCenter
 *   - .marginTop0
 *   - .wrapper
 *   - .clear
 *
 * - header
 *   + nav
 *
 * - Main Content (#content)
 *
 * - footer
 *   + .copy
 *   + nav
----------------------------------------------- */
@import url("/css/base.css");

/*
===============================================
Elements
=============================================== */


/*
===============================================
Classes
=============================================== */


/*
===============================================
header
=============================================== */


/*
===============================================
content
=============================================== */
#content	{
	width:600px;
	height:auto;
	margin:0 auto;
	padding:0;
	background-color:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

#content h1	{
	margin-top:20px;
	text-align:center;
	font-size:150%;
}

#content h1+p	{
	margin-top:20px;
	text-align:center;
	font-size:120%;
}

#content div.description	{
	margin-top:20px;
}
#content div.description p	{
	margin-top:0.5em;
	text-align:center;
}

#content div.player	{
	position:relative;
	width:600px;
	height:676px;
	margin-bottom:16px;
}


/*
===============================================
footer
=============================================== */
