@import "editor.css";
@import "forms.css";
@import "blocks.css";
@import "sifr.css";

* {
  margin: 0;
  padding: 0;
}

body,
textarea {
  font: 100% "lucida sans", "Lucida Grande", "lucida", "Lucida Sans Unicode", Arial, sans-serif;
}


#wrapper {
	  font-size: 0.812em; /* 13px */
	line-height:1.5em;
}

#footer{
  font-size: 0.846em;
	font-family: "Lucida Grande", "lucida", "Lucida Sans Unicode", Arial, sans-serif;
}



a {
  text-decoration: none;
}

p {
  margin-bottom: 1.5em;
}

table, th, td {
  line-height: 1.35em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
}

th, td {
  padding: 2px;
}

address {
  font-style: normal;
}

blockquote {
  margin: 1em 2em 1em 0;
  padding-left: 3em;
  font-style: italic;
  
}

code, pre {
  font-family: Monaco, "Lucida Console", monospace;
  white-space: pre;
  overflow: auto;
  margin-bottom: 1.5em;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "lucida sans", "Lucida Grande", "lucida", "Lucida Sans Unicode", Arial, sans-serif;
  margin-bottom: 0.05em;
  line-height: 1.5;
	color:#002e5f;
	font-weight:normal;
	letter-spacing:0.03em;
}

h1 {
  font-size: 1.461em;
	border-bottom:4px solid #5aa225;
	margin-bottom:27px;
	letter-spacing:0.04em;
}

h2 {
  font-size: 1.230em;
  line-height: 1.5;
}

#footer h2 {
	font-size:1em;
	text-transform:uppercase;
	font-family:verdana, arial;
	color:#737373;
	font-weight:bold;
	margin:0 0 5px 0;
	letter-spacing:0.25em;
	background:none;
	border-bottom:none;
	padding:0;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: bold;
}

/* Blocks */





.block #user-login-form {
  text-align: left;
}

.block #user-login-form ul {
  margin-left: 0;
}

/* Tabs */

ul.primary {
  border: none;
  padding: 0;
  font-size: 0.9em;
  margin: 0.5em 0 1em 0;
}

ul.primary li a,
ul.primary li a:hover,
ul.primary li.active a {
  border: none;
  padding: 2px 4px;
}

ul.secondary {
  padding: 0;
  margin: 0 0 1em 0;
  border: 0;
}

ul.secondary li {
  padding: 0;
  margin-right: 1em;
  border: none;
}
.tabs li {
	background:none !important;
}

/* Boxes */

#comments .comment .content {
  padding: 1em;
}

/* Messages */

div.messages {
  padding: 1em;
  margin-bottom: 1em;
}

.messages ul {
  margin: 0;
}

.help {
  padding: 1em;
  margin: 1em 0;
}

/* Nodes */

.node .content {
  padding-bottom: 1em;
}

.submitted {
  font-size: 0.9em;
}

.node-links {
  text-align: right;
}

/* Comments */

#comments {
  margin: 1em 0;
}

.comment {
  margin-bottom: 3em;
  padding-top: 3em;
  border-top: 1px solid #DDD;
}

#centre .comment .content {
  margin: 1em;
  padding: 0;
}

.comment-links {
  text-align: right;
}

/* Forms */

.form-text, textarea, .resizable-textarea,
html.js .resizable-textarea textarea {
  font-size: 1em;
  overflow: visible;
	margin:0 5px 0 0;
}

.fieldset-wrapper .description {
  margin: 0 0 1em 0;
}

/* Lists */

ul, ol {
  padding-left: 15px;
  margin-bottom: 1.5em;
}

ul li.leaf,
ul li.leaf{
	list-style:none;
}

ul li  {
        background:url('images/bullet.gif') 0px 6px no-repeat;
	padding:0 0 0 26px;
	list-style:none;
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ul.links li {
  padding-left: 0;
}

ul.links {
   background: none:
}

li.leaf,
li.expanded,
li.collapsed,
ul.menu li {
  padding: 0;
  margin: 0;
	list-style:none;
	list-style-type:none;
}

ul.menu li a {
  display: block;
}

dd {
	margin-left: 1em;
}

/* Drupal overrides */

.breadcrumb {
  font-size: 0.9em;
}

.meta {
  margin-bottom: 1em;
}

fieldset {
  border: 2px solid #DDD;
}

html.js fieldset.collapsible .fieldset-wrapper {
  overflow: visible;
}

html.js fieldset.collapsed {
  border: none;
}

/* Admin */

div.admin .left,
div.admin .right {
  margin: 0;
}

div.admin-panel .body {
  padding: 0;
}
.clear{
	clear:both;
}

/* BLOG/NEWS */
.view-News ul li {
  list-style: none;
  margin: 10px 0 0 0;
  border-bottom: 1px solid #cdcdcd;
}

.view-News ul li li{
  list-style: none;
  margin: 0 0 0 0;
  border-bottom: none;
}


.view-Blogs ul li {
  list-style: none;
  margin: 10px 0 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
}




.view-Blogs .views-field-teaser {
 margin-top: 10px;
}

tbody{
	border-top:none;
}

