body
{
	background-color:#ffffff;
	background-image:url(../img/backgrounds/background1.png);
	background-repeat:repeat;
}

a,a:hover, a:active,.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a{
	color:#28a193;
}

#header,.navbar-inner{
	background-color:#FFF;
}

#header
{
	border-top:solid 4px #28a193;	
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  text-shadow:#333333 0 1px 0;
  background-color: #28a193;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #ffffff;
	background-color: #28a193;
	text-shadow:#333333 0 1px 0;
}

.navbar-inner {
	/*background-color:transparent;*/
	background-image: none;
	background-repeat:no-repeat;
	border:none;
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	
	-webkit-border-radius: 0;
		  border-radius: 0;
	filter: none;
	*zoom: 1;
	-webkit-box-shadow: none;
		  box-shadow: none;
}

.navbar-inner .container
{
	padding:3px 0;
	
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #28a193;
}

.shout-box{
	background-color:#28a193;
}

.shout-box .shout-text,.tags a:hover {
	color:#FFF;
	text-shadow:#777777 0 1px 0;	
}

span.header-line,.nav-tabs > li > a,
.nav-tabs > li > a:hover,.nav-pills > li > a,
.nav-pills > li > a:hover,.accordion-heading, .table thead,.tags a:hover  {
	background: #28a193;
	margin-top: 0px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,.nav-pills > .active > a,
.nav-pills > .active > a:hover ,.tab-content{
	background: #efefef;
}

.tab-content{
	padding:10px;
	margin-top:-20px;
	border-color:#DDDDDD;
	border-width:0 1px 1px 1px;
	border-style:solid;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,.nav-pills > li > a,
.nav-pills > li > a:hover,.accordion-heading a,.table thead, .table thead a{
	color:#ffffff;
	text-decoration:none;
}

blockquote,blockquote.pull-right, .square-background.square-colored,.tags a:hover  {
	border-color:#28a193;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret
{
	border-top-color: #ffffff;
  	border-bottom-color: #ffffff;
}

.square-colored .square-back {
  background-color:#28a193;
}

#bottom
{
	background-color:#383838;	
}

footer
{
	background-color:#333333;	
}

errorMessage
{
	background-color:#ff3333;	
}
error
{
	color:#ff0000;	
}

a, a:visited
{
	color: #306495;
	background: inherit;
	text-decoration: none;
}

a:hover
{
	color: #73471B;
#	background: inherit;
	text-decoration: underline;
}

pre
{
        background: #ffffdd;
	font-family:inherit;
	margin:0.3em;
	padding:0.5em;
}

.page #container
{
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000;
	text-align: left;
}

.page #header
{
	background: #DDDDDD;
	padding: 10px 0 1px 0;
	position: relative;
}

.page #header h1
{
	margin: 0;
}

#rss
{
	position: absolute;
	top: 20px;
	right: 10px;
}
#rss img
{
	border: 0px;
}

.page #header a
{
	color: #555;
	text-decoration: none;
}

.page #sidebar
{
	float: right;
	width: 200px;
	padding: 15px 10px;border:
}

.page #content
{
	margin: 0 210px 0 0;
	padding: 0 20px;
}

.page #footer
{
	margin: 20px 0 0 0;
	padding: 0 10px 0 20px;
	background:#DDDDDD;
	font-size: 0.8em;
}

.page #footer p
{
	margin: 0;
	padding: 10px 0;
}

.clearfloat
{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.portlet
{
	font-size:0.9em;
	padding: 3px;
	margin-bottom:15px;
	background-color:#dbdbdb;
}

.portlet .header
{
	color:#555;
	font-size:1.2em;
	font-weight:bold;
	line-height:1;
	padding:5px 10px 6px;
	margin: 0;
	text-align:center;
}

.portlet .content
{
	background:#efefef;
	padding: 10px;
}

.portlet ul, .portlet ol
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 0 5px;
	padding: 0;
}

.portlet li
{
	padding: 2px 0 4px 0px;
}

.portlet .row
{
	margin: 0 0 5px 0;
}

.portlet .row .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

.errorMessage
{
	color: red;
}

.form
{
	border: 3px solid #dbdbdb;
	background:#efefef;
	padding:10px;
	margin: 0;
}

.form .row
{
	margin: 5px 0;
}

.form .row label
{
	display: block;
	font-weight: bold;
}

.row input[type=text],
.row input[type=password],
.row textarea
{
	width: 98%;
}

.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

.form label.error,
.form span.error
{
	color: #C00;
}

.form input.error,
.form textarea.error,
.form select.error
{
	background: #FEE;
	border-color: #C00;
}

.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

.form .errorSummary ul li
{
	list-style: square;
}

.post
{
	margin: 0 0 15px;
}

.post .title
{
	font-size: 1.4em;
	border-bottom: 1px solid #bbbbbb;
	margin: 0;
}

.post .title a
{
	color: #555;
	text-decoration: none;
}

.post .author
{
	color: #888;
}

.post .nav
{
    margin-top: 7px;
	padding: 5px;
	background: #efefef;
        clear:left;
}

.post .draft
{
	color: red;
}

.post .published
{
	color: green;
}

.post .archived
{
	color: yellow;
}

.comment .author a
{
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

.comment .author a:hover
{
	color: #333;
	border-bottom: 1px solid gray;
}

.comment .time
{
	color: #888;
	font-size: 0.8em;
}

.comment a.cid
{
	color:#CCC;
	float:right;
	font-size:1.5em;
	font-weight:bold;
	padding:0 5px 5px 5px;
	text-decoration: none;
}

.comment a.cid:hover
{
	color:#555;
}

.comment .pending
{
	color:red;
}

span.tag
{
	padding: 0 4px 0 0;
}

table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #AAA solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #DDD;
	text-align: center;
}

table.dataGrid th a
{
	color: #555;
	text-decoration: none;
}

table.dataGrid th a:hover
{
	color: #333;
	border-bottom: 1px solid gray;
}

table.dataGrid tr.odd
{
	background: #efefef;
}

.postdate
{
      border-radius: 6px;
      font-size:13pt;
      color: white;
      margin: 10px 0;
      padding: 4px;
      background-color:#4fa590;
}

blockquote
{
    border: 1px dashed;
    background-color: #efe;
    padding-left: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.page-header
{
    background-repeat:no-repeat;background-position:right bottom;margin-top:0px;padding-top:20px;
    border-bottom:1px solid #bbbbbb;
}
