/*
Theme Name: VIntage
Theme URI: http://www.designer.rs
Description: Vintage is modern wordpress template for portfolio or blog. Equipped with jquery plugins, for better usability and style. Also there are 5 color styles (+ default gray).
Version: 1.1
Author: Milan Zivkovic
Author URI: http://www.designer.rs/
Tags: blue, red, orange, purple, green, gray, coda slider, fixed width, two columns, widgets

	Vintage 1.1
	 http://demo.designer.rs/vintage

	This theme was designed and built by Milan Zivkovic,
	whose portfolio you will find at http://www.designer.rs/

*/

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

	=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: 0;
		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 Arial, Helvetica, sans-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;
	}
	
	h1,
	h2,
	h3 {
		font-weight: bold;
	}
	
	h1 {
		font-size: 14px;
	}
	
	h3 {
		font-style: italic;
	}
	
	h4 {
		color: #10100f;
		font-size: 14px;
		padding: 0 0 4px 18px;
	}
	
	h5 {
		color: #aaa;
		font-size: 9px;
	}
	
	a:hover, a:active {
		text-decoration: underline;
	}
	
	ul li {
		background: url(../../../wp-content/themes/Vintage/images/style-gray/bullet.gif) no-repeat left 7px;
		padding-left: 10px;
	}
	
	p,
	ul,
	ol,
	h1,
	h2,
	h3,
	hr,
	blockquote,
	table,
	#projects {
		margin-bottom: 1em;
	}
	
	em {
		font-style: italic;
	}
	
	strong,
	th,
	dt {
		font-weight: bold;
	}
	
	img {
		/*border: 3px solid #fff;*/
	}
	
		img:hover,
#projects img:hover {
			border-color: #999;
		}
	
	hr {
		background-color: #ccc;
		border: 0;
		color: #ccc;
		height: 1px;
	}
	
	th,
	td {
		line-height: 30px;
	}
	
	small {
		font-size: 10px;
		font-style: italic;
	}
	
	.width_280 {
		width: 280px;
	}
	
	.width_320 {
		width: 320px;
	}
	
	.width_590 {
		width: 590px;
	}
	
	.featured {
		width: 500px;
	}
	
	.white {
		color: white;
	}
	
	blockquote {
		font-style: italic;
	}
	
	.main {
		text-align: justify;
	}
	
	.col {
		float: left;
		margin: 40px 30px 0 0;
	}
	
	#header .col {
		margin-right: 80px;
	}
	
	#container .last {
		margin-right: 0;
		display: inline;
	}
	
	#content .col {
		margin-bottom: 30px;
	}
	
	.box {
		/*background: #fbfbf8 url(../../../wp-content/themes/Vintage/images/col-bg-280px-bottom.gif) no-repeat bottom center;*/
		padding: 0 0 10px;
		margin-bottom: 40px;
		position: relative;
	}
	
		.main .box {
			padding: 10px;
		}
		
		.box p, .box h1 {
			margin-left: 10px;
			text-align: left;
		}
		
		.box .postmetadata {
			margin-left: 0;
		}
	
	.width_590 .box {
		/*background-image: url(../../../wp-content/themes/Vintage/images/col-bg-590px-bottom.gif);*/
	}
	
	.alignleft {
		float: left;
		margin-right: 10px;
	}
	
	.clear {
		clear: both;
	}
	
