/*  -----{ general typography }-------------------------------------------------  */
.hide{display:none;}
h1 {
	font-size: 200%;
	line-height:115%;
	margin-bottom:.7em;
}

h2 {
	font-size: 165%;
	line-height:115%;
	margin:1.6em 0 0.7em 0;
}

h3 {
	font-size: 130%;
	line-height:115%;
	margin:1.6em 0 0.5em 0;
}

h4 {
	font-size: 120%;
	line-height:115%;
	margin:1.6em 0 0.5em 0;
}

h5 {
	font-size: 110%;
	line-height:115%;
	margin: 1.6em 0 0.5em 0;
}

h6 {
	font-size: 90%;
	font-weight:bold;
	line-height:115%;
	margin: 1.6em 0 0.5em 0;
}


.content hr,
.content pre,
.content p,
.content ul, 
.content ol, 
.content dl, 
.content pre, 
.content blockquote, 
.content address, 
.content table, 
.content form {
	margin-bottom: 1.6em;
}

blockquote {
	padding: 1.3em 2em 0 2em;
	margin: 1.3em 0;
}

/*  -----{ special type classes }-------------------------------------------------  */


.fancy {
	font-family: "Georgia", times, serif;
	font-style: italic;
	font-weight: normal;
}

.caps {
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none;
}

.highlight {
	background: #ff0;
	color:#000;
}

.center {
	text-align: center;
}

code {
	font-family: "Courier New", Courier, monospace;
}

big {
	font-size: 1.4em;
}

small {
	font-size: .8em;
}

strong, th, thead td {
	font-weight: bold;
}

cite, em, dfn, address {
	font-style: italic;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 110%;
	font-family: "courier", monospace;
}

s, strike, del {
	text-decoration: line-through;
	color: #777;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
}

a abbr, a acronym {
	border: none;
}

abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px solid #ccc;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/*  -----{ header }-------------------------------------------------  */

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#header-wrapper {
	height: 120px;
/* 	width:1500px; */
	margin: 0 auto;
}

#header {
	background: #222222 url(../graphics/bg-header.jpg) repeat-x;
	height: 99px;
	width:600px;
	margin: 0 auto;
	border:1px solid #111;
}
	
	#header h1 {
		margin-bottom: 0;
	}
		
	#header a#logotype {
		display: block;
		width: 212px;
		height: 35px;
		margin-top:23px;
		margin-left:-4px;
		float:left;
	}
	
	/* quicksearch */
	#quicksearch {
		text-align:right;
		float: right;
		margin-top: 45px;
		width:auto;
	}
		
		#quicksearch input {
			font-size: .9em !important;
		}
		
			#quicksearch input#q {
				width: 11em;
				padding:3px;
				margin-right: 5px;
/* 				height:1.1em; */
			}
		
			#quicksearch input.button {
				font-weight: bold;
				font-size:.9em;
				width: 6em;
				text-transform: uppercase;
				padding: 2px 0;
				margin:0;
			}
	
/* main navigation */
#nav, #no-pnb {
	height:33px;
	width:872px;
	}

#nav, #nav ul {
	padding: 0;
	margin: 2px auto 0 auto;
	list-style: none;
	line-height: 1;
	text-transform:uppercase;
	}

#nav li {
	float: left;
	width: auto;
	margin-right:12px;
	}

	#nav li a {
		display: block;
		text-decoration:none;
		font-weight:bold;
		padding:10px 5px 11px 5px;
		}
	
	#nav li ul {
		position: absolute;
		margin-top:0;
		background: #1e1b17;
		width: 12em;
		left: -999em;
		z-index: 2;
		}

		#nav li li {
			width: 12em;
			margin-right:0;
			}

			#nav li li a {
				padding:0;
				text-transform:none;
				font-weight:normal;
				display:block;
				width: 11em;
				padding:5px;
				}
				
		#nav li:hover ul,
		#nav li.sfhover ul {
			left: auto;
			}

/*  -----{ content }-------------------------------------------------  */

.content {
	width:600px;
	margin: 0 auto;
	padding:0;
	text-align:left;
	clear:both;
	border:1px solid #111;
	border-bottom:none;
	background:#222 url('../graphics/bg-header.jpg') repeat-x top left;
}

	.content:after {
		display: block;
		clear: both;
		content: " ";
		height: 0;
		overflow: hidden;
		}

