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

	Project:				Voodoo
	Version:				1.0
	Created:				30/08/08
	Author:					Milan Živkovic

[Colors]
	
	

  
[Table of contents]

	=Reset CSS
	=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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}
ol, 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 */

h1,
h2,
h3,
h4,
h5,
h6,
.contact {
	color: #555;
}

h1 {
	font-size: 1.8em;
	margin: 20px 0;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 1.8em;
}
	
ul {
	margin-left: 20px;
}
		
a:link,
a:visited {
	color: #000;
}

a:hover,
a:active {
	text-decoration: none;
}

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

body {
	background: #fff url(../images/background_long.jpg) repeat top center;
}

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

	#container {
		color: #000;
		font-size: 1.3em;
		line-height: 1.8em;
		margin: 0 auto;
		text-align: left;
		width: 928px;
	}
	
	#container_white {
	background-color:#fff;
	clear:both;
	width:928px;
}
	
	/*----------------------------------------------------------------- =Header */
	
		#header {
			background: none;
			height: 335px;
			position: relative;
			margin:0 10px;
		}
		
			/* logo */
			#header img {
				margin-top: 20px;
			}
			
			/* slogan */
			#header p {
				color: #863a3a;
				font-size: 1.8em;
				line-height: 1.2em;
				margin: 70px 0 0 0;
				width: 350px;
			}
			
				#header p a {
					color: #000;
				}
		
		/*----------------------------------------------------------------- =Navigation */
		
		#header ul {
	bottom: 30px;
	left: 0;
	margin: 30px 0 0 50px;
	position: absolute;
	width: 900px;
		}
		
			#header ul li {
				float: left;
			}
			
			#header ul li a {
				color: #555;
				font-size: 1.3em;
				display: block;
				padding: 0 30px 2px 0;
				text-decoration: none;
			}
			
			#header ul li a.active {
				background: url(../images/active.jpg) no-repeat bottom center;
			}
			
			#header ul li a:hover,
			#header ul li a:active,
			.box input.btn {
				background: url(../images/hover.jpg) no-repeat center left;
			}
					
	/*----------------------------------------------------------------- =Content */

	body#home #content {
		margin-top: 20px;
		position: relative;
		text-align:justify;
		margin:0 10px;
	}
	
	#content {
		margin-top: 20px;
		position: relative;
		text-align:justify;
		margin:0 100px;
	}


		#slider {
			width: 900px;
			margin: 0 auto;
			position: relative;
		}
		
		.scroll {
			height: 270px;
			width: 900px;
			overflow: auto;
			overflow-x: hidden;
			position: relative;
			clear: left;
		}
		
			.scrollContainer div.panel {
				height: 270px;
				width: 901px;
			}
			
				.scrollContainer div.panel img, .scrollContainer div#editor2 img  {
					margin-right: 120px;
					padding-bottom:50px; /* take out when jody enters img's */
				}
				
		ul.navigation {
			position: absolute;
			right: 280px;
			top: 4px;
			z-index: 1000;
		}
		
		ul.navigation li {
			margin: 0;
			padding: 0;
		}
		
		ul.navigation a {
			background-color: #fff;
			border: 1px dashed #fff;
			display: block;
			padding: 3px;
		}
		
		ul.navigation a.selected {
			border: 1px dashed #af80cc;
		}
		
		ul.navigation a:focus {
			outline: none;
		}
		
		.scrollButtons {
			position: absolute;
			top: 180px;
			cursor: pointer;
		}
		
		.scrollButtons.left {
			right: 20px;
		}
		
		.scrollButtons.right {
			right: 5px;
		}

		
		.content p {
			clear: both;
		}
		
		.box {
			float: left;
			padding:30px 0 0 30px;
		}
		body#contact .box {
			float: left;
			padding:10px 0 0 0px;
		}
			.box .contact {
				display: block;
				font-size: 1.8em;
			}
			
			.box input {
				height: 1.8em;
				margin: 5px 0 0 0;
			}
			
			.box textarea,
			.box input {
				background: url(../images/border.jpg) no-repeat bottom;
				border: 0;
				font-style: italic;
				font-size:14px;
			}
			
			.box,
			.box textarea,
			.box input {
				width: 250px;
			}
			
			.box input.btn {
				width: 50px;
			}
		
		.work li {
			height: 240px;
		}
			
		.last {
			margin-right: 0;
			padding-left:40px;
		}
		
		img.left {
			float: left;
			margin: 5px 10px 0 0;
		}
		
		img.right {
			float: right;
			margin: 5px 0 0 10px;
		}

	/*----------------------------------------------------------------- =Footer */
	
	body#home #footer {
		clear: both;
		font-size: .8em;
		padding: 40px 30px;
	}
	#footer {
		clear: both;
		font-size: .8em;
		padding: 40px 50px;
	}
	
	#footer p {
		border-top: 1px solid #ccc;
		padding-top: 10px;
		text-align: center;
	}

/* New styles */

.item1 {
width:2x0px;
display:block;
text-align:left;
}
.item2 {
width:auto;
display:block;
clear:both;
}
.item_left, .item_middle, .item_right {
float:left;
display:block;
}

/* Body#pricing text BEGIN */
body#pricing .item_middle {
margin:0 42px 0 44px;
}

/* Body#pricing text END */


.item_right {
}

/* Slider */
.panel h2 {
color:#999999;
font-size:2.8em;
line-height:.9em;
text-shadow:1px 1px 4px #ccc;
font-style:italic;
}
#editor2 h2 {
color:#999999;
font-size:2.8em;
text-shadow:1px 1px 4px #ccc;
font-style:italic;
text-align:left;
line-height:0.9em;
}
.box h2 {
color:#999;
font-size:2.2em;
text-shadow:1px 1px 4px #ccc;
font-style:italic;
text-align:left;
line-height:0.9em;
}
body#contact .box h2 {
font-size:1.8em;
text-align:left;
color:#B3B6DD;
}
.panel p {
color:#333333;
font-size:1.5em;
line-height:1.6em;
margin-bottom:1.8em;
margin-top:20px;
text-align:left;
}
.panel p a {
color:#999;
text-decoration:none;
}
.panel a:hover {
color:#999;
text-decoration:underline;
}
#services p a {
	font-weight:bold;
}
