/*
** HTML elements
*/
html,body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	color: #000;
	font: 76% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: url('images/bg.png') #cee1f0 repeat-x;
}

tr.odd td,tr.even td {
	padding: 0.3em;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0.5em;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 1.2em;
}

h3,h4,h5,h6 {
	font-size: 1.1em;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.9em;
}

a {
	text-decoration: none;
}

a:link {
	color: #81b746;
}

a:visited {
	color: #81b746;
}

a:hover {
	color: #60b703;
	text-decoration: underline;
}

fieldset {
	border: 1px solid #ccc;
}

pre {
	background-color: #eee;
	padding: 0.75em 1.5em;
	font-size: 12px;
	border: 1px solid #ddd;
}

.form-item label {
	font-size: 1em;
	color: #222;
}

.item-list .title {
	font-size: 1em;
	color: #222;
}

.links {
	margin-bottom: 0;
}

.comment .links {
	margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#wrapper {
	height: auto !important;
	width: 1000px;
	margin: 0 auto -110px;
	min-height: 100%;
	background: #fff;
	position: relative;
}

#main {
	float: left;
	width: 700px;
}

#footer, #push {
	clear: both;
	margin: auto;
	height: 110px;
	width: 1000px;
	text-align: center;
	color: #777;
	position:relative;
	background:#fff;
}
#footer .block {
	border: 0;
}

.search-box {
	text-align: right;
}

.form-submit {
	background: #E7E7E7;
	border: 1px solid #9c9c9c;
}

#sidebar-left .form-submit {
	background: #DDD;
}

#main .inner {
	margin: 0 26px 0 26px;
}
#main .inner dd a, #main .inner p a {
	text-decoration:underline;
}
#main .inner p {
	color:#767676;	
	}
	
#main .inner h1 {
    font-size:14pt;
    font-family:Arial;
    color:#2c2c2c;
    padding:20px 0 0 0;
    font-weight:normal;
}

#main .inner .content dl {
    width:200px;
}

#main .inner .content dt {
    float:left;
    margin-right:5px;
    clear:left;
    font-family:arial;
}
#main .inner .content dd {
    padding-bottom:10px;
    color:#767676;
    font-family:arial;
}

#sidebar-left,#sidebar-right {
	width: 248px;
	padding: 0;
	vertical-align: top;
	font-size: 11px;
}

#sidebar-left {
	float: left;
	background: url(images/sidebar-left-bg.png) 0 0 no-repeat;
	min-height:548px;
}

#floater {
	position: absolute;
	left: 900px;
	background: url(images/bg-alpha50.png);
	border: 1px solid #aaa;
	padding: 10px;
	width: 150px;
	z-index:10;
}

#sidebar-right {
	float: right;
}

#header {
	background: url('images/header.jpg');
	height: 248px;
	display: block;
	clear: both;
	width: 1000px;
}

#logo img {
	float: left;
}

.site-name {
	margin: 0;
	padding: 20px 0 0 30px;
	font-size: 45px;
	width: 500px;
}

.site-name a:link,.site-name a:visited {
	display: block;
	width: 500px;
	height: 200px;
	color: #E7E7E7;
	font-weight: lighter;
	text-indent: -999px;
}

.site-name a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

.site-slogan {
	font-size: 1em;
	color: #eee;
	display: block;
	margin-left: 32px;
	font-style: italic;
	font-weight: bold;
}

#header-region .block, #sidebar-left .block {
	border: 0;
	margin: 0;
	padding: 0;
}

.block.block-search {
	float: right;
	margin: 0 3px 0 0;
}

.block-search h2 {
	display: none;
}

.block-search .form-text,.block-search .form-submit {
	background: #333;
	border: 1px solid #444;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	color: #eb0;
}

.block-search .form-submit {
	border: 0;
	height: 20px;
	color: #999;
	background: #4a4a4a;
}

.block-search .form-text {
	width: 14em;
	padding: 2px 10px 0 10px;
	height: 16px;
}

#menu {
	padding: 0.5em 0.5em 0 0.5em;
	text-align: right;
	vertical-align: middle;
}

#primary {
	clear: both;
	display: block;
	height: 54px;
	border: 1px solid #7D7D7D;
	background: url('images/top-nav.png');
	font-size: 20px;
}

#header-region {
	float: left;
	clear: both;
	padding: 3px 0;
	width: 1000px;
	background: #222;
	border-bottom: 1px solid #111;
	color: #888;
}

#primary a {
	min-width: 100px;
	line-height: 52px;
	padding: 0 20px;
	height: 54px;
	display: block;
	float: left;
	text-align: center;
	background: url('images/top-nav-right.png') right 0 no-repeat;
	color: #efe;
	font-weight: lighter;
}

#primary a:hover {
	background: url('images/selected-nav.png') right 0 no-repeat;
	text-decoration: none;
	color: #fff;
}

#subnavlist .links {
	padding: 0 1.2em;
	font-size: 0.8em;
	color: #000;
}

#subnavlist a {
	color: #000;
	font-weight: normal;
}

ul.links li {
	border-left: 1px solid #9cf;
}

#primary ul.links li {
	border-left: 0;
	display: normal;
	padding: 0;
}

ul.links li.first {
	border: none;
}

