/*
 * ------------------------------------------------------------------------
 * fashion Premium Template for joomla 3
 * ------------------------------------------------------------------------
 * Copyright (C) 2012 Sasu Themes. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: dmsumon (Sasu Themes)
 * Websites: http://www.dmsumon.com
  * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/



/*------------------------------------------
		column typography
-------------------------------------------*/

div.first {
    margin-left: 0 !important;
}

div.last {
    margin-right: 0 !important;
}

div.one-two {
    float: left;
    margin: 0 2%;
    width: 48%;
    margin-bottom: 25px;
}

div.one-three {
    float: left;
    margin: 0 2%;
    width: 30.6%;
    margin-bottom: 25px;
}

div.one-four {
    float: left;
    margin: 0 2%;
    width: 22%;
    margin-bottom: 25px;
}

div.two-three {
    float: left;
    margin: 0 2%;
    width: 65.4%;
    margin-bottom: 25px;
}


/*------------------------------------------
		 dropcap typography
-------------------------------------------*/


p.dropcap2:first-letter, 
p.dropcap3:first-letter,
p.dropcap6:first-letter,
p.dropcap7:first-letter {
    background: #555555;
    color: #FFFFFF;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
}


p.dropcap2:first-letter,
p.dropcap4:first-letter,
p.dropcap6:first-letter {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}

p.dropcap4:first-letter,
p.dropcap5:first-letter {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #555555;
}

p.dropcap2:first-letter, 
p.dropcap3:first-letter,
p.dropcap4:first-letter,
p.dropcap5:first-letter,
p.dropcap6:first-letter,
p.dropcap7:first-letter {
    padding: 10px;
    margin: 0 10px 10px 0;
    float: left;
    margin: 0 10px 0 0;
    font-size: 30px;
    line-height: 30px; 
}


/*------------------------------------------
		blockquote typography
-------------------------------------------*/

blockquote.smiley-blockquote1 {
    background: url("../images/quote-l.png") no-repeat scroll 0 0 transparent;
    padding: 5px 0 0 35px;
}


blockquote.smiley-blockquote1 p {
    background: url("../images/quote-r.png") no-repeat scroll 100% 100% transparent;
}

blockquote.smiley-blockquote1 p {
    font-size: 15px;
    padding: 0 35px 5px 0;
}


blockquote.smiley-blockquote2 {
    float: left;
    margin: 25px 25px 25px 0;
    width: 30%;
    background: url("../images/quote-l.png") no-repeat scroll 0 0 transparent;
    padding: 5px 0 0 35px;
}



/*------------------------------------------
		 Emphasis Stylet typography
-------------------------------------------*/


em.black {
    background: #000000;
    color: #FFFFFF;
}

em.green {
    background: none repeat scroll 0 0 #74924A;
    color: #FFFFFF;
}

em.yellow {
    background: none repeat scroll 0 0 #D69839;
    color: #FFFFFF;
}

em.blue {
    background: none repeat scroll 0 0 #488AAD;
    color: #FFFFFF;
}

em.red {
    background: none repeat scroll 0 0 #BD5151;
    color: #FFFFFF;
}

em.highlight {
    font-weight: bold;
    border-radius: 4px 4px 4px 4px;
    font-style: normal;
    padding: 2px 5px;
    
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
}



/*------------------------------------------
		  List Styles typography
-------------------------------------------*/


ul.checkmark, {
ul.triangle,
ul.circle	
    margin: 0 0 25px;
    padding: 0;	
}

ul.checkmark li:after {
    
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0 3px 3px 0;
    content: "";
    display: block;
    height: 8px;
    left: 14px;
    position: absolute;
    top: 3px;
    width: 4px;
}

ul.triangle li:after {
    border-color: transparent transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    height: 0;
    left: 17px;
    position: absolute;
    top: 6px;
    width: 0;
}

ul.circle li:after {
    border-color: #FFFFFF;
    
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    
    border-style: solid;
    border-width: 3px;
    content: "";
    display: block;
    height: 0;
    left: 15px;
    position: absolute;
    top: 7px;
    width: 0;
}

ul.checkmark li,
ul.triangle li,
ul.circle li {
	
    list-style: none outside none;
    padding: 0 0 0 30px;
    position: relative;	
}

ul.checkmark.green li:after,
ul.circle.green li:after {
    border-color: #74924A;
}

ul.checkmark.yellow li:after,
ul.circle.yellow li:after {
    border-color: #D69839;
}

ul.checkmark.red li:after,
ul.circle.red li:after {
    border-color: #BD5151;
}

ul.checkmark.blue li:after,
ul.circle.blue li:after {
    border-color: #00D2FF;
}

ul.triangle.green li:after {
	border-color: transparent transparent transparent #74924A;
}

ul.triangle.yellow li:after {
	border-color: transparent transparent transparent #D69839;
}

ul.triangle.red li:after {
	border-color: transparent transparent transparent #BD5151;
}

ul.triangle.blue li:after {
	border-color: transparent transparent transparent #00D2FF;
}


/*------------------------------------------
		 Notice Styles typography
-------------------------------------------*/


p.approved {
    background-color: #74924A;
    background-image: url("../images/approved.png");
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #232F12;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}

p.attention {
    background-color: #D69839;
    background-image: url("../images/attention.png");
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #5A3800;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}

p.smileynotice {
    background-color: #488AAD;
    background-image: url("../images/notice.png");
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #133548;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}

p.alert {
    background-color: #BD5151;
    background-image: url("../images/alert.png");
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #4C1818;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}

p.notice {
    background-position: 10px 50%;
    background-repeat: no-repeat;
    border-radius: 6px 6px 6px 6px;
    font-weight: bold;
    padding: 10px 10px 10px 45px;
}

/*------------------------------------------
		  Pre code style typography
-------------------------------------------*/

pre.lines {

	background: url("../images/pre-lines.png") repeat scroll 50% 0 #EAEAEA;
    color: #333333;	
    font-size: 11px;
    line-height: 17px;
    padding: 17px 15px;
}