/*
+-----------------------------------------------------------+
|   Starburst for Drupal 7.x - Version 1.0                  |
|   Copyright (C) 2012 Antsin.com All Rights Reserved.      |
|   @license - Copyrighted Commercial Software              |
|-----------------------------------------------------------|
|   Theme Name: Starburst                                   |
|   Description: Starburst by Antsin                        |
|   Author: Antsin.com                                      |
|   Date: 23rd May 2012                                     |
|   Website: http://www.antsin.com/                         |
|-----------------------------------------------------------+
|   This file may not be redistributed in whole or          |
|   significant part.                                       |
+-----------------------------------------------------------+
*/   

/*  Typography
------------------------------------------------------------*/
/*  Dropcap 
------------------------------*/
.typo-dropcap { 
  color: #333;
  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 #ccc;
  border-top:1px solid #ccc;
}

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

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

.orange {
  color:#fff;
  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:#fff;
  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:#fff;
  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: #fffcf0 url("../images/icons/alert.png") no-repeat 20px 20px;
}

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

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

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

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

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