@charset "utf-8";
/* Kinsale Christmas v2 */

/* basics
-----------------------------------------*/
body {
	font: 13px/18px "Franklin Gothic Medium","Arial Narrow Bold",Arial,sans-serif;;
	background: #364b67 url(../images/wallpaper.jpg) repeat-x top left;
	color: #1c314e;
}

a { color: #7d0808; text-decoration: underline; }
a:hover, a:focus { color: #1c314e; }

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
	border-top: 8px solid #7d0808;
}

.content {
	width: 920px;
	min-height: 350px;
	background: #fff url(../images/content-bg.gif) no-repeat center top;
	padding: 0 20px 15px 20px;
	margin: 0 0 20px 0;
	clear:both;
	overflow: auto;
	color: #1c314e;
	border-bottom: 4px solid #c1a541;
}

.content .column {
	width: 580px;
}


/* header 
----------------------------------------*/

.header {
	background: #fff;
	width: 960px;
	padding:0;
	margin: 0;
}

.header h1.logo {
	margin: 0;
	width: 228px;
	height: 200px;
	float:left;
	background: url(../images/logo.gif) no-repeat;
	padding: 0;
}

.header h1.logo a {
	color: #ffffff;
	width: 228px;
	height: 200px;
	text-decoration: none;
	font: 24px "Trajan Pro", Georgia, Times, serif;
	text-indent: -9999em;
	display: block;
}

.header .animation {
	width: 732px;
	height: 200px;
	overflow:hidden;
	margin: 0;
	z-index: 1;
}


/*countdown 
------------------------------------*/
.countdown {
	margin:0 0 40px 0;
	float:right;
	width: 342px;
	font-family: Palatino,"Palatino Linotype",Georgia,Times,"Times New Roman",serif;	
	font-size: 15px;
	color: #fff;
	background: #c1a541 url(../images/countdown-bg.jpg) no-repeat center bottom;
	text-align: center;
	padding: 14px 0 18px 0 ;
	font-weight: bold;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

.countdown h4 {
	margin:0;
	padding:0;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}

/* sidebar
-------------------------------------------*/

.content .sidebar {
	width: 342px;
	float:right;
	margin: 0 0 0 20px;
	padding: 0;
	clear: right;
}

.content .sidebarinner {
	width: 342px;
	float:right;
	margin: 40px 0 0 20px;
	padding: 0;
	clear: right;
}

.redBlock {
	width: 312px;
	padding: 15px;
	margin: 0 0 35px 0;
	background: #550404 url(../images/red-block-bg.jpg) no-repeat center top;
	color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.redBlock a { color: #fff; text-decoration: none; }
.redBlock a:hover { color: #c1a541; }


.redBlock h3 {
	color: #fff;
	font-size: 17px;
	text-align: center;
}

ul.snowflakes {
	list-style: none;
	padding:0;
	margin: 20px 0 0 0; 
}

ul.snowflakes li {
	font-size: 16px;
	line-height: 46px;
	padding: 0 0 0 65px;
	background: transparent url(../images/solo-snowflake-1.gif) no-repeat left center;
}

ul.snowflakes li.alt {
	background-image: url(../images/solo-snowflake-2.gif);
}


.signUp {
	width: 322px;
	text-align: center;
	color: #7d0808;
	background: #9d8018 url(../images/signup-bg.jpg) no-repeat center top;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.signUp h3 {
	font-size: 18px;
}

.signUp p {
	margin: 0 0 10px 0;
}

.signUp input {
	margin-bottom: 5px;
}

.signUp input[type="text"]
{
	margin-right: 5px;
}


/* sponsors footer 
-------------------------------------*/

.sponsorsFooter {
	background: white;
	width: 920px;
	padding: 10px 20px;
	overflow: auto;
	border: 4px solid #c1a541;
	border-width: 4px 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

a.sponsorsButton {
	display: block;
	float:right;
	width: 128px;
	height: 70px;
	text-align: center;
	font-size: 22px;
	background: url(../images/sponsor-button.jpg) no-repeat bottom center;
	color: #c1a541;
	text-decoration: none;
	line-height: 30px;
	margin: 8px 0 0 0;
}

a.sponsorsButton span {
	font-size: 25px;
}

a.sponsorsButton:hover {
	background-position: top center;
	color: #7d0808;
}

.sponsorsFooter ul {
	list-style: none;
	margin:0;
	padding:0;
}

.sponsorsFooter ul li {
	float:left;
	margin: 0 40px 0 0;
	height: 86px;
	line-height: 86px;
	text-align: center;
}

.sponsorsFooter ul li.last {
	margin:0;
}

.sponsorsFooter ul li img {
	vertical-align: middle;
}


.logosFooter {
	margin: 40px auto 10px auto; ;
	width: 238px;
	overflow: auto;
	clear:both;
}

.logosFooter img.tag {
	float:left;
	margin-right: 10px
}

img.ctr {
	display: block;
	margin: 10px auto;
	clear: both;
}

.busKin {
	width: 110px;
	height: 61px;
	padding: 7px 5px;
	background: #F9DC5B;
	font: 11px/22px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center;
	float:left;
	color: #666;
}

.busKin b { color: #333; }

.busKin span {
	font-size: 33px;
	color: #fff;
}


/* general
------------------------------------*/

h1.star {
	margin: 40px 0;
	padding: 0 0 0 50px;
	background: transparent url(../images/solo-star.gif) no-repeat left center;
}

/* sponsors page
------------------------------------*/

.row {
        width: 920px;
        clear: both;
        text-align: center;
		display: block;
		margin:0 auto;
		margin-bottom:5px;
}

.toprow {
        width: 920px;
        clear: both;
        text-align: center;
		display: block;
		margin:0 auto;
		margin-bottom:20px;
		margin-top:20px;
}

.toprow img {
        margin: 0 40px 0 0;
        vertical-align: top;
}

.row img {
        margin: 0 40px 0 0;
        vertical-align: middle;
		
}

.row p {
        font-size: 15px;
		margin-top:10px;
		
}

.singleImg {
		margin-top:20px;
		margin-bottom:20px;
}

.singleImg img { display:block; margin:0 auto; } 

/* form styles
---------------------------------------*/
label{
	float:left;
	font-weight:bold;
	width:150px;
	margin-bottom:3px;
	margin-right: 3px;
}

.tableList{
	list-style:none;
}

.submitbutton{
	margin-left:283px;
}

/* news styles
---------------------------------------*/

.newsItem h1{
	font-weight:bold;
	font-size: 16px;
	color: #7d0808;
	margin-bottom: 5px;
	margin-top:10px;
}

.newsItem p{
	margin-bottom: 0px;
}

a.blockLink {
	color: #7d0808;
	display: block;
	width: 250px;
	margin: 0;
	text-decoration: none;
	padding: 0;
}
a.blockLink:hover {
	color: #1c314e;
}

.newsImg {
	clear:both;
    display: block;
    width: 700px;
    background: #f1f1f1;
    margin: 10px auto 5px auto;
}

.newsImg img {
	display: block;
	margin: 0 auto;
	background-color:#999999;
	padding: 10px;
}

/* search styles
---------------------------------------*/

.redsearchBlock {
	width: 500px;
	padding: 15px 20px 15px 20px;
	margin: 0 auto;
	margin-bottom:35px;
	background: #550404 url(../images/search-block-bg.jpg) no-repeat center top;
	color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.redsearchBlock-list {
	width: 500px;
	padding: 15px 20px 15px 20px;
	margin-bottom:35px;
	background: #550404 url(../images/search-block-bg.jpg) no-repeat center top;
	color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.searchName {
	width: 215px;
	margin-left:20px;
	margin-right:10px;
}

.searchType {
	width: 215px;
	margin-left:10px;
	margin-right:20px;
}


ol.searchlisting {
	padding:5;
	margin-left:70px; 
}

ol.searchlisting li {
	font-size: 16px;
	line-height: 28px;
}

ol.searchlisting a {
text-decoration:none;
}

ol.searchlisting a:hover {
color:#1c314e;
}

/* search styles
---------------------------------------*/
.eventMonth{
	clear:both;
	width: 500px;
	text-align: center;
	padding: 15px 20px 15px 20px;
	margin: 10px auto 30px auto;
	background: #550404 url(../images/search-block-bg.jpg) no-repeat center top;
	color: #fff;
	font-size: 15pt;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}

#eventItem{
	clear:both;
	width: 900px;
	margin: 0 auto 10px;
	}

.eventDate{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.3;
	width: 62px;
	float:left;
	text-align: center;
	background: transparent url(../images/present-bg.jpg) no-repeat center top;
	margin:0px 20px 5px 0;
	padding:22px 8px 3px 33px;
	}
	
.eventDate span {
	font-size: 48px;
	line-height: 1;
}
	
.eventPara {
	margin:0 30px 10px 30px;
	float:right;
	clear:right;
	width: 700px;
	padding: 10px 5px 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.3;
	background: #ecf4f6;
	}
.eventPara.noDate {
	margin-bottom:20px;
	margin-left:120px;
	
	}

.hr {
height: 0;
width: 920px;
margin:8px 0;
border-bottom: 1px dashed #e7cd5f;
clear: both;
}

.hr hr {
	visibility: hidden;
	margin: 0;
	padding:0;
}




.eventsearchDate {
	width: 215px;
	margin-left:20px;
	margin-right:10px;
}

.eventsearchName {
	width: 215px;
	margin-left:10px;
	margin-right:20px;
	border-bottom:#FF0000;
}

/* competition styles
---------------------------------------*/

.competition h1{
	font-weight:bold;
	font-size: 14px;
	color: #7d0808;
	margin-bottom: 15px;
}

/* art finalists
--------------------------------------*/

.gallery .galleryImage {
	width:260px;
	float:left;
	margin: 0 15px 10px 15px;
	position:relative;
	background: #35588c;
}

.gallery .galleryImage.last { margin-right: 40px; }
.gallery .galleryImage.first { margin-left: 40px; }

.gallery .galleryImage div.photo {
	width:250px;
	overflow:hidden;
	margin: 10px auto;
}

.gallery .galleryImage img { 
	border:none;
	display:block;
	margin: 0 auto;
	vertical-align: auto;
}

.gallery .galleryRow {
	clear:both;
	margin-top: 18px;
}
