/*=======================================================================*\
	General Rules 
\*=======================================================================*/

* { /* clear margins and padding for all elements - eliminate browser default inconsistencies */
	margin: 0;
	padding: 0;
	}
body {
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #2f0000 url("/html/img/bg_main.jpg") no-repeat center;
	}
a {
	color: #fff;	
	text-decoration: underline;
	}
	a:hover, a:active { 
		color: #fff;
		text-decoration: underline;
		}
	img, a img, a:hover img {
		border: none;
		background: none;
		}
h1 {
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	margin: 4px 0 0 0;
	padding: 0 0 10px 0;
	line-height: 130%;
	}		
h2 {
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
	margin: 4px 0 0 0;
	padding: 0 0 10px 0;
	color: #fecb00;
	}
	h2.first_child {
		margin: 35px 0 0 0;
		}
h3 {
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
	padding: 0 0 6px 0px;
	background-position: 0 4px;
	}
	accordion_toggle h3 {
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	padding: 12px 0 6px 0px;
	background-position: 0 4px;
	}
	h3.first_child {
		margin: 70px 0 0 0;
		}
	h3 span {
		font-size: 92%;
		font-weight: bold;
		text-transform: none;
		padding: 3px 0 6px 0px;
		}	
	h3 a {
		color: #fff;	
		text-decoration: none
		}
		h3 a img {
		float: left;
		color: #fff;	
		text-decoration: none;
		margin: -1px 0 0 0;
		padding: 0 8px 0 0;
		display: inline;
		}
		h3 a:hover, h3 a:active { 
			color: #fff;
			text-decoration: none;
			}
h4 {
	font-weight: bold;
	font-size: 90%;
	margin: -2px 0 0 0;
	padding: 0 0 6px 26px;
	}
	
p {
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	font-size: 92%;
	line-height: 15px;
	padding: 0 0 15px 0;
	}		
		
.clear { /* class may be assigned to any element following floats to clear them properly */
	clear: both;
	}
	
img	 {
	border: 0;
	}
	
.border {
	padding: 10px;
	background: url("/html/img/bg_50.png");
	}
	a img.border {
		padding: 10px;
		background: url("/html/img/bg_50.png");
		}
	
	
	
/*=======================================================================*\
	Structural CSS
\*=======================================================================*/

#container {
	text-align: left;
	width: 950px;
	margin: 0 auto 0 auto; /* auto setting for left-right margins to center the container in non-IE browsers */
	}