/*  -----{ left column }-------------------------------------------------  */
.column {
	float: left;
	padding:7px;
}	
#left-column {
	width: 550px;
	float: left;
}	
	 .alignleft,
	 img.left-pic {
		float: left;
		margin-right: 1.6em;
		margin-bottom: .5em;
	}
	
	.alignright,
	img.right-pic {
		float: right;
		margin-left: 1.6em;
		margin-bottom: .5em;
	}
	/* banners and images */
	img.banner {
		padding: 4px;
		margin-bottom:15px;
	}
	
	img.styled,
	img.alignnone,
	img.aligncenter,
	img.alignleft,
	img.alignright,
	img.left-pic,
	img.right-pic {
		padding: 4px;
	}
		
	.content p.wp-caption-text {
		font-size: 86%;
		font-style: italic;
		line-height: 1em;
		margin: 0.5em 1em;
	}
	
	.wp-caption {
	   text-align: center;
	   padding-top: 4px;
   	   margin-bottom: 1.6em;
	}
	
	.wp-caption img {
	   margin: 0;
	   padding: 0;
	   border: 0 none;
	}

	/* global list */
	#left-column ul,.column ul, div.blank ul {
		margin: 0 0 1.6em 0;
		}
	
		#left-column ul li,.column ul li, div.blank ul li {
			list-style: none;
			margin-top: .7em;
			padding-left: 15px;
			}
	
	/* ordered / definition lists */
	ol,
	dl {
		margin: 0 0 1em 0;
	}
	
	dl dt {
		font-weight: bold;
		margin-top: .7em;
	}
	
	dl dd {
		margin-left: 3em;
	}
	
	ol {
		margin-left: 2em;
	}
	
		ol li {
			background: none;
			margin-top: .7em;
			list-style-type: decimal;
			list-style-position: outside;
		}
	
	/* single spaced lists */
	#left-column ol.singlespace li, 
	#left-column dl.singlespace dt,
	div.blank ol.singlespace li, 
	div.blank dl.singlespace dt {
		margin-top: 0;
	}
	
	#left-column ul.singlespace li,
	div.blank ul.singlespace li {
		list-style: none;
		margin-top: 0;
		padding-left: 15px;
	}
	
/* callouts */
.callout_right, .callout_left {
	width: 25%;
}

.callout_right {
	float: right;
	margin: .5em 0 .5em 1.5em;
}

.callout_left {
	float: left;
	margin: .5em 1.5em .5em 0;
}

.callout_header {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	padding: 3px;
}

.callout_content {
	padding: 8px;
}

/* pullquotes */	
.pullquote_right, .pullquote_left {
	width: 33%;
	padding: 8px;
	text-indent: -.5em;
}

.pullquote_right {
	float: right;
	margin: .5em 0 .5em 3em;
}

.pullquote_left {
	float: left;
	margin: .5em 3em .5em 0;
}

.pullquote_quote {
	font-size: 130%;
	line-height: 130%;
	margin: 0;
	padding: 0;
}

.pullquote_attribution {
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 130%;
	text-align: right;
}

/* ------{ news }------------------------------------------------- */ 

h2.news-headline {
	margin: 1em 0 0.2em 0;	
}

.entry {
	margin-bottom: 2em;
}

p.news-timestamp {
	margin-bottom: 1em;
	font-size: 90%;
}

#subscribe-container {
	margin-top: 0.4em;
	float: right;
	width: 10em;
}

#subscribe-label {
	float: left;
	width: 5em;
}

#subscribe-content {
	float: right;
	margin-top: 1px;
}

a.rss-link {
	background: transparent url(../graphics/rss-icon.gif) no-repeat 0 0;
	text-decoration: none;
	margin: 0 0 0 6px;
}

a.rss-link span {
	visibility: hidden;
}

/*  -----{ flash }------------------------------------------------- */

#left-column #homeflash {
	width: 636px;
	height: 200px;
	background: #fff;
	margin-bottom: 15px;
	z-index: -1;
}
.column #homeflash {
	width: 636px;
	height: 200px;
	background: #fff;
	margin-bottom: 15px;
	z-index: -1;
}

/*  -----{ tables }------------------------------------------------- */

/* unstyled tables */
table {
	width: 100%;
}

th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
	font-weight: bold;
}

th, thead td {
	font-weight: bold;
}

/* styled tables */
table.styled_table td,
table.styled_table th {
	padding: .4em;
}

/*  -----{ forms }------------------------------------------------- */

.content fieldset {
 	padding: 0 1em 1em 1em;
	margin: 0 0 1.2em 0;
}

.content fieldset h2 {
	margin-left:-12px;
	margin-right:-13px;
}

	.content form h2 {
		font-size:.9em;
		font-weight:bold;
		text-transform:uppercase;
 		margin-bottom: 1.8em;
		padding:.5em .5em .5em 1.2em;
	}
	
	.content fieldset div,
	.content fieldset fieldset {
		padding: 0;
		margin: 0 0 1.2em 0;
		border: none;
	}

/*.content legend {
	font-weight: bold;
	font-size: .9em;
	text-transform:uppercase;
	padding: 0.2em 0.5em;
	margin:1em 0 1em -.5em;
}*/

label {
	float:right;
	width:25%;
	color:#555;
	font-size:14px;
	}

	label em {
		color:#990000;
		font-size:1.2em;
		}

select {
	margin-right:6px;
	}

input.button, .button {
	font-size:1em;
	font-weight:bold;
	padding:4px 12px 4px 12px;
	cursor:pointer;
	margin-right: 0.5em;
	}

.content fieldset div.form-buttons {
	margin-top: 2em;
	margin-left: 25%;
}

