/*
Theme Name: WordPress theme j-pad
Theme URI: http://j-pad.co.uk/
Description: The first WordPress theme created by Jinger 
Author: Jinger.M
Author URI: http://j-pad.co.uk/
Tags: oriental,chinese
*/

@import url("css/blueprint/screen.css");

body {
background-color:#000;
}

ul{
list-style:none;
margin-left:0;
padding-left:0;
}
.right {
float:right;
}
.container{
background: url("images/bg.jpg") #fff no-repeat;
}
#header{
	height:160px;
}
#header img {
position:relative;
top:110px;
left:615px;
}
#header h1 {
visibility:hidden;
}
#menu {
height:40px;
padding-left:20px;
}

#menu ul li a img{
float:left;
padding-right:30px;
}

#sidebar {
position:relative;
top:80px;
left:50px;
}
#sidebar ul li {
margin-bottom:50px;
}
#content {
background: url("images/mainbg.png") repeat-y;
padding:0 20px 20px 20px;
}
#cheader{
background: url("images/top.png") no-repeat;
padding-bottom:15px;
}
#cfooter {
background: url("images/bottom.png") no-repeat;
padding-bottom:20px;
}

#righttop {
background: url("images/sidetop.png") no-repeat;
padding-bottom:15px;
}
#rightbottom{
background: url("images/sidebottom.png") no-repeat;
padding-bottom:20px;
}
#rightPanel {
width: 230px;
background: url("images/sidebg.png") repeat-y;
padding:0 20px 20px 20px;
}
#rightPanel {
padding-top:20px;
}
#footer{
margin-left:20px;
}
#search {
float:right;
}

#supercache {
display:none;
}
