/*-- reset styles --*/

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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol,ul {
	list-style: none;
	}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
	}
h1,h2,h3,h4,h5,h6,strong,h1 em,h2 em, h3 em,h4 em,h5 em,h6 em,strong em,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-weight: bold;
	}



/*-- demo page styles --*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	padding: 0 0 30px;
	color: #4f4f4f;
	background-color: #5FA2A6;
	}

#wrap {
	width: 1100px;
	margin: 15px auto;
	overflow: hidden;
	}

#content {
	background-color: #ffffff;
	padding: 20px;
	border: 6px solid #AB9D88;
}
	
#main {
	width: 280px;
	float: left;
	background-color: #ffffff;
	padding: 2em;
}

#demo {
	margin-top: 2em;
	float: right;
	}

#footer {
	display: block;
	clear: both;
	text-align: center;
}

a {
	color: #2D6CBE;
	}

a:hover {
	color: #144789;
	}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -.5px;
	}

h1 {
	font-size: 2.6em;
	padding: 1em;
	margin: 0;
	color: #ffffff;
	background-color: #7BACAD;
	border: 3px solid #C4B9A2;
	}

h2 {
	font-size: 2em;
	}

p, li {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: .4em 0 1.2em;
	}

ul, ol {
	margin: .6em 0 1.2em;
	}

ul li {
	list-style: disc;
	margin: 0 0 .8em 1.4em;
	}

ol li {
	list-style: decimal;
	margin: 0 0 .4em 1.8em;
	}

/* target IE7 and IE6 */
*:first-child+html pre {
	overflow-y: hidden;
	overflow: visible;
	overflow-x: auto; 
	}
* html pre {
	overflow: visible;
	overflow-x: auto;
	width: 480px;
	}

hr {
	display: none;
}

div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}

.alert *, .alert {
	color: red;
}

iframe.gallery {
	border: none;
	background-color: transparent;
}
