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

	Licensed under GPL and MIT.
*/

/* color ___________ 

grays
#333
#4d4d4d
#666
#808080
#999
#b3b3b3
#ccc
#e5e5e5
#f2f2f2
#f7f7f7


color

yellow #feda8d
dark yellow #f0ac2b
body #53c009
link blue #2f50aa
res-orange #992e00
*/

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

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

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

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

a:link {
	color: #2f50aa;
	}
	

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

h1 {
	font-size: 25px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
	margin-bottom: 5px;
}

h4 {
	font-size: 17px;
	color: #2f50aa;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

h1, h2 {
	color: #7d410c;
	}

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

ol {
	list-style: decimal;
}

#main_content ul {
	list-style: none;
}

#main_content li {
	margin-left: 5px;
	padding-left: 20px;
	background: url(../img/structure/bullet.png) no-repeat 0 4px;
}

p,
dl,
hr,
h1,
h2,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* */

#sidebar, #sidebar h1 {
	color: #feda8d;	
	}
	
#sidebar h1 {
	background: url(../img/structure/rule.png) no-repeat 0 10px;
	padding-top: 30px;
	font-size: 18px;
	}
	
dt {
	margin: 20px 0 10px;	
}

dd{
	font-style: italic;
	}
	

	
#footer a:link, #footer a:visited {
	color: #feda8d;
	}
	
#home h1 {
	background: url(../img/structure/hi.png) no-repeat;
	padding: 24px 0 0 70px;
	font-size: 20px;
	}
	
#store legend {
	font-size: 16px;
	font-weight: bold;
  padding: 0 .5em 0 .5em;
	}
	
fieldset {
padding: 1em;
  border: solid 1px #f0ac2b;
	margin-bottom: 1em;
	width: 450px;
	}
	
input.btn {
	background: #ccc url(../img/structure/button_bg.gif);
	border-color: #f6b069 #703805 #703805 #f6b069;
	border-style: solid;
	border-width: 1px;
	color: #fee5ae;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin: 1px .1em 1px .1em;
	text-align: center;
	/* text-transform: uppercase; */
}
	
.textareaRequiredMsg {
	display: block;
	}
	
.note {
	font-size: 11px;
	}
	
.display {
	font-family: "Courier New", Courier, monospace;
	line-height: 1.7;
	}
	
.q {
	background: url(../img/structure/q.gif) no-repeat 0 20px;
	color: #992e00;
	border-top: 2px solid #a48c10;
	padding-top: 20px;
	font-weight: bold;
	}
	
	
.a {
	background: url(../img/structure/a.gif) no-repeat;
	
	}
	
.ask {
	padding-left: 60px;
	
	}
	
#ask_hd {
	background: url(../img/structure/ask.gif) no-repeat;
	padding: 70px 0 0 150px;
	margin-bottom: 30px
	}
	
#ask_hd p {
	font-size: 12px;
	}
	
legend {
	font-size: 18px;
	}
	
#ask_mh p {
	margin-bottom: 10px;
}

/*
#message, #email {
	background: #fefbf2;
	}
*/