/*
	KEY COLORS:

	#141271; // Dark Blue
	#127160; // Dark Green

*/

*	{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

body	{
	background-color: #127160; /* Dark Green */
	background-image: url('/images/theme3/bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	}

table	{
	border: 0px none transparent;
	border-spacing: 0px;
	border-collapse: collapse;
	}

#wrap	{
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/images/theme3/wrapbg.png');
	background-repeat: repeat-y;
	background-position: top center;
	position: relative;
	}


#header {
	background-color: #127160;
	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	padding-right: 5px;
	width: 855px;
	position: relative;
	margin-left: 50px;
	margin-right: 50px;
	height: 82px;
	overflow: auto;
	}

#tagline {
	margin-left: 540px;
	margin-top: 17px;
	}

	#tagline h2 {
		color: #ffffff;
		font-size: 110%;
		font-weight: normal;
		}

#logo {
	position: absolute;
	z-index: 9001;
	top: 3px;
	left: 25px;
	float: left;
	}

#logo a:link {
	border: 0px none transparent;
	}

#logo a:visited {
	border: 0px none transparent;
	}

#logo a:hover {
	border: 0px none transparent;
	}

img.e	{
	position: absolute;
	top: 3px;
	left: 0px;
	width: 153px;
	height: 122px;
	border: 0px none transparent;
	}

img.rika {
	position: absolute;
	top: 20px;
	left: 125px;
	width: 345px;
	height: 68px;
	border: 0px none transparent;
	}

img.erika {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 461px;
	height: 122px;
	border: 0px none transparent;
	}

#main 	{
	background-color: #ffffff;
	background-image: url('/images/theme3/gradientbg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	width: 860px;
	margin-left: 50px;
	margin-right: 50px;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	padding-top: 8px;
	}


#menu	{
	padding-top: 65px;
	width: 200px;
	float: left;
	}

	#menu ul {
		margin-left: 10px;
		list-style-type: none;
		}

		#menu ul.level1 li {
			font-weight: bold;
			font-size: 110%;
			color: #141271;
			}

		#menu ul.level1 li a:link {
			color: #141271;
			text-decoration: none;
			}

		#menu ul.level1 li a:visited {
			color: #141271;
			text-decoration: none;
			}

		#menu ul.level1 li a:hover {
			color: #141271;
			text-decoration: underline;
			}


		#menu ul.level2 li {
			font-weight: bold;
			font-size: 90%;
			color: #127160;
			}

		#menu ul.level2 li a:link {
			color: #127160;
			text-decoration: none;
			}

		#menu ul.level2 li a:visited {
			color: #127160;
			text-decoration: none;
			}

		#menu ul.level2 li a:hover {
			color: #127160;
			text-decoration: underline;
			}

		#menu ul.level3 li {
			font-weight: normal;
			font-size: 75%;
			color: #141271;
			}

		#menu ul.level3 li a:link {
			color: #141271;
			text-decoration: none;
			}

		#menu ul.level3 li a:visited {
			color: #141271;
			text-decoration: none;
			}

		#menu ul.level3 li a:hover {
			color: #141271;
			text-decoration: underline;
			}


#content {
	margin-left: 200px;
	background-image: url('/images/theme3/verticalline.png');
	background-repeat: no-repeat;
	background-position: left 20px;
	height: 100%;
	padding-left: 15px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-top:20px;
	}

	#content a:link {
		color: #141271;
		text-decoration: underline;
		font-weight: bold;
		}

	#content a:visited {
		color: #141271;
		text-decoration: underline;
		font-weight: bold;
		}

	#content a:hover {
		color: #127160;
		text-decoration: underline;
		font-weight: bold;
		}

	#content h1 {
		color: #141271;
		font-size: 120%;
		}

	#content h2 {
		color: #127160;
		font-size: 110%;
		}

		#content h2 a:link {
			color: #127160;
			text-decoration: none;
			}

		#content h2 a:visited {
			color: #127160;
			text-decoration: none;
			}

		#content h2 a:hover {
			color: #141271;
			text-decoration: underline;
			}

		#content h2 a.name:hover {
			text-decoration: none;
			}


	#content p {
		font-size: 90%;
		margin-top: 12px;
		margin-bottom: 12px;
		}

		#content p.emphasized {
			font-weight: bold;
			color: #127160;
			font-size: 100%;
			}


#screenshots {
	width: 660px;
	margin-top: 15px;
	}

#screenshots img {
	border: 0px none transparent;
	}	


