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

	Licensed under GPL and MIT.
*/

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

body {
	font: 15px/1.5 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	color: #000;
}

.js{
	background-color:#fff;
}

a:focus {
	outline: 1px dotted invert;
}

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

a{
	outline:none;
}

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

h1 {
	font-size: 28px;
	color:#B26300;
	font-variant: small-caps;
	font-family: trajan, times;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	color:#000;
	font-variant: small-caps;
	font-family: trajan, times;
	font-weight: normal;
}

h3 {
	font-size: 21px;
	color:#000;
	font-variant: small-caps;
	font-family: trajan, times;
	font-weight: normal;
	margin: 50px 0 20px 0px;
	padding: 0 0 0 10px;
	background: url('/wp-content/themes/colui/images/divider.png');
	background-repeat: repeat-y; 
	border: 1px solid #bbb;
	}

h4 {
	font-size: 19px;
	font-variant: small-caps;
}

h5 {
	font-size: 14px;
	margin-top: 20px;
}

h6 {
	font-size: 24px;
	font-variant: small-caps;
	font-weight: Bold;
	color: #bababa;
	margin-top: 22px;
	font-stretch: extra-expanded;
}
h7 {
	font-size: 21px;
	color:#000;
	font-variant: small-caps;
	font-family: trajan, times;
	font-weight: normal;
	margin: 20px 0 20px 0;
	padding: 20px 0 0 0px;
	}


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

ol {
	list-style: decimal;
	font-size: 12px;
}

ul {
	list-style: square;
	font-size: 12px;
}

li {
	margin-left: 30px;
	font-size: 12px;
}

p,
dl,
hr,
h1,
h2,
h4,
h5,
ol,
ul,
pre,
table {
	margin-bottom: 30px;
	text-align: justify;
	}
	
form p {
	margin-bottom: 10px;
	}