@charset "UTF-8";
/* CSS Document */

/* ------------------------------------Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	list-style:none;
}
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}
/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
Div {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
/* ----------------------End Initial--------------- */

/* ----------------------Start Basics--------------- */

body {
	width:100%;
	background-color:#680a0a;
	background-image:url(images/body_bk.gif);
	background-repeat:repeat;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
#header_container {
	width:831px;
	height:115px;
	margin:auto;
}
#menu_container {
	width:830px;
	margin:auto;
	background-image:url(images/content_container_bk.png);
	background-repeat:repeat-y;
}
#content_container {
	width:840px;
	margin:auto;
	background-image:url(images/content_container_bk.png);
	background-repeat:repeat-y;
	display:table;
}
/* ----------------------End Basics--------------- */

/* ----------------------Start Main Menu--------------- */


.menu1 {
	padding:0 0 0 0px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(images/button1.gif);
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
}
.menu1 li {
	float:left;
	list-style:none;
}
.menu1 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	list-style:none;
	font-size:10px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 4px;
	cursor:pointer;
}
.menu1 li a b {
	float:left;
	display:block;
	padding:0 10px 0 12px;
}
.menu1 li.current a {
	color:#fff;
	background:url(images/button3.gif);
}
.menu1 li.current a b {
	background:url(images/button3.gif) no-repeat right top;
}
.menu1 li a:hover {
	color:#fff;
	background:#000 url(images/button2.gif);
}
.menu1 li a:hover b {
	background:url(images/button2.gif) no-repeat right top;
}
.menu1 li.current a:hover {
	color:#fff;
	background:#000 url(images/button3.gif);
	cursor:default;
}
.menu1 li.current a:hover b {
	background:url(images/button3.gif) no-repeat right top;
}
/* ----------------------End Main Menu--------------- */

/**************************************************************

   Top Block Menu

 **************************************************************/



#menu {
	margin: 0 auto 0px auto;
	background-repeat:repeat-y;
	width:826px;
	height:auto;
	background-color:#fff;
	display:table;
}
#menu img {
	margin:0;
	padding:0;
}
#menu ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #000;
	list-style:none;
}
#menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 206px;
	height: 60px;
}
#menu ul li a {
	float: left;
	width: 206px;
	height: 60px;
	font: 400 1.2em arial, sans-serif;
	letter-spacing: 0.1em;
	color: #fff;
	border-top: 1px solid #000;
}
#menu ul li a span {
	display: block;
	margin:0;
	padding:0;
}
#menu ul li a span.desc {
	font-size: 0.8em;
	color: #990000;
}
#menu ul li a:hover,  #menu ul li a.here {
	background: #000;
	border-top: 1px solid #990000;
}
#menu ul li a:hover span.desc,  #menu ul li a.here span.desc {
	color: #FFF;
}
/**************************************************************

   Page Content

 **************************************************************/



#page {
	clear: both;
	width: 825px;
	margin:10px auto;
	text-align: left;
	background-color:none;
}
#columns {
	margin: 0 auto;
}
/* Column widths */

.width {
	width: 830px;
}
.widthPad {
	width: 746px;
}
.width25 {
	width: 24%;
}
.width50 {
	width: 48%;
}
.width73 {
	width: 73%;
}
.width75 {
	width: 75%;
}
.width100 {
	width: 100%;
}
/**************************************************************

   Footer

 **************************************************************/


#footer {
	width:840px;
	height:30px;
	margin:0 auto 0 auto;
	display:table;
	background-image:url(images/footer_bk.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#990000;
}
#footer ul {
	margin:0 auto;
	color:#990000;
	width:100%;
	float:none;
	text-align:center;
	padding:0;
}
#footer li {
	display:inline;
	margin:5px;
}


/**************************************************************

   Posts

 **************************************************************/



.post {
	float: left;
	width: 100% !important;
	width: 99%;
	position: relative;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #CCCCCC;
}
.post2 {
	float: left;
	width: 100% !important;
	width: 99%;
	position: relative;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #CCCCCC;
}
.post .icon {
	position: absolute;
	top: 0;
	left: 5px;
	width: 75px;
	text-align: right;
}
.post .icon .month {
	text-transform: uppercase;
	font: 700 1.0em arial, sans-serif;
	color: #888;
}
.post .icon .day {
	display: block;
	margin-top: -5px;
	font: 700 2.1em arial, sans-serif;
	color: #888;
}
.post .title {
	display: block;
	padding: 0 0 5px 0;
	font-size:14px;
	font-weight: bold;
	color:#990000;
}
.post p {
	margin: 0 0 0 75px;
	padding:  0 0 1em 1.2em;
	border-left: 1px solid #CCCCCC;
	position:relative;
}

.quotes {
	font-family: oldtown, cursive, fantasy;
	font-size:13px;
	
}
/**************************************************************

   Thumbnail Lists

 **************************************************************/



