/*
 * culturetralee.com '09
 *
 * style.css
 *
 * coded by Keet
 *
 */
/*
 * color palette - TODO remove
 */
.colour_palette {
    /*Blue*/
    color: #2055d9;
    /* light yellow - background*/
    color: #f1e792;
    /* bright yellow*/
    color: #e2cd23;
    /*dark grey*/
    color: #6d6d6d;
    /*light grey*/
    color: #6d6d6d;
}

/*
 * Reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-family: inherit;
}
/*
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*/
ol, ul {
    list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}

/* CLEAR FIX*/
.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 */
/*
 * main styles
 */
html, body, #wraper {
    height: 100%;
}

body > #wraper {
    height: auto;
    min-height: 100%;
}

body {
    /* background: #e2cd23;*/
    background: #f1e792;
    background-image: url('../images/bg_grad.png');
    background-repeat: repeat-x;
    height: 100%;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: normal;
}

/*links*/
a:link, a:visited, a:hover, a:active {
    color: #2055d9;
    text-decoration: none;
}

a:hover {
    background-color: #e2cd23;
}

h1 {
    color: #e2cd23;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
}

h2 {
    color: #e2cd23;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
}

h3 {
    color: #e2cd23;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}

/*
 * to float footer at bottom
 */
#main {
    padding-bottom: 150px;
    margin-bottom: 10px;
}

/* must be same height as the footer */
#wraper {
    /*background-color: #bada55;*/
    /* float: left;*/
    /* margin-left: 10px;*/
    margin-left: auto;
    margin-right: auto;
    height: auto;
    min-height: 100%;
}

#footer_wraper {
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    height: 150px;
    /*background-color: #badass;*/
    float: left;
    margin-left: 10px;
    clear: both;
}

.header {
    background-color: #ffffff;
    height: 150px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.headline h1 {
    color: #e2cd23;
    padding: 5px;
    white-space: nowrap;
    display: block;
    height: 25px;
    font-size: 18px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}

.contentBox {
    background: #ffffff;
    float: left;
    margin-top: 10px;
}

.cont8 {
    min-height: 100px;
    min-width: 610px;
    display: block;
    float: left;
    padding: 5px;
}

.cont6 {
    min-height: 100px;
    min-width: 300px;
    display: block;
    float: left;
    padding: 5px;
}

.cont4 {
    min-height: 100px;
    min-width: 290px;
    display: block;
    float: left;
    padding: 5px;
}

.cont2 {
    min-height: 100px;
    min-width: 130px;
    display: block;
    float: left;
    padding: 5px;
}

/*
 * twitter widget stuff
 */
.twitterBox {
    font-size: 10px;
    /*margin: 10px*/
    margin-bottom: 10px;
}

.twitterBox h2 {
    color: #e2cd23;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 5px;
}

.twitterBox ul {
    margin: 5px 10px
}

#twitterLink {
    color: #e2cd23;
    margin-bottom: 10px;
    font-weight: bold;
    float: right;
    margin-right: 5px;
}

#twitterLink:hover {
    color: #2055d9;
}

ul#twitter_update_list li {
    padding: 5px 0 5px 0;
    border-bottom: solid 1px #e2cd23;
    list-style: none;
    /*
     margin-bottom:5px;
     background-color: #eeeeee; */
}

/*
 * facebook widget stuff
 */
#fbBox {
    text-align: center;
    font-size: 10px;
    margin-bottom: 10px;
}

#fbBox h2 {
    color: #e2cd23;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
}

#fbBox img {
    border: 0px;
    width: 280px;
    margin: 5px 0px;
    padding: 0px;
}

#fbBox a {
    background-color: #ffffff;
}

#fbLink {
    color: #e2cd23;
    margin-bottom: 10px;
    font-weight: bold;
    float: right;
    margin-right: 5px;
}

#fbLink:hover {
    color: #2055d9;
}


/*
 * flickr widget stuff
 */
.flickrBox {
    font-size: 10px;
    /*margin: 10px*/
    margin-bottom: 10px;
}

.flickrBox h2 {
    color: #e2cd23;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 5px;
}

#flickrLink{
color: #e2cd23;
margin-bottom: 10px;
font-weight: bold;
float: right;
margin-right: 5px;
}

#flickrLink:hover{
color: #2055d9;
background:#e2cd23;

}




.cntLogo {
    padding-top: 5px;
}

.allSortsLogo {
    float: right;
    padding-right: 10px;
}

#nav {
    /*background-color: #ffffff;*/
    margin-bottom: 10px;
    float: left;
    background-color: #2055d9;
}

#footer {
    background-color: #ffffff;
    height: 100px;
}

#footerCont {
    padding: 10px;
    font-size: 14px;
}

#footerCont a {
    font-weight: bold;
}

.footerLinks, .footerCredits {
    margin-bottom: 5px;
    float: left;
    width: 800px;
}

.footerLogo {
    float: right;
}

/*
 * nav links
 */
.navItem {
    color: #dde7f0;
    background-color: #666666;
    white-space: nowrap;
}

.navItem:hover {
    color: #2055d9;
    background-color: #e2cd23;;
}

.navItem.active {
    background-color: #eeeeee;
    color: #666666;
}