/*  -----------------------------------------------------

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

	body {
		background: #000 url(../../../wp-content/themes/Vintage/images/background.jpg) center top no-repeat;
		color: #999;
		text-align: center;
	}



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

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

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


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

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

	#header {
		color: #e6e6e6;
		height: 320px;
		position: relative;
	}
	
		#header .brand {
			border: none;
			padding-bottom: 15px;
			padding-left: 32px;
		}
	
		#header #menu {
			background: transparent url(../../../wp-content/themes/Vintage/images/bg_transparent_in.png) repeat scroll 0 0;
			bottom: 0;
			height: 32px;
			left: 0;
			margin: 0;
			padding-left: 8px;
			position: absolute;
			top: 374px;
			width: 583px;
		}
		
			#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,
					#header #menu .active_category,
					#header #menu .current-cat a,
					#header #menu .current_page_item a {
					background: transparent url(../../../wp-content/themes/Vintage/images/bg_transparent_menu.png) repeat;
					color: #ED2228;
					}


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

	=Content
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	#content {
		margin-bottom: 50px;
	}
		.col.width_280 {
			
		}
	
		.col.width_280 h4 {
			/*background: url(images/col-bg-280px-top-services.gif) no-repeat;*/
		}
	
		.col.width_280 h4.Eventi {
			/*background: #fff url(images/col-bg-280px-top-news2.gif) no-repeat;*/
			color: #ed2228;
			font-size: 25px;
			height: 25px;
			padding-left: 10px;
			padding-top: 20px;
		}
		
		.col.width_main {
			background: transparent url(../../../wp-content/themes/Vintage/images/bg_transparent_in.png) 0 0 repeat;
			/*border: 15px solid #ccc;*/
			padding: 15px;
			width: 870px;
		}
		
		.col.width_main_header {
			margin-top: 10px;
			padding: 15px;
			width: 870px;
		}
		
		.col.width_main_in {
			background: transparent url(../../../wp-content/themes/Vintage/images/bg_transparent_out.png) 0 0 repeat;
			margin: 0 auto !important;
			padding: 0;
		}
		
		.col.width_main_in .box {
			margin-bottom: 0;
		}
		
		.col.width_590 {
			background: transparent url(../../../wp-content/themes/Vintage/images/bg_transparent.png) 0 0 repeat;
		}
		
		.col.width_590 h3, #commentform {
			margin-left: 20px;
		}
		
		#commentform textarea, #commentform input {
			background-color: #333;
			border: 0;
			border-bottom: 1px solid #999;
			color: #ccc;
		}
		
		#commentform #submit {
			background-color: #222;
			font-family:Georgia,"Times New Roman",Times,serif;
			font-style:italic;
			width:50px;
		}
		
		#commentform label{
			margin-left: 10px;
		}
		
		.col.width_590 h4.Eventi, .col.width_590 h4.News {
			/*background: #fff url(images/col-bg-590px-top-news2.gif) no-repeat;*/
			color: #ED2228;
			font-size: 25px;
			height: 25px;
			padding-left: 20px;
			padding-top: 20px;
		}
		
		.col.width_280 .widget_random_one_cat h4 {
			background: url(../../../wp-content/themes/Vintage/images/col-bg-280px-top-services.gif) no-repeat;
		}
		
		.col.width_590 h4.services {
			background: #fff url(../../../wp-content/themes/Vintage/images/col-bg-590px-top-services.gif) no-repeat;
		}
		
		.col.width_280 #pflickr h4 {
			background: url(../../../wp-content/themes/Vintage/images/col-bg-280px-top-flicker2.gif) no-repeat;
			font-size: 25px;
			height: 25px;
			padding-left: 40px;
		}
		
		.col.width_280 #random-quote h4 {
			background: url(../../../wp-content/themes/Vintage/images/col-bg-280px-top-testimonials.gif) no-repeat;
		}
		
		.col.width_280 #twitter-tools h4 {
			background: transparent url(../../../wp-content/themes/Vintage/images/Twitter.png) 2px 0 no-repeat;
			color: #999;
			font-size: 25px;
			height: 48px;
			padding-left: 65px;
			padding-top: 18px;
		}
		
		.col.width_590 h4.About {
			background: transparent;
			color: #999;
			font-size: 22px;
		}
		
		.col.width_590 h4.Discoteca, .col.width_main h4.Foto, .col.width_main h4.Video, .col.width_590 h4.Deejay, .col.width_590 h4.Info {
			color: #ed2228;
			font-size: 25px;
			height: 25px;
			padding-left: 20px;
			padding-top: 20px;
		}
		
		.col.width_590 h4.Hire {
			background: #fff url(../../../wp-content/themes/Vintage/images/col-bg-590px-top-hire.gif) no-repeat;
		}
		
		.col.width_590 h4.Portfolio {
			background: #fff url(../../../wp-content/themes/Vintage/images/col-bg-590px-top-portfolio.gif) no-repeat;
		}
		
		.list-ad {
			margin-bottom: 35px;
			overflow: auto;
		}
		
		.list-ad li img {
			border: 0;
		}
		
		.list-ad .noborder {
			margin-right: 0;
		}
		
		.main .box h4,
		.main .box {
			overflow: hidden;
		}
				#twitter-tools {
					background: transparent url(../../../wp-content/themes/Vintage/images/bg_transparent.png) 0 0 repeat;
					border: 3px solid #222;
				}
				
				#twitter-tools .aktt_tweets ul li {
					margin: 0;
				}
			
				#twitter-tools .aktt_credit {
					display: none;
				}
			
				.widget input {
					width: 200px;
				}
				
				.widget-btn {
					background: url(../../../wp-content/themes/Vintage/images/style-gray/followme.gif) no-repeat top right;
					bottom: -10px;
					color: #fff!important;
					display: block;
					line-height: 25px;
					padding: 0 17px;
					position: absolute;
					right: 10px;
					text-align: right;
				}
				.list-ad li {
					background: none;
					display: inline;
					float: left;
					margin-bottom: 5px;
					margin-right: 8px;
					padding: 0;			
				}
			
		#pflickr h4 {
			font-size: 25px;
		}
		
		#pflickr h4 a {
			color: #000;
			text-decoration: none;
		}
		
		#pflickr-box {
			overflow: hidden;
		}
		
		table#wp-calendar {
			width: 260px;
		}
		
		#pflickr-box a {
			display: inline;
			float: left;
			margin-right: 4px;
		}
		
		#pflickr-box a img {
			/*width: 54px;
			height: 46px;*/
		}
		
			#pflickr-box .widget-btn {
				right: 0;
			}
		
		#random-quote div {
			font-style: italic;
		}
		
		blockquote,
		#random-quote div {
			background: url(../../../wp-content/themes/Vintage/images/style-gray/quote.gif) no-repeat 0 4px;
			text-indent: 15px;
		}
	
		.services li {
			background-image: url(../../../wp-content/themes/Vintage/images/style-gray/bullet.gif);
		}
		
		#slider {
			width: 280px;
			position: relative;			
		}
		
		.scroll {
			height: 305px;
			width: 280px;
			overflow: hidden;
			position: relative;
			clear: left;
		}
		
		.scrollContainer div.panel {
			width: 280px;
		}
		
			.panel p {
			}
			
				div.panel span.pin {
				background: url(../../../wp-content/themes/Vintage/images/style-gray/pin.gif) no-repeat;
				display: block;
				height: 28px;
				left: 50%;
				position: absolute;
				top: 2px;
				width: 21px;
			}
			
			.panel img {
				border: 3px solid #999;
			}
		
		.navigation {
			position: absolute;
			top: 315px;
			right: 20px;
		}
		
		.navigation li {
			background: none;
			display: inline;
			float: left;
			padding: 0;
		}
		
		.navigation a {
			background: url(../../../wp-content/themes/Vintage/images/style-gray/bullet.gif) no-repeat;
			display: block;
			height: 6px;
			margin-right: 2px;
			text-indent: -9999px;
			width: 6px;
		}
		
		.navigation a:hover {
			background: url(../../../wp-content/themes/Vintage/images/bullet-black.gif);
		}
		
		.navigation a.selected {
			background: url(../../../wp-content/themes/Vintage/images/bullet-black.gif);
		}
		
		.navigation a:focus {
			outline: none;
		}
		
		.scrollButtons {
			border: 0;
			cursor: pointer;
			height: 12px;
			position: absolute;
			top: 312px;
			width: 7px;
			z-index: 100;
		}
		
		.scrollButtons.left {
			background: url(../../../wp-content/themes/Vintage/images/arrow-left.gif) no-repeat;
			right: 10px;
		}
		
		.scrollButtons.right {
			background: url(../../../wp-content/themes/Vintage/images/arrow-right.gif) no-repeat;
			right: 0px;
		}
		
		.hidden {
			visibility: hidden;
		}

		#content .main table,
		#content .main th {
			border-bottom: 3px solid #fcfcfa;
		}
		
		.main tr.odd {
			background-color: #fcfcfa;
		}
		
		#projects {
			overflow: hidden;
		}
		
			#projects h2 {
				font-size: 18px;
				margin: 0 10px 15px 10px;
			}
			
			#projects h5 {
				margin: 0 10px 15px 10px;
			}
			
			#projects img {
				border-color: #ddd;
				margin-bottom: 10px;
			}
			
			.project-head {
				background: url(../../../wp-content/themes/Vintage/images/bullet-toggle-plus.gif) no-repeat left center;
				border-bottom: 1px solid #eee;
				cursor: pointer;
				padding-left: 10px;
				right: 0;
				top: 165px;
			}
			
				.project-head.opened {
					background-image: url(../../../wp-content/themes/Vintage/images/bullet-toggle-minus.gif);
				}
			
			.project-body {
				border-bottom: 1px solid #aaa;
				/*display:none;*/
				overflow: hidden;
				padding-bottom: 10px;
			}
			
				.project-body ul {
					float: right;
					width: 150px;
				}
				
				.project-body h1 {
					margin: 20px 10px;
				}
				
				.project-body p {
					float: left;
					margin: 0 10px;
				}
			
			#projects .postmetadata {
				margin: 10px 10px 30px 10px;
			}
			
			label {
			}
			
			.post h2 {
				font-size:18px;
				margin:10px 10px 15px;
			}
			
			.post h5 {
				margin:0 10px 15px;
			}
			
			.post .postmetadata {
				margin:0 10px 15px;
			}
			
			input,
			textarea {
				background-color: #f3f2e9;
				border: 1px solid #ebeae1;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-style: italic;
				padding: 5px;
				width: 300px;
			}

			input:focus,
			textarea:focus {
				background-color: #fff;
				border-color: #fafafa;

			}
			
			.btn,
			#twitter-tools .aktt_tweets input#aktt_tweet_submit {
				background: url(../../../wp-content/themes/Vintage/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;
			}
		
		.commentlist {
			list-style: none;
		}
		
			.commentlist li {
				border-bottom: 1px solid #333;
				margin-bottom: 10px;
				padding: 5px 20px;
			}
		
			.commentlist img.avatar {
				float: right;
			}
		
		.authcomment {
			background-color: transparent;
		}
		
		.commentlist .alt {
			background-color: #fbfbf8;
		}
		
			.widget ul,
			.widget div,
			.widget form {
				margin: 10px;
				padding: 0;
			}
			
			.widget div ul,
			.widget div form {
				margin: 0;
			}
		
