/*defaults*/
body 	{background:#2765AF url('../images/body_bg3.jpg') repeat-x 0 0; color:#000000; margin:20px 0; padding:0; font-family:verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}


/*structural elements*/
#container	{margin:0px auto; text-align:center; width:760px; }
#holder		{width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		{background:url('../images/abilisheader5_novo.jpg') no-repeat 180px 0; border-bottom:1px solid #DADADA; padding:5px 30px 20px 0px; }
#navigation	{padding:10px 0; background-color: #3333CC;}
#header		{background:#AAAADD url('../images/internetglobe.png') no-repeat 0px 0px; padding:0px; height:162px; }
#content	{float:left; width:490px; padding:20px 10px 0 0; font-family:verdana, arial, "Times New Roman", serif; font-size:90%; line-height:120%; }
#news		{float:right; width:250px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:20px 20px 5px 20px; background:#F0F0FF; border:1px solid #AAAAFF; font-size:80%; margin-bottom:20px; }
#footer		{clear:both; width:100%; font-size:80%; background:#EAEAFF; padding:20px; text-align:left; border-top:2px solid #2765AF; }
#copyright	{float:right; }


/*headings*/
.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-weight:bold; font-size:130%;}
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#225799; }


/*navigation*/
#navigation ul 		{margin:0; padding:0px 0px 0px 20px; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; font-weight: bold;}
#navigation a		{color:#FFFFFF; padding:0 20px 0 0; text-decoration:none; }
#navigation a:hover	{color:#FFFF00; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }


p.subtitulo {
	font-size: 16px;
	font-weight: bold;
	padding-left: 70px;
}

/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */

fffbody
{
	background-color: #3f5475;
	font-family: Georgia, Palatino, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#fffheader
{
	background-image: url(images/top_bg.gif);
	height: 44px;
	border-bottom: 1px solid white;
}

#fffheader #ffftitle
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
/*	background-image: url(images/stripes.png);
	background-repeat: no-repeat;
	background-position: right;*/
}

#fffheader h1
{
	margin: 0px;
	font-size: 36px;
	line-height: 44px;
	font-style: italic;
	font-weight: normal;
	color: white;
	letter-spacing: -0.11em;
}



#fffnavbar
{
	height: 20px;
	background-image: url(images/menu_bg.gif);
	background-color: black;
	background-repeat: repeat-x;
}

#fffnavbar ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 20px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#fffnavbar ul li
{
	display: block;
	width: auto;
	float: left;
	height: 20px;
	line-height: 20px;

	font-size: 11px;
	font-weight: bold;
	color: white;
	list-style: none;
}

#fffnavbar ul li.right
{
	float: right;
}

#fffnavbar ul li a
{
	display: block;
	width: auto;
	padding-left: 14px;
	padding-right: 14px;
	color: white;
	text-decoration: none;
}

#fffnavbar ul li a:hover, #fffnavbar ul li.active a
{
	background-color: white;
	background-image: url(images/menu_bg_hover.gif);
	color: black;
}

#fffshadow
{
	position: absolute;
	width: 100%;
	top: 65px;
	background-image: url(images/shadow.png);
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow.png',sizingMethod='scale');
	height: 5px;

}

#fffbody
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #2f3753;
	border-right: 2px solid #2f3753;
	background-color: white;
	padding-top: 1px;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#fffsidebar
{
	width: 179px;
	padding: 8px 10px 16px 10px;
	float: left;
}

#fffsidebar h2
{
	margin: 8px 0px 2px 0px;
	font-size: 12px;
	border-bottom: 1px solid black;
}

#fffsidebar ul.tree
{
	clear: both;
	margin-top: 8px;
}

