/* @group Normalise */

/* Eric Meyers Reset CSS rules */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, header, content, footer {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end Reset CSS rules */


/* @end */

/* @group Layout */

/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* ------------------------- Styling ------------------------- */

html { background: #fff}

body { 
	/*font: 11px/1.50em Georgia, "Times New Roman", serif;*/
	font: 11px/1.50em Helvetica, Arial, sans-serif ;
}

html, body {height: 100%;}
		
p {
	border-style: none;
	color: #000;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 118%;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 218%;
	text-indent: -9999px;
	margin-bottom: 20px;
	height: 10px;
}

h2 {
	font-size: 164%;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-size: 145%;
	font-weight: bold;
}

.panel-info h3 {
	color: #000;
}

.branding p {
	text-indent: -9999px;
}

.make-point p {
	color: #2d4284;
	background: #fdffdc;
	padding: 5px;
	font: bold 145% Georgia, "Times New Roman", Times, serif;
}

.panel-info p {
	color: #000;;
}

p.warning {
	color: red;
}

p strong, ul strong {font-weight: bold;}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote p {
	font-size: 118%;
	font-weight: bold;
	color: #779548;
}

ul {
	margin-bottom: 20px;
}

ul li {
	padding-left: 5px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.4em;
}
.panel-info ul li {
	background: none;
	padding: 0;
	font-weight: normal;
	color: #b7c89d;
}

.panel-info ul li a {
	color: #fdffdc;
	text-decoration: none;
}

ol, ul {
	font-size: 118%;
	margin-bottom: 20px;
	margin-top: 10px;
}

ol li strong {
	font-weight: bold;
	color: #000;
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

ol.font-type strong {
	color: #000;
}

em {
	font-style: italic;
}

a {
	color: #6d0034;
}

a:hover {
	color: #40c2d2;
}

.divider {
	background: url(../images/divider-black.png) 10px bottom no-repeat;
	margin-bottom: 15px;
	border-bottom-style: dotted;	
}

.panel {
	background: url(../images/sub-panel.jpg) repeat-x;
	height: 247px;
	margin-bottom: 20px;
}

.ads {
	margin-top: 20px;
}

.podcast {
	background-color: #000;
	color: #fff;
}

.podcast p {
	padding: 10px;
	color: #fff;
}

img {
	border: 0;
}

img.right {
	float: right;
	border: 3px solid #000;
}

img.anita {
	float: right;
}

img.left {
	float: left;
	border: 3px solid #000;
}


img.spotlight {
	background: #fff;
	padding: 10px;
}

img.pod {
	background: #000;
	padding: 10px;
}
.site-info {
	width: 960px;
	margin: 0 auto;
	color: #fff;
}

.spacer {margin-bottom: 20px;}


.panel-info {
	color: #f6f6f6;
	float: left;
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -320px; /* the bottom margin is the negative value of the footer's height */
}
.page-footer, .push {
	height: 320px; /* .push must be the same height as .footer */
}
.page-footer {
	width: 100%;
	background-color: #f02893;
}

/* ------------------------- Table -------------------------*/

table th {
	font-weight: bold;
	padding: 3px;
	padding-right: 10px;
	background: #191919;
}

td {
	text-align: center;
}


/*------------------------- Form -------------------------*/

form {
	float: left;
	width: 220px;
	padding: 8px;
	margin-top: -15px;
	margin-left: -5px;
}

input {
	margin-bottom: 5px;
	font-size: 100%;
	background: #f6f6f6;
	width: 210px;
}

label {
	color: #fff;
	font-size: 118%;
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 3px;
}


ul.zemError {
	color: #fff;
	margin-bottom: 5px;
	background: #c23030;
	width: 265px;
	border: 1px solid #f6f6f6;
}

ul.zemError li {
	color: #fff;
	background: none;
	padding-left: 5px;
}

textarea {
	width: 210px;
	font-size: 100%;
	background: #f6f6f6;
}

.zemThanks p {
	color: #fff;
	width: 220px;
}
