/*
Theme Name: WAREIA
Theme URI: http://wareia.com/
Description: A beautiful red, white, and blue theme designed for Scott L. Moyes
Author: Smullin Design and Development
Author URI: http://smullindesign.com/
*/

/* Main
---------------------------------------*/

body {
	margin: 0;
	background: #fff url(images/bg.gif) repeat-y;
}
.justify { text-align: justify; }
.white { font: normal 11px Arial, Helvetica, sans-serif; color: #fff; }
.menu { background: #8B0817 url(images/bg_menu.gif) repeat-x; }
.sub_menu {
	border-top: 1px solid #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
}
.sub_menu a {
	text-decoration: none;
	color: #fff;
}
.sub_menu a:hover {
	text-decoration: underline;
}
.blue {
	background: #003D72 url(images/bg_blue_top.gif) repeat-x top;
	padding: 2px 10px 0 0;
}
.blue_content {
	background: transparent url(images/bg_blue_thing.jpg) no-repeat 0 0;
	padding: 10px 0 0 10px;
}
.red {
	background: #8B0817 url(images/bg_red_top.gif) repeat-x top;
	padding: 2px 10px 0 0;
}
.content {
	padding: 10px;
}
.red_content { padding-left: 10px; }
.redthing_m { background: transparent url(images/redthing_bg.gif) repeat-y; }
.redthing_b { background: transparent url(images/redthing_bottom.gif) no-repeat top; }
.footer {
	background-color: #000;
	color: #fff;
	font: normal 8pt Arial;
	padding: 0 10px;
}
.footer .tag {
	float: right;
	padding-top: 6px;
}
.footer .tag a {
	text-decoration: none;
	color: #666;
}
a { color: #fff; }


/* Common
---------------------------------------*/

/* Begin Form Styles */
body.justifyinput input.text,
body.justifyinput textarea,
body.justifyinput select
{ width: 100%; }
.form {
	width: 500px;
}
.form h2 {
	display: block;
	text-align: left;
	font: bold 11pt Arial;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}
.form .confidential {
	text-align: center;
	vertical-align: middle;
	background-color: #b01513;
	font: bold large 'Times New Roman';
	text-transform: uppercase;
	letter-spacing: .5em;
	color: #fff;
}
.form th {
	font: bold 8pt Arial;
	text-align: right;
	white-space: nowrap;
	padding: 0 4px;
	color: #333;
	height: 25px;
}
.form th.l {
	font: normal 100% Arial;
	text-align: left;
	white-space: normal;
	padding: 0;
	color: #000;
	height: auto;
}
.form th sub {
	font-weight: normal;
	font-family: Tahoma;
	font-size: 8pt; /* firefox */
	_font-size: 13px; /* ie */
	display: block;
	margin-top: -3px;
}
.form td.r {
	width: 150px;
	text-align: right;
	white-space: nowrap;
}
.form td p {
	margin: 0;
}
.form input.cash {
	background: #fff url(images/cash.gif) no-repeat left;
	padding-left: 18px;
	text-align: right;
}
.form input.percent {
	background: #fff url(images/percent.gif) no-repeat right;
	padding-right: 18px;
}
.form .small {
	font-size: x-small;
}
/* End Form Styles */

/* begin problem styles */
div#problem {
	margin-bottom: 10px;
	padding: 11px;
	border: 1px solid #000;
	background: #999 url(images/puzzled.gif) no-repeat bottom right;
	font: normal 9pt Arial;
	min-height: 75px; /* firefox */
	_height: 100px; /* ie */
}
div#problem b { position: relative; top: -3px; left: 4px; }
div#problem ul {
	position: relative;
	margin-top: 0; margin-bottom: 0;
	_margin-left: 25px; /* ie */
	padding-left: 25px; /* firefox */
	_padding-left: 0; /* ie */
}
div#problem ul li {
	margin: 3px 0 0 0;
	padding-left: 15px;
	line-height: 1;
	color: #eee;
	width: 400px;
	list-style-type: none;
	background: transparent url(images/b1.gif) no-repeat 0 3px;
	_background-position: 0 2px; /* ie-only */
}
div#problem ul li u {
	text-decoration: none;
	font-family: 'Courier New', Courier, mono;
	color: #fff; /*#90FF00;*/
	letter-spacing: 1px;
}
div#problem ul li sup {
	display: block;
	margin: -1px 0 0 1px;
	_padding-bottom: 5px; /* ie */
	font: normal 8pt Tahoma;
	_font-size: 13px; /* ie-only */
	color: #ccc;
}
/* end problem styles */





/* Blog
------------------------------*/

.red_title h1 {

	margin:12px 0 0 0;
}

#content {
	margin-top:10px;
	margin-bottom:20px;
	width:485px;
}
.post h1 {
	margin:0;
}
.post a h1 img {
	border:0 !important;
}
.post {
	margin-bottom:25px;
}

/* Sidebar */

.sidebar ul,
.sidebar li,
.sidebar ol,
.sidebar h2 {
margin:0;padding:0;border:0;
list-style:none;
}

.sidebar {
	margin:5px 1em 0 1em;
	overflow-x:hidden;
}
.sidebar ul li {
	margin-left:2px;
	margin-bottom:2em;
}
.sidebar ul li ul li {
	margin-bottom:.1em;
	list-style-type:disc;
	margin-left:18px;
	line-height:1.3em;
}


/* WP-Calendar
---------------------------------------*/

.widget_calendar table#wp-calendar {
	width:194px;
	margin-top:4px;
	display:block;
	background:#ece9d8;
	border:5px solid #780008;
	}
	.widget_calendar caption {
		background:#003d72;
		font:bold 11px Verdana;
		text-transform:uppercase;
		color:#fff;
		margin-bottom:2px;
		padding:5px;
		}
	.widget_calendar thead th {
		font:bold 9.73333px Verdana;
		color:#666;
		padding-bottom:3px;
		text-align:center;
		}
	.widget_calendar tbody td {
		width:22px; height:22px;
		background:#fff;
		font:normal 9.73333px Verdana;
		text-align:center;
		vertical-align:middle;
		color:#666;
		}
	.widget_calendar tbody td.pad {
		background:transparent;
		}
	.widget_calendar tbody td#today {
		background:#333;
		color:#fff;
		}
	.widget_calendar tbody td#today a {
		color:#fff;
		}
	.widget_calendar tbody td a {
		display:block;
		width:100%; height:100%;
		color:#727664;
		line-height:14px;
		}
	.widget_calendar tbody td a:hover {
		background:#222;
		color:#727664;
		}
	.widget_calendar #next a,
	.widget_calendar #prev a {
		color:#333;
		}

	.widget_text form table td {
		text-align:left;
		}
	.widget_text form table {
		width:235px;
		}
	.widget_text form td {
		background:transparent;
		text-align:left;
		}
	.widget_text form td td {
		text-align:right;
		}
	.widget_text form font {
                font-size:12px;
		color:#fff;
		}

/* CRE Articles */
#articles h1 { color: #fff !important; padding-top: 15px; }

.entry img.left { margin:0 1em 1em 0; }
.entry img.right { margin:0 0 1em 1em; }