/*
 * css for katlarson.com
 */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font: small Arial, Helvetica, sans-serif;
	color: #03381f;
}

a {
	color: #03381f;
	text-decoration: none;
}

a:hover {
	font-style: italic;
}

p {
	margin: 12px 0;
}

h2 {	
	font-size: 100%;
	font-weight: normal;
	margin-top: 24px;
}


/*-------------------------( container )--------------------------*/

#container {	
	position: relative;
	width: 960px;
	margin: 120px auto 0 auto;
}


/*-------------------------( nav )--------------------------------*/

#nav {
	position: absolute;
	top: 0;
	right: 0;
	/*text-align: right;*/
	text-align: left;
	font-size: 110%;
	width: 20em;
	height: 4em;
}


#nav h1 {
	font-size: 110%;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1.3px;
}

#nav h1 a:hover {
	font-style: normal;
}

#nav ul {
	list-style: none;
	font-size: 105%;
}

#nav ul li  {
	float: right;
	padding: 0;
	margin: 0;
}

#nav ul li a {
	display: block;
	letter-spacing: 2px;
	height: 1.5em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

#li-art a { width: 3em; }
#li-news a { width: 4em; }
#li-bio a { width: 3em; }
#li-contact a { width: 5em; }

li.selected,
#Art #li-art,
#News #li-news,
#Bio #li-bio,
#Contact #li-contact {
	font-style: italic;
}


/*-------------------------( series )-----------------------------*/

#nav-series, #nav-pieces {
	position: absolute;
	top: 70px;
	right: 0;
	text-align: right;
	font-size: 95%;
	width: 20em;
}

#nav-series h2 {
	font-size: 105%;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#nav-pieces h2 {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	margin: 2px 0 0 0;
	padding: 0;
}

#nav-pieces h2.selected {
	font-style: italic;
}


#nav-series ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#nav-pieces ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}


/*-------------------------( content )----------------------------*/

#content {
	position: absolute;
	top: 0;
	left: 0;
	width: 710px;
	min-height: 480px;
}

#news, #contact {
	width: 80%;
	margin: 30px auto;
}

#bio {
	width: 60%;
	margin: 30px auto;
}

.icon, .thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.div-image a, .icon a, .thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.thumbnails {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}


ul.pagination  {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	width: 6em;
}

.pagination li {
	float: left;
	font-weight: bold;
}

.pagination li a:hover {
	font-style: italic;
}

.pagination .li-next {
	margin-left: 2em;
}

.pagination li a {
	text-decoration: none;
}

.piece {
	position: absolute;
	top: 0;
	left: 6em;
	padding: 0;
	width: 500px;
}

.piece p {
	margin-top: 12px;
	margin-bottom: 0;
}

/*-------------------------( sidebar )----------------------------*/

#blog #sidebar {
	position: absolute;
	top: 70px;
	right: 0;
	text-align: right;
	font-size: 95%;
	width: 20em;
}

#blog #content a:hover {
	font-style: normal;
}

#blog #sidebar ul {
	list-style: none;
}

#blog h2 {
	font-size: 120%;
	font-weight: bold;
}


#blog .post {
	width: 80%;
	margin: 30px auto;
}
/*-------------------------( contact )----------------------------*/

#contact a {
	font-size: 110%;
	font-weight: normal;
	height: 2em;
	line-height: 2em;
}

#contact form {
    width: 400px;
    height: 220px;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;

}

#contact dl {
	margin: 0;
	padding: 0;
}

#contact dt {
	margin: 0;
	padding: 0;
}

#contact dd {
	margin: 0 0 3px 0;
	padding: 0;
}
	
#contact #realname, #contact #email {
	width: 250px;
	padding: 2px 4px;
	border: 1px solid #bec1bc;
}
	
#contact textarea {
	width: 400px;
	height: 100px;
	border: 1px solid #bec1bc;
}

#contact #submit {
	color: #004C15;
	font-weight: bold;
	border: 1px solid #bec1bc;
	margin-top: 3px;
	margin: 3px 0 0 0;
	padding: 0 4px;
}

#contact #submit:hover {
	font-style: italic;
}

#contact p.ok, #contact p.error {
	color: #734F9C;
	font-weight: bold;
}



/*-------------------------( misc )-------------------------------*/

/* Self-clearing floats */

#nav,
#content { /* for IE */
	zoom:1
}
#nav:after,
#content:after
{ /* for Others */
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
