/*
Theme Name: www.macalabreseassociates.com
Author: Enthusiast, Inc.
Theme URI: http://www.enthusiastinc.com
Description:
Author URI: http://www.enthusiastinc.com
*/

/********************/
/**  Color Legend  **/
/********************/

/*
Green  = #content
Red    = #sidebar
Orange = .post-footer ('Posted on...')
Purple = #header


/***********************
/* Set The Foundation */
/**********************/

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font: 12px georgia,times new roman,times;
	line-height: 18px;
	background: url(images/bk_main.gif) repeat-x #DDDDC0;
	/* Removes the cleartype for IE */
	filter:alpha(opacity=100);
	opacity: 1.0;
	 /*corrects IE's ugly display of bold text*/
}

/*Controls main background for Header, Content, and Footer areas*/
#container
{
	width: 745px;
	margin: auto;
	margin-top: 12px;
	background: url(images/container_bg.gif) repeat-y #ffffff;
	text-align: left;
	border: 1px solid #000;
}
p
{
	margin: 7px 0 0 0;
	padding: 0 0 7px 0;
}
h1, h2, h3, h4, h5, h6
{
	color: #9D1618;
	padding: 0px;
	margin: 0px;
}

h1
{
	font: bold 18px georgia,times new roman,times;
	margin-top: 8px;
	margin-bottom: 8px;
}

h2
{
	font: bold 18px georgia,times new roman,times;
	margin-top: 8px;
	margin-bottom: 8px;
}

h3
{
	font: bold 14px georgia,times new roman,times;
	margin-top: 8px;
	margin-bottom: 8px;
}

h4, h5, h6
{
	font: bold 14px georgia,times new roman,times;
	margin-top: 8px;
	margin-bottom: 8px;
}

ol
{
	margin: 0 0 0 30px;
	padding: 0 0 0 10px;
	list-style-type: decimal;
}

ul
{
	margin: 0 0 0 30px;
	padding: 0 0 0 10px;
	list-style-type: circle;
}

hr
{
	clear: both;
	margin: 18px 0px 18px 0px;
	width: 100%;
	height: 1px;
	background-color: #DDDDC0;
	color: #DDDDC0;
	border: 0px;
}


/***************
/* The Header */
/**************/

#header
{
	clear: both;
	height: 119px;
}
#header img
{
	float: left;
}
#top
{
}

div#menu
{
	position: relative;
	clear: both;
	text-align: left;
	height: 42px;
	padding: 1px 0px 0px 15px;
	background: url(images/menu_bg.gif) no-repeat;
}

#site-name
{
	padding: 25px 0 0 60px;
	display: block;
	font: 3em Tahoma, "Trebuchet MS";
	color: #feffff;
}

#site-name a
{
	color:#feffff;
	text-decoration:none;
}

/*Site Sub-Title*/
#site-description
{
	margin: -5px 0 0 0;
	padding: 0 0 0 60px;
	float: left;
	font-size: 1.17em;
	color: #639dcf;
}

/*Controls entire Search Field*/
#search
{
	position: absolute;
	top: 133px;
	margin-left: 437px;
	width: 223px;
	height: 26px;
	padding: 4px 0px 0px 67px;
	background: url(images/search_bg.gif) no-repeat;
	z-index: 20;
}
div#search td
{
	vertical-align: top;
}
/*Controls the Search Field text input*/
#text-input
{
	width: 184px;
	height: 20px;
	padding: 2px 2px 0px 2px;
	background: none;
	border: none;
}

/*Controls the Search Button*/
#button
{
	border-width: 0px;
}
/****************
/* The Content */
/***************/
#page
{
	float: left;
	background: url(images/container_bg.gif) repeat-y #ffffff;
	/*width: 200px;*/
}

#content
{
	float: left;
	width: 469px;
	height: auto;
	min-height: 371px;
	padding: 0px 8px 0px 29px;
}
/* For Internet Explorer */
/*\*/
* html div#content
{
	height: 371px;
}
/**/
.pagetitle
{
	color: #ADA781;
}
.archiveText
{
	font-size: 16px;
	font-weight: bold;
	color: #ADA781;
}

.articleDate
{
	font: bold italic 12px georgia;
	color: #000000;
}

