/* 
	Main CSS doc for Junior Global Citizen Club | Copyright 2008
	Created By Eli Dupuis. (http://www.elidupuis.com)
*/

/*
	Palette
	#333333		dark gray
	#514c87		bg
*/

body {
	background: #514c87;
	font-family: verdana, arial, "Helvetica Neue", helvetica, sans-serif;
	font-size: 75%;
	padding-bottom: 3em;
}

p a {
	color: #666;
	text-decoration: underline;
}
p a:hover {
	background: #eec353;
	text-decoration: none;
}


blockquote {
	border-bottom: 1px dotted #333;
	background: url('../images/bg-quote-start.gif') no-repeat top left;
	margin: 0 0 1.5em;
	padding: 0 0 10px 30px;
}
	blockquote p {
		color: #63619A;
		font-size: 1.4em;
		margin: 0 20px 0.25em 0;
		padding: 0 20px 0 0;
		font-family: georgia;
	}
		blockquote cite {
			color: #999999;
			display: block;
			font-size: 0.8666em;
			font-style: italic;
			text-align: right;
		}

		blockquote p img
		{
			margin: 0 0 0 10px;
		}
	
	
/*
**	structure
*****************************/
#page, #pageHome {
	background: #fff;
	border: 1px solid #333;
	border-top: 0;
	margin: 0 auto;
	width: 800px;
}
	#language {
		text-align: right;
		margin-right: 25px;
	}

	#header h1 {
		display: none;
/*		background: url('../images/logo-jgcc.jpg') no-repeat left top;
		float: left;
		height: 155px;
		margin: 20px 0 0 22px;
		text-indent: -9999px;
		width: 144px;*/
	}
	#header img {
		/*display: inline;
				float: right;*/
		margin: 0 0 0 20px;
	}
	#nav ul {
		border-bottom: 1px dashed #514c87;
		float: left;
		padding: 20px 22px 0;
		margin: 0;
	}
		#nav li, #subNav li {
			float: left;
		}
			#nav a {
				background: #9dce71 url('../images/bg-nav-btn.jpg') no-repeat left top;
				color: #fff;
				display: block;
				float: left;
				font-family: georgia, "Times New Roman", serif;
				font-size: 1.1666em;
				height: 26px;
				text-decoration: none;
				padding: 13px 0 0 20px;
				width: 106px;
			}
			#nav a:hover, #nav a.current{
				background: #817eae url('../images/bg-nav-btn.jpg') no-repeat left -39px;	
			}
	
	#subNav {
		background: #f3f3f5 url('../images/bg-subnav-tile.gif') repeat-x left top;
		border-bottom: 1px dashed #514c87;
		float: left;
		margin: 0;
		padding: 10px 25px;
		width: 750px;
	}
		#subNav a {
			color: #6d6e43;
			font-size: 1em;
			padding: 1em;
			text-decoration: none;
		}
		#subNav a:hover, #subNav a.current {
			background: 0;
			color: #514c87;
		}

	#content {
		background: #f3f3f5;
		float: left;
		padding: 20px 0;
		width: 800px;
	}
	#pageHome #content {
		background: #f3f3f5 url('../images/bg-subnav-tile.gif') repeat-x left top;
	}
		
	#mainCol {
		background: url('../images/bg-main-tile.jpg') repeat-y left top;
		float: right;
		display: inline;
		padding: 0 30px 0 20px;
		margin: 0 10px 0 0;
		width: 465px;
	}

		#mainColTop, #mainColBottom {
			background: url('../images/bg-main-top.jpg') no-repeat left top;
			float: left;
			height: 15px;
			margin: 0 -30px 0 -20px;
			padding: 0;
			width: 510px;
			display: inline;
		}
		#mainColBottom {
			background: url('../images/bg-main-bottom.jpg') no-repeat left top;
			padding-bottom: 0;
			margin-bottom: 0;
		}
	
	#sideCol, #pageHome #sideCol {
		display: inline;
		float: left;
		margin-left: 25px;
		width: 230px;
	}
	#pageHome #sideCol {
		background: url('../images/bg-side-bottom.jpg') repeat-y left bottom;
		width: 225px;
		margin-left: 20px;
		margin-top: 2px;
		padding: 0 15px 20px;
	}
		#pageHome #sideCol #sideColTop {
			background: url('../images/bg-side-top.jpg') no-repeat left top;
			height: 15px;
			margin-left: -15px;
			margin-right: -15px;
			width: 255px;
		}
		
	#flashHolder {
		margin: 1em 0;
	}

	/*
	**	jump boxes
	********************/	
	#jumpBoxes {
		padding: 10px 0 0 25px;
		width: 775px;
		border-top: 1px dashed #514c87;
		float: left;
	}
		#jumpBoxes div {
			width: 237px;
			float: left;
			height: 245px;
			padding: 0 8px 10px 5px;
			display: inline;
		}
		#jumpBoxes div.last { margin-right: 0; border: 0; }
			
		#jumpBoxes div#jump-1 {
			background: url('../images/bg-jump-1.gif') no-repeat;
		}	
		#jumpBoxes div#jump-2 {
			background: url('../images/bg-jump-2.gif') no-repeat;
		}				
		#jumpBoxes div#jump-3 {
			background: url('../images/bg-jump-3.gif') no-repeat;
		}

		/*
		**	gallery
		********************/
	.gallery {}
		.gallery a img {
			margin: 0 10px 10px 0;
		}
	
		
			
	
	#footer {
		border-top: 1px dashed #514c87;
		clear: both;
		width: 800px;
	}
		#footer p {
			text-align: right;
			margin-right: 25px;
		}
		
