/* Last updated by Todd Hossack: 2011-01-26 */

/*---- Content Inside ----*/
.typography {
	font-size: 1em;
}
/*---- Utility classes ----*/
.typography .first {
	margin-top: 0;
}
.typography .clear {
	clear: both;
}

/*---- Column2 layout ----*/
.typography .col100 {
	clear: both; 
}

.typography .col75L
.typography .col66L, 
.typography .col50L, 
.typography .col33L,
.typography .col25L {
	float: left;
}

.typography .col75R,
.typography .col66R, 
.typography .col50R, 
.typography .col33R,
.typography .col25R {
	float: right; 
}

.typography .col75L, 
.typography .col75R {
	width: 534px;
} 

.typography .col66L,
.typography .col66R {
	width: 472px;
} 

.typography .col50L,
.typography .col50R {
	width: 348px;
}

.typography .col33L, 
.typography .col33R {
	width: 224px;
} 

.typography .col25L, 
.typography .col25R {
	width: 162px;
} 

/* Boxes */
.typography .box75L,
.typography .box66L, 
.typography .box50L, 
.typography .box33L,
.typography .box25L {
	float: left;
}

.typography .box75R,
.typography .box66R, 
.typography .box50R, 
.typography .box33R,
.typography .box25R {
	float: right; 
}

.typography .box100,
.typography .box75L,
.typography .box75R,
.typography .box66L,
.typography .box66R,
.typography .box50L,
.typography .box50R,
.typography .box33L, 
.typography .box33R,
.typography .box25L,
.typography .box25R {
	position: relative;
	padding: 12px 16px;
}

.typography .box75L, 
.typography .box75R {
	width: 500px;
} 

.typography .box66L,
.typography .box66R {
	width: 438px;
} 

.typography .box50L,
.typography .box50R {
	width: 314px;
}

.typography .box33L, 
.typography .box33R {
	width: 190px;
} 

.typography .box25L, 
.typography .box25R {
	width: 128px;
}

/*---- Box styles ----*/
.typography .roundedBox p {
	text-align: left;
}

