/***
	TRANSLATORS INTERNATIONAL
	By: ABLE NET DESIGN
	http://www.ablenetdesign.com
	info@ablenetdesign.com
***/
html, body
{
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
}
.container_12
{
	overflow: hidden;
}
img 
{
	border: none;	
}
/*** HEADER ***/
#header
{
	margin-top: 5em;
}
#header h1
{
	color: #56D61B;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-weight: lighter;
	font-size: 3em;
}
#header h2
{
	color: #f5f5f5;
	font-size: 3em;
}

/*** NAVIGATION ***/
#navigation 
{
	margin-top: 4em;
}
#navigation ul li, #navigation ul
{
	padding: 0;
	margin: 0;
}
#navigation ul li
{
	width: 120px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#navigation ul li a
{
	text-align: center;
	line-height: 3em;
	text-transform: lowercase;
	width: 120px;
}
#navigation a.rounded, .button {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */ 
}
.button {
  color: #000;
  background-color: #f5f5f5;
}
.active
{
	 background-color: #56D61B;
	 color: #fff;
	 font-weight: bold;
}
.button:hover {
  background-color: #e5e5e5;
  color: #000;
  font-weight: normal;
}
.active:hover
{
	background-color: #56D61B;
	color: #fff;
	font-weight: bold;
}

/*** MAIN CONTENT WINDOW ***/
#main
{
	margin-top: 4em;
}
#content h1
{
	color: #56D61B;
	font-size: 1.5em;
	padding-bottom: 1em;
	text-transform: lowercase;
}
#content h3, #content h2, #content h4
{
	color: #56D61B;
	font-size: 1em;
	padding-bottom: 1em;
	line-height: 1.4em;
}
#content p
{
	line-height: 1.4em;
	margin-bottom: 1.4em;
	color: #232524;
	font-size: 0.8em;
}
#content a
{
	color: #56D61B;
}
#content a:hover
{
	text-decoration: none;
}
#content ul
{
	margin: 1em;
	padding-left: 1em;
	color: #232524;
	line-height: 1.4em;
	list-style: square;
	font-size: 0.8em;
}

/*** SIDEBAR ***/
#sidebar h3
{
	margin-bottom: 1em;
	padding-bottom: 0.6em;
	font-weight: normal;
	color: #56D61B;
	text-transform: lowercase;
	border-bottom: 1px #e5e5e5 solid;
}
#sidebar p
{
	font-size: 0.8em;
	color: #000;
	line-height: 1.4em;
	text-align: right;
}
#sidebar a
{
	color: #005DFF;
}
#sidebar a:hover
{
	text-decoration: none;
}
#sidebar ul
{
	list-style: none;
	margin-bottom: 1em;
}
#sidebar li a
{
	text-decoration: none;
	color: #005DFF;
	font-size: 0.8em;
}
#sidebar li a:hover
{
	text-decoration: underline;
}
/*** FOOTER ***/
#footer
{
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: 1px #e5e5e5 solid;
}
#footer p
{
	font-size: 0.6em;
	line-height: 1.4em;
}
#footer a
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#footer a:hover
{
	color: #FF0000;
}
/*** QUOTE FORM ***/
form
{
	font-size: 0.8em;
}
form input, textarea
{
	border:  1px solid #ccc;
	background: #fff;
	font-size: 1.2em;
}
form div
{
	margin-bottom: 1em;
	
}
/*** BLOG POST ***/
#postbody p, #postbody ul
{
	font-size: 0.8em;
}

#pagination .hidden
{
	display: none;
}
#pagination p
{
	font-size: 1em;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}
#pagination
{
	font-size: 0.8em;
	margin-bottom: 1.4em;
}