#fffsidebar ul.tree, #fffsidebar ul.tree ul
{
	background-image: url(images/sidebar_list_bg.gif);
	background-position: 3px 2px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#fffsidebar ul.tree ul
{
	
}

#fffsidebar ul.tree li
{
	margin-top: 3px;
	margin-bottom: 3px;

}

#fffsidebar ul.tree ul li
{
	font-size: 0.9em;
	padding-left: 18px;
	background-image: url(images/h_dotted.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

#fffsidebar ul.tree ul ul li:last-child, #fffsidebar ul.tree li.last
{
	background-image: url(images/h_dotted_last.gif);
	background-position: 0px 6px;
}

#fffsidebar ul.tree li a
{
	padding-left: 12px;
	background-image: url(images/sidebar_link_unread.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #2e3753;
	font-weight: bold;
	text-decoration: none;
}

#fffsidebar ul.tree li a:hover
{
	background-image: url(images/sidebar_link_hover.gif);
	text-decoration: underline;
}

#fffsidebar ul.tree li a:visited
{
	background-image: url(images/sidebar_link_read.gif);
}

.flickr-thumbnail, .flickr-pullout {
	float: left;
		background: url('images/flickr_shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	_position: relative;
	}

.flickr-thumbnail img, .flickr-pullout img {
		 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
	}

.flickr-thumbnail img:hover, .flickr-thumbnail:hover img, .flickr-pullout:hover img {
	background-color: #ccd;
}

.flickr-pullout
{
	margin: 13px 3px 3px 14px;
	background-image: url(images/flickr_shadow_white.gif);
	
}

#fffcontent
{
	padding: 0px 20px 20px 20px;
	margin-left: 200px;
	font-size: 13px;
}

#fffcontent h2
{
	font-style: italic;
	border-bottom: 1px solid black;
	margin-top: 20px;
	margin-bottom: 2px;
	font-size: 19px;
}

#fffcontent .date
{
	float: right;
}

#fffcontent .postedBy
{
	float: left;
}

#fffcontent .meta
{
	height: 1em;
}

#fffcontent p
{
	text-indent: 2em;
	line-height: 1.5em;
	text-align: justify;
	
}

#fffcontent a
{
	color: #3f5475;
}

#fffcontent a:visited
{
	color: #2f3753;
}

.comments
{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 2em;
	background-image: url(images/comment_edit.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#ffffooter
{
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	background-color: #eaeaea;
	color: #b0b0b0;

}

/* Form elements */
input, textarea
{
	font-family: Verdana, "Lucida Grande", sans-serif;
	font-size: 11px;
	padding: 2px;
	background-color: #eaeaea;
	border: 1px solid #333333;
}

input:focus, textarea:focus
{
	background-color: #f9e089;
}

button
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	background-image: url(images/button_bg.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", sans-serif;
}

button:focus
{
	-moz-border-bottom-colors: #999999 #738fb3 #999999;
	-moz-border-right-colors: #999999 #738fb3 #999999;
	-moz-border-top-colors: #CCCCCC #738fb3 #CCCCCC;
	-moz-border-left-colors: #CCCCCC #738fb3 #CCCCCC;
}

button:active
{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
	-moz-border-bottom-colors: #999999 #738fb3 #999999;
	-moz-border-right-colors: #999999 #738fb3 #999999;
	-moz-border-top-colors: #CCCCCC #738fb3 #CCCCCC;
	-moz-border-left-colors: #CCCCCC #738fb3 #CCCCCC;
	
	padding: 4px 9px 2px 11px;
}

form.sheet fieldset
{
	border: 1px solid #3f5475;
	padding: 12px;
	display: block;
}

form.sheet fieldset legend
{
	background-color: #3f5475;
	padding: 4px 6px 4px 6px;
	color: white;
	font-weight: bold;
	_margin-bottom: 12px;
}

form.sheet label
{
	display: block;

	width: 90px;
	float: left;
	margin-bottom: 10px;
	padding-right: 2%;
	
	margin-right: 1%;
	_margin-right: 0;
	margin-left: 0px;
	text-align: right;
}

form.sheet input, form.sheet textarea
{
	display: block;
	_margin-left: -7%; /* fixes a wacky IE bug */
	width: 346px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

form.sheet br
{
	clear: left;
}

form.sheet button
{
	float: right;
	
	margin-left: 14px;
}

/* End of form elements */

/* blockquote styles */
blockquote
{
	background-color: #dbffd1;
	border-top: 1px dotted #a1d97e;
	_border-top: 1px solid #a1d97e; /* dotting looks bad in IE, revert to solid */
	border-bottom: 1px dotted #a1d97e;
	_border-bottom: 1px solid #a1d97e; /* dotting looks bad in IE, revert to solid */
	padding: 12px;
	padding-left: 36px;
	margin-right: 5%;
	margin-left: 5%;
	background-image: url(images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

blockquote.info, blockquote.error, blockquote.allgood
{
	background-position: 10px center;
}

blockquote.info
{
	background-image: url(images/blockquote_info.gif);
}

blockquote.error
{
	background-image: url(images/blockquote_error.gif);
	background-color: #ffded5;
	border-top: 1px dotted #d99d80;

	border-bottom: 1px dotted #d99d80;
}

blockquote.allgood
{
	background-image: url(images/blockquote_allgood.gif);
}

blockquote p, #content blockquote p
{
	margin: 0px;
	text-indent: 0px;
}

/* end of blockquote styles */


.right
{
	float: right;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}