/*
Theme Name: hansum
Theme URI: http://www.meltingpx.com
Description: <p>Cool CMS website template</p>
Version: 1.0
Author: ram
Created Date:10/03/2010
Author URI: http://www.meltingpx.com/

*/

body {
	background-repeat:no-repeat;	
	font:normal 13px/18px Arial, sans-serif;
	color:#424242;
	margin:0px;	
	/*background-image: url(images/bg.jpg);*/
	background-color:#000;
	background-position: center top;	
}
html{
	background-image: url(images/bg-strip.jpg);
	background-repeat: repeat;
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border: 0 #eee solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* default link style
----------------------------------------------------------------------------------------------------*/
a:link, a:visited, a:active {
color:#000;
text-decoration:none;
}
a:hover {
color:#a6b231;
text-decoration:none;
}
/* Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 20px;
	letter-spacing:-1px;
	font-weight:normal;
	line-height: 20px;
}
h2 {
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 20px;
}
h3 {
	font-size: 15px;
	letter-spacing:0px;
	font-weight:bold;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}
ul {

	list-style-type:disc;

}

li {
	margin-left: 30px;

}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 8px;
	
}

h2,h3,h4, a{
font-family:Arial, Helvetica, sans-serif;

}

#left-column h4{
	letter-spacing: 1px;
}
.right-column h3{
font-weight:bold;
letter-spacing: 0px;

}
/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
  float: right; 
  margin: 0 0 20px 20px;
  width:auto;
}
.alignleft {
  float: left; 
  margin: 0 20px 10px 0;
  width:auto;
}
a img {
	border:none;
	padding-bottom:5px;
}

blockquote{
	border:1px solid #ccc;
	background-color:#eee;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	border-right:3px solid #ccc;
	font-size:12px;
	color:#555;
	
}
.vspace{
height:40px;
}

/* Genral style
----------------------------------------------------------------------------------------------------*/

/*Image borders
.thumbnail-border{
border:1px solid #eee;
padding:2px;
}*/
.biggerimg-border{
border:1px solid #ddd;
background-color:#f3f3f3;
padding:8px;
margin-bottom:20px;
}
/*horizontal divider line*/
.h-divider{
	background-image: url(images/h-divider.png);
	background-repeat: no-repeat;
	background-position: center center;	
	height:20px;
}

/*view more button style*/
a.view-more{
	background-image: url(images/view-more.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	display:block;
	margin-top:10px;
}
a.view-more:hover{
	background-image: url(images/view-more-ho.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	display:block;
}
/*view more button style for alternate home page*/
a.view-more2{
	color:#333;
	font-size:0.9em;
}
a.view-more2:hover{
	color:#a6b231;
}

a.buy-tickets{
	float:right;
	background-color:#990;
	color:#fff;
	font-size:0.9em;
}
a.buy-tickets:hover{
	background-color:#000;
}
/*home page title icons for h3*/

h2.page-title{
color:#a6b231;

}

.title-info{
	background:#f9f9f9;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px 0;
	margin:10px 0 20px 0;
	font-style: italic;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

h3{
	color: #000;
}



/*header*/
#header{
height:80px;
margin-top:30px;
display:block;
width:1000px;


}

.logo{
width:50%;
float:left;
margin-left:0px;

}
#call{
	float:right;
	text-align:right;
	background-image: url(images/mobile.png);
	background-repeat: no-repeat;
	background-position: left -1px;
	height:74px;
	
	
}

#call h3{
	font-size:25px;
	letter-spacing: -1px;
	margin:0px;
	padding-left:60px;
	padding-top:10px;
}
#call strong{
color:#111;

}


/*left navigation*/
ul.navigation{
}

	ul.navigation li{
	margin-left:0px;
	list-style-type:none;
	}
	
	
.mid-wrapper{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#f9f9f9;
	float:left;
	padding:20px;
	padding-top:30px;
	width:958px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;


}


/*---------------------slider--------------------*/

.slider-frame{
	width:690px;
	height:400px;
	background-image: url(images/shadow-slider.png);
	background-repeat: no-repeat;
	margin-bottom:10px;
	
}
.accordion, .accordion *{
	margin:0;
	padding:0;
	list-style-type: none;

}

.one, .two, .three, .four, .five {

border-left:1px solid #fff;



}
.one_1, .one_2, .one_3, .one_4, .one_5 {

border-left:1px solid #fff;



}

.accordion li{
	cursor:pointer;
}
.accordion .active_click{
	cursor:default;
}



/*table data style*/

table.table-data {
color:#666;
}

table.table-data th{
background-color:#ddd;
padding:3px 5px;
border:1px solid #ccc;
color:#111;

}
table.table-data td{
background-color:#eee;
border:1px solid #ccc;
padding:3px 5px;
text-align:center;

}

/*gallery  style*/
ul.gallery {
	margin:0px;
	padding:0px;
	list-style:none;
	min-height:300px;
	height:400px;

}
	ul.gallery li{
		list-style:none;
		margin:0px;	
	}
	
