/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif !important; color:#444;
}

a:focus {
	outline: 1px dotted invert;
}
a { -webkit-transition:background-color 0.4s ease-out;
	color:#ee5f00; /*color:#990; color:#bd6327;*/ text-decoration:none;}

a:hover {color:#F90;}

a.green {color:#693;}

hr {
	border: 0 #ccc dashed;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {}

li {
	margin-left: 30px;
}

dl,hr,h1,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {margin-bottom: 20px;}
p {margin-bottom:10px;}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {font-size: 24px; font-family:Century, "Times New Roman", Times, serif; color:#9C0; font-weight:normal;}
h1.content_title {margin-bottom:5px; line-height:1;}

h2 {font-size: 22px;}

h3 {font-size: 20px;}

h4 {font-size: 18px;}

h5 {font-size: 16px; margin-bottom:10px;} #gallery h5 {margin-bottom:0px;}

h6 {font-size: 14px; margin-bottom:5px;}

h1,h2,h3,h4,h5,h6 {color:#693;}

.block h5 span {font-size:12px; color:#333; margin-left:10px;}

h3 span {font-size:12px; font-weight:normal;}

#featured_pack h3, .desc h4 {margin-bottom:0}

#home h1 {margin-bottom:10px;}
#home h5 {margin:0;}
#home h5 a {display:block;}
#home .article_list h5 span {margin-left:0; font-weight:normal;}
#sidebar_right h3 {margin-bottom:10px;}
