/* 
 *
 * Author: Redact Solutions Ltd
 * Web: http://www.redactsolutions.co.uk
 * Date: 30th June 2009
 *
 * Typography styles
 */

/* Generic styles
----------------------------------------- */
.typography * {
	font-family: Verdana, Lucida, sans-serif;
}

/* Paragraphs
----------------------------------------- */
.typography p {
 	font-size: 1.2em;
 	line-height: 1.6;
 	color: #333333;	
}
.typography p.small {
 	font-size: 90%;
}
#Layout p {
 	margin: 10px 5px 5px 0;
}
#SideBar p {
 	margin: 10px 10px 0 10px;
	font-size: 1.4em;
 	clear: both;
}
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

/* Links
----------------------------------------- */
.typography a { 
 	text-decoration: none;
	color: #cc0000;
}
.typography a:hover {
 	text-decoration: underline;
}

/* List styles
----------------------------------------- */
.typography ul, 
.typography ol {
	margin: 20px;
	margin-left: 10px;
	list-style-type: square;
}

.typography li {
	margin: 5px 10px;
	font-size: 1.2em;
}

/* Header styles
----------------------------------------- */
.typography h1 {
	margin: 5px 0 10px 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 2em;
	font-weight: 300;
	color: #cc0000; 	
	clear: both;
}
.typography h2 {
	width: 95%;
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #ccc;	
	line-height: 1.5;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: 500;
	color: #222;
	clear: both;
	}
	.typography .h2Img {
		float: left;
		width: 40%;
	}
.typography h3 {
	font-size: 1.4em;
	color: #222;
	font-weight: 700;
	margin: 10px 0;
}	
.typography h4 {
	font-size: 1.4em;
	color: #222;
	font-weight: 700;
	margin: 10px 0;
}
.typography h5 {
	font-size: 1.2em;
	color: #222;
	font-weight: 500;
	margin: 10px 0;
}
.typography h6 {
	font-size: 1.2em;
	color: #555;
	line-height: 1.4;
	margin: 10px;
}

.designPlans h2 {
	font-family: Verdana, Lucida, sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
	position: absolute;
	border-bottom: none;
	margin: 0;
	top: 5px;
	left: 15px;	
}

/* Adress 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;;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}

/* Table styling
----------------------------------------- */
.typography table {
	border-collapse:collapse;
	margin-left: 2px;
	color: #333333;
}
	.typography th {
		font-size: 1.1em;
		line-height: 1.8em;
		font-weight: 700;
	}
	.typography td {
		font-size: 1em;
		line-height: 1.8em;
	}
.typography .rowEven {
	background: #ffffff;
}
.typography .rowOdd {
	background: #e4e4e4;
}
.typography .hostingBox {
	padding-right: 20px;
}

/* WYSIWYG editor alignment classes
----------------------------------------- */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.noborder {
	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;
}
.typography img.portfolioThumb {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 20px 20px 0;
	border: solid 1px #999999;
}
.typography img.portfolioThumb:hover {
	border: solid 1px #cc0000;
}
.typography img.portfolioImg {
	float: right;
	margin: 0 20px 0 20px;	
	border: solid 1px #999999;
}
.hostingPlans ul {
	margin-bottom: 10px;
}
