* { margin: 0; padding: 0; }

body
{
	font-family: sans-serif;
	background-color: #495065;
}

a:hover
{
	text-decoration: none;
}

.hide
{
	display: none;
}

#header
{
	background: repeat-x top #fff url(../images/background_header.png);
	position: relative;
	border-bottom: 1px solid #000;
}
#header #logo
{
	background: no-repeat top left url(../images/background_logo.png);
	width: 271px;
	height: 129px;
}
#header #logo a
{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 271px;
	height: 80px;
}
#header #slogan
{
	position: absolute;
	color: #c00;
	font-family: "Myriad Web", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 125%;
	top: 35px;
	left: 285px;
}

#search-theme-form
{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#search-theme-form label
{
	display: none;
}
#search-theme-form #edit-search-theme-form-1
{
	background: no-repeat top url(../images/background_search.png);
	width: 91px;
	height: 17px;
	padding: 2px;
	padding-left: 20px;
	border: 1px solid #36c;
	vertical-align: top;
}
#search-theme-form #edit-submit
{
	vertical-align: top;
	background-color: #36c;
	border: 1px solid #039;
	color: #fff;
	height: 23px;
	width: 60px;
}

#navigation
{
	background: repeat-x top url(../images/background_nav.png);
	height: 38px;
	border-top: 1px solid #676767;
	border-bottom: 1px solid #000;
}
#navigation ul
{
	list-style: none;
}
#navigation ul li 
{
	width: 120px;
	height: 38px;
	float: left;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 115%;
}
#navigation ul li a
{
	padding: 5px;
	display: block;
	color: #fff;
	text-decoration: none;
	height: 28px;
	background: no-repeat right url(../images/background_tab.png);
}
#navigation ul li a:hover
{
	background: no-repeat right url(../images/background_tab_f2.png);
}

#container
{
	border-top: 3px solid #36c;
	background: #495065 top repeat-x url(../images/background_page.png);
	min-height: 300px;
}
#container-left
{
	margin: 10px;
	margin-right: 280px;
	margin-bottom: 0;
	background-color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
}
#container-right
{
	position: absolute;
	right: 0;
	top: 193px;
	width: 240px;
	padding: 0 20px;
	color: #bfcfef;
}

#breadcrumbs
{
	margin: 1px;
	background-color: #bfcfef;
	padding: 7px;
	font-family: sans-serif;
	font-size: 80%;
}
#breadcrumbs ol li
{
	display: inline;
	margin-right: 5px;
}
#breadcrumbs ol li:before
{
	content: " » ";
}

#page-title
{
	height: 31px;
	background: #fff top repeat-x url(../images/background_pagetitle.png);
	color: #fff;
	margin: 1px;
	padding-top: 21px;
	padding-left: 15px;
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 200%;
	font-variant: small-caps;	
}
ul.tabs
{
	font-size: 80%;
}
ul.tabs li
{
	padding: 3px;
}
#content
{
	margin: 20px;
	font-family: sans-serif;
}
#content h2, #content h3, #content h4
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-top: 0.5em;
	margin-bottom: 10px;
}
#content h2
{
	color: #c00;
	font-size: 200%;
	font-weight: normal;
}
#content h3
{
	color: #36c;
	font-size: 150%;
	font-weight: normal;
}
#content h4
{
	font-size: 100%;
	font-weight: bold;
	color: #000;
}
#content p, #content ul, #content ol, #content dl
{
	font-size: 80%;
	margin: 1em 0;
}
#content table 
{
	margin-bottom: 1em;
}
#content td, #content th
{
	font-size: 80%;
	padding: 4px;
}
#content li
{
	margin-bottom: 0.2em;
}
#content ol, #content ul
{
	padding-left: 1.5em;
}
#content p
{
	line-height: 125%;
}
#content dt
{
	margin-bottom: 0.5em;
}
#content dd
{
	margin-left: 2em;
	line-height: 125%;
	margin-bottom: 0.5em;
}

