/*
Theme Name: Jupal
Theme URI: http://beyondness.com/
Description: A theme based on the Drupal default theme design.
Version: 0.1
Author: Junren deng
Author URI: http://beyondness.com/
Tags: blue, widgets, drupal like

	This theme just make Wordpress look like Drupal

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	CURSOR: url("http://dl.dropbox.com/u/2833242/Images/cg.cur"), auto;
	margin: 0;
	padding: 0;
	background: #edf5fa;
	font: 12px Verdana, sans-serif;
	color: #494949;
	line-height: 170%;
}

a:link, a:visited {
	color:#027AC6;
	text-decoration:none;
}

a:hover {
	color: #0062A0;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

h2, h3 {
	font-size: 160%;
	line-height: 130%;
}

img, a img {
	border: none;
}

small {
	font-size: 11px;
	color: #898989;
}

p.postmetadata {
	color: #898989;
}
p.alt {
	padding: 5px;
	border: 1px dotted #898989;
}

.center {
	text-align: center;
}

.post {
	clear: both;
}

.navigation {
	height: 30px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

div.search {
	color: #ffffff;
	margin-top: 12px;
	clear: right;
	float: right;
}

/**
 * Layout
 */

#top-region {
	min-height: 12px;
	background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
}

#wrapper {
	background: #edf5fa url(images/body.png) repeat-x 50% 0;
}

#wrapper #container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1270px;
}

#wrapper #container #header {
	height: 80px;
}

#wrapper #container #header #logo-floater {
	position: absolute;
}

#wrapper #container #header h1 a {
	color: #ffffff;
	font-size: 27px;
	line-height: 113px;
	text-shadow: 0 1px 3px #1659AC;
	text-decoration: none;
}

#wrapper #container #header h1 img {
	float: left;
	padding-right: 20px;
	padding-top: 20px;
}

#wrapper #container #header h1 span {
	font-weight: bold;
	line-height: 100px;
}
#wrapper #container #header h1 span.desc {
	padding-left: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}

ul.links {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 4;
}

ul.links li {
	float: left;
	list-style: none;
}

ul.links li a, ul.links li a:link, ul.links li a:visited {
	color: #ffffff;
	background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
	margin: 0 12px;
	padding: 9px;
	display: block;
}

ul.links li a:hover {
	background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

#wrapper #container #sidebar {
	margin: 60px 0 0;
	width: 210px;
	float: left;
	z-index: 2;
	position: relative;
}

ul.sidebar-ul-1 {
	list-style: none;
	margin: 0 ;
	padding: 0 15px 0 0;
}

ul.sidebar-ul-1 li {
	margin-bottom: 12px;
}

ul.sidebar-ul-1 li ul li {
	list-style-image: url(images/menu-leaf.gif);
	margin: 0;
	margin-left: -24px;
}

#wrapper #container #center {
	float: left;
	width: 100%;
	margin-left: -210px;
}

#wrapper #container #center .right-corner {
	background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
	position: relative;
	left: 10px;
}

#wrapper #container #center .right-corner .left-corner {
	padding: 60px 25px 0 35px;
	background: transparent url(images/bg-content-left.png) no-repeat 0 0;
	margin-left: -10px;
	position: relative;
	left: -10px;
	min-height: 400px;
}

#wrapper #container #center #squeeze {
	margin-left: 210px;
	background: #ffffff url(images/bg-content.png) repeat-x 50% 0;
	position: relative;
}

#footer {
	padding-top: 10px;
	clear: both;
	text-align: center;
	color: #898989;
}
