/* ----------------------------------------------
 * 51degreesnorth
 * CSS and design by Joe Stevens
 * http://www.51degreesnorth.net/
 ---------------------------------------------- */

/*  Establish general layout parameters */
body
{
	color: #333;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 0;
	border: 0;
	padding-bottom: 23px;
	background-color: #FFF;
	line-height: 120%;
}

/*    Horizontal nav menu   */
#menu
{
	margin: 0;
	padding: 0;
	width: 150px;
	text-align: left;
	text-transform: inherit;
	float: left;
	color: #000;
	font-size: 1.2em;
	clear: none;
	position: absolute;
	top: 200px;
	left: 100px;
}

* html menu
{
  width: 192px;
  w\idth: 150px;
}

#menu a
{
	height: 2em;
	padding: 0 0 0 20px;
	/* Box Model Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0px 0 9px 0;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.9px;
	line-height: 1.4em;
	color: #666;
	font-size: 0.8em;
}

#menu a:hover { color: #900; }

#menu a:active { color: #CCC; }

/*    END of Horizontal nav menu   */
#maincontent
{
	width: 380px;
	margin: 0 228px 0 200px;
	padding: 0 10px 10px 10px;
	text-align: left;
}

* html maincontent
{
  width: 828px;
  w\idth: 380px;
}

#maincontent p {
	margin: 0 0 10px;
}

/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */
* html code { font-size: 105%; }

h2
{
	color: #900;
	font-size: 1.6em;
}

/* General linkology */
a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #c30;
	background: transparent;
}

a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #999;
	background: transparent;
}

a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #526968;
	background: transparent;
}

/*   end of general layout parameters   */
#wrapper
{
	width: 702px;
	margin: 0;	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	/* Box Model Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 700px;
}

html>body .wrapper { width: 700px;
}

/*   top logo */
#logo
{
	margin: 15px 0 0;
	padding: 0 0 2px 0;
	text-align: left;
}

#logo img
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

#logo h1
{
	color: #900;
	font-size: 36px;
	vertical-align: middle;
	text-align: left;
	margin: 0;
}

/*    examples styling here   */
#examples p
{
	border-color: #600;
	border-width: 1px 0 0 0;
	border-style: dashed;
	margin: 10px 0 32px 0;
}

/*    pg work styling here   */
#work
{
	clear: both;
	border-bottom: maroon;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#work img
{
	margin: 0;
	padding: 7px;
	background-color: silver;
	text-align: left;
	border-color: white;
	border-width: 7px;
	border-style: solid;
	float: right;
}

#work a
{
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: larger;
}

#work p
{
	padding: 7px;
}

/*    form styling here   */
form label {
	float: left;
	width: 230px;
}

form div {
	padding-bottom: 10px;
}

form .text {
	width: 366px;
	border: 1px inset #999999;
	padding: 2px;
}

form div.submit {
	width: 430px;
	text-align: right;
}

form div.captcha {
	padding-left: 0px;
}