/*  -----------------------------------------------------
    
	INFO
	
	Project:				Vintage
	Version:				1.1
	Last change:			23/10/08
	Author:					Milan Zivkovic
	Author URL:				http://www.designer.rs

	- - - - - - - - - - - - - - - - - - - - - - - - - - -

	COLORS
	
	link:					#999;
	text:					#666;
	background:				#f3f2e9;

	- - - - - - - - - - - - - - - - - - - - - - - - - - -
	
	TABLE OF CONTENTS
   
	=Reset CSS
	=Basic
	=Body
		=Container
			=Header
				=Navigation
			=Content
			=Footer
    
	----------------------------------------------------- */



/*  -----------------------------------------------------

	=Reset CSS
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	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,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
	/*  margin: 10;
*/
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
	* {font-size:100.01%}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		color: #fff;
		font: 12px/1.6em Georgia, "Times New Roman", Times, serif;

	}
	ol {
		list-style-position: inside;
	}
	ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	/*blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}*/


/*  -----------------------------------------------------

	=Basic
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	a:link, a:visited {
		color: #999;
		text-decoration: none;
	}
	
	.image {
	border:3px;
	border-color:#e2e2e2;
	border-style: solid;		
	}	
	.subheadText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
	.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4c4c4c;
	text-align: inherit;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 14pt;
	}
	.dateText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}
	.boldBodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #4c4c4c;
	}
	.sectionHeaderText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #10100f;
	}
	.sectionBarText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding-left:30px;
	padding-top:4px;
	float: left;
	}
	.sectionBarImage {
	padding-left:15px;
	padding-top:3px;
	}
	.aboutBodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4c4c4c;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 14pt;
	}
	

	h1,
	h2,
	h3 {
		font-weight: bold;
	}
	
	h1 {
		font-size: 14px;
	}
	
	h3 {
		font-style: italic;
	}
	
	h4 {
	background-color: #F3F2E9;
	color: #10100f;
	font-size: 24px;
	margin-bottom: 10px;
	}
	
	h5 {
		color: #aaa;
		font-size: 9px;
	}
	
	a:hover, a:active {
		text-decoration: underline;
	}
	
	ul li {
		background: url(../images/style-gray/bullet.gif) no-repeat left center;
		padding-left: 10px;
	}
	
	p,
	ul,
	ol,
	h1,
	h2,
	h3,
	hr,
	blockquote,
	table,
	#projects {
	margin-bottom: 1em;
	margin-top: 1px;
	}
	
	em {
		font-style: italic;
	}
	
	strong,
	th,
	dt {
		font-weight: bold;
	}
	
	img {
	}
	
		img:hover,
#projects img:hover {
		}
	
	hr {
		background-color: #ccc;
		border: 0;
		color: #ccc;
		height: 1px;
	}
	
	th,
	td {
		line-height: 30px;
	}
	
	small {
		font-size: 10px;
		font-style: italic;
	}
	
	.width_150 {
	width: 165px;
	float: right;
	height: 45px;
	}
	
	.width_230 {
	width:230px;
	}
	
	.width_230floatL {
	}
	
	.width_280 {
	width: 280px;
	float: right;
	margin-bottom: 10px;
	}
	
	.width_280floatL {
	width: 280px;
	float: left;
	}
	
	.width_380floatR {
	width:380px;
	float:right;
	}
	
	.width_455 {
	width:455px;
	}
	
	.width_591 {
		width: 591px;
	}
	
	.width_600 {
		width: 600px;
		height: 75px;
	}
	
	.width_600floatR {
	width: 600px;
	height: 75px;
	float: right;
	}
	
	.width_898 {
	width: 898px;
	}
	
	.greyBarWidth_898 {
	width: 898px;
	background-image:url(../images/dark_grey_title_03.png);
	margin: 0px;
	height: 28px;
	overflow: hidden;
	margin-left: -4px;
	clip: auto;
	}
	
	.mustardBarWidth_898 {
	width: 898px;
	background-image:url(../images/mustard_title_03_03.png);
	margin: 0px;
	height: 28px;
	overflow: hidden;
	margin-left: -4px;
	clip: auto;
	padding-bottom: 0px;
	}
	
	.orangeBarWidth_898 {
	width: 898px;
	background-image:url(../images/orange_titlebar_03.png);
	margin: 0px;
	height: 28px;
	overflow: hidden;
	margin-left: -4px;
	clip: auto;
	}
	
	.redBarWidth_898 {
	width: 898px;
	background-image:url(../images/red_titlebar_03_03.png);
	margin: 0px;
	height: 28px;
	overflow: hidden;
	margin-left: -4px;
	clip: auto;
	}
	
	.featured {
		width: 500px;
	}
	
	blockquote {
		font-style: italic;
		background: url(../images/style-gray/quote.gif) no-repeat 0 4px;
		text-indent: 15px;
	}
	
	.main {
		text-align: justify;
	}
	
	.col {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	}
	
	#header .col {
		margin-right: 80px;
	}
	
	#container .last {
		margin-right: 0;
		display: inline;
	}
	
	#content .col {
	margin-bottom: 12px;
	}
	
	.box {
	background: #fbfbf8 url(../images/col-bg-280px-bottom.gif) no-repeat bottom center;
	padding: 0px;
	margin-bottom: 10px;
	}
	
	.width_590 .box {
		background-image: url(../images/col-bg-590px-bottom.gif);
	}
	
/*  -----------------------------------------------------

	=Body
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	body {
	background: #f3f2e9 url(../images/background.jpg) repeat-x;
	color: #333333;
	text-align: center;
	}

/*  -----------------------------------------------------

	=Container
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#container {
		margin: 0 auto;
		text-align: left;
		width: 900px;
	}

/*  -----------------------------------------------------

	=Rounded Box
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.roundedBox{display:block}
.roundedBox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.roundedBox1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f8f7f2;
  border-right:1px solid #f8f7f2;
  background:#fcfbf9}
.roundedBox2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f4f3eb;
  border-right:1px solid #f4f3eb;
  background:#fcfcfa}
.roundedBox3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #fcfcfa;
	border-right:1px solid #fcfcfa;
}
.roundedBox4{
  border-left:1px solid #f8f7f2;
  border-right:1px solid #f8f7f2}
.roundedBox5{
  border-left:1px solid #fcfbf9;
  border-right:1px solid #fcfbf9}
.roundedBoxfg{
	background:#FFFFFF;
	padding: 4px;
}

/*  -----------------------------------------------------

	=Header
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#header {
	color: #FFFFFF;
	height: 310px;
	position: relative;
	}
	
		#header .brand {
	border: 0;
	border-bottom: 0px;
	margin: 0 0 0px;
	padding-bottom: 1px;
		}
	
		#header #menu {
	bottom: -4px;
	left: 0px;
	margin: 0;
	position: absolute;
		}
		
			#header #menu li {
				background: none;
				float: left;
				margin-left: 1px;
				padding: 0;
			}
			
				#header #menu li a {
					color: #fff;
					display: block;
					font-size: 14px;
					padding: 5px 10px 8px;
				}
				
					#header #menu a:hover {
						color: #999;
						text-decoration: none;
					}
					
					#header #menu .active a {
					background: url(../images/nav-bg.gif) repeat-x;
					border-top: 1px solid #fff;
					border-left: 1px solid #fff;
					border-right: 1px solid #fff;
					color: #000;
					}
					
/*  -----------------------------------------------------

	=Events Page
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	.event {
	}
	.eventPicture {
	height: 215px;
	padding-left: 5px;
	}	
	.eventTitleText {
	padding-left: 5px;
	}
	.eventDateText {
		float: left;
		padding-left: 5px;
	}
	.eventBuyTickets {
		float: right;
	}
	.eventBodyText {
		float: left;
		padding-left: 3px;
		padding-top: 15px;
	}
	.eventBottomLinkText {
		float: left;
		padding-left: 5px;
		padding-top: 15px;
	}
	.eventMoreText {
	float: right;
	padding-top: 15px;
	padding-right: 35px;
	}
	
/*  -----------------------------------------------------

	=Contacts Page
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	.contactLogo {
		padding-left:25;
	}
	.contactSectionBarText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:212121;
	padding-left:30px;
	padding-top:4px;
	float: left;
	}
	.contactBodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4c4c4c;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 14pt;
	}
	.contactBoldBodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #4c4c4c;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 14pt;
	}
	#contactMap {
	padding-top:0px;
	padding-bottom:10px;
	line-height: inherit;
	}
	
/*  -----------------------------------------------------

	=Other
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
		
		#slider {
			width: 898px;
			margin: 0 auto;
			position: relative;
			
		}
	
		.scroll {
			height: 250px;
			width: 500px;
			overflow: hidden;
			position: relative;
			clear: left;
		}
		
		.scrollContainer div.panel {
			height: 250px;
			padding-top: 10px;
			width: 500px;
		}
		
			.panel p {
				background: url(../images/bullet-star.gif) no-repeat left center;
				padding-left: 10px;
			}
			
			div.panel span.pin {
				background: url(../images/style-gray/pin.gif) no-repeat;
				display: block;
				height: 28px;
				left: 50%;
				position: absolute;
				top: 2px;
				width: 21px;
			}
		
		.navigation {
			position: absolute;
			top: 218px;
			right: 20px;
		}
		
		.navigation li {
			background: none;
			display: inline;
			float: left;
			padding: 0;
		}
		
		.navigation a {
			background: url(../images/style-gray/bullet.gif) no-repeat;
			display: block;
			height: 6px;
			margin-right: 2px;
			text-indent: -9999px;
			width: 6px;
		}
		
		.navigation a:hover {
			background: url(../images/bullet-black.gif);
		}
		
		.navigation a.selected {
			background: url(../images/bullet-black.gif);
		}
		
		.navigation a:focus {
			outline: none;
		}
		
		.scrollButtons {
			border: 0;
			cursor: pointer;
			position: absolute;
			top: 215px;
			z-index: 100;
		}
		
		.scrollButtons.left {
			right: 10px;
		}
		
		.scrollButtons.right {
			right: 0px;
		}
		
		.hidden {
			visibility: hidden;
		}

		#content table,
		#content th {
			border-bottom: 3px solid #fcfcfa;
		}
		
		tr.odd {
			background-color: #fcfcfa;
		}
		
		#projects {
			overflow: hidden;
		}
		
			#projects img {
				border-color: #ddd;
			}
			
			.project-head {
				background: url(../images/bullet-toggle-plus.gif) no-repeat left center;
				border-bottom: 1px solid #eee;
				cursor: pointer;
				padding-left: 10px;
				right: 0;
				top: 165px;
			}
			
			.project-body {
				border-bottom: 1px solid #ccc;
				display:none;
				overflow: hidden;
			}
			
				.project-body ul {
					float: right;
					width: 150px;
				}
				
				.project-body p {
					float: left;
					width: 350px;
				}
				
		.contactForm {
			width: 500px;
		}
		
			label {
				float: left;
				width: 100px;
			}
			
			.contactForm small {
				display: block;
				padding-left: 100px;
			}
			
			input,
			textarea {
				background-color: #f9f9f9;
				border: 1px solid #f2f2f2;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-style: italic;
				padding: 5px;
				width: 300px;
			}
			
			input:focus,
			textarea:focus {
				background-color: #ececec;
				border-color: #ddd;
			}
			
			.btn {
				background: url(../images/style-gray/button.gif) no-repeat;
				border: 0;
				color: #fff;
				font-style: normal;
				height: 25px;
				width: 77px;
			}
			
			.required {
				color: #999;
			}
			
			#message_ok {
				color: #999;
				display: none;
			}
		
/*  -----------------------------------------------------

	=Footer
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.footer {
	color: #666;
	text-align: center;
	overflow: hidden;
	clear: both;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	bottom: 0px;
	margin-top: 20px;
	}
	
	.footerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #b6b6b6;
	line-height: 14pt;
}
	
			#footer p.right {
	float: none;
			}
		
			#footer p img {
				vertical-align: middle;
			}
.event {
	background-color: #FFFFFF;
	width: 890px;
	height: 233px;
}
.galleryContent {
	background-color: #FFFFFF;
	margin: 5px;
	height: 622px;
	width: 876px;
	border: thin solid #CCCCCC;
}
