/*
Theme Name: Taste
Theme URI: http://wordpress.org/
Description: Taste theme
Version: 1.0
Author: Slice'r'us
Author URI: http://www.slicerus.com/
*/

/*-------
// global 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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/
html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/
a:link, a:visited {
	color: #000000;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html {
	height: 101%;
}
body {
	font-family: Georgia, serif;
	background: #24334d url(img/body-bg.png) repeat-x 0 0;
}
#body {
	width: 100%;
	background: url(img/body-t.jpg) no-repeat 50% 0;
}

#page {
	width: 850px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #4c4c4c;
	position: relative;
}

#top {
	position: relative;
	z-index: 50;
}
	#logo {
		padding: 12px 0 10px 16px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 529px;
			height: 167px;
			text-indent: -1000em;
			background: url(img/logo-1.png) no-repeat 0 0;
		}
	#tickets {
		position: absolute;
		right: 5px;
		top: 40px;
	}
		#tickets a:link, #tickets a:visited {
			display: block;
			width: 176px;
			height: 178px;
			text-indent: -1000em;
			background: url(img/but-tickets.png) no-repeat 0 0;
		}

#wrap {
	width: 846px;
	overflow: hidden;
	border: solid 2px #FFFFFF;
	background: #FFFFFF url(img/wrap-t.png) repeat-x 0 14px;
	z-index: 10;
}
	#content {
		float: right;
		width: 560px;
		padding: 40px 30px 1px 20px;
	}
	#side {
		float: left;
		width: 190px;
		padding: 30px 0 0 25px;
		font-family: Arial, sans-serif;
	}



.sep1 {
	background: url(img/sep-1.png) repeat-y 0 0;
	height: 12px;
	overflow: hidden;
	clear: both;
}
#content h1,
#content h2 {
	font-family: Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #24334d;
	margin: 0 0 .6em;
}
	#content h2 a:link, #content h2 a:visited {
		color: #24334d;
	}

#content h3 {
	font-size: 100%;
	margin: 1.5em 0 .75em;
}

#content p {
	line-height: 1.5;
	margin: 0 0 1em;
}


.post {
	padding: 0 0 .5em;
	background: url(img/line-h2.gif) repeat-x 0 100%;
	margin: 0 0 1.25em;
}
.post-last {
	background: none;
}
	#content .post h2 {
		margin: 0 0 .2em;
	}
	#content .post p.date {
		color: #717171;
		font-family: Arial, sans-serif;
		margin: 0 0 .3em;
	}
	a.more-link:link, a.more-link:visited {
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #561622;
	}

.commentlist {
}
	.commentlist li {
		padding: .5em 0;
	}
		.commentlist .comment-author {
			float: left;
			width: 59%;
			margin: 0 0 .5em;
		}
		.commentlist .comment-meta {
			float: right;
			width: 40%;
		}
		.commentlist p {
			clear: both;
		}


#menu1 {
	margin: 0 0 25px;
	font-family: Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
}
	#menu1 ul {
		width: 100%;
		overflow: hidden;
	}
		#menu1 li {
			width: 100%;
			float: left;
			background: url(img/line-h.gif) repeat-x 0 100%;
		}
			#menu1 li a:link, #menu1 li a:visited {
				display: block;
				line-height: 40px;
				padding: 0 0 0 15px;
				background: url(img/bullet-1.gif) no-repeat 0 50%;
			}

#menu2 {
	color: #6d6d6d;
}
	#menu2 ul {
		margin: 10px 0;
		width: 100%;
		overflow: hidden;
	}
		#menu2 li {
			float: left;
			width: 100%;
		}
			#menu2 li a:link, #menu2 li a:visited {
				display: block;
				color: #561622;
				font-weight: bold;
				line-height: 23px;
				padding: 0 0 0 20px;
				background: url(img/bullet-2.gif) no-repeat 0 50%;
			}


p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 0 0 .5em 1em;
	display: inline;
}
img.alignleft {
	margin: 0 1em .5em 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}


#logos {
	clear: both;
	margin: 0 20px 15px auto;
	width: 250px;
}
	#logos img {
		vertical-align: middle;
		padding: 0 5px;
	}


#footer {
	text-align: center;
	padding: 8px 0;
	color: #FFFFFF;
}
	#footer a:link, #footer a:visited {
		color: #FFFFFF;
	}



.entry {
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #6d6d6d;
}

.page-item-16 a:link, .page-item-16 a:visited{
   background-position: 0px 0px;
}
