#content .node
{
	margin-bottom: 1em;
	border-top: 1px solid #fff;
}
#content .node h2
{
	margin-top: 0;
	font-size: 150%;
	font-weight: bold;
}
#content .node .node-meta
{
	zoom: 100%;
}
#content .node .node-meta:after
{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

#content .node .submitted
{
	margin-top: 0;
	font-size: 75%;
	color: #36c;
	float: left;
}
#content .node .node-author a,
#content .comment .comment-author a
{
	background-image: url(/silk/user.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
#content .node .node-date
{
	background-image: url(/silk/clock.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
#content .node .taxonomy
{
	float: right;
}
#content .node .node-content
{
	display: block;
	zoom: 100%;
}

#content .node .node-links
{
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}
#content .node .node-links .node_read_more a,
#content .node .node-links .comment_add a,
#content .node .node-links .comment_comments a,
#content .comment .comment_delete a,
#content .comment .comment_edit a,
#content .comment .comment_reply a
{
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	display: block;
	height: 16px;
}
#content .node .node-links .comment_comments a
{
	background-image:url(/silk/comments.png);
}
#content .node .node-links .comment_add a
{
	background-image:url(/silk/user_comment.png);
}
#content .node .node-links .node_read_more a
{
	background-image:url(/silk/newspaper.png);
}
#content .node .node-links li
{
	float: left;
	display: inline;
	height: 16px;
	margin-right: 10px;
}
ul.links li
{
	padding: 0;
}

#content .comment h3
{
	font-size: 110%;
	font-weight: bold;
	margin-top: 0.75em;
	margin-bottom: 0;
	padding: 5px;
	border: 1px solid #36c;
	background-color: #bfcfef;
}
#content .comment h3 a
{
	text-decoration: none;
	color: #000;
}
#content .comment .submitted
{
	font-size: 75%;
	color: #36c;
}
#content .comment .comment-links
{
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}
#content .comment ul.links
{
	margin: 0;
	padding: 0;
}
#content .comment ul.links:after
{
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}
#content .comment .comment-links li
{
	float: left;
	display: inline;
	height: 16px;
	margin-right: 10px;
}

#content .comment .comment_delete a
{
	background-image:url(/silk/comment_delete.png);
}
#content .comment .comment_edit a
{
	background-image:url(/silk/comment_edit.png);
}
#content .comment .comment_reply a
{
	background-image:url(/silk/comment_add.png);
}


#container-right .portlet
{
	margin-bottom: 20px;
	font-family: sans-serif;
}
#container-right .portlet p
{
	line-height: 125%;
}
#container-right .portlet li
{
}
#container-right .portlet dl
{
	margin-bottom: 1em;
}
#container-right .portlet dl dt
{
	font-weight: bold;
	margin-top: 0.5em;
}
#container-right .portlet dl dd
{
	margin-left: 2em;
}
#container-right .portlet .content
{
	font-size: 80%;
}
#container-right .portlet a
{
	color: #fff;
}
#container-right .portlet a:visited
{
	color: #c9c9c9;
}
#container-right .portlet li li
{
/*	font-size: 100%;*/
}

#container-right .portlet-header
{
	background-color: #000;
	border: 1px solid #000;
	font-size: 100%;
	color: #fff;
	font-family: "Myriad Web", Helvetica, sans-serif;
	margin-bottom: 12px;
}
#container-right .portlet-header h3
{
	padding-left: 5px;
	border-bottom: 1px solid #c00;
}
#container-right .portlet .openid-link
{
	padding-left: 20px;
	background-position: left;
}

#footer
{
	margin: 40px 20px 20px 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
}

div.error
{
	padding: 1em;
	font-size: 80%;
}
.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}
.messages {
  font-size: 80%;
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}
div.status {
  color: #3a3;
  border-color: #c7f2c8;
}

div.forum-topic-navigation
{
	font-size: 80%;
}

.download-notice
{
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	padding: 0 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 300px;
	float: right;
	font-size: 85%;
}
.download-notice p.link-button
{
	float: right;
	padding-left: 2em;
}

pre
{
	background-color: #ccc;
	border: 1px dashed #999;
	padding: 5px;
}
pre.code
{
	padding: 10px;
}
pre code
{
	background-color: transparent;
	border: none;
	padding: none;
}



.xyster-front-description
{
	position: relative;
	margin: 0;
	width: 100%;
	height: 146px;
	background-color: #56b5e7;
	background-image: url(/images/background_description.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.xyster-front-description p
{
	display: none;
}
.xyster-front-description ul
{
	margin: 0;
}
.xyster-front-description ul li
{
	list-style: none;
	display: block;
	position: absolute;
	right: 0;
	margin: 0;
	padding: 10px 7px 7px 35px;
	width: 220px;
	height: 19px;
	color: #cdcdcd;
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}
.xyster-front-description ul li.docs
{
	background-image: url(/images/background_description_docs.png);
}
.xyster-front-description ul li.info
{
	background-image: url(/images/background_description_info.png);
	height: 24px;
	top: 53px;
}
.xyster-front-description ul li.save
{
	bottom: 0;
	background-image: url(/images/background_description_save.png);
}
.xyster-front-description ul li a
{
	color: #fff;
	font-weight: bold;
}

#content .xyster-front-why h2
{
	font-size: 110%;
}
#content .xyster-front-why
{
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	padding: 0 20px;
	margin-bottom: 2em;
}