#mission {
	padding: 1em;
	margin: 0 26px 0 26px;
	color: #000;
	border: 1px solid #CECECE;
}

#mission a,#mission a:visited {
	color: #9cf;
	font-weight: bold;
}

#mission,.node .content,.comment .content {
	line-height: 1.4em;
}

#help {
	font-size: 0.9em;
	margin-bottom: 1em;
}

.breadcrumb {
	margin-bottom: .5em;
	display: none;
}

.messages {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 0.3em;
	margin-bottom: 1em;
}

.error {
	border-color: red;
}

.title,.title a {
	font-weight: bold;
	font-size: 1.3em;
	color: #333;
	margin: 0 auto; /* decrease default margins for h<x>.title */
}

.submitted {
	color: #999;
	font-size: 0.8em;
}

.links {
	color: #999;
}

.block,.box {
	padding: 0 0 1.5em 0;
}

#sidebar-left .block {
	width:248px;
	margin:0;
	padding:0;
}

.block {
	border-bottom: 1px solid #bbb;
	padding: 5px;
	margin-bottom: 1.5em;
	display: block;
}

.block .title {
	font-size: 13px;
	margin-bottom: 10px;
}

.box .title {
	font-size: 0.9em;
}

.node {
	margin: .5em 0 2em 0;
}

.node .content,.comment .content {
	margin: .5em 0 .5em 0;
}

.node .taxonomy {
	color: #999;
	font-size: 0.8em;
	/*padding-left: 1.5em;*/
}

.node .picture {
	border: 1px solid #ddd;
	float: right;
	margin: 0.5em;
}

.comment {
	border: 1px solid #abc;
	padding: .5em;
	margin-bottom: 1em;
}

.comment .title a {
	font-size: 1.1em;
	font-weight: normal;
}

.comment .new {
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	color: red;
}

.comment .picture {
	border: 1px solid #abc;
	float: right;
	margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1em;
	margin: 1em 0;
}

#aggregator .news-item .categories,#aggregator .source,#aggregator .age
	{
	color: #999;
	font-style: italic;
	font-size: 0.9em;
}

#aggregator .title {
	margin-bottom: 0.5em;
	font-size: 1em;
}

#aggregator h3 {
	margin-top: 1em;
}

#forum table {
	width: 100%;
}

#forum td {
	padding: 0.5em;
}

#forum td.forum,#forum td.posts {
	background-color: #eee;
}

#forum td.topics,#forum td.last-reply {
	background-color: #ddd;
}

#forum td.container {
	background-color: #ccc;
}

#forum td.container a {
	color: #555;
}

#forum td.statistics,#forum td.settings,#forum td.pager {
	height: 1.5em;
	border: 1px solid #bbb;
}

#forum td .name {
	color: #96c;
}

#forum td .links {
	padding-top: 0.7em;
	font-size: 0.9em;
}

#profile .profile {
	clear: both;
	border: 1px solid #abc;
	padding: .5em;
	margin: 1em 0em;
}

#profile .profile .name {
	padding-bottom: 0.5em;
}

.block-forum h3 {
	margin-bottom: .5em;
}

div.admin-panel .description {
	color: #999;
}

div.admin-panel .body {
	background: #f4f4f4;
}

div.admin-panel h3 {
	background-color: #69c;
	color: #fff;
	padding: 5px 8px 5px;
	margin: 0;
}

.node img {
	border: 1px solid #CECECE;
	padding: 3px;
}

.poll .bar {
	background: #E7E7E7;
	border: #9C9C9C 1px solid;
}

.poll .bar .foreground {
	background: #CECDCE;
	border-right: #9C9C9C 1px solid;
}

.block-image IMG {
	border: 1px solid #CECECE;
	padding: 3px;
}

.block-user .item-list ul li {
	list-style-type: none;
	margin: 0;
	margin-top: 5px;
}

.block-user .item-list ul {
	padding: 0;
}

.portfolio-title {
    background:#acf16e url(images/tool-icon.png) 10px 10px no-repeat;
    padding:15px 0 10px 0;
    margin:0;
    color:#338b20;
    font-size:16px;
    font-family:tahoma;
    border-bottom:1px solid #bbb;
    text-indent:45px;
    font-weight:normal;
}

.block ul.portfolio-menu {
    width:248px;
    margin:0;
    padding:0;
    list-style:none;
    text-indent:0;
}
.portfolio-menu li {
    width:248px;
    margin:0;
    list-style:none;
    padding:14px 0 18px 0;
    font-family:tahoma;
    color:#888;
    font-size:11px;
    border-bottom:1px solid #ddd;
}
.portfolio-menu a {
    margin-left:20px;
    color:#777;
    font-size:22px;
    font-weight:normal;
}
.portfolio-menu span {
    display:block;
    margin-left:20px;
}
.portfolio-menu li.selected {
    background:#fff;
    border-bottom:1px solid #ddd;
}
.portfolio-menu li.selected, .portfolio-menu li.selected a {
	color:#5f803d;
}
.portfolio-menu a:hover {
    color:#5f803d;
    text-decoration:none;
}
.portfolio-menu a small {
    font-size:10px;
}

.featuredImage {
    float:right;
    padding-left:10px;
}
.thumbnails {
    float:right;
    padding-left:20px;
}
.thumbnails img {
    margin:10px 0;
}