/* $Id: main.css,v 1.1.4.4 2008/11/22 00:53:22 stevek Exp $
*/

/* GENERAL Styles 
----------------------------*/

body {
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  background-color: #000000 ;
  background-image: url(/new/themes/goatvirus_consulting/images/background_gradient.jpg);
  background-repeat: repeat-x;
  padding-bottom: 20px;
}

#page {
	/* Use a 14px base font size with a 18px line height */
  font-size: 0.875em; /* 16px x .875 = 14px */
  line-height: 1.286em; /* 14px x 1.286 = 18px */
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
}

#sidebar-right-margin {
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-weight: normal;
	font-size: 0.8em;
}

/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

a:link, a:visited {
  color: blue;
  text-decoration:none;
}

a:hover, a:active {
  color: red;
  text-decoration:underline;
}

/* Titles  */

h1 {
	font-size:1.7em;
	line-height:1.3em;
	margin-bottom:0.5em;
	margin-top:0pt;
}
 
/* Paragraph Styles */

.node p {
  margin: 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

li {
  margin-bottom: 0.5em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.even {
	background-color: #F9F9F9;
}
tr.odd {
	background-color: #fff;
}

/* Code */

pre, code {
	background-color:#efefef;
	display:block;
	padding:5px;
	margin:5px 0;
	border:1px solid #aaa;
  font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* Date-based "abbreviations" show computer-friendly timestamps which are not
   human-friendly. */

abbr.created {
  border: none;
  cursor: auto;
  white-space: normal;
}

/* User Interface Styles 
---------------------------- */

.resizable-textarea textarea {
	font-size:14px!important;
}
.messages {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #04a107;
	color: #04a107;
	background-color: #edffed;
}
form{
	margin:10px 0;
}

/* Rollover edit links for blocks
----------------------------*/

div.block {
  position: relative;
}
div.block div.edit {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
  border: 1px solid #eee;
  padding: 0 2px;
  font-size: 11px;
  background-color: #fff;
}
div.block:hover div.edit {
  display: block;
}

/* custom styles for goatvirus.com
----------------------------*/


h2 {
	font-size:1.5em;
	line-height:1.0em;
	margin-bottom:0.5em;
	margin-top:1.0em;
	color: #58334a;
}

h3 {
	font-size:1.3em;
	line-height:1.0em;
	margin-bottom:0.5em;
	margin-top:1.5em;
	color: #645e62;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	color: #58334a;
}

#header #logo-title #site-slogan, #header #logo-title #site-slogan2 {
	font-weight: bold;
    font-size: 0.85em;
}

.node-type-event .taxonomy {
	display:none;
}

.field-label {
	color: black;
}

li.statistics_counter {
	font-weight: normal;
}

.field-item-fish-comments {
	font-style: italic;
}

.field-field-class-ad-comments .field-item {
	font-style: italic;
}

.submitted {
	font-style: italic;
	font-size: 0.8125em; /* 16px x .8125 = 13px */
}

#edit-field-comments-0-value_tbl, #edit-body_tbl {
	border: 2px #313398 solid;
}


.calendar-calendar div.calendar {
	border: 1px #313398 solid;
	margin: 0 0.15em 0.15em 0.15em;
}

.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a {
	background-color: #FFCC7C;
}

.calendar-calendar td .inner .view-field, .calendar-calendar td .inner .view-field a {
	color:#000000;
}

.calendar-calendar div.date-nav {
	background-color: #B7B7CB;
}

.calendar-calendar td.empty {
	background-color: #CCCCFF;
}

.calendar-calendar div.date-nav a, .calendar-calendar div.date-nav h3 {
	color:#333333;
}

.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
	background-color:#CCCCFF;
	border: 3px solid #313398;
}

.calendar-calendar td .inner div.day a {
	color: blue;
}

#comments {
	background-color: #FFCC7C;
}

.links .comment_add {
	padding: 10px;
	background-color: #FFCC7C;
}

/** Gallery styles
---------------------------------
*/
.gallery-images-list ul li {
	list-style-type: none;
}

.gallery-images-list a:link {
	border-bottom: none;
}

.image-title {
	text-align: center;
}

/** Classified styles
-------------------------------
*/
div.node-outer {
	padding: 20px 10px;
	margin: 10px;
}
div.node-type-class_ad {
	background-color: #FFCC7C;
}
div.node-type-class_ad  div.node-inner {
	padding: 10px;
}
div.node-outer div.curvyCorners_r20 {
	background-color: #FFCC7C;
}

/** Gallery styles
---------------------------------
*/

.gallery-images-list {

  overflow: hidden; /* clear floats */

}

.gallery-images-list li {

  float: left;

  width: 24%; /* you can adjust this to your theme */

  min-height: 190px; /* if you use long titles which will be displayed under pictures some pictures may 'stuck' and not go to left, try lower value and you will see what I mean */

}

.gallery-images-list .image-thumbnail a {

  display: block;

  text-align: center;

}

.gallery-images-list .image-thumbnail img {

  margin: 5px;

}

.gallery-images-list ul li {
	list-style-type: none;
	margin: 0 11px -12px 11px;
}

.gallery-images-list a:link {
	border-bottom: none;
}

.image-title {
	text-align: center;
}

.gallery-images-list li {
	width: 160px;
}

.gallery-images-list .image-title {
	display: none;
}

#block-block-3 {
	margin-bottom: 20px;
}

table.table_compact {
  font-size: 0.8em;
  line-height: 1.1em;
}

table.table_compact td {
  padding: 2px;
}

.node-type-class_ad .submitted {
	display:none;
}