/* inline checkboxes and radios */
fieldset fieldset.input-inline {
	margin-bottom:0;
	padding-bottom:12px;
	}

	fieldset fieldset.input-inline input {
		float:left;
		margin:2px 3px 0 0 !important;
		margin:0 3px 0 0;
		}
	
	fieldset fieldset.input-inline label {
		float:left;
		width:auto;
		margin-right:10px;
		padding-top:1px;
		}
	
/* row checkboxes and radios */
fieldset fieldset.input-row {
	margin-bottom:0;
	padding-bottom:12px;
	}

	fieldset fieldset.input-row input {
		float:left;
		margin:1px 3px 0 0 !important;
		margin:0 0 0 0;
		clear:both;
		}
	
	fieldset fieldset.input-row label {
		display:block;
		float:none;
		width:auto;
		clear:right;
		padding-bottom:3px;
		}

/* buttons */
.content button {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #565656;
  margin: 0 0.583em 0.667em 0;
  padding: 5px 10px 5px 7px;   /* Links */
  font-family: "Arial", Tahoma, Verdana, sans-serif;
  font-size: 100%;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  width: auto;
  overflow: visible;
  padding: 4px 10px 3px 7px;   /* IE6 */
}
.content button[type] {
  padding: 4px 10px 4px 7px;   /* Firefox */
  line-height: 17px;           /* Safari */
}

*:first-child+html .content button[type] {
  padding: 4px 10px 3px 7px;   /* IE7 */
}

.content button img, .content a.button img{
  margin: 0 3px -3px 0 !important;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
  float: none;
}

/* Default Buttons - no style defined (blue) */
.content button:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

.content button:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* Positive Response Buttons (green) - Save, OK, etc.*/
body .content .positive {
	color: #529214;
}

.content button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

.content button.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* Negative Response Buttons (red) - Cancel, Delete, etc. */
body .content .negative {
	color: #d12f19;
}

.content button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

.content button.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

/* Neutral Buttons (yellow) - Back, Previous Page, etc. */
body .content .neutral {
	color: #514721;
}

.content button.neutral:hover {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	color: #514721;
}

.content button.neutral:active {
	background-color: #FFD324;
	border: 1px solid #FFD324;
	color: #fff;
}

/* -----{ Link Icons }-------------------------------------------------  */
/* Use 'noicon' class if a link gets an icon when it shouldn't. */
/* #wrapper is required to add some additional specificity */
#wrapper .content a.noicon {
	background: none;
	padding: 0;
}

.content a[href^="mailto:"] {
	background: url(icons/email.png) no-repeat right center;
	padding-right: 20px;
	padding-top: 2px;
}

.content a[href$=".pdf"] {
	background: url(icons/pdf.png) no-repeat right center;
	padding-right: 20px;
	padding-top: 2px;
}

.content a[href$=".doc"] {
	background: url(icons/doc.png) no-repeat right center;
	padding-top: 2px;
	padding-right: 20px;
}

.content a[href$=".xls"] {
	background: url(icons/xls.png) no-repeat right center;
	padding-top: 2px;
	padding-right: 20px;
}

.content a[href$=".rss"], .content a[href$=".rdf"] {
	background: url(icons/feed.png) no-repeat right center;
	padding-top: 2px;
	padding-right: 20px;
}
		
/* -----{ Edit Link }-------------------------------------------------  */
/*  Added by Gregory Cornelius   */

.content p.edit-link {
	background-color: #fffbcc;
	padding: 4px 4px 2px 8px;
	margin: 0 0 0 0;
	font-weight: normal;
	color: #2583b0;
	width: 4em;
	float: right;
	border: 1px solid #e6db55;
}
.content p.edit-link a {
	padding: 2px 0 4px 20px;
	color:#5F8CA2;
	background: url(../graphics/write-post.gif) no-repeat;
}
	
.content p.edit-link a:hover {
	color: #d54e21;
	text-decoration: underline;
}

/*  -----{ right column }-------------------------------------------------  */

#right-column {
	width: 196px;
	float: right;
}

	/* sub nav */
	#right-column .contentnav li {
		display: inline;
		}
	
		#right-column .contentnav li a {
			font-weight: bold;
			text-transform: uppercase;
			padding: 5px 0;
			display: block;
			width: 196px;
			text-decoration: none;
			}
			
		#right-column .contentnav li ul {
			margin:-5px 0 3px 0;
			border-bottom:none;
			}
			
			#right-column .contentnav li li a {
				padding: 3px 0 3px 15px;
				font-weight: normal;
				text-transform: none;
				border-top: none;
				width: auto;
				}
		
		#right-column .contentnav li ul ul {
			margin: 0;
			padding-left: 30px;
			}
			#right-column .contentnav li ul ul ul {
			padding-left: 15px;
			}
				
			#right-column .contentnav li li li a {
				background: none;
				font-size:90%;
				padding:0.4em 0 0.4em 0px;
				line-height: 110%;
				
				}			
			

