@charset "utf-8";

body  
{
	background: #FFFFFF;
	color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.aiws3Column #container 
{ 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 99.9%;  /* this will create a container 80% of the browser width */
} 

.aiws3Column #topWrapper 
{
	background-image: url(/images/ribbon_text_t.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;  /* this will create a container 80% of the browser width */
	height: 20px;
}

.aiws3Column #leftWrapper 
{ 
	background-image: url(/images/ribbon_text_l.gif);
	background-position: left;
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;  /* this will create a container 80% of the browser width */
}

.aiws3Column #rightWrapper 
{ 
	background-image: url(/images/ribbon_text_r.gif);
	background-position: right;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	width: 100%;  /* this will create a container 100% of the browser width */
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".ink3Column #sidebarleft p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

.aiws3Column #sidebarleft 
{
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	padding: 30px 0 0 30px; /* top and bottom padding create visual space within this div  */
	width: 190px; /* since this element is floated, a width must be given */
}

.aiws3Column #sidebarright 
{
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	padding: 30px 30px 0 0; /* top and bottom padding create visual space within this div */
	width: 190px; /* since this element is floated, a width must be given */
}

.aiws3Column #header
{ 
	background-image: url(/images/aiws_banner.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 262px;
	margin: 0 0 0 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0;
	text-align: right;
	vertical-align: bottom;
} 

.aiws3Column #sidebarleft p, .ink3Column #sidebarleft h3, .ink3Column #sidebarright p, .ink3Column #sidebarright h3 
{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

.aiws3Column #mainContent
{
	margin: 0 230px 0 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding-bottom: 20px;
}

.aiws3Column #footer 
{
	background-image: url(images/footer_gradient.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

.aiws3Column #footer p 
{
	text-align: center;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.clearfloat 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    font-size: 1px;
    height:0;
    line-height: 0px;
}

.block 
{
/*	clear: both;  */
	background: #fff; 
	border: solid thin #ee209a;
	font-size: 1.05em; 
	margin: 20px 10px 5px; 
	padding: 0 0 5px 0;
}

.block p
{
	margin: 0px 10px 5px;
}

.block a 
{
	color: #ee209a;
	text-decoration: none;
}

.block a:hover
{
	text-decoration: underline;
}

.block h2
{
	font-size: 0.95em;
	margin-left: 10px;
}

.block li
{
	margin-bottom: 5px;
}

.yearListItem li
{
	font-size: 1.0em;
	font-weight: bold;
	list-style-type: none;
	margin: 10px 0px 10px -10px;
}

.monthListItem li
{
	display:inline;
	font-size: 0.9em;
	font-weight: normal;
	list-style-type: none;
	margin: 5px 5px 0px 0px;
}

blockquote
{
	background: transparent url(images/leftquote.gif) left top no-repeat;
	text-align: justify;
}

blockquote div 
{
	padding: 0 48px;
	background: transparent url(images/rightquote.gif) right bottom no-repeat;
}

h1.label 
{
	background-color: #fff;
	color: #ee209a; 
	display: inline;
	font-size: 1.2em; 
	margin: 10px 10px 10px 10px; 
	padding-bottom: 0px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 0px; 
	position: relative; 
	top: -10px; 
}

h2
{
	font-size: 1.1em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h3
{
	font-size: 1.0em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#infoBox 
{
	background-color: #ffeef8;
	border: 1px solid #ffcdeb;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 7px;
	padding: 4px;
}

#comment
{

	background-color: #EEE;
	border: 1px solid #000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
}

#comment .author
{
	font-weight: bold;
	text-align: right;
	font-size: .95em;
}

#member_login_form
{
	background-color: #ffccea;
	border: 1px solid #ee209a;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: right;
	width: 188px;
	margin: 0;
}

#member_login_form .theInput 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-right: 5px;
	width: 100px;
}

#member_login_form .theSubmit 
{
	background-color: #333333;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 5px;
}

#member_login_form .theQuestion
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	margin: 3px;
}

p.label_checkbox_pair {
  text-align: left;
  clear: both;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
}

p.label_checkbox_pair input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	left: 150px;
	position: absolute;
	top: -4px;
}

p.label_checkbox_pair label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 160px;
}

div.menuContainer 
{
	position: relative;
	height: 250px;
	float: right;
	width: 500px;
}

div.menuContainer div.menuPics 
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#imageMenu 
{
	margin: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	list-style-type: none;
	text-align: right;
	vertical-align: bottom;
	float: right;
}

#imageMenu li 
{
	display:inline;
}

#imageMenu li a 
{
	text-decoration: none;
	filter: blendTrans(duration=0.5);
}

#imageMenu span
{
	display: none;
}

.aiwsMenu 
{
	float: right;
	border: 1px solid #dedede;
	color: #dedede;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.aiwsMenu:hover 
{
	border: 1px solid #000000;
	color: #000000;
}

.aiwsMenuHome 
{
	background-image: url(images/home_desaturated.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 75px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.aiwsMenuHome:hover 
{
	background-image: url(images/home_full_color.jpg);
}

.aiwsMenuHomeDark 
{
	background-image: url(/images/home_gray.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 75px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.aiwsMenuAbout 
{
	float: right;
	background-image: url(images/aboutme_desaturated.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.aiwsMenuAbout:hover 
{
	background-image: url(images/aboutme_full_color.jpg);
}

.aiwsMenuAboutDark 
{
	float: right;
	background-image: url(images/aboutme_gray.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.aiwsMenuArchives 
{
	float: right;
	background-image: url(images/archive_desaturated.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.aiwsMenuArchives:hover 
{
	background-image: url(images/archive_full_color.jpg);
}

.aiwsMenuArchivesDark 
{
	float: right;
	background-image: url(images/archive_gray.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.aiwsMenuContact 
{
	float: right;
	background-image: url(images/contact_desaturated.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.aiwsMenuContact:hover 
{
	background-image: url(images/contact_full_color.jpg);
}

.aiwsMenuContactDark 
{
	float: right;
	background-image: url(images/contact_gray.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

/* For use with the EE acronym plugin.  Creates a question mark, italic text and underline on acronyms */
abbr, acronym 
{
	border-bottom: 1px dotted #666;
	cursor: help;
}

#hidden
{
	margin: 0;
	padding:0;
	border: 0;
}

.calendarBG 
{
 background-color: #ee209a;
}

.calendarBlank {
 background-color: #ff88ce;
}

.calendarHeader {
 font-weight: bold;
 color: #fff;
 text-align: center;
 background-color: #ee209a;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #a38296;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold;
 font-size:	11px;
 color: #fff;
 background-color: #c34891;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #ab839b;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

#nav_categories
{
	padding: 0;	
	margin: 0;
	text-indent: 0px;
}

#nav_categories ul
{
	padding: 0;	
	margin: 0;
	text-indent: 0px;
}

#nav_categories li 
{
	display: list-item;
	list-style-image: url(images/bullet1.gif);
	list-style-position: inside;
	margin: 0;
	padding: 2px 0 10px 5px;
	text-indent: 0px;
}

#nav_categories li li
{
	display: list-item;
	list-style-image: url(images/bullet2.gif);
	list-style-position: inside;
	margin: 0;
	padding: 2px 0 2px 10px;
	text-indent: 0px;
}

#nav_categories a 
{
	color: #ee209a;
	text-decoration: none;
}

nav_categories a:hover
{
	text-decoration: underline;
}

.nav_blogroll
{
	padding: 0;
	margin: 0;
	text-indent: 10px;
}

.nav_blogroll p
{
	padding: 2px 0 2px 0;
	margin: 0;
	text-indent: -10px; 
	margin-left: 20px;
}

.nav_blogroll a 
{
	padding: 0;
	margin:  0;
	color: #ee209a;
	text-decoration: none;
}

.nav_blogroll a:hover
{
	padding: 0;
	margin:  0;
	text-decoration: underline;
}