div.col1 {
	width: 300px;
	float: left;
	border-width: 0 1px 0 0;
	border-color: transparent #000000 transparent transparent;
	border-style: none solid none none;
	padding-right: 8px;
	}

div.col2 {
	width: 300px;
	float: right;
	padding: 0 8px 0 8px;
	}

#gallery {
	}

	#gallery ul {
		list-style-type: none;
		}

	#gallery li {
		float: left;
		padding-right: 15px;
		padding-bottom: 15px;
		}

	#gallery li.third {
		padding-right: 0px;
		}

	#gallery img {
		width: 200px;
		height: 155px;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		}



#footer {
	text-align: center;
	font-size: 75%;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 15px;
	border-top: 1px solid #c1c1c1;
	padding-top: 5px;
	padding-bottom: 5px;
	}

div.divider {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url('/images/theme3/horizontalline.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 1px;
	line-height: 0%;
	font-size: 0%;
	}

div.codebox {
	width: 580px;
	height: 250px;
	overflow: auto;
	font-family: Courier, "Courier New", monospace !important;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
	}

div.clear {
	width: 100%;
	height: 0px;
	line-height: 0%;
	font-size: 0%;
	clear: both;
	}

#quiltgallery ul {
	list-style-type: none;
	}

#quiltgallery li {
	float: left;
	width: 200px;
	margin-right: 10px;
	}

#quiltgallery img {
	border: 0px none transparent;
	width: 200px;
	height: 200px;
	}

#photogallery {
	text-align: center;
	font-weight: bold;
	}

#photogallery img {
	width: 300px;
	height: 200px;
	border: 0px none transparent;
	text-decoration: none;
	margin: 10px 10px 0px 10px;
	}

div.certification {
	display: block;
	width: 600px;
	border: 1px solid green;
	}

span.b	{
	font-weight: bold;
	}

span.i	{
	font-style: italic;
	}

span.u	{
	text-decoration: underline;
	}

span.error {
	color: #ff0000;
	}

span.imglink {
	border: 0px none transparent;
	}

span.imglink a:link {
	border: 0px none transparent;
	}

span.imglink a:visited {
	border: 0px none transparent;
	}

span.imglink a:hover {
	border: 0px none transparent;
	}

.big	{
	font-weight: bold;
	font-size: 110%;
	}

#header-mobile {
	display: none;
	}

div.favicons ul {
	margin-left: 30px;
	list-style-type: none;
	font-size: 80%;
	}

div.favicons img {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	position: relative;
	top: 5px;
	}

ul.seoexamples {
	font-size: 80%;
	list-style-type: none;
	margin-left:30px;
	}

ul.seoexamples li {
	margin-bottom: 12px;
	}

ul.intext {
        font-size: 90%;
	margin: 12px 8px 12px 30px;
        }

ul.intext li {
        margin-bottom: 6px;
        }

div.isbnresult {
	background-color: #f9b7ff;
	border: 2px solid #7e354d;
	padding: 10px;
	}

p.date {
	font-style: italic;
	margin: 0px;
	}

ol	{
  	margin-left: 30px;
  	margin-top: 12px;
  	font-size: 90%;
	margin-bottom: 12px;
	}

ol li {
  	margin-bottom: 6px;
	}


code {
 	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	}

h3	{
	font-size: 100%;
	color: #141271;
	text-decoration: underline;
	}

table.mysqldates {
	border: 2px solid #141271;
	font-size: 90%;
	}

	table.mysqldates td {
		padding: 2px 10px 2px 5px;
		}

	table.mysqldates tr.shade {
		background-color: #b8d5d0;
		}

	table.mysqldates th {
		text-align: left;
		padding: 2px 10px 2px 5px;
		background-color: #141271;
		color: #ffffff;
		}

p.date {
	font-size: 70%;
	font-style: italic;
	}

table.farmville-table {
	font-size: 80%;
	border: 1px solid #141271;
	margin-bottom: 18px;
	}

	table.farmville-table td, th {
		padding: 2px 3px 2px 3px;
	}

	table.farmville-table tr.head {
		background-color: #141271;
		color: #ffffff;
		}

	table.farmville-table tr.color1 {
		background-color: #ffffff;
		}

	table.farmville-table tr.color2 {
			background-color: #afdcec;
		}

table.country-list {
	font-size: 80%;
	border: 1px solid #141271;
	margin-bottom: 18px;
	}

.color2 {
	background-color: #afdcec;
	}

.color1 {
	background-color: #ffffff;
	}

.head {
	background-color: #141271;
	color: #ffffff;
	}