#container_wide {
	text-align: left;
	width: 1000px;
	margin: 0 auto 0 auto; /* auto setting for left-right margins to center the container in non-IE browsers */
	}
	#bg_container {
		float: left;
		width: 100%;
		height: 734px;		
		}
		#inner_container {
			text-align: left;
			width: 950px;
			margin: 0 auto 0 auto; /* auto setting for left-right margins to center the container in non-IE browsers */
			}
		#inner_container_wide {
			text-align: left;
			width: 1000px;
			margin: 0 auto 0 auto; /* auto setting for left-right margins to center the container in non-IE browsers */
			}
			
			/* Header */
			
			#header {
				width: 950px;
				height: 114px;
				}
				#header_left {
					float: left;
					width: 412px;
					height: 38px;					
					margin-top: 75px;
					background: url("/html/img/logo_kdm.png") no-repeat;
					display: inline;
					}
					#header_left a {
						float: left;
						width: 412px;
						height: 38px;						
						}
					#header_left a h1  {
						display: none;
						}
					#top_links {
						float: right;
						font-weight: bold;
						margin: 0 0 0 0;
						padding: 0 60px 0 0;
						display: inline;
						}
						ul#top_menu {	
							float:left;
							position: relative;
							font-family: arial, helvetica, sans-serif;
							font-weight: bold;
							font-size: 11px;
							text-transform: uppercase;
							color: #fff; /* default text color */	
							list-style: none;
							}
							html>body ul#top_menu {
								height: auto;
								}
							ul#top_menu li {
								float: left;
								padding-right: 5px;
								margin: 0;
								list-style: none;
								}
							ul#top_menu li a {
								display: block;
								padding: 8px 6px 6px 6px;
								color: #fff;
								text-decoration: none;
								background-color: #a60304;
								}
								ul#top_menu li a:hover {
									color: #fff;
									}
								ul#top_menu li a.active {
									background-color: #000000;
									color: #fff;			
									}
									
			/* Main Content */
									
			#content {		
				float: left;
				width: 950px;
				height: 1%; /* float container needs layout definition to prevent collapse in IE */
				margin: 27px 0 0 0;				
				}
				#content_wide {		
					float: left;
					width: 1000px;
					height: 1%; /* float container needs layout definition to prevent collapse in IE */
					margin: 27px 0 0 0;				
					}
				#column_1 { /* Rules for basic column attributes. Sizes for individual pages controlled by classes below */
					float: left;
					margin: 0 0 0 27px;
					display: inline;
					}	
					.column_1_home {
						width: 440px; 
						}
					.column_1_approach {
						width: 340px;
						}
					.column_1_work {
						width: 680px;
						}	
					.column_1_company {
						width: 425px;
						}
					.column_1_clients {
						width: 550px;
						}
					.column_1_contact {
						width: 410px;
						}																	
				#column_2 { /* Rules for basic column attributes. Sizes for individual pages controlled by classes below */
					float: left;
					margin: 0 0 0 30px;
					display: inline;
					}
					.column_2_home {
						width: 220px;
						}
					.column_2_approach {
						width: 235px;
						}
					.column_2_work {
						width: 190px;
						margin: 12px 0 0 10px !important;						
						}
					.column_2_company {
						width: 280px; 
						}
					.column_2_clients {
						width: 240px;
						margin-left: 15px !important;
						}
					.column_2_contact {
						width: 350px; 
						}	
				#column_3 { /* Rules for basic column attributes. Sizes for individual pages controlled by classes below */
					float: left;
					margin: 0 0 0 30px;
					display: inline;
					}
					.column_3_approach {
						width: 200px;
						}					
					.indented_box {
						padding: 8px 10px 12px 24px;
						}	
				#creative_element {
					float: left;
					width: 310px;
					height: 281px;					
					background: url("/html/img/graphic_creative_element.png") no-repeat;
					display: block
					}	
				.project_container_min {
					float: left;
					width: 440px;
					margin: 8px 0 0 0;
					background: url("/html/img/bg_50.png");
					display: inline;
					}
				.project_container_reel_max {
					float: left;
					width: 760px;
					height: 550px;
					margin: 8px 0 0 0;
					background: url("/html/img/bg_50.png");
					display: inline;
					}
				.project_container_max {
					float: left;
					width: 680px;
					margin: 8px 0 0 0;
					background: url("/html/img/bg_50.png");
					display: inline;
					}
					.project_content {
						float: left;
						padding: 5px 10px;
						}							
						.project_content h2.project_name {
							float: left;
							margin: 4px 0 0 0;
							padding: 0 0 8px 0;
							display: inline;
							}
							.project_content h2.project_name span {
								text-transform: none;
								}								
						.project_content .icon_right {
							float: right;
							margin: 5px 0 0 0;
							}
						.project_content ul#portfolio {
								float: left;
								width: 420px;
								height: 280px;
								list-style: none;
								}	
						.project_cycle {
							float: left;
							margin: 6px 0 0 0;
							padding: 0 0 7px 0;
							}
							.project_cycle h3 {
								float: left;
								margin: 4px 0 0 0;
								font-size: 125%;
								font-weight: normal;
								display: inline;
								}
							a.arrow_sm, a:hover.arrow_sm {
									background: url(/html/img/icon_arrow_right_sm.gif) no-repeat top left;
									background-position: 0 -2px;
									padding: 0 0 0 16px;
									font-size: 92%;
									text-decoration: none;
									text-transform: uppercase;
									}							
							.project_cycle img {
								float: left;
								margin: 5px 0 0 0;
								padding: 0 8px 0 0;									
								}
							.project_content .icon_right {
								float: right;
								margin: 5px 0 0 0;
								}
								.project_desc {
									float: left;
									width: 660px;
									font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
									font-size: 92%;
									line-height: 15px;
									border-top: 1px solid #fff;
									padding-top: 8px;
									}
								a.arrow_yellow, a:hover.arrow_yellow {
									background: url(/html/img/icon_arrow_red.gif) no-repeat top left;
									background-position: 0 1px;
									padding: 0 0 0 16px;	
									color: #fecb00;
									font-family: Verdana, Arial, sans-serif;
									font-size: 92%;
									text-decoration: none;
									}
					
			.accordion_toggle {
				display: block;
				background: url(/html/img/icon_plus.gif) no-repeat top left;
				background-position: 0 6px;
				padding: 7px 10px 8px 24px;
				color: #ffffff;
				text-decoration: none;
				outline: none;
				cursor: pointer;
				margin: 0 0 0 0;
				}				
				.accordion_toggle.active {
					background: url(/html/img/icon_minus.gif) no-repeat top left;
					background-position: 0 6px;
					}
			
			.accordion_content {
				overflow: hidden;
				}					
				.accordion_content p {
					padding: 2px 10px 12px 23px;
					}
				
			/* Clients Page */
			
			
			ul#client_menu {	
				float: left;
				position: relative;
				font-family: arial, helvetica, sans-serif;
				font-weight: bold;
				font-size: 11px;
				text-transform: uppercase;
				color: #fff;
				list-style: none;
				}
				html>body ul#client_menu {
					height: auto;
					}
				ul#client_menu li {
					float: left;
					padding: 0 4px 4px 0;
					margin: 0;
					list-style: none;
					}
				ul#client_menu li a {
					display: block;
					padding: 0;
					color: #fff;
					text-decoration: none;
					}
					ul#client_menu li a:hover {
						color: #fff;
						}
					ul#client_menu li a.active {
						color: #fff;			
						}

