/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#ffffff;
}

a {
	text-decoration:none;
	color:#00AEEF;
}

p a {
	color:#00AEEF;
}

p a:hover {
	text-decoration:underline;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 16px;
	margin-bttom:10px;
}

h2 {
	font-size: 14px;
	margin-bttom:10px;
}

h3 {
	font-size: 13px;
	margin-bttom:10px;
	text-transform:uppercase;
}


h2.skyview {
	font-size: 14px;
	margin:0 0 10px 0;
	color:#ec008c;
}

h2.events {
	font-size: 14px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	color:#ec008c;
	border-bottom:1px solid #e5e5e5;
}

h3.profile_info {
	font-size: 14px;
	margin:10 0 10px 0;
	padding:0 0 10px 0;
	color:#ec008c;
	border-bottom:1px solid #e5e5e5;
}


/* `Text
----------------------------------------------------------------------------------------------------*/

p {
	line-height:18px;
	margin-bottom:11px;
}

p.justify {
	text-align:justify;
}

.black_text {
	color:#000;
}

.black_text sup {
	margin:0;
	padding:0;
}

.black_text ul {
	margin:0 0 10px 20px;
}

.black_text li {
	margin:0 0 10px 0;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {

}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {

}
