/*------------------------------------------------------------------
[Info]

	Project:				AvalaDSF.com
	Version:				1.0
	Last change:			13/08/08
	Author:					Milan Živković
	Author URL:				http://www.designer.rs

[Colors]
	
	
  
[Table of contents]

	=Body
		=Container (#container)
			=Header (#header)
				=Branding
			=Content (#content)
			=Footer (#footer)
		
-------------------------------------------------------------------*/



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

	html,
	body {
		background-color: #000;
		color: #ccc;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
	}
	
	a:link,
	a:visited {
		color: #eab40d;
		text-decoration: none;
	}
	
	a:hover,
	a:active {
		text-decoration: underline;
	}

	h1,
	h2 {
		color: #fff;
		font-family: 'Trebuchet MS' Arial;
		font-weight: normal;
	}
	
	#artists_single h1 {
		padding-left: 20px;
	}
	
/*------------------------------------------------------------------- =Container */

	#container {
		margin: 0 auto;
		text-align: left;
		width: 1000px;
	}
	
/*------------------------------------------------------------------- =Header */

	#header {
		padding-top: 20px;
		text-align: center;
	}

/*------------------------------------------------------------------- =Content */

	#content {
		overflow: hidden;
	}
	
		.breadcrumbs {
			margin: 30px 0;
		}
		
		.breadcrumbs .menu {
			float: right;
		}
		
		.col,
		.artists,
		.services,
		.news,
		.col_wide {
			float: left;
			margin-right: 20px;
		}
		
		.col_wide,
		.first {
			border-left: 1px solid #333;
		}
		
		.col {
			width: 320px;
		}
		
			/*.col embed {
				margin-top: 100px;
			}*/
		
		.first {
			width: 319px;
		}
		
		.col_wide {
			width: 659px;
		}
		
			.col_wide p,
			.first p {
				margin-left: 20px;
			}
	
		.artists,
		#home .artists a,
		.services,
		#home .services a,
		.news,
		#home .news a	 {
			display: block;
			height: 408px;
			width: 320px;
		}
		
		#home .artists a,
		#home .services a,
		#home .news a {
			margin: 0 48px;
			width: 224px;
		}
		
			#home .artists a img,
			#home .services a img,
			#home .news a img {
				margin-top: 40px;
			}
		
		#home .artists a, .artists{
			background: url(../images/artists_active1.jpg) no-repeat 50% 40px;
		}
		
		#home .services a, .services {
			background: url(../images/services_active1.jpg) no-repeat 50% 40px;
		}
		
		#home .news a, .news {
			background: url(../images/news_active1.jpg) no-repeat 50% 40px;
		}

		#services .col ul {
			list-style: none;
		}
		
		/*#services p {
			margin-top: 2em;
		}*/
		
		.last {
			margin-right: 0;
		}
		
		p {
			text-align: justify;
		}
		
		.about_artist img {
			float: left;
			margin: 5px 10px 0 0;
		}
		
		.hidden {
			visibility: hidden;
		}
		
		.required {
			color: #eab40d;
		}
		
		.success {
			display: none;
		}
		
		form label {
			display: block;
		}
		
		#container form textarea,
		#container form input {
			background-color: #000;
			color: #ccc;
			margin: 5px 0 10px;
			padding: 2px 0 0 2px;
			width: 280px;
		}
		#container form input {
			height: 1.4em;
			line-height: 1.4em;
		}
		
		#container form .btn {
			border: 1px solid #eab40d;
			color: #eab40d;
			height: 2em;
			width: 100px;
		}
		
		.other_artists img {
			margin-left: 5px;
		}
		
		#policy strong {
			color: #fff;
		}
		
		.about_artist ul {
			margin-left: 35px;
		}

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

	#footer {
		clear: both;
		color: #444;
		padding-top: 80px;
	}
	
		#footer p {
			text-align: center;
		}
			#footer a:link,
			#footer a:visited {
				color: #444;
			}
			
			#footer a:hover,
			#footer a:active,
			#footer p .current {
				color: #ccc;
				text-decoration: none;
			}
