/* General styles */
body {
	background-color: #CCC;
	padding: 0;
	margin: 0;
	height: 100%;
	
	font-family:  Helvetica, sans-serif;
	font-size: 14px;
}

h1 {

	font-size: 2em;
	margin: 0 0.1em 0.25em 0.1em;

}

h2 {

	font-size: 1.5em;
	margin: 0 0.1em 0.1em 0.1em;

}

h3 {
	
	font-size: 1em;
	font-weight: bold;
	margin: 0 0.1em 0.1em 0.1em;
	
}

a, a:visited, a:active {

	color: #33F;
	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}

img {

	border: 0;

}

ul {
	
	list-style-position: inside;

}

li {
	
	display: list-item;
	padding-left: 10px;

}

.red {

	color: #F00;

}

.bold {

	font-weight: bold;

}

.center {

	text-align: center;
	margin: 0 auto;

}

/* layout styles */


	/* Header area */
	
	.wrap {
		width: 1000px;
		margin:  0;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFF;
		display: block;
	}
	
	#header h1 {
		margin: 0 0 0 15px;
		padding: 10px 0 10px 0;
		font-size:  3em;
}
	
	#header h1 img {
		vertical-align: middle;
		margin-right: 10px;
}
	
	#nav, #subnav {
		background-color:  #FFF;
		width:  100%;
	}
	
	#nav {
	
		height: 45px;
		background-image:  url('images/nav-bg-dark.png');
		background-repeat: repeat-x;
}
	
	#nav > div {
		font-size: 1.75em;
		padding: 7px 0 5px 20px;

		background-image:  url('images/nav-bg-light.png');
		background-repeat:  repeat-x;
}

	#nav > div a {
	
		margin-right: 15px;
		color: #000;
}

	#subnav {
		height: 27px;
		
		background-image: url('images/subnav-bg-dark.png');
		background-repeat: repeat-x;
}

	#subnav > div {
		font-size:  1em;
		padding: 5px 0 3px 40px;
				
		background-image: url('images/subnav-bg-light.png');
}
	
	#nav-spacer {
		height: 8px;
	}

	/* Body area */
	
	div#body {
		background-color: #FFF;
		vertical-align: top;
		
		width: 1000px;
		overflow: auto;
		
		margin-bottom: 15px;
	}

	#content {
		/* 618px total width */
		width: 603px;
		padding: 5px 5px 10px 10px;
		margin: 10px 0 0 0;
		background-color: #FFF;
		
		float: left;
		
	}
	
	#right {
		/* 382px total width */
		width: 367px;
		padding: 5px 10px 10px 5px;
		margin: 15px 0 0 0;
		background-color:  #FFF;
		
		float: left;
		
	}

	
	/* Footer area */
	
	#footer {
		background-color: #FFF;
		clear:  both;
		text-align: center;

	}
	
	#footer > p {
	
		padding: 8px 0 4px 0;
		margin: 0;
	
	}


/* One-off styles */
.screen {
	float:  left;
}

.screen img {
	width: 193px;
	margin: 0 6px 0 6px;
}

a.infolink {

	display: block;
	
	margin: 6px 0 0 15px;
	
	font-size: 24px;
	font-weight: bold;
	
	text-decoration: none;

}

a.infolink:hover {

	text-decoration: underline;

}

p.charity {

	margin-left: 20px;

}

/* Buttons */

.button {
	
	display: block;
	
	width: 367px;
	height: 48px;
	
	padding-top: 18px;
	
	margin: 8px auto;
	
	background: url('images/button-grey.png') no-repeat;
	color: #000;

	font-size: 24px;
	font-weight: bold;
	
	text-align: center;
	vertical-align: middle;
	
	text-decoration: none;
	
}

.button.green {

	background: url('images/button-green.png') no-repeat;
	
	margin-bottom: 30px;
	
}

.button.yellow {

	background: url('images/button-yellow.png') no-repeat;

}


a.button:hover {

	cursor: pointer;

	text-decoration: underline;

}

a.button:active {

	color: inherit;

}

a.button:visited {

	color: inherit;

}

/* for related gadgets ("Also available for") */