.navItem > a {
    padding: 5px;
    color: inherit;
    white-space: nowrap;
    display: block;
    height: 25px;
    text-decoration: none;
    font-size: 18px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}

/*
 * generic content box
 */
.contBox {
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #6d6d6d;
}

/*
 * Contacts
 */
.contactBox {
    padding-left: 5px;
    padding-bottom: 5px;
}

.contactPerson {
    font-weight: bold;
}

/*
 * Links
 */
.linkBox {
    padding-left: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #6d6d6d;
}

.linkBox a {
    padding-left: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

/*
 * search filter box
 */
.bigDD {
    padding: 5px;
    margin-top: 5px;
    margin-left: 5px;
    width: 280px;
    background-color: #f1e792;
    color: #2055d9;
    font-size: 20px;
    margin-bottom: 4px;
    border-top: 2px solid #6d6d6d;
    border-left: 2px solid #6d6d6d;
    font-weight: bold;
}

/*
 * Event details
 */
.eventDetailsBox {
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #6d6d6d;
}

.eventContactsBox {
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #6d6d6d;
}

.eventImage {
    padding: 5px;
}

.eventTime {
    margin-top: 5px;
    margin-left: 5px;
    color: #2055d9;
    font-weight: bold;
}

.eventURL a {
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
}

.eventVenue {
    font-weight: bold;
}

.eventContactsBox img {
    margin-top: 5px;
    margin-left: 10px;
}

/*
 * event list
 */
.eventList {
    padding: 5px 5px 0px 5px;
    float: left;
}

.eventList img {
    float: left;
}

.eventList a {
    display: block;
}

.eventList a:hover {
    background-color: #f1e792;
}

.eventRow1 {
    background-color: #F2EAD5;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    height: 80px;
}

.eventRow2 {
    background-color: #eeeeee;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    height: 80px;
}

.eventListTitle {
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    width: 500px;
    padding: 5px;
}

.eventListVenueTitle {
    color: #666666;
}

.eventListVenue {
    font-size: 12px;
    margin-left: 5px;
    float: left;
    width: 500px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    /*background-color:#bada55;*/
}

.eventError {
    padding: 40px;
    font-size: 16px;
}

.eventError a {
    font-weight: bold;
}

/*
 * share widget
 */
.contShare {
    min-height: 50px;
    min-width: 290px;
    display: block;
    float: left;
    padding: 5px;
}

/*
 * add to all stuff
 */
.a2a_dd img {
    padding: 3px;
    padding-bottom: 5px;
}

/*
 * Similar event widget
 */
.similarEvent {
    margin: 5px;
    padding: 5px 0px;
    border-bottom: solid 1px #e2cd23;
}

/*
 * About page stuff
 */
.aboutBox {
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #6d6d6d;
}

.aboutBox img {
    float: left;
}

.logoBox {
    margin: 5px;
    padding: 5px 0px;
    text-align: center;
}

.logoBox img {
    padding: 5px;
}

/*
 * galery page stuff
 */
.flickrBox {
	padding-top: 5px;
    padding-left: 5px;
   /* padding-bottom: 5px;*/
    font-size: 14px;
    color: #6d6d6d;
}

/*
 * flickr badge widget
 */

   .flickr_badge_image {
        text-align: center !important;
    }
    
    .flickr_badge_image img {
        border: 1px solid black !important;
		margin-bottom:5px;
		margin-right:10px;
		float:left;
    }
    
    #flickr_badge_uber_wrapper {
        width: 295px;
		text-align: center;
		float:left;
    }
	
	#flickrImgWrap{
		
		padding-left:10px;
		padding-right:10px;
		clear:both;
	}
	
	.galleryLink{
		float:left;
		text-align:right;
		display:block;
		width:280px;
		
	}

/*
 * Map page
 */
.mapKey {
    margin-bottom: 5px;
}

.mapKey td {
    padding: 5px;
}

/*
 * Brochure widget
 */
.downloadPdf {
    text-align: center;
}

.downloadPdf img {
    padding: 0px 5px;
    /*
     margin-left:auto;
     margin-right:auto;*/
}

.downloadPdf a:hover {
    background-color: #ffffff;
}

/*
 * Dance register
 */
.danceRedCont td {
    padding: 5px;
}

.regInput {
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #e2cd23;
    width: 300px;
    background-color: #eeeeee;
    height: 20px;
}

.regInputError {
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #ff0000;
    width: 300px;
    background-color: #eeeeee;
    height: 20px;
}

.regChkError {
    border: solid 1px #ff0000;
	   background-color: #ff0000;
}

.regBtn:hover {
    color: #2055d9;
    background-color: #e2cd23;;
}

.regBtn {
    padding: 5px;
    color: #2055d9;
    white-space: nowrap;
    display: block;
    height: 25px;
    text-decoration: none;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}

/*
 * news -tumblr stuff
 */
.tumblr_post {
    margin-top: 10px;
    padding: 5px;
    border-bottom: solid 1px #e2cd23;
    background: #ffffff;
	text-align:center;
}

.tumblr_title {
    color: #e2cd23;
    font-size: 20px;
    padding: 5px;
    font-weight: bold;
}

.tumblr_body {
    padding: 5px
}





