/** 
 * SilverStripe Spectrum Law 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: Arial, Helvetica, sans-serif; 
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p, .typography td, .typography td p{ 
 	color: #3e4b5a;
 	line-height: 19px;
 	font-size: 12px;
	margin: 0 0 15px 0;
}
.typography #Sidebar p { 
	color: #fff;
	font-size: 13px;
}

/* 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 { 
 	text-decoration: none; 
	color: #4879b4;
}
	.typography a:hover { 
 		text-decoration: underline;
	}

	/* LINK ICONS - shows type of file
	------------------------------------ 
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		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 18px 4px;
	color: #3E4B5A;
}
	.typography ul li {
		list-style-type:none;
		background: transparent url(/themes/spectrum/images/list-arrow.gif) no-repeat 0 6px;
		padding-left: 10px;
	}
	.typography li {
		margin: 0 0 8px 10px;
		font-size: 12px;
		line-height: 17px; 	
	}
	#Content ul li,
	#BioContent ul li,
	#LawyerContent ul li,
	#ContactContent ul li {
		background: transparent url(/themes/spectrum/images/list-disc.gif) no-repeat 0 7px;
		padding-left: 14px;
	}
	#Content ul,
	#BioContent ul,
	#LawyerContent ul,
	#ContactContent ul {
		margin-left: 0;
	}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1 {
	font-size: 24px;
	line-height: 33px;
	color: #fff; 
	text-transform: none;
	font-weight: 300;
	margin-bottom: 22px;
	text-transform: uppercase;
}
.typography h1#lawyer-name { text-transform: none; }
.typography h2 { 
 /*	font-size: 16px;
	line-height: 22px; 
	color: #3e4b5a; */
	font-size: 15px;
	margin-bottom: 6px;
}	

.typography h2.bioPracticeArea {
	color: #fff;
	font-size: 11px;
	margin-top: -18px;
	text-transform:uppercase;
	letter-spacing:.4px;
	font-weight: 400;
}
.typography h3 {
 	font-size: 13px;
	line-height: 22px; 
	color: #3e4b5a;
	font-weight: 700;
	margin-bottom: 12px;
}
.typography #RightSidebar h3 {
	color: #fff;
	font-weight: 700;
}
.typography h4 {
 	font-size: 13px;
	line-height: 22px; 
	color: #fff;
	font-weight: 300;
	margin-bottom: 12px;
}
.typography #RightSidebar h4 { font-weight: 700; }
.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 {
	margin: 0 0 18px 0;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			border:none;
			padding:0px;
			vertical-align:top;
			padding: 6px 6px 6px 0;
		}
		.typography td p {
			margin:0 0 3px 0;
		}
	
.typography .horizontalRules {
}

.typography table.horizontalRules tr td {
	border-bottom: 1px solid #fff;
}

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

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}