/*=======================================================================*\
	Work and Projects Page
\*=======================================================================*/

	.column_1_work_all{width:750px;}
	.work_all_row{overflow:hidden;}
	.work_all_unit{width:230px;float:left;margin-left:10px;margin-bottom:10px;background:transparent url("/html/img/bg_50.png") repeat scroll 0%}
	.work_all_unit h3{color:#fc0;width:185px;}
	.work_all_unit a{padding:10px;display:block;text-decoration: none;background: transparent url("/html/img/icon_plus.gif") 200px 8px no-repeat;}
	.work_all_unit a .details_link{padding-top:10px;}

	.column_2_work{width:150px;}
	.project_nav{clear:left;padding:10px 0;margin-bottom:30px;}
	.project_nav a{color:#FECB00;font-family:Verdana,Arial,sans-serif;font-size:92%;text-decoration:none;}
	.project_nav span{display:block;width:225px;}
	.project_nav span.prev{float:left;}
	.project_nav span.home{text-align:center;float:left;}
	.project_nav span.next{text-align:right;float:left;}
	
	div#main_image{width:660px;height:440px;display:block;overflow:hidden;}
	div#main_image img{top:0;}
									
/*=======================================================================*\
	Comments Form
\*=======================================================================*/

form#comment_input_form {
	width: 400px;
	margin: 4px 0 0 0;
	padding: 0 7px 10px 7px;
	background: url("/html/img/bg_50.png");
	}
	fieldset {
		border-width : 0;
		border-style : solid;
		display: inline;
		}
	input { 
		vertical-align: middle; 
		}		
	.comment_name_input, .comment_email_input {
		width: 388px;
		font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
		font-size: 92%;
		border: 1px solid #fff;
		padding: 4px;
		color: #000;
		}		
	.comment_subject_input {
		width: 398px;
		font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
		font-size: 92%;
		border: 1px solid #fff;
		padding: 4px 4px 4px 0;
		color: #000;
		}	
	.comment_message_input {
		width: 388px;
		height: 12em;
		font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
		font-size: 92%;
		border: 1px solid #fff;
		display: block;
		padding: 4px;
		}
	#comment_input_form label {
		font-size: 11px;
		margin: 0.8em 0 0.2em 0;
		display: block;
		color: #ffcc00;
		font-weight: bold;
		text-transform: uppercase;
		}	
	#comment_input_form .andfinally label {
		display: inline;
		}	
	.andfinally {
		margin-top: 5px;
		display: block;
		}	
	#comment_input_form label.inline {
		display: inline;
		margin: 0 4em 0 0;
		}
	#slickbox, #myfile {
		float: left;
		margin-top: 8px;
		}


	
	button#form_btn {
		float: left;
		background: url(/html/img/icon_arrow_right_sm.gif) no-repeat top left;
		background-position: 0 -1px;
		margin: 4px 0 0 0;
		padding: 0 0 0 16px;
		text-decoration: none;
		text-transform: uppercase;
		border: 0;
		cursor: pointer;
		display: inline;
		height:17px
		}
		button#form_btn span {
			float: left;
			font-size: 100%;
			font-weight: bold;
			font-family: Arial, Helvetica, Verdana, sans-serif;
			color: #fff;
			}	

	.error {
		border:1px #F00 solid
	}
	#map-wrapper {
		color:#000;
		font-family:Arial,Helvetica,Verdana,sans-serif;
		font-size:12px;
	}
	#map-wrapper p {
		margin:0;
		padding:0;
	}
	#upload-wrapper,#thankyou-wrapper,#error-wrapper {
		display:none;
		position:absolute;
		z-index:100;
		margin:200 auto;
		width:250px;
		height:150px;
		padding: 50px 0 100px 80px;
	}
	* html #upload-wrapper,* html #thankyou-wrapper,* html #error-wrapper {
		padding: 0px 0 100px 80px;
	}
	#upload-msg, #error-msg,#thankyou-msg {
		background: transparent url(/html/img/bg_80.png) repeat scroll 0%;
		padding: 10px 20px 10px 20px;
	}
	#upload-msg h2,#error-msg h2,#thankyou-msg h2 {
		text-align:center;
		text-decoration:bold;
		font-size:18px;
	}
	#upload-msg p,#error-msg p,#thankyou-msg p {
		margin:0 0 10px 0;
		padding:0;
	}
	#error-msg #error-ok {
		cursor: pointer;
		padding: 0 0 0 20px;
		background: url(/html/img/icon_arrow_right_ok.gif) no-repeat top center;
		font-size:14px;
		height:14px;
		text-decoration:bold;
		margin: 0 0 0 0;
		clear:both;
		text-align:center;
	}


