/*
Theme Name: Custom Vigilance
Theme URI: http://thethemefoundry.com/vigilance/
Description:  CHILD EDITION - A lean and clean WordPress theme featuring standards and search friendly code. A built in Theme Options menu allows for serious customization.
Version: 1.50.1c
Author: The Theme Foundry / Rasmus Rasmussen
Author URI: http://thethemefoundry.com/
Tags: fixed-width, two-columns, white, red, right-sidebar, threaded-comments, custom-colors, theme-options, translation-ready, customized
Template: vigilance
*/
 
@import url("../vigilance/style.css");

body {
	background-color: #816140 !important;
}

#header {
	height: 120px;
}

#header h1, #title{
	padding-bottom: 45px;
}

#content p {
	font-size: 15px;
	line-height: 150%;
	text-indent: 5%;
}

.post-header h2 h1 {
	font-size: 32px;
	margin-top: 10px;
}

.wp-caption-text {
	font-size: 11px !important;
}

.dndtable {
	float: left;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 130%;
	text-align: left;
	border: 1px solid #eee;
	width: 320px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.dndtable-magicitem {
	background-color: #d8941d;
	font-weight: bold;
	color: #fff;
}

.dndtable-atwill {
	background-color: #619869;
	font-weight: bold;
	color: #fff;
}

.dndtable-encounter {
	background-color: #961334;
	font-weight: bold;
	color: #fff;
}

.dndtable-daily {
	background-color: #4d4d4f;
	font-weight: bold;
	color: #fff;
}

.dndtable-flavor {
	background-color: #d6d6c2;
	font-style: italic;
}

.dndtable-odd {
	background-color: #d6d6c2;
}

.statblock-header {
	background-color: #4e5c2e;
	font-weight: bold;
	color: #fff;
}

.statblock-light {
	background-color: #d6d6c2;
}

.statblock-dark {
	background-color: #c3c6ad;
}
