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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 14px/1.7 Georgia, 'Times New Roman', Arial, sans-serif;
	color:#56554f;
	background-image: url(../images/bgmobile.jpg);
	background-repeat: repeat-x;
}

#container {
/*	width:240px; */
	margin:0 auto;
}

a:focus
{
	outline: 1px dotted invert;
	
}
hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 18px;
	font-weight:normal;
	color:#336600;
}

h2
{
	font-size: 8px;
	font-weight:normal;
	color:#000;
	padding:10px 0 0 0;
}

h3
{
	font-size: 10px;
}

h4
{
	font-size: 9px;
	font-weight:normal;
	color:#272724;
}

h5
{
	font-size: 7px;
	font-weight:normal;
}

h6
{
	font-size: 8px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 10%;
}

p,
dl,
hr,
h1,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 6px;
}
blockquote {
	margin:0 25px;
}

/* =Divs
--------------------------------------------------------------------------------*/

#header {
	height:45px;
	width:100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcb;
	background-image: url(../images/bgmobile.jpg);
	background-repeat: repeat-x;
}
#logo {
	height:45px;
	padding-top:4px;
}
a {
	color:#1f4f2e;
	font-family:Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding-bottom: 10px;
}
a:hover {
	text-decoration:underline;
}
.nav-item {
	padding-right:15px;
}
.active-item {
	font-family:Arial, sans-serif;
	font-size:8px;
	font-weight:bold;
}
#content {
	padding-top:10px;
}
#left {
	width:240px;
	float:none;
}
.welcome {
	color:#83827e;
	font-size:16px;
	line-height:28px;
}
#text {
	padding-top:10px;
}

#footer {
	font-family:Arial, Verdana, sans-serif;
	border-top:4px solid #cdcdcb;
	margin:0 auto;
	text-align:left;
	color:#696863;
	font-size:10px;
	padding-top:8px;
}