#left-column{

}
#left-column h4{
	color:#a6b231;

	}
	


.portfolio-box{
min-height:240px;
/*height:150px;*/
padding-bottom:15px;


}

.portfolio-box-events{
height:auto;
padding-bottom:25px;
border-bottom:1px dotted #666;

}


/* sidebar section elements style
----------------------------------------------------------------------------------------------------*/

li.widget{
list-style:none;
margin-left:0px;

}

li.widget #s{
width:150px;
margin-bottom:5px;

}
/*li.widget #searchsubmit{
width:100px;
height:35px;
background-color:#f0f0f0;


}*/

.tm-section{
background-color:#f0f0f0;
border:1px solid #e4e4e4;
padding:20px;

}
	.tm-section p.quote{
		background-image: url(images/testimonial-quote.png);
		background-repeat: no-repeat;
		background-position: right top;
		padding-right:30px;
		font-size:11px;
		
		
	}
	.tm-section a:link{
	color:#111;
	}

.follow-us{
background-color:#f0f0f0;
border:1px solid #e4e4e4;
padding: 20px 30px 50px 35px;

}

	.follow-us ul{
	list-style:none;
	margin:0px;
	
}
	.follow-us li{
	margin:0px;
	padding:3px 0;
	}
	.follow-us a:link{	
	color:#111;
	}
		.follow-us li.facebook{
			background-image: url(images/ico-fb.png);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left:25px;
		}
		.follow-us li.twitter{
			background-image: url(images/ico-tw.png);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left:25px;
		}
		.follow-us li.rss{
			background-image: url(images/ico-rss.png);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left:25px;
		}
		.follow-us li.dig{
			background-image: url(images/ico-dig.png);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left:25px;
		}
		.follow-us li.flickr{
			background-image: url(images/ico-fli.png);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left:25px;
		}
		.follow-us li.stumble{
			background-image: url(images/ico-stu.png);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left:25px;
		}

ul.sf-menu, .tm-section, .follow-us {
margin-bottom:30px;

}
/*Right column / section*/

.right-column{
padding-left:10px;
color:#333;
}

.inner{
background-color:#f9f9f9;
border:1px solid #eee;
padding:20px;


}

/*blog*/
.post h3{

}
.post small{
margin:0;
padding:0px;
}

.entry p{
	font:normal 13px Arial, sans-serif;
	color:#424242;
	margin:10px 0;
}

.post {
margin-bottom:30px;
float:left;
width:auto;

}

.navigation a{
border:1px solid #ccc;
padding:5px;
background-color:#eee;
font-weight:bold;
width:50px;
height:50px;
}
.navigation a.current{
background-color:#000;
color:#fff;

}
/*home page 3 content columns*/
.home-col1{
float:left;
width:210px;
margin-bottom:30px;
padding-right:5px;
position:relative;
padding-bottom:10px;

}

.home-col2{
float:left;
width:31%;
display:block;
margin-left:18px;
position:relative;
padding-bottom:10px;

}

.home-col3{
float:left;
width:31%;
display:block;
margin-left:18px;
position:relative;
padding-bottom:10px;

}

.home-col4{
float:left;
width:210px;
margin-bottom:30px;
padding-right:5px;
position:relative;

}

.home-col5{
float:left;
width:31%;
display:block;
margin-left:18px;
position:relative;

}

.home-col6{
float:left;
width:31%;
display:block;
margin-left:18px;
position:relative;
clear:right;

}

.home-col1 h1, .home-col2 h1, .home-col3 h1, .home-col4 h1, .home-col5 h1, .home-col6 h1 {
	color:#a6b231;
	letter-spacing: 1px;
}



.img-col{
float:left;



}
.des-col{
margin-left:0px;
margin-bottom:20px;
display:block;
border-bottom:1px solid #eee;
padding-bottom:20px;
}

.home-col1 h2, .home-col2 h2, .home-col3 h2, .home-col4 h2, .home-col5 h2, .home-col6 h2{
color:#030303;
margin-bottom:10px;
border-bottom:1px solid #eee;
padding-bottom:5px;


}

.home-col1 h3, .home-col2 h3, .home-col3 h3, .home-col4 h3, .home-col5 h3, .home-col6 h3{
color:#030303;
font-style:normal;
padding-bottom:0px;


}

/*portfolio 2*/

.portfolio-2{
margin-bottom:30px;
float:left;
width:auto;
}



/* contact form
----------------------------------------------------------------------------------------------------*/

#container
{
	margin: auto;
	overflow: hidden;
	position: relative;

}
input{
	padding:2px 5px;
	border:1px solid #ccc;
	/*background-image: url(images/form-field-bg.jpg);*/
	background-repeat: repeat-x;
	height:20px;
	/*width: 15em;*/
	
}

.eStore_button{

	border:none;
	padding:0px;
	margin:0px;
	margin-bottom:-5px;
}


