@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: #FFF;
	overflow:
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
/* ~~ Site links (general) ~~ */
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
/* ~~ Layout boxes ~~ */
.container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* begin drop shadow */
	padding:3px;
	background-color: #FFF;
	margin: 30px auto 10px;
	border:1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
header {
	height: 100px;
}
header h1 {
	font: italic bolder 1.3em/0.5em Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding-top: 10px;
	text-align: left;
	letter-spacing: .2em;
	text-shadow: 1px 1px 1px hsla(0,0%,100%,.7);
}
/* ~~ These are the columns for the layout. ~~ */
.sidebar1 {
	float: left;
	width: 180px;
	background: #fff;
	padding-bottom: 10px;
	border:1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
.content {
	padding: 10px 0;
	width: 760px;
	float: left;
}
section p img {
	margin-right: 10px;
}
section h2 {
	font: 0.9em/2em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background: #000;
	vertical-align: middle;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
/* ~~ The navigation list styles ) ~~ */
nav ul {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
	font-size: .9em;
}
nav ul li {
	border-bottom: 1px solid #666;
}
nav ul a, nav ul a:visited {
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  /*this width makes the entire button clickable for IE6. */
	text-decoration: none;
	background: #FFF;
}
.content h1 {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #C1D4E3;
	text-align: right;
}
nav ul a:hover, nav ul a:active, nav ul a:focus {
	background: #C1D4E3;
	color: #FFF;
}
.container aside p a:hover {
	text-decoration: none;
	background: #C1D4E3;
}
/* These are the navigation links from the jQuery dropdown menu */
 
/* BeginOAWidget_Instance_2102522: #navigation */
ul#navigation {
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 10px;
	list-style: none;
	z-index:999999;
	width:auto;
}
ul#navigation li {
	display:inline;
	float:left;
	width:102px;
	background: #C1D4E3;
}
ul#navigation li a {
	display: block;
	float:left;
	color:#000000;
	margin-top: -2px;
	height: 25px;
	width:100px;
	background-repeat:no-repeat;
	background-position:50% 10px;
	background-color:#CCC;
	border:1 solid #BDDCEF;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	text-decoration:none;
	text-align:center;
	padding-top:80px;
	opacity: 0.7;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
ul#navigation li a:hover {
	background-color:#CAE3F2;
}
ul#navigation .home a {
	background: url(../images/icons/home.gif) no-repeat center center;
}
ul#navigation .about a {
	background: url(../images/icons/twitter.gif) no-repeat center center;
}
ul#navigation .AIclass a {
	background: url(../images/icons/ai2.png) no-repeat center center;
}
ul#navigation .tutorials a {
	background: url(../images/icons/event.gif) no-repeat center center;
}
ul#navigation .gallery a {
	background: url(../images/icons/blog.png) no-repeat center center;
}
ul#navigation .resources a {
	background: url(../images/icons/resources.png) no-repeat center center;
}
ul#navigation .contact a {
	background: url(../images/icons/contact.gif) no-repeat center center;
}
/* EndOAWidget_Instance_2102522 */

/* ~~ This ends the jQuery dropdown menu at the top of the page. It uses an inserted widget from adobe.com ~~ */

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	/* [disabled]background: #CCC;
*/
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; 
}
address {
	font-size: 0.7em;
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	background: #C1D4E3;
	padding-left: 5px;
}
.content section p img {
	border-width: 0px;
	-moz-transform: rotate(-5deg);
	-o-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
	transform:rotate(-5deg);
}
.sidebar1 aside {
	font-size: .8em;
}
.content section p.rt img {
	border-width: 0px;
	-moz-transform: rotate(5deg);
	-o-transform:rotate(5deg);
	-webkit-transform:rotate(5deg);
	transform:rotate(5deg);
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
.container .content section ol li ol li {
	list-style: circle;
}
.active {
	color: #C1D4E3;
}
/* Title attribute styling */
a.title {
	BORDER-BOTTOM: 1px dashed;
	TEXT-DECORATION: none
}
a.title:hover {
	CURSOR: help;
	POSITION: relative
}
a.title span {
	DISPLAY: none
}
a.title:hover span {
	BORDER-RIGHT: #c0c0c0 1px dotted;
	PADDING-RIGHT: 20px;
	BORDER-TOP: #c0c0c0 1px dotted;
	DISPLAY: block;
	PADDING-LEFT: 5px;
	Z-INDEX: 100;
	BACKGROUND: url(http://casabasa.com/images/logo-16.png) #f0f0f0 no-repeat 100% 5%;
	LEFT: 0px;
	PADDING-BOTTOM: 5px;
	MARGIN: 10px;
	BORDER-LEFT: #c0c0c0 1px dotted;
	WIDTH: 250px;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c0c0c0 1px dotted;
	POSITION: absolute;
	TOP: 10px;
	TEXT-DECORATION: none
}
.req {
	font-size: 0.8em;
	width: 600px;
	border: thin dotted #CCC;
	margin-right: auto;
	margin-left: auto;
	color: #CFF;
}
.date {
	font-size: 0.7em;
	width: 180px;
	border: thin dotted #CCC;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	background: #D2E1E3;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4F6984;
}
.right {
	float: right;
}
.rt {
	text-align: right;
}
/* the scroll to top effect */
#message a
{
	/* display: block before hiding */
	display: block;
	display: none;
	/* link is above all other elements */
	z-index: 999;
	/* link doesn't hide text behind it */
	opacity: .6;
	/* link stays at same place on page */
	position: fixed;
	/* link goes at the bottom of the page */
	top: 100%;
	margin-top: -80px; /* = height + preferred bottom margin */
	/* link is centered */
	left: 100%;
	margin-left: -160px; /* = half of width */
	/* round the corners (to your preference) */
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	/* make it big and easy to see (size, style to preferences) */
	width: 100px;
	line-height: 20px;
	height: 20px;
	padding: 10px;
	background-color: #000;
	font-size: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