/*---- Headings ----*/
.typography h1, 
.typography h2,
.typography h3,
.typography h4, 
.typography h5, 
.typography h6 {
	margin: 11px 0 4px 0;
	padding: 0;
	text-align: left;
	line-height: 1.5;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

.typography h1 {font-size: 22px;} 
.typography h2 {font-size: 20px;}
.typography h3 {font-size: 18px; color: #e6b64f;}
.typography h4 {font-size: 16px;}
.typography h5 {font-size: 14px;}
.typography h6 {font-size: 12px;}

.typography .subhead {
	font-size: .9em;
	color: #ccc;
	font-weight: normal;
}

/* First child top margins (instead of .first class) */
.typography .col100 > *:first-child,
.typography .col75L > *:first-child,
.typography .col66L > *:first-child, 
.typography .col50L > *:first-child, 
.typography .col33L > *:first-child,
.typography .col25L > *:first-child,
.typography .col75R > *:first-child,
.typography .col66R > *:first-child, 
.typography .col50R > *:first-child, 
.typography .col33R > *:first-child,
.typography .col25R > *:first-child,
.typography .box100 > *:first-child,
.typography .box75L > *:first-child,
.typography .box75R > *:first-child,
.typography .box66L > *:first-child,
.typography .box66R > *:first-child,
.typography .box50L > *:first-child,
.typography .box50R > *:first-child,
.typography .box33L > *:first-child, 
.typography .box33R > *:first-child,
.typography .box25L > *:first-child,
.typography .box25R > *:first-child {
	margin-top: 0;	
}


/* ---- Text ---- */
.typography p {
	margin: 0;
	padding: 4px 0;
	line-height: 1.3em;
	text-align: justify;
}

.typography blockquote {
	margin: 16px;
}

.typography pre {
	text-align: left;
}

.typography address {
	font-style: normal;
	margin: 0;
	padding: 4px 0;
}

/* ---- Lists ---- */
.typography ul,
.typography ol,
.typography dl {
	line-height: 1.3em;
}

.typography ul {
	margin: 4px 0 8px 16px;
	padding: 0 0 0 16px;
	list-style-type: disc; 
}

.typography ol {
	margin: 4px 0 8px 16px;
	padding: 0 0 0 16px;
	list-style-type: decimal;
}

.typography ol.upperAlpha {list-style-type: upper-alpha;}
.typography ol.lowerAlpha {list-style-type: lower-alpha;}
.typography ol.upperRoman {list-style-type: upper-roman;}
.typography ol.lowerRoman {list-style-type: lower-roman;}

.typography li {margin: 0 0 4px 0;}

.typography dl {margin: 0 0 8px 0;}
.typography dt {
	margin-top: 4px; 
	font-weight: bold;
}
.typography dd {margin-left: 12px;}

/* ---- Links ---- */
.typography a img {
	border: 0;
}
.typography a {
	text-decoration: none; 
	color: #ffe17e;
}
.typography a:hover, 
.typography a:active {
	text-decoration: underline;
}
/* ---- Positioning ---- */
.typography .posL {float: left;}
.typography .posC {margin: 0 auto;}
.typography .posR {float: right;}

/* ---- Images ---- */
.typography .imgL {float: left; margin: 0 16px 0 0;}
.typography .imgR {float: right; margin: 0 0 0 16px;}
.typography .imgLv {float: left; clear: left; margin: 8px 16px 4px 0;}
.typography .imgRv {float: right; clear: right; margin: 8px 0 4px 16px;}

.typography .imgL, 
.typography .imgR, 
.typography .imgLv, 
.typography .imgRv {
	border: none;
}

.typography .alignToH1 {margin-top: 15px;}
.typography .alignToH2 {margin-top: 7px;}
.typography .alignToH3 {margin-top: 6px;}
.typography .alignToH4 {margin-top: 6px;}
.typography .alignToH5 {margin-top: 6px;}
.typography .alignToH6 {margin-top: 5px;}

.typography .alignToP {margin-top: 4px;}

.typography .withCaption {
	background-color: #ffc;
	border: 1px solid #e6d019;
}

.typography .withCaption img {
	border: none;

}

.typography .caption {
	margin: 0;
	padding: 8px 12px 12px 12px;
	font-size: 11px;
}

.typography .caption h1, 
.typography .caption h2,
.typography .caption h3,
.typography .caption h4, 
.typography .caption h5, 
.typography .caption h6 {
	margin: 0;
	padding: 4px 0 0 0;
	color: #960;
}

.typography .caption h1, 
.typography .caption h2,
.typography .caption h3 {
	font-size: 14px; 
}

.typography .caption h4 {
	font-size: 12px; 
}

.typography .caption h5,
.typography .caption h6 {
	font-size: 11px; 
}

/*---- Alerts, Notices ----*/
.typography .alert {
	color: #c00;
}

/* -------- Tables -------- */
.typography table {
	margin: 12px 0;
	border-collapse: collapse;
}

.typography table th, 
.typography table td {
	padding: 6px 12px;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	border: 1px solid #444;
}

.typography table .headingRow th {
	font-weight: bold;
}

.typography table .dataRow th {
	padding: 6px 12px 6px 24px;
	font-weight: normal;
}

.typography table .btmRow th {
	padding: 6px 12px 6px 24px;
	font-weight: normal;
	text-align: left;
}

.typography table .btmRow td {
	font-weight: normal;
	text-align: right;
}

/* -------- Prices -------- */
.typography .hostingPackages {
	width: 99%;
}

.typography .hostingPackages .dataRow th {
	width: 40%;
}

.typography .hostingPackages .dataRow td {
	text-align: center;
}

.typography .supportPackages .col2,
.typography .supportPackages .col3 {
	text-align: center;
}

.typography .supportPackages .btmRow .col3 {
	text-align: right;
}

.typography .hostingServices .col2 {
	text-align: left;
}

.typography .hostingServices .col3 {
	text-align: right;
}

.typography .hostingServices .col4 {
	white-space: nowrap;
}


