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

body {
	font-size: 100%;
}
#page {
	font-size: 0.75em; /* 16px x .75 = 12px */
	line-height: 1.333em; /* 12px x 1.333 = 16px */
}
body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
pre, code {
	font-size: 1.1em; /* Monospace fonts can be hard to read */
	font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}
/** headings **/
h1 {
	font-size: 2em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top: 0.667em;
	margin-bottom: 0.667em;
}
h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 0.769em;
	margin-bottom: 0.769em;
}
h4, h5, h6 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 0.909em;
	margin-bottom: 0.909em;
}
/** block-level elements **/
  p, ul, ol, dl, pre, table, fieldset, blockquote {
	margin: 1em 0;
}
/** lists **/
  /* standardize list item indentation */
ul, ol {
	margin-left: 0;
	padding-left: 2em;
}
.block ul, .item-list ul {
	margin: 1em 0;
	padding: 0 0 0 2em;
}
ul ul, ul ol, ol ol, ol ul, .block ul ul, .block ul ol, .block ol ol, .block ol ul, .item-list ul ul, .item-list ul ol, .item-list ol ol, .item-list ol ul {
	margin: 0;
}
li {
	margin: 0;
	padding: 0;
}
.item-list ul li {
	margin: 0;
	padding: 0;
	list-style: inherit;
}
ul.menu li, li.expanded, li.collapsed, li.leaf {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
ul ul ul ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: decimal;
}
dt {
	margin: 0;
	padding: 0;
}
dd {
	margin: 0 0 0 2em;
	padding: 0;
}
/** links **/
a {
	text-decoration: none;
	outline: none;
}
a:link {
	color: #606;
}
a:visited {
}
a:hover, a:focus {
}
a:active {
}
/** tables **/
  /* Override Drupal default CSS */
  table {
	border-collapse: collapse;
}
th, thead th, tbody th {
	text-align: left;
	padding-right: 0;
	border-bottom: none;
}
tbody {
	border-top: none;
}
/** abbreviations **/
  abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: nowrap;
}
abbr.created {
	border: none;
	cursor: auto;
	white-space: normal;
}
/** images **/
  img {
	border: 0;
}
/** horizontal rules **/
  hr {
	height: 1px;
	border: 1px solid #666;
}
/** forms **/
  form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 1em 0;
	padding: 0.5em;
}
/* ------ */
/* layout */
/* ------ */
#page, #closure-blocks {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
#header {
	padding: 60px 0 0;
}
#main {
	position:relative;
	clear: both;
}
#sidebar-left {
	float: left;
	width: 472px;
	height: 472px;
	background:#fff url(../images/pattern-01.png) repeat-y;
}
#sidebar-left-inner {
	padding:0 20px 0 50px;
}
#content {
	float: left;
	width: 472px;
	height: 472px;
	margin: 0 0 0 16px;
	background: #FFF;
}
#content-inner {
	padding: 20px;
}
#content-area {
}

#text-area {
	height: 360px;
	overflow: auto;
	padding: 0 10px 0 0
}
#footer-message {
	padding: 10px 0;
	color: #666;
}
/* ----- */
/* style */
/* ----- */
body {
	background:#E1E1E1;
	color:#333333;
	margin:0;
	padding:0;
}
.clear-block {
	display: block;
	clear: both;
}
#primary {
	display: block;
	clear:both;
	padding: 30px 0 0;
	height: 20px;
}
#primary ul.menu {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#primary ul.menu li {
	float: left;
	position:relative;
	border-right:1px solid #ddd;
}
#primary ul.menu li.last {
	border-right: none;
}
#primary ul.menu li a {
	display:block;
	padding: 0 10px;
	color: #a1a1a1;
}
#primary ul.menu li.first a {
	padding: 0 10px 0 0;
}
#primary ul.menu li a:hover, #primary ul.menu li a.active {
	color: #5f3078;
}
.breadcrumb {
	color:#ddd;
	font-size: 0.8em;
	margin: 0 0 5px;
}
.breadcrumb a {
	color:#a1a1a1;
}
.breadcrumb a:hover {
	color: #5f3078;
}
h1.title {
	color: #5f3078;
	font-weight: normal;
	font-size: 1.4em;
}
.pager {
	margin: 10px 0 0 0;
}
.pager a {
	padding: 0 3px;
	background: #999;
	color: #FFF;
	margin: 0 5px 0 0;
	border: 1px solid #999;
}
.pager a:hover {
	background: #606;
	border: 1px solid #606;
}
.pager a.current {
	background: #ccc;
	border: 1px solid #ccc;
}
.item-list {
	text-align: right;
	margin: 10px 0 0 0;
}
.item-list a {
	background: #ccc;
	color: #ccc;
	padding: 0 3px;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
}
.item-list a:hover {
	background: #606;
	color: #606;
	border: 1px solid #606;
}
/* block */
.block-thumb {
	height: 380px;
}
.block-thumb a {
}
.block-thumb a img {
	border: 2px solid #fff;
}
.block-thumb a:hover img {
	border: 2px solid #eee;
}
/* suckerfish */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	width: auto;
	padding: 2px 10px;
	color: #a1a1a1;
	line-height: 16px;
}
#nav a:hover {
color: #5f3078;
}
#nav li ul a {
	width: 100px;
	border-right: none;
	background: #eee;
	border-bottom: 1px solid #fff;
}
#nav li ul a:hover {
	background: #5f3078;
	color: #FFF;
}
#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	border-right:1px solid #ddd;
}
#nav li.last { /* all list items */
	border-right: none;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li{ 
	border-right: none;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -21px 0 0 120px;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* menu */
#secondary {
	font-size: 1.2em;
	line-height: 2em;
}
#secondary ul {
	list-style: none;
	text-align: center;
}
#secondary a {
	color: #CCC;
}
#secondary a:hover {
	color: #5F3078;
}
/* tab */
#tabs {
	float:right;
	width:100%;
	font-size:93%;
	line-height:normal;
	margin-bottom:0; /*margin between menu and rest of page*/
	overflow:hidden;
	height: 25px;
}
#tabs ul {
	margin:0;
	padding:0 10px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:right;
	background:url(../images/tab-left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url(../images/tab-right.png) no-repeat right top;
	padding:6px 10px 4px 4px;
	margin-right:2px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;
}
/* End IE5-Mac hack */
#tabs a:hover span {
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}
/* extra */
.hide {
	display: none;
}

