/*
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 "Trebuchet MS", 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 {
		color: #993300;
		text-decoration: none;
	}
	
	a:visited {
		color: #993300;
		text-decoration: none;
	}
	
	h1,
	h2,
	h3 {
		font-weight: bold;
	}
	
	h1 {
		font-size: 14px;
	}
	
	h3 {
		font-style: italic;
	}
	
	h4 {
		/*background-color: none;*/
		color: #10100f;
		font-size: 14px;
		padding: 0 0 4px 18px;
		font-weight: normal;
	}
	
	h5 {
		color: #aaa;
		font-size: 9px;
		padding-left: 10px;
		padding-bottom: 0;
	}
	
	h6 {
		margin-bottom: 0;
		color:#FF0000;
		font-size: 13px;
		letter-spacing: 1px;
		padding-left: 10px;
	}

	a:hover, a:active {
		text-decoration: underline;
	}
	
	ul li {
		background: url(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: #ffff00;
		}
	
	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;
	}
	
	/*blockquote {
		font-style: italic;
	}*/
	
	.main {
		text-align: left;
	}
	
	.main p {
		margin-right: 20px;
		padding-top: 5px;
		padding-left: 10px;
		}
	
	.main form {
		padding-left: 10px;
		}
	
	.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: #fff url(images/col-bg-280px-bottom.gif) no-repeat bottom center;
		padding: 0 0 5px 0;
		margin-bottom: 15px;
		position: relative;
	}
	
	.box p {
		margin-right: 15px;
	}
	
	.box h2 {
		margin-bottom: .2em;
		font-size: 18px;
		font-weight: normal;
		color: #990033;
		padding-left: 5px;
	}
	
	.box h5 {
		margin: 0;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
	}
	
	.box h6 {
		margin-top: 2px;
		margin-bottom: 0;
		color: #990033;
		font-size: 22px;
		font-weight: bold;
		line-height: 20px;
		padding-left: 10px;
	}
	
	.box ul {
		margin: 0 15px 10px 10px;
	}
	
	.box ul li {
		padding: 0 0 0 10px;
	}
	
	.box .postmetadata {
		margin-top: 0;
		margin-bottom: 2px;
		padding-left: 10px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 9px;
		letter-spacing: 1px;
	}
	
	.box a:hover {
		background-color: #FFFF00;
		text-decoration: none;
	}
	
	.box a:focus {
		background-color: #FFFF00;
		text-decoration: none;
	}
	
	.box .blogimg {
		margin: 10px 10px 0 10px;
		float: left;
		position: relative;
	}
	
	.box .blogimg a:hover {
		background-color: #fff;
	}
	
	.box .blogimg a:focus {
		background-color: #fff;
	}
	
	.box .blogimg img {
		margin-bottom: 10px;
		border-color: #ffff00;
	}
	
	.box .blogimg img:hover {
		border-color: #993300;
	}
	
	.box .blogimg img:focus {
		border-color: #993300;
	}
	
		.main .box {
			padding: 10px;
		}
	
	.width_590 .box {
		background-image: url(images/col-bg-590px-bottom.gif);
	}

	.width_590 .box ul li {
		padding-bottom: 10px;
	}

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

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

	body {
		background: #c7cca8 url(images/background.jpg) repeat-x;
		/*cbcbad*/
		/*background: #d8deb8 url(images/background.jpg) repeat-x;*/
		/*original: background: #f3f2e9 url(images/background.jpg) repeat-x;*/
		/*darker var of new bg: background: #d0d6b2 url(images/background.jpg) repeat-x;*/
		/*background: #BDBA98 url(images/background.jpg) repeat-x;*/
		color: #666;
		text-align: center;
	}


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

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

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


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

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

	#header {
		color: #fff;
		height: 308px;
		position: relative;
		font-size: 14px;
	}
	
		#header .brand {
			border: 0;
			border-bottom: 1px solid #fff;
			margin: 0 0 13px;
			padding-bottom: 15px;
		}
	
		#header #menu {
			bottom: 0;
			left: -10px;
			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: #ffff00;
						text-decoration: none;
					}
					
					#header #menu .active a,
					#header #menu .active_category,
					#header #menu .current-cat a,
					#header #menu .current_page_item a {
					background: #c7cca8 url(images/nav-bg.gif) repeat-x;
					border-top: 1px solid #fff;
					border-left: 1px solid #fff;
					border-right: 1px solid #fff;
					color: #000;
					}


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

	=Content
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	#content {
	}
	
		.col.width_280 a:link {
			color: #993300;
		}
	
		.col.width_280 a:visited {
			color: #993300;
		}
	
		.col.width_280 h4 {
			background: url(images/col-bg-280px-top-services.gif) no-repeat;
		}
	
		.col.width_280 h4.Blog {
			background: #fff url(images/col-bg-280px-top-news.gif) no-repeat;
		}
		
		.col.width_590 a:link {
			color: #993300;
		}
	
		.col.width_590 a:visited {
			color: #993300;
		}
	
		.col.width_590 h4.Blog {
			background: #fff url(images/col-bg-590px-top-news.gif) no-repeat;
			font-size: 25px;
			font-weight: bold;
			color: #4a1717;
			letter-spacing: -1px;
			padding: 0 0 12px 19px;
		}
		
		.col.width_280 .widget_random_one_cat h4 {
			background: url(images/col-bg-280px-top-services.gif) no-repeat;
		}
		
		.col.width_590 h4.services {
			background: #fff url(images/col-bg-590px-top-services.gif) no-repeat;
			font-size: 25px;
			font-weight: bold;
			color: #4a1717;
			letter-spacing: -1px;
			padding: 0 0 12px 19px;
		}
		
		.col.width_280 #flickr h4 {
			background: url(images/col-bg-280px-top-flicker.gif) no-repeat;
		}
		
		.col.width_280 #random-quote h4 {
			background: url(images/col-bg-280px-top-testimonials.gif) no-repeat;
		}
		
		.col.width_280 #twitter-tools h4 {
			background: url(images/col-bg-280px-top-twitter.gif) no-repeat;
		}
		
		.col.width_590 h4.About {
			background: #fff url(images/col-bg-590px-top-about.gif) no-repeat;
			font-size: 25px;
			font-weight: bold;
			color: #4a1717;
			letter-spacing: -1px;
			padding: 0 0 12px 19px;
		}
		
		.col.width_590 h4.Contact {
			background: #fff url(images/col-bg-590px-top-hire.gif) no-repeat;
			font-size: 25px;
			font-weight: bold;
			color: #4a1717;
			letter-spacing: -1px;
			padding: 0 0 12px 19px;
		}
		
		.col.width_590 h4.Projects {
			background: #fff url(images/col-bg-590px-top-portfolio.gif) no-repeat;
			font-size: 25px;
			font-weight: bold;
			color: #4a1717;
			letter-spacing: -1px;
			padding: 0 0 12px 19px;
		}
		
		.col.width_590 h4.Services {
			background: #fff url(images/col-bg-590px-top-portfolio.gif) no-repeat;
			font-size: 25px;
			font-weight: bold;
			color: #4a1717;
			letter-spacing: -1px;
			padding: 0 0 12px 19px;
		}
		
		.col.width_590 h4.Credits {
			background: #fff url(images/col-bg-590px-top-portfolio.gif) no-repeat;
			font-size: 25px;
			font-weight: bold;
			color: #4a1717;
			letter-spacing: -1px;
			padding: 0 0 12px 19px;
		}
		
		.col.width_590 h4.FAQ {
			background: #fff url(images/col-bg-590px-top-hire.gif) no-repeat;
			font-size: 25px;
			font-weight: bold;
			color: #4a1717;
			letter-spacing: -1px;
			padding: 0 0 12px 19px;
		}
		
		.col.width_590 h4.Wishlist {
			background: #fff url(images/col-bg-590px-top-news.gif) no-repeat;
			font-size: 25px;
			font-weight: bold;
			color: #4a1717;
			letter-spacing: -1px;
			padding: 0 0 12px 19px;
		}
		
		.main .box h4,
		.main .box {
			background-color: #fff;
			overflow: hidden;
		}
			
				#twitter-tools .aktt_tweets ul li {
					margin: 0;
				}
			
				#twitter-tools .aktt_credit {
					display: none;
				}
			
				.widget input {
					width: 200px;
				}
				
				.widget-btn {
					background: url(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;
			}
		
		#flickr div {
			overflow: hidden;
		}
		
		table#wp-calendar {
			width: 260px;
		}
		
		#flickr div a {
			display: inline-block;
			float: left;
			margin-right: 5px;
		}
		
		#flickr div a img {
			width: 54px;
			height: 46px;
		}
		
			#flickr div .widget-btn {
				right: 0;
			}
		
		#random-quote div {
			font-style: italic;
		}
		
		blockquote,
		#random-quote div {
			background-color: #fafafa;
			border: 1px dashed #ddd;
			margin: 10px 40px 8px 40px;
			padding: 5px 5px 3px 5px;
		}
	
		.services li {
			background-image: url(images/style-gray/bullet.gif);
		}
		
		#slider {
			width: 500px;
			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 a:link, a:visited {
				color: #ffff00;
			}
		
			.panel p {
				background: url(images/bullet-star.gif) no-repeat left center;
				padding-left: 13px;
			}
			
				div.panel span.pin {
				background: url(images/style-gray/pin.gif) no-repeat;
				display: block;
				height: 28px;
				left: 45%;
				position: absolute;
				top: 1px;
				width: 50px;
			}
		
		.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-lg.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;
			height: 12px;
			position: absolute;
			top: 215px;
			width: 7px;
			z-index: 100;
		}
		
		.scrollButtons.left {
			background: url(images/arrow-left.gif) no-repeat;
			right: 10px;
		}
		
		.scrollButtons.right {
			background: url(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 img {
				border-color: #ddd;
			}
			
			#projects a:hover {
				background: inherit;
			}
			
			.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-head.opened {
					background-image: url(images/bullet-toggle-minus.gif);
				}
			
			.project-body {
				border-bottom: 1px solid #ccc;
				display:none;
				overflow: hidden;
			}
			
				.project-body a:hover {
				 	background: #ffff00;
				 }
			
				.project-body ul {
					float: right;
					width: 150px;
				}
				
				.project-body p {
					float: left;
					width: 350px;
				}
				
			label {
			}
			
			input,
			textarea {
				background-color: #fafafa;
				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: #fff;
				border-color: #fafafa;

			}
			
			.btn,
			#twitter-tools .aktt_tweets input#aktt_tweet_submit {
				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;
			}
		
		.commentlist {
			list-style: none;
		}
		
			.commentlist li {
				margin-bottom: 10px;
				padding: 5px 20px;
			}
		
			.commentlist img.avatar {
				float: right;
			}
		
		.authcomment {
			background-color: #fff;
		}
		
		.commentlist .alt {
			background-color: #fbfbf8;
		}
		
			.widget ul,
			.widget div,
			.widget form {
				margin: 10px 15px 10px 10px;
				padding: 0;
			}
			
			.widget div ul,
			.widget div form {
				margin: 0;
			}
		
		/*.LTwrapper*/
		
		.LTheader {
			text-transform: capitalize;
			text-align: center;
		}
		
		.LTitem {
			text-align: center;
		}
		
		.LTitem img {
			margin: 0 -5px 0 0;
			border-color: #ddd;
		}
		
		.LTitem img:hover {
			border-color: #ffff00;
		}
		
		.LTprovided {
			text-transform: capitalize;
			text-align: center;
		}


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

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

	#footer {
		/*background: url(images/rotators/rotate.php) repeat-x;*/
		background: url(images/footer-bg.gif) repeat-x;
		clear: both;
		overflow: hidden;
		margin-bottom: 70px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		height: 90px;
	}
	
		#footer a:link, a:active, a:visited {
			color:#fff;
		}
			
		#footer img {
			border: 0;
		}
				
		#footer p {
			padding-top:50px;
			color: #fff;
			font-size: 12px;
			font-style: italic;
		}
		
			#footer p.right {
				float: right;
			}
		
			#footer p img {
				vertical-align: middle;
			}
			
		#preload {
			display: none;
		}
		
		#preload img {
			display: none;
		}
		

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

	=Widget and Plugin CSS
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	div.bookmarkify {
		padding-left: 10px;
		clear: left;
	}