/* widgets */
#right-column .widget {
	font-size: 95%;
	margin-bottom: 24px;
	}

	#right-column .widget h2 {
		font-size:105%;
		padding:11px 7px 7px 28px;
		margin:0 0 2px 0;
		font-weight:bold;
		text-transform:uppercase;
		}

		#right-column .widget h2 a {
			text-transform:uppercase;
			text-decoration:none;
			font-weight: bold;
			}
	
	/* events calendar widget */

		#right-column #bu-calendar-widget ul.big li a {
			display: block;
			width: 196px;
			padding: 10px 0;
			text-decoration:none;
			cursor:pointer;
			}
	
			#right-column #bu-calendar-widget ul.big li a:after {
				display: block;
				clear: both;
				content: " ";
				height: 0;
				overflow: hidden;
				}
	
		#right-column #bu-calendar-widget ul.big li a span.date {
			float: left;
			margin:0 5px 0 0;
			display: block;
			width: 33px;
			text-align: center;
			}
	
		#right-column #bu-calendar-widget ul.big li a span.day {
			font-family: arial, helvetica, sans-serif;
			display: block;
			font-size: 1.7em;
			line-height: .8em;
			font-weight: bold;
			padding-top: 4px;
			}
		
		#right-column #bu-calendar-widget ul.big li a span.month {
			font-family: verdana, helvetica, sans-serif;
			text-transform: uppercase;
			font-weight:bold;
			font-size: 0.9em;
			}
			
		#right-column #bu-calendar-widget ul.big li a span.item {
			display:block;
			width: auto;
			margin-right: 12px;
			line-height:1.3em;
			text-transform:uppercase;
			font-weight:bold;
			}
	
	/*default display for the calendar widget */
		#bu-calendar-widget ul.default {
		margin: 0 0 1.4em 0;
		padding: 0.8em 0 0.8em 0;
		}
		#bu-calendar-widget ul.default li {
			padding: 0.4em 0.8em 0.4em 0.8em;
		}
		
		#bu-calendar-widget ul.default li a {
			border: none;
			text-decoration: none;
			line-height: 120%;
			display: block;
		}

		#bu-calendar-widget ul.default li a span.date {
			background: none;
			background-color: inherit;
			font-weight: bold;
			padding-right: 0.5em;
			margin-right: 0.5em;
		}
		#left-column #post-28 h2 {
			margin-bottom:0;
		}

	/* news */
	#right-column #bu-news-widget ul.default, 
	#right-column div.widget_links ul.blogroll {
		margin: 0 0 1.4em 0;
		padding: 0.8em 0 0.8em 0;
		}
	
		#right-column #bu-news-widget li.noexcerpt,
		#right-column .widget_links ul.blogroll li {
			padding: 0.4em 0.8em 0.4em 0.8em;
			}
			
		#right-column #bu-news-widget li.noexcerpt a, 
		#right-column .widget_links ul.blogroll li a {
			border: none;
			font-size: 92%;
			text-decoration: none;
			line-height: 120%;
			display: block;
			}
			
	#right-column #bu-news-widget ul.excerpts {
		margin: 0 0 1.4em 0;
		}
			
		#right-column #bu-news-widget li.excerpt {
			line-height:1.3em;
			padding-bottom:8px;
			}
		
			#right-column #bu-news-widget li.excerpt strong {
				display:block;
				font-size:.8em;
				padding-top:8px;
				}
			
			#right-column #bu-news-widget li.excerpt a {
				width:196px;
				border:none;
				text-decoration:none;
				display:block;
				font-weight:bold;
				}
				
/*  -----{ IT calendar }------------------------------------------------- */

.calendar {
	border-collapse: collapse;
	margin-bottom: 5px;
}

.calendar caption {
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

	.calendar caption a {
		font-weight: bold;
		text-decoration: none;
	}

.calendar th {
	text-align: center;
	padding: 0;
	border-right: none;
}


.calendar td {
	text-align: center;
	padding: 0;
	font-size:80%;
	line-height: 250%;
}

	.calendar td a {
		font-weight: normal;
		display: block;
		text-decoration: none;
	}
	
	div.event-list {
		margin-bottom: 60px;
	}
	
	h2.calendar-topic {
		margin-top: 0;
	}
	
	span.calendar-range {
		font-size: 70%;
		padding-left: 0.2em;
	} 
	
	h3.event-date {
		margin: 1.6em 0 0.6em 0;
		font-size: 112%;
		padding: 12px 0 0 6px;
		width: 40em;
	}
	
	div.event-summary {
		margin: 0 0 0.4em 0;
		overflow: hidden; /* equal height columns */
	}
	div.event-summary div {
		float: left;
		margin-bottom: -1000px;  /* used to create equal height columns */
		padding-bottom: 1000px;
	}
	div.event-time {
		float: left;
		width: 4.5em;
		text-align: left;
		padding: 0 12px;
		font-weight: bold;
		font-size: 90%;
				
	}
	
	div.event-link {
		width: 38em;
	}
		
/* topics */

#calendar-topics p {
	margin: 0;
	padding: 0;
}

