/**
 * Salamander theme, for Drupal 5
 * Florian Radut, florian[at]radut.net
 *
 **
 * by uncomment the corresponding css call you can change the subtheme
 * you can modify the page width (fixed or fluid) by changing #page { width: 95% or 950px }
 **
 */


@import "css/salamander1.css";
@import "style-mini.css";

body {
  margin: 0;
  padding: 2em 2em 1.5em 2em !important;
  font-family: Helvetica, sans-serif;
  font-size: 83%;
  line-height: 125%;
  color: #000;
  background-color: #8596aa;
  min-width: 780px;
}

#page {
   /* margin: 0 auto;
   width: 95%;  */
}

tbody {
   border: none;
}

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

h1, h2, h3, h4, h4 {
	padding-bottom: 5px;
	margin: 10px 0;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 125%;
}

h3 { 
   font-size: 110%;
}

h4 {
	font-size:  100%;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

#section2 a:hover {
  text-decoration: underline;
}

fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  color: #222;
}
.links {
  margin: 0;
}
.comment .links {
  margin-bottom: 0;
}

#header, #content {
  width: 100%;
}

table.sections {
	width: 100%;
	padding: 0;
}

.clr {
	clear: both;
}

td.section.width49 {
	width: 50%;
}

td.section.width33 {
	width: 33%;
}

#masthead {
  float: none;
  clear: both;
  line-height: normal;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}

#logo {
  padding: 15px 0 13px 15px;
  border: 0;
}

/* Primary and Secondary links */

#primary {
  line-height: 30px;
}

#primary ul {
  padding:0;
  margin:0;
  list-style:none;
}

#primary li {
  display:inline;
}

#primary a {
  font-weight: bold;
  display: block;
  float: left;
  padding: 0px 14px;
  margin: 0px 1px 0px 0px;
  font-size: 95%;
}

#primary a {
  background-position:0% 0px;
}

#primary a:hover {
  text-decoration: none;
}

ul.links li {
  border-left: 1px solid #ddd;
}
ul.links li.first {
  border: none;
}

#main {
  padding: 10px;
}

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

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

#middlecontainer {
  padding:10px 10px 0 10px;
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-bottomright: 1em;
}

.title, .title a {
  font-weight: bold;
  margin: 0 auto;
}
.submitted {
  color: #8e6126;
  font-size: 0.8em;
}
.links {
  color: #8e6126;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}

.section .block, .section .box {
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.block .title {
  margin-bottom: .25em;
}

.node {
  margin: .5em 0 0 0;
}
/*
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
*/
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  font-size: 0.8em;
  padding-left: 1em;
}
.node .taxonomy a {
	font-weight: normal;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}

.comment .title a {
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.node .picture, .comment .picture {
  float: right;
  margin: 0.5em;
}

#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
}
#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 {
}
#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: #8e6126;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  color: #abc;
  padding: 5px 8px 5px;
  margin: 0;
}


/* some table stuff */

div#section1 td.section, div#section2 td.section {
	padding: 10px 20px 0 20px;
}

/* ====== Addons ====== */

.legal {
	margin-left: 75px;
}
#user-login-form {
  text-align: left !important;
}

/* Module specific style for TinyMCE */

body.mceContentBody
{
background: #eee !important;
font-size: 14px;
}

body.mceContentBody a:link
{
font-weight: normal;
}

h3
{
  margin-top: 2em;
}

#content table
{
  border-spacing: 0;
  border-collapse: collapse;
}

#content table td,
#content table th
{
  padding: 0;
  margin: 0;
  border: 0;
}

#content table.styleA
{
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

#content table.styleA a
{
  border: 1px solid #ccc;
}

#content table.styleA td,
#content table.styleA th
{
  padding: .5em;
  margin: 0;
  border: 1px solid #ccc;
}

#content table.styleA th
{
  color: #888;
  font-weight: bold;
}

#content #screenshots td
{
  padding: 6px 6px 0 0;
}

#screenshots  img
{
  border: 1px solid #ccc;
}

.featureList li
{
  margin-bottom: 1em;
}

table.styleA td
{
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 0;
  background: #fefefe;
}

.subscribeBlock
{
  width: 20em;
  max-width: 20em;
}

.subscribeBlock,
.subscribeBlock ul,
.subscribeBlock ul li,
.subscribeBlock h4
{
  margin: 0 !important;
  padding: 0 !important;
}

.subscribeBlock h4
{
  margin: 0 0 1em 0 !important;
  color: #666;
}

.subscribeBlock ul
{
  list-style: none;
}

.subscribeBlock ul li
{
  float: left;
}

.subscribeBlock ul li a
{
  display: block;
  padding: 5px 5px 5px 40px;
  font-size: medium;
  margin: 0 0 0 5px;
  min-height: 32px;
  color: #3366cc !important;
  border: 1px solid #efefef;
  outline: 1px solid #ccc;
  -moz-outline-radius: 5px;
  -moz-border-radius: 5px;
}

.subscribeBlock ul li.subscr_rss a
{
  background: url('http://www.donesmart.com/sitelauncher/sites/all/themes/images/launcher/rss32.png') no-repeat 5px center;
  margin-left: 1px !important;
}

.subscribeBlock ul li.subscr_twitter a
{
  background: url('http://www.donesmart.com/sitelauncher/sites/all/themes/images/launcher/twitter32.png') no-repeat 5px center;
}


/* DoneSmart Ltd ShadowBox Style Overrides */

#shadowbox_body, #shadowbox_loading {
  background-color: transparent !important;
  border-width: 0 !important;
}

#shadowbox_info {
  height: 44px !important;
}

#shadowbox_nav {
  height: 40px !important;
}

#shadowbox_nav {
  height: 40px !important;
  width: auto !important;
  float: none !important;
}

#shadowbox_nav a {
  float: none;
  height: 40px !important;
  width: 40px !important;
  margin-left: 3px;
  cursor: pointer;
}

#shadowbox_nav_close {
  background-image: url(/sitelauncher/sites/all/themes/images/shadowbox/close.png) !important;
  float: right !important;
}
#shadowbox_nav_next {
  background-image: url(/sitelauncher/sites/all/themes/images/shadowbox/next.png) !important;
  float: right !important;
}
#shadowbox_nav_previous {
  background-image: url(/sitelauncher/sites/all/themes/images/shadowbox/previous.png) !important;
  float: left !important;
}
#shadowbox_nav_play {
  background-image: url(/sitelauncher/sites/all/themes/images/shadowbox/play.png) !important;
}
#shadowbox_nav_pause {
  background-image: url(/sitelauncher/sites/all/themes/images/shadowbox/pause.png) !important;
}

#shadowbox_counter {
  display: none !important;
}
