/* CSS */

html, body {
min-height: 100%; /*Sets the min height to the
                                        height of the viewport.*/
width: 100%;
height: 100%; /*Effectively, this is min height
                                for IE5+/Win, since IE wrongly expands
                                an element to enclose its content.
                                This mis-behavior screws up modern
                                browsers*/
margin: 0;
padding: 0;
font-family: Tahoma, Helvetica, Arial, sans-serif;
}

html>body {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
}

body {
	background:#cc3300 url(../../layoutimages/background.jpg) repeat top left;
    position: absolute;
    top: 0;
}

#main {
   /*Keeps content above footer. */
        padding-bottom:50px;
        height:auto;
}

#footer {
    position: absolute;
    bottom: 0;
    height:50px;
    line-height:50px;
}


.clear
{ clear:both; } 

label {
	font-family: Georgia, serif;
	font-style: italic;
}

/*** Spanish Festival Styles ***/

#header {
	height: 141px;
}

#splatter {
	background: url(../../layoutimages/splatter_repeater.png) repeat-x;
}

#splatter_sml {
	background: url(../../layoutimages/splatter_repeater_sml.png) repeat-x;
}

#header_strap {
	margin: 20px 0 0 0;
}

#logo {
	height: 141px;
}

/* breadcrumbs */

.breadcrumbs {
	padding: 5px 0;
	color: #fff;
	margin: 20px 0;
	border-bottom: 1px solid  #cc3300;
}

/* pagination */

.pagination {
text-align:right;
}
.pagination strong, .pagination a {
border:1px solid #CCCCCC;
padding:5px;
}
.pagination strong {
background-color:#000;
color:#FFFFFF;
}


/* -----------------------------------------------------------------------


 Tabs Plugin 0.1 for the Blueprint CSS Framework
 http://blueprintcss.org

   * Copyright (c) 2008-Present. Refer to the main Blueprint license.
   * See README for instructions on how to use this plugin.
   * For credits and origins, see AUTHORS.

----------------------------------------------------------------------- */

.tabs { 
	height:1%; /* fixing IE 6 */
	margin:0 0 .75em 0;
	min-height:auto;
	overflow:auto;
}
.tabs li {
  border-bottom:none;
  float:left;
  line-height:1.5; 
  list-style-type:none;
  margin:0 .25em 0 0;
  padding:0;
}
.tabs li a { 
  border-bottom:none;
  color:#fff;
  cursor:pointer;
  display:block;
  float:left;
  font-size: 16px;
  padding:80px 10px 20px 10px;
}
.tabs li a.selected { 
  background:#ffcc00;
  border-bottom:none;
  color:#fff;
  cursor:default;
  background: url(../../layoutimages/background_nav.jpg) repeat-x;
}
.tabs li a, .tabs li a:focus, .tabs li a:hover { 
  text-decoration:none;
}
.tabs li a:focus, .tabs li a:hover { 
  color:#ffcc00;
  outline:none;
  background: url(../../layoutimages/background_nav.jpg) repeat-x;
}
.tabs li a.selected:focus, .tabs li a.selected:hover { 
  color:#fafafa;
}	
.tabs li.label { 
	border:none;
	font-weight:bold;
	line-height:1.5; 
	margin-right:.5em; 
	padding:.25em .33em .25em .33em;
}

/*** Featured Events ***/

#featured_events {
	color: #fff;
	font-size: 14px;
	margin:30px 0 50px 0;
}

/*** contact ***/

#message p label {
	width: 150px;
}

/*** Slider Wrapper ***/

#slider_wrapper {
	background: url(../../layoutimages/slider_back.jpg);
	width: 500px;
	height: 250px;
	margin: 30px 0 10px 30px;
}

ul#portfolio {
	margin: 0 0 0 50px;
	padding-top: 25px;
}

/*** Spacer ***/

#bottom_spacer {
	margin: 50px 0;
}

/*** Main ***/

#main {
	color: #fff;
	font-size: 14px;
	line-height: 130%;
}

#main a:link, #featured_events a:link {
	color: #ffcc00;
	text-decoration: none;
}