input.eStore_paypal_checkout_button{
	margin-top:15px;
	float:right;
	margin-right:80px;
	padding:0px;
	border:none;
	background-repeat: repeat-x;
	width:143px;
	height:41px;
	
}

.contact-us {
	text-align:left;	
	padding:10px 0;
	width:auto;

}

.contact-us textarea {
	width: 15em;
	padding:2px 5px;
	border:1px solid #ccc;
	background-color:#eeeeee;
	height:100%;
	
}
.contact-us .submit {
	position:relative;
	left:110px;
	border:none;	
	width:83px;
	height:23px;	
	background-image:none;


}

.red {
	color: #CC0000;
	font-weight:700;
}
.contact-us .form-col1 {
	color:#666;
	width:100px;
	height:30px;
	float:left;
	display:block;
	text-align:left;
	padding-right:10px;
	font-weight:700;
}
.message {background-color:#eee;
	border:1px solid #ccc; color:#cc3300;display:none;width:460px;padding:10px;}
	.contact {text-align:right;}
	.contact ul {list-style-type:none;width:390px;}
	.contact li {list-style-type:none;}
	.contact input {width:260px;}
	.contact textarea {width:260px;}
/* @ comments style
----------------------------------------------------------------------------------------------------*/
	
h3#comments, #respond {
	color:#222;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	color:#333;
}
#commentform textarea {
	width: 99%;
	padding: 2px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	color:#333;
	overflow:auto;
}
#commentform #submit2 {
	margin: 0;
	float: left;
	margin-bottom:10px;
	border:none;
	width:83px;
	height:24px;
	padding: 5px 10px;
	font-weight:bold;
	background-image: url(images/submit.png);
	background-repeat: no-repeat;
}
#commentform #submit2:hover {
	cursor: pointer;
}
.alt {
	margin: 0;
	padding: 10px;
}
ol.commentlist {
	margin:0px;
	padding:0px;
}
.commentlist a:link, .commentlist a:visited {
	color:#0099CC;
}
.commentlist li {
	margin: 5px 0 10px 0;
	padding: 15px 5px 10px 10px;
	list-style: none;
	border:1px solid #ccc;
	background-color:#f1f1f1;
	color:#333;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.navigation {
	background-image: url(images/pf-bg.jpg);
	background-repeat: repeat-x;
	background-position: -50px;
	font-size:1.5em;
}
.avatar {
	padding:5px;
	background-color:#fff;
	border:1px solid #ddd;
	float:right;
	width:auto;
}
/*Footer section*/

#bottom-footer{
background-color:#f9f9f9;
width:960px;
float:left;
padding:20px;

}

.footer{
	padding:10px 20px;
	float:left;
	width:960px;
	margin:0px 0px;	
	border-top:0px solid #dedede;
	background-color:#ccc;
	background-repeat: repeat-x;	
}
	.copy{
	width:60%;
	float:left;
	
	}
	.copy p{
	margin:0px;
	}
	ul.footer-links{	
	float:right;
	width:auto;
	}

	ul.footer-links li{
	display:inline;
	margin-left:0px;		
	}

		ul.footer-links li a{
		
		padding:0px 10px;
		margin-left:0px;
		color:#333;
		
		
		}
		/*footer link active/ current page link*/
		ul.footer-links li.current a{
		color:#000;
		
		}
		
.BuyTicketsbtn{
background-image:url(images/buy-tickets.png);
height:102px;
padding-bottom:0px;
background-repeat: no-repeat;

}

.BecomeFriendbtn{
background-image:url(images/become-friend.png);
height:85px;
padding-bottom:0px;
background-repeat: no-repeat;

}

.Welshbtn{
background-image:url(images/welsh.png);
height:56px;
padding-bottom:0px;
background-repeat: no-repeat;

}




/*Search tbn*/
#searchwrapper {
width:257px; /*follow your image's size*/
height:29px;/*follow your image's size*/
background-image:url(images/side_search_bg.jpg);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
vertical-align:bottom;
}
#searchwrapper form { display:inline ; }
.searchbox {
border:0px; /*important*/
background-color:c93d05; /*important*/
position:absolute; /*important*/
top:4px;
left:75px;
width:150px;
height:16px;
}
.searchbox_submit {
border:0px; /*important*/
background-color:c93d05; /*important*/
position:absolute; /*important*/
top:4px;
left:30px;
width:32px;
height:28px;
}

#events-calendar-list {
	font:normal 13px Arial, sans-serif;
	color:#666;
}

.eventStyle {
	font-size: 12px;
	font-weight:bold;
	background-color:#d2cfcf; !important;
	color:#000;
	padding:7px;
	width:440px;
}

.eventPrice {
	font-size: 12px;
	font-weight:bold;
	background-color:#fff; !important;
	color:#333;
	padding:1px;
	width:100px;
	float:right;
	text-align:center;
}

