/* $Id$ */

/*
+----------------------------------------------------------------+
|   Feverultra for Dupal 6.x - Version 1.0                       |
|   Copyright (C) 2010 Antsin.com All Rights Reserved.           |
|   @license - Copyrighted Commercial Software                   |
|----------------------------------------------------------------|
|   Theme Name: Feverultra                                       |
|   Description: Feverultra by Antsin                            |
|   Author: Antsin.com                                           |
|   Date: 2nd August 2010                                        |
|   Website: http://www.antsin.com/                              |
|----------------------------------------------------------------+
|   This file may not be redistributed in whole or               |
|   significant part.                                            |
+----------------------------------------------------------------+
*/  

/** dropcap **/
.typo-dropcap { 
  color: #333333;
  display: block;
  float: left; 
  font-size: 60px;
  line-height: 40px; 
  padding: 8px 8px 0 0; 
  font-family: times; 
}

/** pre/code **/
pre.typo-code {
  color: #1B6FC0;
  border-top: 5px solid #EBEBEB;
  border-bottom: 5px solid #EBEBEB;
  font-style: italic;
  padding: 15px;
  margin: 10px 0;
  background-color: #fff;
}

/** quote **/
blockquote.typo {
  font-family: Georgia,Times,serif;
  font-style: italic;
}

blockquote.typo .open {
  padding-left: 25px;
  background: url("../images/icons/quote_open.png") no-repeat left top;
}

blockquote.typo .close {
  padding-right: 25px;
  background: url("../images/icons/quote_close.png") no-repeat right top;
}

blockquote.typo-inset-left {
  float: left;
  width: 250px;
  margin: 10px 20px;
  padding: 5px;
  font-style: italic;
  text-align: center;
  border-bottom:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
}

blockquote.typo-inset-right {
  float: right;
  width: 250px;
  margin: 10px 20px;
  padding: 5px;
  font-style: italic;
  text-align: center;
  border-bottom:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
}

/** badge **/
.typo-badge {
  padding:5px 0 5px 50px !important;
  position: relative;
}

.orange {
  color:#FFFFFF;
  display:block;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 5px;
  height: 40px;
  line-height: 40px !important;
  width: 40px;
  text-align:center;
  background: transparent url("../images/icons/badge_orange.png") no-repeat left top;
}

.red {
  color:#FFFFFF;
  display:block;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 5px;
  height: 40px;
  line-height: 40px !important;
  width: 40px;
  text-align:center;
  background: transparent url("../images/icons/badge_red.png") no-repeat left top;
}

.blue {
  color:#FFFFFF;
  display:block;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 5px;
  height: 40px;
  line-height: 40px !important;
  width: 40px;
  text-align:center;
  background: transparent url("../images/icons/badge_blue.png") no-repeat left top;
}

/** list **/
ul.typo-arrow li {
  list-style: none;
  list-style-image: none;
  padding-left: 25px;
  background: url("../images/icons/arrow.png") no-repeat left top;
}

ul.typo-star li {
  list-style: none;
  list-style-image: none;
  padding-left: 25px;
  background: url("../images/icons/star.png") no-repeat left top;
}

ul.typo-checklist li {
  list-style: none;
  list-style-image: none;
  padding-left: 25px;
  background: url("../images/icons/tick.png") no-repeat left top;
}

.block ul.typo-arrow li, .block ul.typo-star li, .block ul.typo-checklist li{
  background-position: left 5px; 
}

/** message **/
.typo-alert, .typo-favorite, .typo-help, .typo-info, .typo-tip, .typo-announcement {
  padding: 15px 15px 15px 70px;
  margin: 10px 0;
  min-height: 40px;
}

.typo-alert {
  color: #E1B42F;
  border: 1px solid #E1B42F;
  background: url("../images/icons/alert.png") no-repeat 20px 20px;
}

.typo-favorite {
  color: #D0583F;
  border: 1px solid #ECB8B0;
  background: url("../images/icons/favorite.png") no-repeat 20px 20px;
}

.typo-help {
  border: 1px solid #DDDDDD;
  background: url("../images/icons/help.png") no-repeat 20px 20px;
}

.typo-info {
  color: #3181CD;
  border: 1px solid #95C7FC;
  background: url("../images/icons/info.png") no-repeat 20px 20px;
}

.typo-tip {
  color: #EC9409;
  border: 1px solid #FCD250;
  background: url("../images/icons/tip.png") no-repeat 20px 20px;
}

.typo-announcement {
  color: #6CB656;
  border: 1px solid #6CB656;
  background: url("../images/icons/announcement.png") no-repeat 20px 20px;
}