/*
**	Typography
********************/
em {
	font-style: italic;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 1.5;
}
	#footer p {
		color: #999;
		font-size: 0.8333em;
		margin-top: 1em;
	}
	#footer a {
		color: #999;
		text-decoration: none;
	}
	#footer a:hover {
		color: #333;
	}
	
	#jumpBoxes div p {
		margin: 0.5em 10px 0.5em;
	}
		

h1, h2, h3, h4, h5, h6, h7 { font-family: georgia, "Times New Roman", serif; margin-bottom: 1em; }

h2{}
	#mainCol h2 {
		color: #e6503c;
		font-size: 2em;
		margin-bottom: 0.5em;
	}
	
	#sideCol h2 {
		color: #63619A;
		font-size: 1.25em;
		margin: 1em 0 0.5em;
	}
	

h3{}
	#mainCol h3 {
		color: #e6503c;
		font-size: 1.5em;
		margin: 0.5em 0 0.5em;
	}
	
	#jumpBoxes div h3 {
		margin: 0;
	}
		#jumpBoxes div h3 a {
			color: #fff;
			display: block;
			font-size: 1.333em;
			height: 25px;
			padding-top: 15px;
			text-decoration: none;
			text-indent: 1em;
			width: 237px;
		}
		#jumpBoxes div h3 a:hover {
			background: 0;
			color: #fff;
		}
h4{}
	#mainCol h4 {
		clear: both;
		color: #69669f;
		font-size: 1.25em;
		margin: 0.5em 0 0.5em;
	}

/* lists */
ol, ul {}
	
	#sideCol ul {
		list-style-type: disc;
		margin: 0 0 0 2em;
	}
		#sideCol ul li {
			margin-bottom: 0.5em;
		}
		
	#sideCol #credits ul {
		list-style-type: none;
		margin: 0 0 2em 0 ;
		padding: 0;
	}
		#sideCol #credits ul li {
			margin-bottom: 0.25em;
		}


	#mainCol ul {
		list-style-type: disc;
		margin: 0 0 2em 2em;
		padding: 0;
	}
	#mainCol ol {
		list-style-type: decimal;
	}
	#mainCol ol {
		margin-left: 3em;
	}
	
	
/*
*	Store
*****************************/
.item
{
	clear: both;
	width: 100%;
	float: left;
	border-top: 1px dotted #333;
	padding: 20px 0 20px 0;

}
.last
{
	border-bottom: 1px dotted #333; 
	margin-bottom: 20px;
}
	.item img
	{
		float: left;
	}
	.item div { width: 285px; float:right;}
	#mainCol .item h3
	{
		margin-top: 0;
	}
	.item p span.price
	{
		font-weight: bold;
		font-size: 1.3em;
	}
	.item p { margin-bottom: 15px; }