html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* sloga */

.fl {float:left;}
.fr {float:right;}
.w670 {width:670px;}
.w290 {width:290px;}
.mb20{margin-bottom:20px;}
.tc{text-align:center;}

html,body {
	margin:0;
	padding:0;
	height:100%;
}

body {background: url(../images/body_back.jpg);}

#wrapper {
	width: 100%;
	min-height:100%;
	position:relative;
}

header {
	top:0;
	width:100%;
	height:183px;
	background:url(../images/top_back.gif) repeat-x 0 0;
}

	#head{
		width: 960px;
		margin: 0 auto;
		height: 183px;
		background: #fff url(../images/head_back.gif) repeat-x 0 0;
		position: relative;
	}
	
		#logo{
			position: absolute;
			top: 35px;
			left: 25px;
		}
		
		#caption{
			position: absolute;
			top: 35px;
			left: 250px;
			color: #464545;
			font-family: arial;
			font-size: 24px;
			line-height: 36px;
			letter-spacing: 0.025em;
			font-weight: bold;
		}
		
		div#social{
			height: 21px;
			position: absolute;
			top: 41px;
			right: 0;
		}
		
			div#social a {
				margin-right: 18px;
				width: 22px;
				height: 21px;
				display: block;
				font-size:1px;
			}
			
			div#social a.facebook{background: url(../images/fb-icon.gif) no-repeat 0 0;}
			div#social a.facebook:hover{background: url(../images/fb-icon.gif) no-repeat -22px 0;}
		
		ul#menu{
			list-style-type:none;
			margin:0;
			padding:0;
			position:absolute;
			top: 134px;
			left: 250px;
			height:	49px;
			overflow: hidden;
		}
		
			ul#menu li {
				float:left;
				height: 49px;
				line-height: 49px;
			}
			
			ul#menu li a{
				font-family: arial;
				color: #464545;
				font-size: 14px;
				padding: 0 18px;
				text-decoration: none;
				font-weight: bold;
				height: 49px;
				display: block;
				float: left;
				text-transform:uppercase;
			}
			
			ul#menu li a:hover, ul#menu li a.active{
				background-color: #8e0101;
				color: #fff;
			}