#calendar-topics p a {
 	text-decoration: none;
	font-weight: bold;
}

#right-column ul.calendar-topics {
	border-bottom:none;
	margin: 0 0 0 0;

}

#right-column ul.calendar-topics li {
	list-style: none;
	padding-left: 15px;
}

#right-column ul.calendar-topics li a {
	border-top: none;
}

/* day states */
.calendar .busy .day a {
	font-weight: bold;
}

.calendar .out {
	font-weight: normal;
}

.calendar .today .day a {
	font-weight:bold;
}

	.calendar .today .day a:hover {
		text-decoration:underline;
	}

/*  -----{ footer }-------------------------------------------------  */

#footer {
	clear:both;
	height:500px;
	text-shadow:0 1px 0 #aaa;
}

	#footer div {
		width:604px;
		margin: 0 auto;
		text-align:left;
		text-transform:uppercase;
	}
	
	#footer ul {
		list-style:none;
		margin-bottom:20px;
	}
	
		#footer li {
			display:inline;
			font-size: .8em;
			margin:0 9px 0 0;
			padding-right:11px;
		}
		
			#footer li a {
				text-decoration:none;
				text-transform:uppercase;
				background:none;
				}
				
	
	/* BU Today Link */
	body #footer li.butoday {
		border-right:none;
	}

	body #footer li.butoday a {
		font-weight: bold;
		color: #8aa5b1;
	}
	

	body #footer li.butoday a span {
			color: #c00;
	}


/*  -----{ global }-------------------------------------------------  */

body {
	color: #aaa;
	background: #050505 url(../graphics/site_bg.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:0 1px 0 #000;
	font-size:13px;
}

#wrapper {
	background:transparent url('../graphics/shadow.png') top center no-repeat;
	margin-top:20px;
	}

#left-column ul li, div.blank ul li {
	background: url(../graphics/bullet-default.gif) no-repeat 0 .45em;
	}
	
#header h1 a {
	background: transparent url(../graphics/bg-logotype.jpg) no-repeat 0 0;
	}

/*  -----{ typography }-------------------------------------------------  */

h1, h3, h5 {
	color: #8cb077;
	}

h2, h4 {
	color: #E56B08
}


h6 {
	color:#2e2b23;
	}
	
a {
	color: #e56b08;
	}

	a:hover {
		text-decoration:none;
		}

blockquote {
	border-top: 10px solid #ccc;
	border-bottom: 10px solid #ccc;
	color: #35322d;
	}

/*  -----{ quicksearch form }-------------------------------------------------  */

#quicksearch input {
	color: #35322d;
	border: 1px solid #d2cfc7;
	}

	#quicksearch input#q {
		background: #fff url(../graphics/bg-input.jpg) repeat-x 0 0;
		}

	#quicksearch input.button {
		color: #888278;
		background: #fff url(../graphics/bg-button.jpg) repeat-x 0 0;
		border: 1px solid #ccc;
		}

#quicksearch select {
	background: #fff;
	color:#35322d;
	border:1px solid #ccc;
}
	
/*  -----{ nav and drop menus }-------------------------------------------------  */

#nav li.sfhover,
#nav li:hover {
	background: #1e1b17 url(../graphics/nav-bg-default.jpg) repeat-x 0 0;
	}

	#nav li li.sfhover,
	#nav li li:hover {
		background: none;
		}
		
	#nav.no-dive li.current_page_item:hover {
		background: none;
		cursor: default;
		}

	#nav li ul {
		background: #1e1b17;
		}	

	#nav li li a {
		border-top:1px solid #35322d;
		}

#nav li a,
#nav li.current_page_item ul li a, 
#nav li.current_page_ancestor ul li a {
	color: #fff;
	}

#nav li a:hover,
#nav li li a:hover,
#nav li li.current_page_item a,
#nav li.current_page_item ul li a:hover,
#nav li.current_page_ancestor ul li a:hover,
#nav  li.current_page_item a,
#nav li.current_page_ancestor a,
#nav  li.current_page_parent a {
	color: #a1cb88;
	}


/*  -----{ content }------------------------------------------------- */

/* callouts */
.callout_right, .callout_left {
	border: 1px solid #dededd;
	background: #fafafa;
}

.callout_header {
	background: #d3d3d2 url(../graphics/table-head.jpg) repeat-x 0 0;
	color: #35322d;
}

/* pullquotes */	
.pullquote_right, .pullquote_left {
	color:#35322D;
	border-top: 10px solid #ccc;
	border-bottom: 10px solid #ccc;
}

/*  -----{ left column }-------------------------------------------------  */

	/* banners and images */
	img.banner {
		border:1px solid #ccc;
		background:#fff;
	}
	
	img.styled,
	img.alignnone,
	img.aligncenter,
	img.alignleft,
	img.alignright,
	img.left-pic,
	img.right-pic {
		border:1px solid #ccc;
		background:#fff;
	}
		
	.content p.wp-caption-text {

	}
	
	.wp-caption {
	   border: 1px solid #ddd;
	   background-color: #fff;
	}

