/* ----------------------------------------
Theme Name: Book Arts Leage
Theme URI: 
Description: 
Version: 1.0
Author: AMSTEC
Author URI: 
Last Modified: 2009.01.25
Provides: 
---------------------------------------- */
@import 					url("design/styles/default/screen.css");
@import 					url("design/styles/default/print.css");

body { margin:0; font-family:Arial; font-size:13px; }
p.wp-caption-text { font-size:11.5px; font-style : italic;}
h1 { font-family:Arial; font-size:24px; color:#8d191b; margin:0px; padding:0px; }

#nav { position:absolute; top:190px; left:0px; width:154px; }

#nav ul { position: relative; padding: 0; margin: 0; list-style:none;}
#nav li {  margin: 10px 10px 0 4px; padding:0; font-family:Arial; }
#nav li a { padding:0 25px 0 0;
	height: 17px;
	line-height: 18px;
	display: block;
	color: #000000;
	font-size: 16px; 
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	xtext-transform: uppercase;
	xborder-bottom: 1px solid #b2b2b2;
	background: url(/graphics/nav_line.gif) bottom no-repeat;
}
#nav li a:hover {
	padding: 0 25px 0 0;
	background: url(/graphics/nav_arrow.gif) right bottom no-repeat;
}
#nav li.current_page_item a {
	color: #8d191b; padding: 0 25px 0 0;
	background: url(/graphics/nav_arrow.gif) right bottom no-repeat;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#edit { position:absolute; top:10px; right:10px; }

