/* $Id: local_sample.css,v 1.1 2009/02/28 23:33:58 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */
body{
	padding:0 10px;
}

body#body{
	padding:0;
}
html[dir="ltr"]{
	background:none repeat scroll 0 0 #292929;
}

.portrait{
	clear:both;
}
.character-info{
	clear:both;
}

.portrait-img{
	float:left;
	margin-right:20px;
	
}
.resizable-textarea {
	width:110%;
}
.view-Slideshow{
	height:500px;

}
.view .view-content{
	padding-top:9px;
}
#mission{
	top:252px;
	width:380px;
	font-size:1.1em;
}
h2{
	color: #DFB579;
}