/* Universal Selectors 
----------------------------------------------------------------------------- */
html {
	height: 100%;
}

body {
    min-width: 480px;
	height: 100%;
    color: #a7a9ac;
}

a:link, a:visited {
	color: #45799a;
	text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
}


/* Strutural Elements
----------------------------------------------------------------------------- */
#wrapper {
	overflow: hidden;
	width: 435px;
	padding: 30px 23px 20px 23px;
	margin: 0 auto;
}

	#header {
		overflow: hidden;
		padding-bottom: 25px;
	}


	#content {
		clear: both;
		background: url(/assets/images/divider_popup-content.png) repeat-x;
		padding-top: 25px;
	}
	
		h1#logo {
			width: 139px;
			height: 57px;
			background: url(/assets/images/logo_james-boags-pure.png) no-repeat;
			text-indent: -5000px;
			margin: 0;
		}
	
	#footer {
		text-align: center;
		padding-top: 10px;
	}


/* Lists
----------------------------------------------------------------------------- */
#content ol, #content ul {
	margin: 0 0 20px 25px;
}

#content ol li {
	list-style: decimal-leading-zero;
	padding-left: 5px;
	margin-bottom: 25px;
}

#content ul li {
	list-style: disc;
	padding-left: 5px;
	margin-bottom: 8px;
}


/* Links
----------------------------------------------------------------------------- */


/* Typography
----------------------------------------------------------------------------- */
h1 {
	float: right;
	font-size: 2.5em;
	color: #8c9399;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #a7a9ac;
}

	h2.terms {
		float: left;
		width: 186px;
		height: 15px;
		background: url(/assets/images/text_terms-and-conditions.png) no-repeat;
		text-indent: -5000px;
		margin: 45px 0 0;
	}
	
	h2.privacy {
		float: left;
		width: 143px;
		height: 14px;
		background: url(/assets/images/text_privacy-policy.png) no-repeat;
		text-indent: -5000px;
		margin: 45px 0 0;
	}
	
	h2.contact {
		float: left;
		width: 107px;
		height: 14px;
		background: url(/assets/images/text_contact-us.png) no-repeat;
		text-indent: -5000px;
		margin: 45px 0 0;
	}

h3 {
}

p {
}

	#content p {
		line-height: 1.6em;
	}
	
	#sidebar p {
		color: #a7a9ac;
	}