/*  -----------------------------------------------------

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

	#footer {
		background: transparent;
		clear: both;
		overflow: hidden;
		padding: 10px;
	}
	
		#footer img {
			border: 0;
		}
				
		#footer p {
			color: #b6b6b6;
			float: left;
			font-size: 10px;
		}
		
			#footer p.right {
				float: right;
			}
			
			#footer p.right-dist {
				float: left;
				margin-left: 50px;
			}
		
			#footer p img {
				vertical-align: middle;
			}



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

	=Contact Page
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	#wpcf7-f1-p7-o1 {
		border-top: 1px solid #333;
		padding-top: 40px;		
	}
	
	.wpcf7-form {
		
	}
	
	.wpcf7-form input, .wpcf7-form textarea {
		background: transparent url(../../../wp-content/themes/Vintage/images/bg_transparent_out.png) 0 0 repeat;
		border-bottom: 1px solid #333;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		color: #ccc;
	}
	
	.wpcf7-form .submit {
		background-color: #999;
		width: 50px;
	}
	
	
	
/*  -----------------------------------------------------

	=Deejay Page
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	span.descdj {
		color: #fff;
		display: block;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 28px;
	}
	
	#box-dj {
		margin-left: 85px;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	
	.navdj {
		float: left;
		margin-bottom: 15px;
		margin-left: 26px;
		width: 180px;
	}
	
	.navdj img {
		border: 3px solid #333;
	}
	
	.navdj img:hover  {
		border: 3px solid #ED2228;
	}