/*=======================================================================*\
	Microformats
\*=======================================================================*/
	
.vcard {
	float: left;
	margin: 16px 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	width: 200px
	}
	.vcard .adr {
		padding: 0 0 18px 0;
		}		
	.vcard #vcard_hide {
		display: none;
		}		
	abbr {
		border: 0;
		}
	
	#kadium-directions {
		font-weight:bold;
		font-size:12px;
		font-family:Arial,Helvetica,Verdana,sans-serif;
		float:right;
		text-align:right;
		width:150px;
		margin:16px 0 0 0;
	}
	
	#map {
		width: 351px;
		height: 284px;
	}

/*=======================================================================*\
	Menu
\*=======================================================================*/

ul#nav {	
	float:left;
	position: relative;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	list-style: none;
	top: 102px;
	left: 4px;
	}
	html>body ul#nav {
		height: auto;
		top: 102px;
		}
	ul#nav li {
		padding-bottom: 2px;
		margin: 0;
		}
	ul#nav li a {
		display: block;
		width: 75px;
		padding: 2px 0 2px 5px;
		color: #fff;
		text-decoration: none;
		}
		ul#nav li a:hover {
			background-color: #a60304;
			color: #fff;
			}
		ul#nav li a.active {
			background-color: #000000;
			background-image: none;
			color: #fff;
			}