/*
Theme Name: JJ
Author: Long Sien
Site: http://www.longsien.com
*/


/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* font face */

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* clear */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* core */

html, body {
	height: 100%;
	}

body {
	font: normal 12px/16px Helvetica, sans-serif;
	color: #00374d;
	overflow-y: scroll;
	background: #f5f7f7;
	}
	
.container {
	margin: auto;
	width: 960px;
	}

p {
	padding: 16px 20px 0;
	}
	
b {
	color: #0076a3;
	}
	
ol {
	list-style-type: decimal;
	margin: 20px 0 0 40px;
	}
	
ul {
	list-style-type: square;
	margin: 20px 0 0 40px;
	}

	
/* links */

a:link, a:visited {
	color: #0076a3;
	text-decoration: none;
	}
	
a:hover {
	color: #0076a3;
	text-decoration: underline;
	}


/* layout */

.pline {
	width: 660px;
	height: 1px;
	background: #0076a3;
	margin: 16px auto 0;
	}
	
.buy {
	margin: 20px;
	}
	
.pop {
	display: none;
	}

.youtube-player {
	width: 640px;
	height: 390px;
	}
	
.right {	
	float: right;
	margin: 20px;
	}
	

/* sidebar */

#logo {
	margin: 20px 2px;
	}

#sidebar {
	position: fixed;
	width: 220px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 100%;
	height: 100%;
	text-align: center;
	font: normal 12px/16px Georgia, serif;
	font-style: italic;
	color: #0076a3;
	margin-top: 4px;
	}
	
.line {
	width: 220px;
	height: 2px;
	background: url(../img/nav/line.png) no-repeat;
	clear: both;
	margin-top: 16px;
	}

.ul-cat {
	text-align: center;
	font: normal 12px/16px Georgia, serif;
	font-style: italic;
	color: #0076a3;
	margin-top: 4px;
	}
	
.cat {
	font: bold 12px/16px Georgia, serif;
	font-style: italic;
	color: #0076a3;
	text-align: center;
	width: 50%;
	margin: auto;
	padding: 4px;
	}


/* content */

#content {
	width: 700px;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}

h2 {
	font: normal 48px "LeagueGothicRegular", sans-serif;
	text-transform: uppercase;
	color: #0076a3;
	float: left;
	}
	
.title {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 58px;
	overflow: hidden;
	}
	
.section {
	clear: both;
	margin-bottom: 40px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 5px #0076a3 solid;
	width: 700px;
	float: right;
	background: #fff;
	padding-bottom: 40px;
	}
	
.meta {
	font: normal 12px/16px Georgia, serif;
	font-style: italic;
	float: left;
	background: #0076a3;
	color: #fff;
	padding: 10px 20px 10px 30px;
	margin-left: -10px;
	margin-top: 10px;
	}
	
/* form */

fieldset {
	margin-top: 20px;
	}

textarea {
	resize: none;
	}

.input1, .input2 {
	width: 640px;
	margin: 5px 20px;
	font: normal 12px/16px Helvetica, sans-serif;
	color: #00374d;
	background: #f5f7f7;
	border: none;
	padding: 5px 10px;
	}
	
#send {
	background: #f5f7f7;
	color: #00374d;
	border: none;
	padding: 10px;
	margin: 5px 20px;
	}
	
#send:hover {
	color: #fff;
	background: #0076a3;
	cursor: pointer;
	}