#body {
   padding:0px;
   padding-bottom:100px;
}
	#container {
		width: 960px;
		margin: 0 auto;
		background-color: #fff;
	}
	
		#pics {
			height: 320px;
			margin-bottom: 28px;
			position:relative;
			overflow:hidden;
			background: url(../images/ajax-loader.gif) no-repeat center center;
		}
		
		#slider ul {list-style-type:none;}
		
		#pics #prevBtn, #pics #nextBtn{
			position:absolute;
			display: block;
			top: 0;
			width: 40px;
			height: 320px;
			text-decoration: none;
		}
		
		#pics #prevBtn{
			left: 0;
			background: url(../images/prev.png) no-repeat 0 0;
		}
		
		#pics #nextBtn{
			right: 0;
			background: url(../images/next.png) no-repeat 0 0;
		}
		
		#center{
			font-family: arial;
			font-size: 14px;
			color: #303030;
			padding-bottom: 50px;
		}
		
		#center .caption{
			height: 37px;
			line-height: 37px;
			overflow: hidden;
			font-size: 24px;
			text-indent:29px;
			margin-bottom: 35px;
			background: url(../images/center_back.gif) repeat-x 0 0;
			text-transform: uppercase;
		}
		
		#center .aside{
			height: 37px;
			line-height: 37px;
			overflow: hidden;
			font-size: 24px;
			text-indent:10px;
			margin-bottom: 15px;
			background: url(../images/center_back.gif) repeat-x 0 0;
			text-transform: uppercase;
		}
		
		#center .aside.mb20{
			margin-bottom: 35px;
		}
		
		#center .aside-small{
			height: 25px;
			line-height: 25px;
			overflow: hidden;
			font-size: 12px;
			text-indent:10px;
			margin-bottom: 40px;
			background: url(../images/center_back.gif) repeat-x 0 0;
		}
		
		#center article{
			margin-left: 29px;
			margin-right: 20px;
			overflow-x: hidden;
		}
		
		#center aside{
			margin-left: 10px;
			margin-right: 10px;
		}
		
		#center .description{
			font-size: 18px;
			margin-bottom: 25px;
		}
		
		article {margin-bottom: 20px;}
		
		article img {margin: 20px 0;}
		
		article img.gallery {
			margin: 0 2px 2px 0;
			border: 1px solid #dedede;
			padding: 2px;
		}
		
		article a{
			color: #8e0101;
		}
		
		article .back{
			font-size: 12px;
			color: #8e0101;
			background-color: #e4e4e4;
			display: inline-block;
			padding: 0 10px;
			height: 25px;
			line-height: 25px;
			text-align: center;
			text-decoration:none;
		}
		
		article .back:hover{
			font-size: 12px;
			color: #fff;
			background-color: #8e0101;
		}
		
		article .article{
			margin-bottom:45px;
		}
		
		article .article.last{
			margin-bottom: 20px;
			padding-bottom: 20px;
			border-bottom: 1px dashed #cbcbcb;
		}
		
			article .article h2{
				margin-bottom:10px;
				border-bottom: 1px solid #cbcbcb;
				padding-bottom: 8px;
				font-size: 18px;
				overflow:hidden;
			}
			
			article .article a.title{
				display: block;
				margin-bottom:10px;
				border-bottom: 1px solid #cbcbcb;
				padding-bottom: 8px;
				font-size: 18px;
				overflow:hidden;
				text-decoration: none;
			}
			
			article .article a.title:hover{
				text-decoration: underline;
			}
			
			article .article time{
				display:block;
				font-size: 11px;
				color: #b4b4b4;
				margin-bottom:15px;
			}
			
			article .article p{
				font-size: 14px;
				margin-bottom:15px;
			}
		
		article .pagination{
			font-size: 1px;
			text-align: center;
			letter-spacing: 0px;
			word-spacing: 0px;
		}
		
		article .pagination a{
			font-size: 14px;
			text-decoration:none;
			display: inline-block;
			width: 19px;
			height: 19px;
			line-height: 19px;
			text-align: center;
			color: #cbcbcb;
		}
		
		article .pagination a.fcred{
			color: #8e0101;
		}
		
		article .pagination a:hover, article .pagination a.active{
			color: #fff;
			background-color: #8e0101;
		}
		
		#comments{margin: 0 30px;}
		
		div#comment_top {
			padding-top: 10px;
			border-top: 1px dashed #cacaca;
		}

		div.comment {
			font-size: 12px;
			margin-bottom: 10px;
			padding: 10px;
			padding: 2px 5px;
			line-height: 16px;
		}

		div.comment.bgblue, div.comment.bgred {
			background-color: #f0f0f0;
			border-left: 3px solid #cacaca;
			border-bottom: 3px solid #cacaca;
			color: #666;
		}
		
		div.comment.success {
			background-color: #f0f0f0;
			border-left: 3px solid green;
			color: green;
			padding: 10px;
		}

		div.comment.error {
			background-color: #f0f0f0;
			border-left: 3px solid #8F0700;
			color: #8F0700;
			padding: 10px;
		}
		
		div.comment.bgred {

		}

		div.comment small {
			font-size: 12px; 
			font-weight: bold;
			color: #8F0700;
		}
		
		div.comment blockquote {
			margin: 5px;
		}

		form#comment_form {
			margin: 0;
			padding: 0;
		}

		form#comment_form fieldset {
			font-size: 12px;
			border: 0;
			background: none;
			padding: 10px;
			color: #8F0700;
		}

		form#comment_form label {
			display: block;
			width: 150px;
			float: left;
			font-size: 12px;
			color: #8F0700;
		}

		form#comment_form input, form#comment_form textarea {
			border: 1px solid #ccc;
			background-color: #f0f0f0;
		}

		form#comment_form .fail {border: 1px solid red;}
		
		input#city{display:none;}
		
		.fcred{color: #8e0101;}
		.fcgray{color: #595858;}
		
		ul.side-menu{
			list-style-type:none;
			margin-bottom: 13px;
		}
		
			ul.side-menu li{
				height: 26px;
				margin-bottom: 1px;
				background-color: #f1f1f1;
				overflow: hidden;
			}
			
				ul.side-menu li a{
					color: #8e0101;
					height: 26px;
					line-height: 26px;
					display:block;
					font-size:14px;
					background: url(../images/li-a_back.gif) no-repeat 0 0;
					padding-left: 26px;
					text-decoration:none;
				}
				
				ul.side-menu li a:hover, ul.side-menu li a.active{
					color: #fff;
					background: #8e0101 url(../images/li-a_back.gif) no-repeat 0 -26px;
				}
		
	div.event{
		border-bottom: 1px solid #cbcbcb;
		padding-bottom: 20px;
		margin-bottom: 20px;
		color: #303030;
		font-size: 12px;
	}
	
		div.event time{
			display: block;
			border-bottom: 1px solid #8e0101;
			background: #fff url(../images/time_back.gif) no-repeat 0 0;
			height: 26px;
			line-height: 26px;
			color: #fff;
			font-size: 14px;
			text-indent: 10px;
			margin-bottom: 20px;
		}
		
		div.event a{
			text-decoration: none;
			color: #8e0101;
			font-size: 16px;
			margin-bottom: 10px;
			display: inline-block;
		}
		
		div.event a.more{
			text-decoration: none;
			color: #8e0101;
			font-size: 12px;
		}
		
		div.event a.more:hover{
			color: #111;
			font-size: 12px;
		}
		
footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;
	background:none;
}

	#foot{
		width: 960px;
		margin: 0 auto;
		height: 100px;
		background: url(../images/foot_back.gif) 0 0;
		font-family: arial;
		position: relative;
	}
	
		#footmenu{
			padding-top: 10px;
			text-align: center;
		}
				div#footmenu a{
					color: #fff;
					text-decoration:none;
					font-size: 12px;
					display: inline-block;
					padding: 0 20px;
					text-align: center;
					border-left: 1px solid #8e0101;
				}
				
				div#footmenu a:hover{
					text-decoration:underline;
				}
				
				div#footmenu a.first{
					border:none;
				}
		
		#copyright{
			color: #cbcbcb;
			font-size: 12px;
			position: absolute;
			width: 400px;
			height: 15px;
			line-height: 15px;
			text-align: center;
			left: 50%;
			margin-left: -200px;
			bottom: 10px;
		}
		
			#copyright a{
				color: #cbcbcb;
				text-decoration:none;
			}
			
			#copyright a:hover{
				text-decoration:underline;
			}