/* kimjustinen.com css re-design by Darren Emory of JCG
   darren@ohreal.com */


/* preliminaries */

	* {
		margin: 0;
		padding: 0;
	}

	body {
		background-color: #fff;
		font-family: 'Lucida Grande', Arial, sans-serif;
		color: #849cb2;
		margin-bottom: 35px;
	}
	
	img.thumbnail {
		float: left;
		margin: 0 15px 15px 0;
	}
	
	img.full_image {
		border: 1px solid #849cb2;
		padding: 5px;
		margin-bottom: 10px;
	}

	div#home_nav h3 {
		float: left;
		margin-top: 30px;
	}

	div#home_nav img {
		float: right;
		border: 0;
		margin: 0;
	}
	
	div#home_nav a img, a img {
		border: 1px solid #849cb2;
		padding: 5px;
	}
	
	
	


/* the (image) replacements */

	h1#kim_justinen_title {
		display: block;
		text-indent: -9999px;
	    background-image: url(images/kimjustinenchameleon.gif);
	    background-repeat: no-repeat;
	    width: 648px;
	    height: 249px;
		margin: 0 auto;  /* centers */
	}

	h1#kim_justinen_title a {
	    display: block;
		margin-top: 10px;
	    text-decoration: none;
	    width: 648px;
	    height: 249px;
	}
	
	h3#art_for_children_title {
		display: block;
		text-indent: -9999px;
	    background-image: url(images/KJartforchildren.jpg);
	    background-repeat: no-repeat;
	    width: 210px;
	    height: 39px;
	}

	h3#art_for_children_title a {
	    display: block;
	    text-decoration: none;
	    width: 210px;
	    height: 39px;
	}
	
	h3#whimsical_art_title {
		display: block;
		text-indent: -9999px;
	    background-image: url(images/KJwhimsical.jpg);
	    background-repeat: no-repeat;
	    width: 210px;
	    height: 39px;
	}

	h3#whimsical_art_title a {
	    display: block;
	    text-decoration: none;
	    width: 210px;
	    height: 39px;
	}
	
	h3#retro_art_title {
		display: block;
		text-indent: -9999px;
	    background-image: url(images/KJretro.jpg);
	    background-repeat: no-repeat;
	    width: 210px;
	    height: 39px;
	}

	h3#retro_art_title a {
	    display: block;
	    text-decoration: none;
	    width: 210px;
	    height: 39px;
	}
	
	h3#book_covers_title {
		display: block;
		text-indent: -9999px;
	    background-image: url(images/KJbookcovers.jpg);
	    background-repeat: no-repeat;
	    width: 210px;
	    height: 39px;
	}

	h3#book_covers_title a {
	    display: block;
	    text-decoration: none;
	    width: 184px;
	    height: 39px;
	}


/* page divisions */


	div#container {
		width: 100%;
		background-color: #e8ecf5;
		text-align: center;
		margin-top: 10px;
		padding: 40px 0;
		border-bottom: 4px solid #a9b9c9;
		border-top: 1px solid #849cb2;
	}
	
	div#content {
		width: 870px;
		padding-left: 95px;
		margin: 0 auto;
		text-align: left;
	}
	
	div#secondary_nav_container {
		margin: 0 auto;
		width: 770px;
	}
	
	div#home_nav {
		width: 870px;
		margin: 0 auto;
		padding-left: 120px;
	}
	
	div.home_nav_section {
		float: left;
		margin-right: 80px;
		width: 350px;
		margin-bottom: 10px;
	}
	
	div.clear {
		clear: both;
	}
	
	div#footer {
		margin: 20px auto 0 auto;
		width: 870px;	
		padding-right: 50px;
		text-align: right;
	}


/* secondary navigation */

	ul#secondary_nav {
		padding-left: 0;
		list-style-type: none;
	}
	
	ul#secondary_nav li {
		display: inline;
		font-size: 14px;
		border-right: 1px solid #849cb2;
		padding-right: 12px;
		margin-right: 6px;
	}
	
	ul#secondary_nav li#last {
		border-right: none;
	}
	
	ul#secondary_nav li a:link, ul#secondary_nav li a:visited {
		color: #849cb2;
	}
	
	ul#secondary_nav li a:hover {
		color: #1c5476;
	}


/* typography */
	
	div#content h4 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 15px;
		color: #1c5476;
	}
	
	div#content p {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 15px;
		font-family: 'Georgia', serif;
		
	}
	

/* formulas - 'ula' = forms */

	form {
		margin-top: 15px;
	}
	
	form label {
		font-size: 13px;
		line-height: 22px;
		margin-top: 10px;
		color: #1c5476;
		font-family: 'Georgia', serif;
	}

	form label#name_label, form label#email_label, form label#phone_label, form label#comment_label {
		display: block;
	}

	form input#city, form input#name, form input#email, form input#phone {
		display: block;
		margin-top: -13px;
		margin-bottom: -10px;
	}

	form textarea#comment {
		margin-top: 5px;
	}

	form input#submit {
		display: block;
		margin-top: 20px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	