/*  -----{ tables }-------------------------------------------------  */

/* unstyled tables */
table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

	th, td {
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

/* styled tables */
table.styled_table td,
table.styled_table th {
	border-bottom: 2px solid #f1f1f0;
	border-right: 2px solid #f1f1f0;
}

table.styled_table {
	border-top: 2px solid #f1f1f0;
	border-left: 2px solid #f1f1f0;
}

table.styled_table tbody td {
	background-color: #e8e8e8;
}

table.styled_table thead {
	background: #d3d3d2 url(../graphics/table-head.jpg) repeat-x 0 0;
}

table.styled_table tfoot, table.styled_table tbody th {
	background-color: #e1e1e1;
}

/*  -----{ forms }------------------------------------------------- */

.content fieldset {
	border: 1px solid #ccc;
	background:#f4f4f4;
}

	.content form h2 {
		background: #d3d3d2 url(../graphics/table-head.jpg) repeat-x 0 0;
		color:#35322d;
	}

.content legend {
	color:#35322d;
	background:#f4f4f4;
	border: 1px solid #ccc;
}

input.input-text:active,
input.input-text:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
	border:1px solid #999;
	background:#fff;
	color:#35322D;
	}
	
input.button, .button {
	color: #555;
	background:#fff;
	border: 1px solid #ccc;
	}
	
input.button .hover, .button .hover {
	color: #555;
	background:#222;
	border: 2px solid #ccc;
	}
	

input.input-text,
textarea,
select {
	background: #fafafa;
	border: 1px solid #ccc;
	color:#35322d;
	}

/*  -----{ widgets }-------------------------------------------------  */

#right-column .widget {
	background: transparent url(../graphics/bg-widget-header.1.jpg) repeat-x 0 0;
	}

	#right-column .widget h2 {
		background: transparent url(../graphics/nav-arrow.gif) no-repeat 8px 10px;
		color:#35322d;
		}
		
		#right-column .widget h2 a {
			color:#35322d;
		}

		#right-column .widget h2 a:hover {
			color:#5f5a51;
		}
			

/* widget-events */
#right-column #bu-calendar-widget li a {
/* 	color: #35322d; */
	}

	#right-column #bu-calendar-widget ul.big li a:hover {
		color: #a1cb88;
		}

	#right-column #bu-calendar-widget ul.big li a span.date {
		background: #c3e0b2;
		border: 1px solid #CACACA;
		}
	
	#right-column #bu-calendar-widget ul.big li a span.day {
		color: #fff;
		}
	
	#right-column #bu-calendar-widget ul.big li a span.month {
		color: #8cb077;
		}
			
	#right-column #bu-calendar-widget ul.big li a:hover span.date {
		color: #fff;
		}
/*default display for the calendar widget */
	#bu-calendar-widget ul.default li a span.date {
		border-right: 1px solid #ccc;
		color: #8cb077;
	}
	
	#bu-calendar-widget ul.default li a:hover,
	#bu-calendar-widget ul.default li a:hover span.date {
		color: #333;
	}

	
/* widget-news and links widget */
#right-column #bu-news-widget ul.default, 
#right-column .widget_links {
	background-color: #f6f6f6;
	}
		
	#right-column #bu-news-widget li.noexcerpt a, 
	#right-column .widget_links a {
	color: #888278;
	}	
	
	#right-column #bu-news-widget li.noexcerpt a:hover,
	#right-column .widget_links a:hover {
	color: #333;
	}	
		
			
#right-column #bu-news-widget li.excerpt strong {
	border-top:1px solid #cacaca;
	color: #afb0aa;
	}

#right-column #bu-news-widget li.excerpt a {
	color: #35322d;
	}
	
	#right-column #bu-news-widget li.excerpt a:hover {
		color: #a1cb88;
		}

/*  -----{ right-column }-------------------------------------------------  */

#right-column ul {
	border-bottom: #cacaca 1px solid;
	}

	.widget ul {
		background-color: #f1f1f0;
	}

	#right-column li a  {
		color: #888278;
		border-top: #cacaca 1px solid;
		}

	#right-column .contentnav li a.activelink, #right-column .contentnav li a:hover {
		color: #8cb077;
		}

	#right-column .contentnav li li a {
		background: transparent url(../graphics/bg-icn-arrow-default.gif) no-repeat 0 .6em;
		border-top: none;
		color: #888278;
		}
		
	
/*  -----{ IT calendar }------------------------------------------------- */

.calendar {
	background: #deded6;
}

.calendar caption {
	color: #888278;
}

	.calendar caption a:hover {
		color:#8CB077;
	}

.calendar thead {
	border: 1px solid #4C4940;
}

.calendar th {
	background: #4d4940;
	color: #fff;
	border-bottom: 1px solid #cacbc5;
}

.calendar td a {
	color: #888278;
}

	.calendar td a:hover {
		background: #fff;
	}

/* topics */

#calendar-topics p a {
	color:#888278;
}

#calendar-topics p a:hover {
	color: #e56b08;
}