div.more { 
	width:  593px;
	padding: 5px;
	
	vertical-align: top;
	
	background: url('images/related-gadgets-top.png') no-repeat #FDC689;
	clear: both;
}

div.more span span.siblings {

	display: inline-block;
	text-align: center;
	margin-right: 10px;

}

div.more span.bottom {

	display: block;

	background: url('images/related-gadgets-bottom.png') no-repeat bottom left #FDC689;
	
	margin: -5px;
	height: 10px;

}

div.more span a {

	text-decoration: none;
	
}

/* EO related gadgets */
	
.more-gadgets {
	
		background-image: url('images/infobox-top.png');
		background-repeat: no-repeat;
		background-position: top left;
		
		background-color: #CDCDCD;
		
		padding-top: 8px;
		margin-bottom: 8px;
		
	}
	
.more-gadgets > h2 {
	
		font-size: 1.5em;
		margin-left: 8px;
	
	}
	
.more-gadgets > *{
	
		padding: 0 4px 0 4px;
	
	}
	
.more-gadgets > span.bottom {
	
		display: block;
		width: 100%;
		height: 10px;
		
		background-image: url('images/infobox-bottom.png');
		background-repeat: no-repeat;
		background-position: bottom left;
		
		margin: 0;
		padding: 0;
	
	}
	
.more-gadgets > div.gadget {
	
		margin: 3px 0 8px 0;
		clear: both;
	
	}
	
.more-gadgets > div.gadget > span {
	
		display: inline-block;
		
		//border: 1px solid #000;
		width: 50px;
		height: 50px;
		
		float: left;
		
		margin: 5px;
	
	}
	
.more-gadgets > div.gadget > span > img {
	
		width: 50px;
		height: 50px;
	
	}
	
.more-gadgets > div.gadget > h3 {
	
		/* margin: 8px 0 2px 0; */
	
	}

.more-gadgets > div.gadget > p {
	
		margin: 2px 2px 8px 0;
	
	}
	
/* Info Box */

.infobox {
	
		background-image: url('images/infobox-top.png');
		background-repeat: no-repeat;
		background-position: top left;
		
		background-color: #CDCDCD;
		
		padding-top: 8px;
		margin-bottom: 8px;
		
	}
	
.infobox > h2 {
	
		font-size: 1.5em;
		margin-left: 8px;
	
	}
	
.infobox > *{
	
		padding: 0 4px 0 4px;
	
	}
	
.infobox > span.bottom {
	
		display: block;
		width: 100%;
		height: 10px;
		
		background-image: url('images/infobox-bottom.png');
		background-repeat: no-repeat;
		background-position: bottom left;
		
		margin: 0;
		padding: 0;
	
	}
	
/* EO Info Box */
	/* FORM Styles */
	
	form p {
	
		font-size: 16px;
		font-weight: bold;
		
		margin-bottom: 8px;
	
	}
	
	form input[type="text"] {
	
		font-size: 16px;
	
	}
	
	form textarea {
	
		font-size: 14px;
	
		width: 100%;
		height: 100px;
	
	}

/* Gadget Info Screenshots */
	
	#screenshots h1 {
	
		padding-left: 8px;
	
	}
	
	#screenshots span {
	
		display: inline-block;
		
		text-align: center;
		
		margin-left: 10px;
		margin-top: 10px;
		
		vertical-align: top;
	
	}
	
	#screenshots span a {
	
		text-decoration: none;
		font-weight: bold;
	
	}
	
	#screenshots span a span {
	
		display: block;
		margin-bottom: 6px;
	
	}
	
/* EO Screenshots */

/* Gadget Info Support */

	.support {
	
		/*
		background-image: url('images/top_right_s.png');
		background-repeat: no-repeat;
		background-position: top left;
		
		background-color: #D5D5D5;
		*/
		
		/* padding: 8px 5px 8px 5px; */
		
		/* margin: 5px;
		margin-bottom: 8px; */
		
		clear: both;

	}
	
	.support .support_items .support_info {
	
		padding-left: 10px;
	
	}
	
	.support .support_items {
	
		margin: 5px;
	
	}
	
	.support .support_items h2 {

		font-size: 18px;
		text-decoration: underline;

	}
	
	.support > * {
	
		padding: 0 4px 0 4px;
	
	}
	
/* EO Support */
