body { background: #f2f3e9; color:#2f2928; } 

/* General Links */
a:link { color: #657302; } 
a:active { color : #657302; } 
a:visited { color : #657302; } 
a:hover { color : #669900; } 

#container { background: url(../Images/greenContainer.gif) no-repeat left bottom;} 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Header {} 
.Header a { color: #fff; }
.Header a:visited { color: #fff; }
.Header a:hover { color: #fff; text-decoration: none; }

.HL { background: #669900 url(../Images/greenHL.gif) no-repeat left bottom;}
.HR { background: #b3cb31 url(../Images/greenHR.gif) no-repeat left bottom; }

/* Theme ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Search */
.BR { background: #666 url(../Images/greenSearchBottom.gif) no-repeat left bottom; }
.BR .BRTop { background: url(../Images/greenSearchTop.gif) no-repeat left top;}
.BR .arrow { background: url(../Images/greenSearchArrow.png) no-repeat;}
.BR .arrow:hover { background: #ffd780 url(../Images/greenSearchArrow.png) no-repeat 0 -20px; }
.BR .arrowIE { background: #ffd780 url(../Images/greenSearchArrow.png) no-repeat 0 -20px; }
.BR p a { color:#fff;}

.BL { background: url(../photos/preview_banner_bajo_1.jpg) no-repeat left top;}

/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu, .menu ul li {
	color: white;
	font-weight: bold;
}

.menu a, .menu a:link, .menu li a:visited {
	text-decoration: none;
	color:#ffffcc; 
	border-left: solid 1px #93c038;
}

.menu li li a:link, .menu li li a:visited {
	background-color: #669900;
	color: #ffffcc;
}

.menu ul a:link {
	color: #000066;
	font-weight: normal;
}

.menu ul a:visited {
	color: #000066;
	font-weight: normal;
}

.menu a:hover, .menu ul a:hover, .menu li li a:hover {
	color: #ffffcc;
	background-color: #B3CB31;
	text-decoration: none;
}

 .menu li:hover>a {
	color: #ffffcc;
	background-color: #B3CB31;
}

.menu li li {	/* create borders around each item */
	
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/* ie 6 only style */
* html .menu a:hover, * html .menu .adxmhoverA {		/* li:hover>a selector */
	color: #ffffcc;
	background-color: #B3CB31;
	text-decoration: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.content { background: #fff url(../Images/greenContentBottom.gif) no-repeat left bottom;} 

.contentTop { background: url(../Images/greenContentTop.gif) no-repeat left top;} 


/* BreadCrumb */

.content .BreadCrumb { color: #333300; background: #E4E7D1; }

.content h1 { color: #666600;}
.content h2 { color: #666600;}
.content h3 { color: #666600;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Featured h1 { border-bottom: dashed 1px #ccc; color:#669900; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentArticles h1 { border-bottom: dashed 1px #ccc; color:#669900; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SearchResults {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Recent Blogs */
.RecentBlogs { background:#fff; }
.RecentBlogs h3 { border-bottom: dashed 1px #ccc; color:#669900;  }
.RecentBlogs em { color: #999; }
.RecentBlogs em a { color: #999; }
.RecentBlogs em a:visited { color: #999; }
.RecentBlogs em a:hover { color: #999; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.News {}
.News h1 { border-bottom: dashed 1px #ccc; color:#669900; }
.News h2 { color:#666600; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Post */
.Post { padding: 0px; margin: 0px;}

/* Post Author left side from the article */
.Post .PostAuthorDetails { background:#E4E7D1;  }
.Post .PostAuthorDetails h2 {}
.Post .PostAuthorDetails p { color:#333;}

.Post .PostBottom li a {}
.Post .PostBottom li a:visited {}
.Post .PostBottom li a:hover {}


/* Article Comments */
.Post .PostMore .Comment .Details { }
.Post .PostMore .Comment {background:#FAFAF5 url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #E4E7D1; }
.Post .PostMore .CommentAlt {background:#FFFFFF url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #E4E7D1;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Category .Desc { color:#333; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Authors A-Z - ( Only on the Author page) */
.AZ ul { background:#e9f6ff; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* PageForms */
.PageForms form { border: solid 2px #E4E7D1;}
.PageForms th { background: #E4E7D1;}
.PageForms .Button { background: #c9e7ff; border: outset 2px #ccc; }


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* tabs styles */
#tabnav .tablink a:link, #tabnav  .tablink a:visited 
{ background: #e9f6ff; border: 1px solid #c9e7ff; color:#003366; }
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active 
{ border-bottom: 1px solid #fff; background: #fff; color:#669900;}
#tabnav a:hover { background: #fff;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.right h2 { border-bottom: solid 1px #c8d2b9; color:#333300; }
.right li a { color:#333300;}
.right li a:visited { color:#333300;}
.right li a:hover { color:#003300; text-decoration: underline;}


.right .block { background: #e4e7d1 url(../Images/greenBlockBottom.gif) no-repeat left bottom;}
.right .blockTop { position: absolute; background: url(../Images/greenBlockTop.gif) no-repeat left top; }


.right .Categ { background: #d5dab6 url(../Images/greenCategBottom.gif) no-repeat left bottom;}
.right .CategTop { position: absolute; background: url(../Images/greenCategTop.gif) no-repeat left top;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Paging */
.Paging a { background: #e9f6ff; border: 1px solid #c9e7ff; }
.Paging a:link { background: #e9f6ff; border: 1px solid #c9e7ff; }
.Paging a:visited { background: #e9f6ff; border: 1px solid #c9e7ff;}
.Paging a:hover { border: 1px solid #003366; background: #669900; color: #fff;}

.PagingDisabled { border: 1px solid #ccc; background: #e5e5e5; }
.PagingCurrentPageNumber { border: 1px solid #003366; background: #669900; color: #fff;}

/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.footer { color:#666;}
.footer a {color:#666;}
.footer a:visited {color:#666;}
.footer a:hover {color:#666;}

/* Summary Article Attachment */
.AttachmentList { background-color: #F2F3E9; border: #D5DAB6 1px solid; }
.AttachmentList ul li { background: url(../Images/attach.gif) no-repeat left top; }
.AttachmentHeading { color:#666600;}
/* Teaser Image Styles */
.FeatureImageSpan {background-color: #F5F5F5;}
.FeatureImageCaption {  border-bottom: 1px #CCCCCC solid;  }