#right-column ul.calendar-topics li {
	background: url(../graphics/bullet-default.gif) no-repeat 0 .45em;
}

	span.calendar-range {
	color: #888278;
	}
	h3.event-date {
		color: #888278;
		padding-top: 6px;
		width: 40em;
		border-top: 1px solid #cacaca;
	}
	
	div.event-time {
		color: #4c4940;
	}
	
	
/* day states */
.calendar .busy .day a {
	color: #e56b08;
}

	.calendar .busy .day a:hover {
		color:#4d4940;
	}
	
.calendar .out {
	color: #5c574f;
	background: #f8f7f3;
}

.calendar .today .day a {
	color: #fff;
	background: #708f5e;
}

	.calendar .today .day a:hover {
		color: #708f5e;
		background: #fff;
	}

.selected {
	background:#fff;
}

.eventDetail strong {
	color: #E56B08;
}

/*  -----{ footer }-------------------------------------------------  */

#footer {
	border-top: #333 5px solid;
	background: #878787 url('../graphics/bg-footer.jpg') repeat-x 0 0;
	text-shadow:0 1px 0 #aaa;
}

	#footer div {
		color: #ccc;
	}
	
	#footer span {
		color: #859caa;
	}
	
	#footer ul {
		list-style:none;
	}
	
		#footer li {
			border-right: 1px solid #999;
		}
		
			#footer li a {
				color:#35322d;
				}
			
				#footer li a:hover,
				#footer li.butoday a:hover,
				#footer li.butoday a:hover span {
					color: #e56b08;
				}	
#left-column {
	width: 100%;
	float: none;
}

#right-column {
	display: none;
}
h2 {
	margin-top: 0;
}
.hidden{display:none;}
.nomargintop{margin:0 0 0.5em 0; }
.left {
	float: left;
	width:50%;
}
.right {
	float: left;
	width:44%;
	padding-left:4%;
	margin-left:1%;
}

.left label {
	float: none;
	display: inline;
}

.w25 {
width: 25%;
}

.w75 {
width: 75%;
}

.clear {
clear: both;
}

.form-field {
	margin-bottom: 1em;
}

.links{
	text-decoration:underline;
}

#form-error, label.field-error, .required {
color: #ea0202;
}

#form-error {
	margin-top: 1em;
}

/*Luis*/


/*Error Messages*/
.content #messages li{
	border:1px solid #333;
	padding: 5px 5px 5px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	line-height: 120%;
	width:724px;
}
.content #messages .info, .user_info{background:#AAC2FF url('../graphics/info.png') no-repeat 10px 6px;	}
.content #messages .warning, .user_warning{background:#FFFF00 url('../graphics/warning.png') no-repeat 10px 6px;}
.content #messages .error, .user_error{background:#c00 url('../graphics/error.png') no-repeat 10px 6px; color:#FFF;}
	


/*Sheet and Money Status*/


.content {
	position: relative;
}
	#user-status h2{width:200px;}
/*Pending Jobs*/

/*Thickbox*/
#TB_window{
	-moz-border-radius: 20px; 
	border-radius:20px;
	background-color: #F1F1F0;
}

#TB_title {
	-moz-border-radius-topleft: 20px; 
	-moz-border-radius-topright: 20px; 

	border-radius-topleft:20px;
	border-radius-topright:20px;
}

#TB_iframeContent {
	margin-bottom: 13px;
}


.button-container {
	font-size:13px;
	display: inline-block;
}
	
.content button.button-disabled {
	color: #ccc;
	background-color:#eee;
	border: 1px solid #ccc;
	cursor: default;
}

.content button {
	font-size: 13px;
}

.hr{
	height:1px;
	border-top:1px solid #ccc;
	margin-top:10px;
	margin-bottom:10px;
}

.italics{
	font-style:italic;
}
.help{
	padding-left:10px;
	cursor:pointer; 
}

#header a#logotype {
	width: auto;
	height: auto;
}

#pnb {
	position: relative;
	z-index: 10;
}

#footer li.last {
	border-right: none;
}

#TB_window iframe {
	background-color: #F1F1F0;
}
#flash-content{
	clear:both;
	margin:0 auto;
	padding:1px 0;
	text-align:left;
	width:769px;
}

#info{
	border-bottom:1px solid #ccc;
}

.divider{
	float:left;
	width:1px;
	border-left:1px solid #ccc;
	height:100%;
}
#setting-up{
	border-left:1px solid #ccc;
}

#help{
	margin-top:2em;
}
#help>div.help-divs{
	float:left;
	margin:1em;
	border:1px solid #fff;
	background:#f0f0f0;
	padding:0;
	height:125px;
}
#help>div.help-divs>h3{
	background: #D3D3D2 url('interface/graphics/table-head.jpg') repeat-x scroll 0 0;
	color:#777;
	margin:0;
	padding:2px 7px;
}
#help>div.help-divs>table, #help>div.help-divs>table tr, #help>div.help-divs>table td{
	border:none;
	text-align:center;
}
#help>div.help-divs>table{
	margin-bottom:0;
	margin-top:7px;
}
#help>div.help-divs>table td{
	cursor:pointer;
}
#help > div#solutions{
	width:310px;
	margin-left:0;
}
#help > div#solutions table tr td{
	width:25%;
}

