/*
Theme Name: Pancreas.org
Theme URI: http://pancreas.org/
Description: Default style for pancreas.org.
Version: 0.1
Author: kramer
Author URI: http://neonhomer.com/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px;
	color: #093255;
	font: 13px/1.6em "lucida sans unicode", "lucida grande", sans-serif;
	text-align: center;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	padding: 10px 0 30px;
	background: url(images/pancreas-watermark2.gif) 340px 5px no-repeat;
}

#masthead a {
	border-bottom: 0;
}

#masthead a:hover {
	background: 0;
}

#tools {
	position: absolute;
	top: 25px;
	right: 0;
}

#user {
	float: right;
	list-style: none;
}

#user li {
	float: left;
}

#user li a {
	display: block;
	margin-left: 6px;
	padding-left: 6px;
	border-left: 1px solid #214666;
	border-bottom: 0;
	color: #214666;
	line-height: 14px;
	text-decoration: none;
}

#user li:first-child a {
	border-left: 0;
}

#user li a:hover {
	color: #093255;
	background: 0;
	text-decoration: underline;
}

#searchform {
	clear: both;
	float: right;
	width: 264px;	position: relative;
}

#s {
	/*position: absolute;*/
	left: 0;
	width: 235px;
	height: 24px;
	padding: 4px 8px;
	border: 0;
	background: url(images/search-box.gif) 0 0 no-repeat;
	color: #6a6a6a;
}

#searchsubmit {
	position: absolute;
	right: 0;
}

#box {
	background: url(images/box-middle.gif) 0 0 repeat-y;
}

body.home #box {
	background: url(images/box-middle-home.gif) 0 0 repeat-y;
}

#nav {
	
}

#main-nav {
	height: 1%;
	min-height: 30px;
	margin: 0;
	padding: 0 15px;
	background: #44749d url(images/box-top.gif) 0 0 no-repeat;
	list-style: none;
}

#main-nav li {
	float: left;
}

#main-nav li a {
	display: block;
	padding: 0 12px;
	border-left: 1px solid #6e91ae;
	border-bottom: 0;
	color: #edf1f5;
	line-height: 30px;
	text-decoration: none;
}

#main-nav li:first-child a {
	padding-left: 6px;
	border-left: 0;
}

#main-nav li.hover a, #main-nav li a:hover {
	background: #6e91ae;
	color: #fff;
}

#main-nav li div.subnav {
	display: none;
	position: absolute;
	margin-left: -1px;
}

#main-nav li div.inside-subnav {
	padding-left: 15px;
	background: url(images/subnav-left.gif) 0 100% no-repeat;
}

#main-nav li div.subnav ul {
	margin: 0;
	padding: 5px 15px 15px 0;
	background: url(images/subnav-right.gif) 100% 100% no-repeat;
	list-style: none;
}

#main-nav li div.subnav ul li {
	float: none;
}

#main-nav li div.subnav ul li a {
	display: block;
	padding: 8px 12px;
	border-left: 0;
	border-top: 1px solid #A8BCCF;
	color: #edf1f5;
	line-height: 1em;
	text-decoration: none;
}

#main-nav li div.subnav ul li:first-child a {
	border-top: 0;
}

#main-nav li div.subnav ul li a:hover {
	background: #A8BCCF;
}

#banner, #home_banner {
	margin: 0 0 1em;
	text-transform: uppercase;
	text-align: center;
}

#home_banner {
	margin: 0;
	padding: 15px 0 5px;
	border-bottom: 1px solid #C6D4E1;
	background: url(images/box-middle-full.gif) 0 0 repeat-y;
}

#banner a, #home_banner a {
	padding: 0;
	background: 0;
	border-bottom: 0;
}

#banner a:hover, #home_banner a:hover {
	background: 0;
}

#main {
	/* background: url(images/box-gradient.gif) 0 0 no-repeat; */
	color: #464646;
}

#home {
	float: left;
	width: 260px;
	margin: 20px;
}

#home_content {
	float: right;
	width: 630px;
	margin: 15px;
}

#content {
	float: right;
	width: 730px;
	margin: 15px;
}

#sidebar {
	float: left;
	width: 160px;
	margin: 20px;
	font-size: 12px;
	letter-spacing: -0.2px;
}

#side-nav {
	margin: 0 0 10px;
	list-style: none;
	font-size: 13px;
	line-height: 1.4em;
}

#side-nav li {
	margin-bottom: 8px;
	line-height: 1.3em;
}

#side-nav li a {
	border-bottom: 0;
	color: #44749d;
	text-decoration: none;
}

#side-nav li a:hover {
	background: 0;
	text-decoration: underline;
}

#side-nav li ul {
	margin: 5px 0 5px 10px;
	list-style: none;
	font-size: 12px;
}

#side-nav li ul li {
	padding-left: 10px;
	background: url(images/side-nav-bullet.gif) 0 0.7em no-repeat;
}

#bottom {
	clear: both;
	height: 20px;
	background: url(images/box-bottom.gif) 0 0 no-repeat;
}

#footer {
	margin: 10px 0 0;
	color: #6a6a6a;
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
}

h2 {
	color: #093255;
	font: bold 20px "palatino linotype", "book antiqua", palatino, serif;
	line-height: 1.2em;
}

#sidebar h2 {
	margin: 5px 0 10px;
	color: #093255;
	font: bold 15px "palatino linotype", "book antiqua", palatino, serif;
}

h3 {
	color: #262626;
	font: bold 16px "palatino linotype", "book antiqua", palatino, serif;
}

p {
	margin: 0.2em 0 1em;
}

ol, ul {
	margin: 0.2em 0 1em 2.5em;
}

#sidebar ul.posts {
	margin-left: 0;
	list-style: none;
}

a {
	padding: 0 1px;
	border-bottom: 1px solid #093255;
	color: #262626;
	text-decoration: none;
}

a:hover {
	background: #C6D4E1;
	border-bottom: 1px solid #093255;
}

a img {
	border: 0;
}

input {
	margin: 0.1 0 0.5em;
}

div.post label {
	position: relative;
}

div.post label input[type=text], div.post label input[type=password] {
	position: absolute;
	margin-left: 120px;
}

.tagline {
	letter-spacing: 0.05em;
}

.wp-caption-text {
	color: #6a6a6a;
	font-size: 0.9em;
	text-align: center;
}

.alignleft {
	float: left;
	margin: 0 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0 0 0.5em 1em ;
}

.date {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 0.9em;
}

.note {
	font-size: 0.8em;
	text-align: center;
}

