/*
-----------------------------------------------
FluidGrids CSS - Text
----------------------------------------------- */


/* basic
----------------------------------------------- */
body {
	font-family: SegoeUI, 'Segoe UI', "Open Sans", Helvetica; 
	font-size:16px;
	line-height:16px;

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

/* headings
----------------------------------------------- */

h1 {
	font-size: 1.8em;
	margin-top:.2em;
	margin-bottom: .3em;
	text-transform: uppercase;
		
}

h1 a {color:#333;}
h1 a:hover {
	color:#333;
	text-decoration:none;
	}

h2 {
	font-size: 1.6em;
	margin-bottom: .2em;
	text-transform: uppercase;
}

h2 a {
	color:#333;
}

h3 {
	font-size: 1.2em;
	padding-top:10px;
}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}
.title {
	font-size: 1.4em;
	font-weight: bold;
	margin-top:18px;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .title {
	text-shadow: 0px .4px .4px #666;
}

/* lists
----------------------------------------------- */
ol {list-style: decimal;}
ul {list-style: square;}
li {margin-left: 30px;}


/* spacing
----------------------------------------------- */
p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
.title

{
	margin-bottom: 18px;
}
