/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-weight:300;
	font: 12px museo-sans-1,museo-sans-2, Helvetica Neue, Arial, Liberation Sans, FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h {

}

h1 {
	font-weight:700;
	font-family:museo-slab-1,museo-slab-2;
	margin-bottom:10px;
	margint-top:10px;
	font-size: 32px;
}

h2 {
	font-weight:100;
	font-family:museo-slab-1,museo-slab-2;
	margin-bottom:10px;
	margint-top:10px;
	font-size: 26px;
}

h3 {
	font-weight:100;
	font-family:museo-slab-1,museo-slab-2;
	margin-bottom:10px;
	margint-top:10px;
	font-size: 22px;
}

h4 {
	font-weight:100;
	font-family:museo-slab-1,museo-slab-2;
	margin-bottom:5px;
	margint-top:10px;
	font-size: 19px;
}

h5 {
	font-weight:100;
	font-family:museo-slab-1,museo-slab-2;
	margin-bottom:10px;
	margint-top:10px;
	font-size: 17px;
}

h6 {
	font-weight:100;
	font-family:museo-slab-1,museo-slab-2;
	margin-bottom:10px;
	margint-top:10px;
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {color:#007a91;}

h1 a, 
h2 a,
h3 a, 
h4 a, 
h5 a, 
h6 a {
	font-family:museo-slab-1,museo-slab-2;
}

h1 a:hover, 
h2 a:hover,
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
	font-family:museo-slab-1,museo-slab-2;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}

p,
ul {
	line-height:1.5;	
}


/* links
----------------------------------------------------------------------------------------------------*/
a {color:#007a91;text-decoration:none;}
a:link{color:#007a9;text-decoration:none;}
a:hover{color:#D51E4B;text-decoration:none;}
/*a:visited{color:#007a91;text-decoration:none;}*/
a:active{color:#D51E4B;text-decoration:none;}






/* Colors - 
Blue/Green - #007a91
Magenta - #D51E4B

*/