#help > div#resources{
	width:270px;
}

#help > div#resources table tr td{
	width:33%;
}

#help > div#resources li{
	margin:0;
	margin-left:3px;
	cursor:pointer;
}
#help > div#helpdesk{
	width:139px;
	margin-right:0;
	float:right;
}
#help > div#helpdesk p{
	margin:5px 7px;
}
#wrapper.bg-2{
	background:#F1F1F0 url("../graphics/bg-header2.jpg") repeat-x scroll 0 0;
}
#setting-up li{
	cursor:pointer;
}
#footer .bu a{
	color:#222;
	font-weight:bold;
}

.button#login{width:3.2em;}
.button#login:hover{background:#eee; border-color:#E56B08;}

.button#login a{
	width:200px;
	text-decoration:none;
	font-weight:bold;
}
#question{color:#999;}
#question.active{color:#555;}
body{text-align:center;}

.clear {clear:both}

.block {
	margin:0 auto;
	text-align:left;
}
.element * {
	padding:5px; 
	margin:2px; 
}

.element input.text {
	float:left; 
	padding-left:10px;
	background:none;
	border:1px solid #555;
}
.element .textarea {
	padding-left:10px;
	background:none;
	border:1px solid #555;
}
.element .hightlight {
	border:2px solid #9F1319;
	background:url(iconCaution.gif) no-repeat 2px
}
.element #submit {
	float:right;
	margin-right:10px;
}
.loading {
	float:right; 
	background:url(ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}
.done {
	background:url(iconIdea.gif) no-repeat 2px; 
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}
form p { position:relative }
label  { position:absolute; top:5px; left:5px; color:#777; width:604px; text-transform:lowercase;}
.top{
	height:19px;
margin:0 auto;
width:604px;
background:transparent url(../graphics/header_bg.png) repeat-x scroll 0 0;
}
.bottom{
	height:19px;
margin:0 auto;
width:604px;
background:transparent url(../graphics/bottom_bg.png) repeat-x scroll 0 0;
}
#name,#email,#comment{
	background:transparent url(../graphics/bg-footer.jpg) repeat-x scroll 0 0;
	border:1px solid #555;
	width:604px;
	margin-top:5px;
	height:20px;
}
#name.highlight,#email.highlight,#comment.highlight{
border:1px solid #9F1319;
}
#comment{height:100px;}
#submit.c-bold{
	color:#360;
	border-color:#360;
}
#contact{
	padding-left:2px;
	padding-top:12px;
}
#submit{
	background:#222222 url(../graphics/bg-header.jpg) repeat-x scroll 0 0;
	border:1px solid #111;
	width:604px;
	font-weight:bold;
	color:#ccc;
}
#ask{
	background:transparent url(../graphics/bg-footer.jpg) repeat-x scroll 0 0;
	border:2px solid #333;
	width:604px;
	font-weight:bold;
}
.column p{
	color:#777;
	text-align:left;
}
.column{
font-size:90%;
}
.column p span{
	color:#f1f1f1;
}
#skills{width:286px; cursor:pointer;}
h2{color:#777; margin-top:10px;}
.skills-table, .skills-table tr, .skills-table th, .skills-table td{margin:0; padding:0; border:none;}
.skills-table thead tr{font-weight:bold; color:#555; padding-bottom:10px; text-align:right; font-size:120%;}
.skills-table thead tr .t-left{text-align:left; color:#CCCCCC;}
.skills-table .s-name{width:135px; font-weight:normal; color:#CCCCCC; height:20px;}
.skills-table .bar-g{width:30px; text-align:right;}
.skills-table .bar-g.one{background:transparent url(../graphics/one.png) repeat-x scroll 0 0;}
.skills-table .bar-g.two{background:transparent url(../graphics/two.png) repeat-x scroll 0 0;}
.skills-table .bar-g.three{background:transparent url(../graphics/three.png) repeat-x scroll 0 0;}
.skills-table .bar-g.four{background:transparent url(../graphics/four.png) repeat-x scroll 0 0;}
.skills-table .bar-g.five{background:transparent url(../graphics/five.png) repeat-x scroll 0 0;}

#part1{width:590px; cursor:pointer;}
#part2{width:590px; cursor:pointer;}
#part3{width:590px; cursor:pointer;}

#downloads{width:590px; cursor:pointer;}
#downloads-t, #downloads-t tr, #downloads-t th, #downloads-t td{margin:0; padding:0; border:none; margin-top:10px; padding-right:10px;}
#downloads-t td{width:35px; text-align:center;}
h4{color:#f1f1f1 !important; font-weight:bold !important;}
.top:hover{cursor:pointer;}
.images{
	border:2px solid #111;
	background:#333;
	padding:10px;
	text-align:center;
	margin-left:33px;
	}