ul.thumbs,  ul.thumbs li {
	margin: 0;
	padding: 0;
	list-style:none;
}
ul.thumbs li {
	margin: 0 0 20px 0 !important;
	margin: 0;
	padding: 0px;
	list-style: none;
}
a.thumb img {
	margin:auto;
	border: 5px solid #fff;
}
a:hover.thumb img {
	background: #fff;
	border: 5px solid #fff;
}
a:hover.thumb {
	background: none;
}
a.thumb span {
	display: block;
	margin-top: -5px !important;
	margin-top: -2px;
}
a.thumb p {
	text-align:center;
}
#thumb_title {
 width:100&;
	margin:5px auto 10px auto;
	color:#990000;
	font-size:14px;
	text-align:center;
	position:relative;
	font-weight:bold;
}
.thumb_img_title {
 width:100&;
	margin:2px auto 10px auto;
	color:#000;
	font-size:12px;
	text-align:center;
	position:relative;
	font: 400 12px arial, sans-serif;
}
/**************************************************************

   Submenu Styles

 **************************************************************/



ul.submenu1,  ul.submenu2 {
	margin: 0 0 20px 0;
	padding: 0;
}
ul.submenu1 li,  ul.submenu2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: url(foo.gif); /* because IE is balls */
}
ul.submenu1 li a,  ul.submenu2 li a {
	display: block;
	height: auto !important;
	/* Start hide from IE Mac \*/

  height: 1%;
	/* End hide from IE Mac */



  padding: 1px 5px 1px 20px;
}
ul.submenu1 li a {
	background: url(images/submenu1.gif) no-repeat 5px 50%;
}
ul.submenu1 a:hover {
	color: #990000;
	background: #B3C6C4 url(images/bg/submenu1.gif) no-repeat 5px 50%;
}
ul.submenu2 li a {
	color: #990000;
	background: url(images/submenu2.gif) no-repeat 3px 50%;
}
ul.submenu2 a:hover {
	color: #888;
	background: #B3C6C4 url(images/submenu2.gif) no-repeat 3px 50%;
}
/**************************************************************

   Generic Display 

 **************************************************************/





.block {
	display: block;
}
.clear {
	clear: both;
}
.marginRight {
	margin-right: 15px;
}
.paddingLeft {
	padding-left: 5px;
}
.paddingRight {
	padding-right: 5px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignTop {
	vertical-align: top;
}
.alignMiddle {
	vertical-align: middle;
}
.alignBottom {
	vertical-align: bottom;
}
.lightBlueBg {
	background-color: #E9EAEB;
}
.dark {
	color: #000;
}
.middle {
	margin:auto;
	text-align:center;
}
html,  body {
	height: 100%;
}
/* Headers */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
}
h1 {
	padding-bottom: 0.2em;
	font: 400 1.6em arial, sans-serif;
	color: #993300;
	border-bottom: 12px solid #990000;
	font-weight:bold;
}
h2 {
	font-size: 1.2em;
	color: #990000;
}
h3 {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #990000;
}
h4 {
	font-size: 0.85em;
	color: #990000;
}
h5 {
	font-size: 0.8em;
	color: #990000;
}
/* Needed to horizontally pad in a coloured container */

.horzPad h1,  .horzPad h2,  .horzPad h3,  .horzPad h4,  .horzPad h5,  .horzPad p {
	padding-left: 5px;
	padding-right: 5px;
}
/* Links */

a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	color: #668FA3;
}
a img {
	border: 0;
}
a img.border {
	border: 1px solid #000;
}
a:hover img.border {
	/* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */

  border: 1px solid #668FA3 !important;
	border: 1px solid #FC3307;
}
/* Images */

img.floatRight {
	margin: 5px 0 10px 10px;
}
img.floatLeft {
	margin: 5px 10px 10px 0;
}
/* Lists */

ul li {
	list-style: none;
}
ol li {
	font-weight: bold;
	color: ##990000;
}
ol li span {
	font-weight: normal;
	color:#990000;
}
/* Blockquote */

blockquote {
	margin: 0;
	padding: 0 20px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/**************************************************************

   Form Elements

 **************************************************************/


input {
	height:30px;
	width:150px;
	background:url(images/input.jpg) top left no-repeat;
	font: 100% "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	color:#333;
	border:0;
	padding:7px 10px;
	margin:2px;
	color:#777;
}
textarea {
	width:150px;
	height:110px;
	background:url(images/textarea.jpg) top left no-repeat;
	font: 100% "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	color:#333;
	border:1px;
	padding:10px;
	margin:5px;
	color:#777;
}
input[type=submit] {
	cursor:pointer;
	background:#ff9900;
	color:#fff;
	font-weight:bold;
	width:182px;
	height:30px;
	padding:7px 10px;
	background:url(images/submit.jpg) top no-repeat;
}

/**************************************************************

   Flash Elements

 **************************************************************/

.flash_object {
	clear:both;
	margin:0;
}

