/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * 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 
-------------------------------------------- */

.typography * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
}
.typography span {
	padding: 0px;
	margin: 0px;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p {
	margin: 0px;
	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;


	padding: 0px 0px 15px 0px;
	text-align:justify;
	color: #808080;
}
.typography p.left {
	float: left;
}
.typography p.right {
	float: right;
}


/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS 
-------------------------------------------- */

.typography a { 
	color: #2282b9;
	text-decoration: none;
	border: none;
}
	.typography a:hover { 
		color: #146399;
		text-decoration: underline;
	}
	.typography a.arrow {
		padding-left: 15px;
		background: url(../images/ico_arrow4.gif) no-repeat left center;		 
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 32px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 0 0 20px 10px;
}
	.typography li {
		margin: 5px 10px;
		list-style: disc;
				
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:21px;
		color: #808080;
	}
		.typography li li {
		}
		
.typography ul.arrow {
	margin: 0 0 5px 11px;
	padding: 0px;
	color: #000;
}
	.typography ul.arrow li {
		margin: 0px 0px 0px 0px;
		list-style:none;
		list-style-image:url(../images/ico_arrow2.gif);
		list-style-position:inside;
	}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2,
.typography h3 {
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	color: #808080;
	
	padding: 0px;
	margin: 0px;
}

.typography h1 {
	font-size: 26px;
	line-height: 28px;
	color: #15659c;

	text-align: left;
	padding-top: 13px;
	padding-bottom: 6px;
}


.typography h2 { 
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #696969;
}
.typography a h2 { 
	color: #15659c;
}	
.typography h3 {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	margin-bottom: 1px;
}
.typography h4 {

}
.typography h5 {

}
.typography h6 {

}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table,
.typography tr,
.typography td,
.typography tbody{
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
	border-collapse:collapse;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.04em;
	line-height:21px;
	text-align:left;
	color: #808080;
}
	.typography tr,
	.typography td {
		padding: 5px 5px 6px 10px;
		}
	
	.typography .gTROver{
		background-color: #f7f6f6;
	}
	.typography gTROut{
		background: none;
	}
	
	.typography .gGlossaryLetter {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:18px;
		letter-spacing:0.04em;
		line-height:25px;
		text-align:left;
		color: #2282b9;
		border-bottom: 1px solid #2282b9;
	}



/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {

}
	.typography a img{
		border: none;
		padding-right: 5px;
	
	}
	.typography .right {
		float: right;
		margin-left: 15px;
		margin-bottom: 5px;
		margin-top: 15px;
		border: none;
	}
	.typography .center {
		float: none;
		text-align: center;
		padding: 10px;
		margin: auto;
	}
	.typography .rightsmall {
		float: right;
		margin-left: 15px;
		margin-bottom: 5px;
		margin-top: 20px;
	}	
	.typography div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 0px;
		margin-bottom: 15px;
	}
	
	.typography .captionImage {
		padding: 0px;

	}
	
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
		margin-right: 15px;
		margin-bottom: 0px;
	}
	.typography div.image.leftAlone,
	.typography div.captionImage.leftAlone {
		float: left;
	}
	.typography div.image.rightAlone,
	.typography div.captionImage.rightAlone {
		float: right;
	}
	.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {

	}
/* SPECIALS */
/* ------------------------------------- */
.typography div.BlockDetails{
	background-image: url(../images/bg_ap_detalii.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 285px;
	height: 205px;
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 10px;
}
.typography div.image.leftAlone img {
	border:none;
}
.typography a.gGoTop{
	padding-left:15px;
	background-image: url(../images/ico_top.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 3px;

	font-size:11px;
	font-weight:bold;
	text-align: left;
	border: none;
}
.typography a.gGoTop:hover{
	background-image: url(../images/ico_top_over.gif);
	text-align: left;
	font-size: 11px;
	border: none;
	font-weight:bold;
}

/* Special contact Butt in Product Pages */
.typography p#Contact_butt{
	float: right;
	margin-right: 10px; 
}
.typography p#Contact_butt a.Contact_butt{
	display: block;
	background-image:url(../images/contact_butt.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 30px 0px 0px;

}

.typography p#Contact_butt a.Contact_butt{
	font-size: 11px;
	color: 555555;
	font-weight: bold;
	text-decoration: none;
}
	.typography p#Contact_butt a.Contact_butt:hover{
		background-image:url(../images/contact_butt_o.gif);
	}
	.typography p#Contact_butt a.Contact_butt:hover{
		color: 1770ae;
		text-decoration: none;
	}
	
.typography p#Contact_butt a.Contact_butt span{
	background-image:url(../images/contact_butt_l.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 15px;
	padding-top: 5px;
	display: block;
	height: 31px;
}
	.typography p#Contact_butt a.Contact_butt:hover span{
		background-image:url(../images/contact_butt_l_o.gif);
	}