@charset "UTF-8";
/* CSS Document */

/*- Page Structure */

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

 * {
	padding: 0;
	margin: 0;
	} 

img {
	border: 0;
	}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: url('http://www.jazzviolin.com/china/wp-content/themes/k2/images/bg-blog.jpg') top center repeat-x;
	text-align: center;
	background-color:#edebe0;
	}

#content {
	padding:0;
	width:950px;
	margin:0 auto;
	border-left:1px solid #aea984;
	border-right:1px solid #aea984;
	border-bottm:1px solid #aea984;
	}
	
	
#text {
	background:#D7D7D7;
	text-align:center;
	padding:20px;}

#header {
	margin:0;
	padding:0;}

#movie {
	margin:0 auto;
	/* background-color:#8b170a; */
	background:black;
	width:728px;}

#footer p {
	line-height: 1.6em;
	}

#footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #000;
	}

/*- Links */


h1 {
	margin:1em 0 .3em;}
	
p {
	width:500px;
	font-size:1.2em;
	margin:0 auto 2em auto;}

h2 a:hover, h2 span a:hover {
	color: #27d !important;
	}

a {
	color: #b41;
	text-decoration: underline;
	}
a:hover {
	color:#7B2D0B;
	}


/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
	
img {
	padding: 4px;
	border: 1px solid #c6c0a5;	
	}


img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img[align="right"] {
	margin: 0px 0px 10px 10px;
	/* display: inline; */
	}

img.alignleft, img[align="left"] {
	margin: 0px 10px 10px 0;
	/* display: inline; */
	}
	
img.alignleft-sp {
	float:left;
	display:inline;
	margin: 0 2px 0 0;}

img.alignright-sp {
	float:right;
	display:inline;
	margin: 0 0 0 2px;}


img.noborder {
	border: none !important;
	margin:0;
	padding:0;}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}
	

hr {
	display: none;
	}



#google {}

#google.alignright {
	padding:0;
	float:right;
	margin:0 0 6px 6px;
	display: inline;
}

#google.alignleft {
	padding:0;
	float:left;
	margin:0 6px 6px 0px;
	display: inline;
}