/*Controls the 'Posted on...' line after a post*/
.post-footer
{
	margin: 7px 0 25px 0;
	padding: 0 0 0 0;
	font-size: 0.83em;
	color: #929191;
	border-top: 1px #d8ecc1 solid;
	display: none;

}
/*Control Timestamp*/
#post-time
{
	display: visible;
}
/*Control Category stamp*/
#post-category
{
	margin: 0px;
	padding: 0px;
	font: bold italic 10px georgia;
	color: #000000;
}
#post-category a
{
	color: #ADA781;
}

/*Control Author stamp*/
#post-author
{
	display: visible;
}

blockquote
{
	margin: 0 0 0 25px;
	padding: 0 0 0 10px;
	font-style: italic;
	border-left: 0.4em solid #d8ecc1;
}

.center
{
	text-align:center;
}
/****************
/* The Sidebar */
/***************/

/*Controls Entire Sidebar div*/
#sidebar
{
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	width: 192px;
	font: bold 11px georgia,times new roman,times;
	color: #9D1618;
	line-height: 18px;
}

/*Controls ul bullet types*/
#sidebar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*Controls Each Category*/
#sidebar ul li
{
	margin-bottom: 10px;
}

/* Controls Header */
#sidebar ul li h2
{
	margin: 0px;
	border-bottom: 1px #fff solid;
	margin-bottom: 2px;
	padding: 2px 0px 2px 0px;
	text-transform: uppercase;
}

/*Controls Sub-Links*/
#sidebar ul li ul li
{
	margin: 0px;
	margin-left: 0px;
	border: 0px;
}
#sidebar ul li ul li abbr
{
	border-bottom: none;
}


/***************
/* Navigation */
/**************/

.navigation
{
	height:20px;
}
.navigation .alignleft
{
	float:left;
}

.navigation .alignright
{
	float:right;
}

/***************
/* The Footer */
/**************/

#footer
{
	text-align: left;
	clear: both;
	height: 26px;
	padding: 18px 0px 0px 15px;
	background: url(images/bottom_bg.jpg) no-repeat;
}
#copyRight
{
	font-size: 11px;
	font-family: Verdana;
	float: right;
	margin-top: 5px;
	margin-right: 18px;
	color: #fff;
}


/*****************
/* The Comments */
/****************/

/*Controls entire Comment Form */
#commentform
{
}

.commentBlock
{
}

/*Controls comment title text 'One Reponse to ...'*/
#comments
{
}

#commentAuthorLine
{
	font-size: 14px;
}

.commentlist li p
{
	font-size: 11px;
}
/*Controls comment text*/
.alt
{
}

/*Controls Reply text area*/
.commentBlock textarea
{
	width: 98%;
	color: #000;
	font-size: 12px;
	font-family: verdana;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/*Controls input buttons*/
.commentBlock input
{
	border:1px solid #000;
	background:#fff;
	color:#000;
}

/*Controls Submit Button*/
.commentBlock input#submit
{
	margin: 0px 0px 0px 159px;
}


/*Controls 'Leave a Reply' Text*/
#respond
{
}


/**************
/* The Links */
/*************/

a, #sidebar a:visited, .navigation a:visited
{
	color: #9D1618;
	text-decoration: none;
}

a:hover, #sidebar a:hover, .navigation a:hover
{
	color: #ADA781;
	text-decoration: underline;
}

#content a:hover
{
	color: #ADA781;
	text-decoration: none;
}

a:visited
{
	color: #9D1618;
	text-decoration: none;
}
.moreLink a:link
{
	color: #ADA781;
	text-decoration: none;
}
.moreLink a:hover, a:action
{
	color: purple
	text-decoration: underline;
}

/*****************
/* The Calendar */
/****************/

#wp-calendar
{
	width: 200px;
}

#wp-calendar #next a
{
}
#wp-calendar #next a:hover
{

}
#wp-calendar #prev a
{
}
#wp-calendar #prev a:hover
{
}

#wp-calendar a
{
}

#wp-calendar a:hover
{
	text-decoration: underline;
	color: #9D1618;
}

#wp-calendar caption
{
	color: #9D1618;
	text-align: left;
	font-size: 16px;
}

#wp-calendar td
{
	color: #ADA781;
}

#wp-calendar td.pad:hover
{
	color: #ADA781;
}

#wp-calendar td:hover, #wp-calendar #today
{
	color: #9D1618;
	text-decoration: underline;
}

#wp-calendar th
{
}

/******************
/* Small Changes */
/*****************/

#post-category a:hover
{
	text-decoration: underline;
	color: #9D1618;
}


