/* This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

/* GENERIC STYLES 
-------------------------------------------- */

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

/* PARAGRAPHS 
-------------------------------------------- */

p, .typography p { 
	font-size:14px;
	line-height: 22px;
	margin: 0 0 16px 0;
}

.col-2 p,
.selector p{
	color:#333;
	font-size:12px;
	line-height:18px;
	margin: 0 0 8px 0;
}

.BarHolderPage .inner h2 + p{
	font-size:12px;
}

.items p,
.box p,
.reviews p{
	margin:0 0 2px;
}

.reviews p.content{
	font-size:18px;
}

p.hello{
	margin-bottom:6px;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
}


/* LINKS 
-------------------------------------------- */

a, .typography a{
	color:#002f60;
	font-weight:bold; 	
}

a:hover, .typography a:hover{
	color:#004c9c;
}

a.source,
.reviews h3 a{
	font-size:14px;
	color:#b0002a;
	text-decoration:none;
}

/* LIST STYLES 
-------------------------------------------- */

.typography ul, 
.typography ol {
	margin: 0 0 18px 0;
}

.typography li {
	line-height:22px;
	font-size:14px;
	margin:0 0 0 15px;
}

.typography li li{
	margin-left:25px;
}

.siteMap .siteMap{
	margin:10px 0 18px 20px;
}

.BarPage .col-2 li,
.CocktailHolderPage .col-2 li{
	font-size:12px;
}

.typography ul li{ list-style:disc; }
.typography ol li{ list-style:decimal; }
		
/* HEADER STYLES 
-------------------------------------------- */

h1, .typography h1 {
	font:bold 22px Arial, sans-serif;
	color:#fff;
	background:#003f75;
	padding:6px 12px;
	text-transform:capitalize;
	line-height:1;
}

h2, h3, h4,
.typography h2
.typography h3
.typography h4{
	font:bold 20px Arial, sans-serif;
	line-height:25px;
}

h2, .typography h2{ 
	color:#EB7124;
	margin-bottom:12px;
}

.col-2 h2{
	font-size:14px;
	line-height:18px;
	color:#B0002A;
	margin-bottom:2px;
	text-transform:uppercase;
}

h3, .typography h3{
	color:#D70079;
	margin-bottom:8px;
	text-transform:uppercase;
}

.reviews h2,
.reviews h3{
	margin:0;
}

h4, .typography h4,
.BarHolderPage .inner h2,
.selector h2{
	color:#009CB2;
	text-transform:uppercase;
	margin-bottom:0;
}

#LovedCocktails h2{
	background:url(../images/heart.gif) no-repeat left center;
	padding-left:26px;
}

#Bars h2{
	background:url(../images/quote.gif) no-repeat left center;
	padding-left:26px;
}

.BarHolderPage .inner h2{
	padding-left:18px;
	background:url(../images/glass.png) no-repeat left center;
}

#NewsletterBox h2{
	margin-bottom:4px;
}		

/* IMAGES 
-------------------------------------------- */

.typography img {
	border: none;
}

.typography img.right,
.typography div.image.right,
.typography div.captionImage.right {
	float: right;
	margin:0 0 8px 20px;
}

.typography .captionImage {
	border: 1px solid #aaa;
	padding: 5px;
}

.typography img.left,
.typography div.image.left,
.typography div.captionImage.left {
	float: left;
	margin:0 20px 8px 0;
}

.typography img.leftAlone,
.typography div.image.leftAlone,
.typography div.captionImage.leftAlone {
	display:block;
	margin:0 0 8px;
}

.typography img.center,
.typography div.image.center,
.typography div.captionImage.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.typography .caption {
	font-weight: bold;
	text-align: center;
	color: #666;
}