#main a:visited, #featured_events a:visited {
	color: #ffcc00;
}

#main a:hover  {
	color: #000;
}

#featured_events a:hover  {
	color: #ccc;
}

/*** Text ***/

#text img {
	border: 2px solid #fff;
}

/*** Poster ***/

#poster a img {
	border: 2px solid #fff;
}

#poster a:hover img {
	border: 2px solid #000;
}

/*** Slide ***/

#side p {
	color: #000;
}

#side ul {
margin:10px 0 30px;
padding:0;
}
#side ul li {
border-bottom:1px solid #cc3300;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
#side ul li a:link, #side ul li a:visited  {
color:#fff;
display:block;
margin:0;
padding:10px;
text-decoration:none;
}
#side ul li a:hover {
background-color:#000;
color:#FFFFFF;
}

#side a img, #side img {
	border: none;
}


/* Sponsors */

.sponsors {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 0.5em 0;
	border-bottom: none;
	list-style: none;
}

/*** Sidebar advert ***/

#advert {
	width:270px;
	height: 212px;
	background:url(../../layoutimages/side_white_box.png) no-repeat top left;
	margin-bottom: 20px;
}

#advert a img {
	margin: 30px 0 0 30px;
	border: 0;
}
/*** Form Styles ***/

#signup {
	margin-bottom: 10px;
}

#signup p {
	margin: 0 0 5px 0;
	
}

input.text {
	margin: 5px 0;
	border: 1px solid #fff;
}

/*** Gallery THumb **/

.gallery-thumb {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

.gallery-thumb a img {
	border: 2px solid #fff;
}

/*** News ***/

.article_summary {
	margin: 10px 0;
}

.img_left img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px solid #fff;
}

/** Events **/

.image img {
	padding: 2px solid #fff;
}

.title {
	font-weight:bold;
	color: #ffcc00;
}

/*** Styles ***/

.date {
	padding: 0;
	font-size: 12px;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 2px;
}

/*** Buttons ***/

.button {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	text-align: center;
	background-color:#ffcc00;
	color: #000;
	font-style: italic;
	font-size: 16px;
	font-family: Georgia, serif;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
  	border:none;
	cursor: pointer;
	background-color: 
	margin-bottom:10px;
}

/*** Headers ***/

h1 {
	color: #ffcc00;
	margin: 0;
	padding: 0;
	font-size: 60px;
	line-height: 60px;
}

#text h2 {
	color: #ffcc00;
	font-size: 21px;
	line-height: 28px;
}

h3 {
	color: #ffcc00;
	font-size: 18px;
	line-height: 24px;
}


#text img {
	border: 2px solid #fff;
}

#text ul {
	margin: 20px 0;
	padding: 0;
}

#text ul li {
	margin: 5px 10px 5px 20px;
	list-style: circle;
	padding: 5px 0;
}

#text ul li a {
	padding: 5px 0;
	display: block;
}

#text table tr td {
	vertical-align: top;
}

#side h2, #bottom_spacer h2 {
	font-size: 48px;
	line-height: 56px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../../layoutimages/stroke.png) no-repeat bottom left;
}



/*h3 {
	font-family: Georgia, serif;
	font-size: 21px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 5px 0;
	padding: 0;
}*/

/*** Thumbs ***/
ul.thumbs{
	margin:10px 0;
	padding: 0;
}

.thumbs li {
	list-style: none;
		display: inline;
	float: left;
		margin:0 20px 20px 0;
	padding: 0;
}

.thumbs li a {
	padding: 0;
}

.thumbs li a img {
	border: 5px solid #fff;
}

.thumbs li a:hover img {
	border: 5px solid #000;
}

/*** Footer ***/
#footer {
	font-family: Georgia, serif;
	color: #fff;
	font-size: 12px;
	background: url(../../layoutimages/footer.jpg) top repeat-x;
	width: 960px;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #ffcc00;
}

#footerlist li {
	display: inline;
	float: left;
	padding-right: 10px;
	list-style-type: none;
}