body
{
	padding: 0;
	margin: 0;
	font-family: Georgia;
}

#Footer
{
	background: url(../img/body_footer.jpg) center -50px no-repeat;
	height: 718px;
	width: 100%;
}

body.front
{
	background: #f2f0e6 url(../img/body_subpage_background.jpg) center top no-repeat;
	min-height: 1400px;
}
body.subpage
{
	background: #f2f0e6 url(../img/body_subpage_background.jpg) center top no-repeat;
}
	#Container
	{
		width:940px;
		position: relative;
		margin: auto;
	}
		#Logo
		{
			width: 475px;
			height: 242px;
			background: url(../img/logo.png) bottom left no-repeat;
			
			position: absolute;
			left: -60px;
			
			margin: 0;
			padding: 0;
		}
			#Logo:hover
			{
				background-position: top left;
			}
		#Social
		{
			list-style: none;
			margin: 0;
			padding: 0;
			
			position: absolute;
			right: 25px;
		}
			#Social li
			{
				float: left;
				width: 100px;
				background-position: left bottom;
				background-repeat: no-repeat;
				height: 40px;
			}
			#Social li:hover
			{
				background-position: left top;
			}
			#Social li.youtube
			{
				width: 108px;
				background-image: url(../img/social_youtube.png);
			}
			#Social li.flickr
			{
				width: 108px;
				background-image: url(../img/social_flickr.png);
			}
			#Social li.facebook
			{
				width: 119px;
				background-image: url(../img/social_facebook.png);
			}
		#TopNav
		{
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			top: 110px;
			left: 430px;
		}
			#TopNav li
			{
				float: left;
				height: 45px;
				margin-right: 45px;
			}
			#TopNav li.umbod
			{
				width: 123px;
				background-image: url(../img/nav_umbod.png);
			}
			#TopNav li.verkefni
			{
				width: 160px;
				background-image: url(../img/nav_verkefni.png);
			}
			#TopNav li.kradak
			{
				width: 136px;
				background-image: url(../img/nav_kradak.png);
			}
			#TopNav li.last
			{
				margin: 0;
			}
		#TopContent
		{
			height: 500px;
			width: 100%;
			padding-top: 230px;
		}
			#TopContent .column
			{
				width: 460px;
				min-height: 180px;
				float: left;
			}
			#TopContent .column.left
			{
				margin-right: 20px;
			}
				#TopContent .column .front-listing
				{
					margin: 0;
					padding: 15px;
					list-style: none;
				}
					#TopContent .column .front-listing li
					{
						background: #fff;
						margin: 0 0 15px 0;
						padding: 10px;
						min-height: 100px;
						position: relative;
					}
					#TopContent .column .front-listing li img
					{
						float: left;
						margin: 0 10px 10px 0;
						width: 120px;
					}
					#TopContent .column .front-listing li h3
					{
						margin: 0;
					}
			#TopContent .agency
			{
				background: url(../img/top_header_agency.png) top left no-repeat;
				cursor: pointer;
			}
			#TopContent .view-more-agency,
			#TopContent .view-more-projects
			{
				position: absolute;
				bottom: 0;
				right: -20px;
			}
			#TopContent .view-more-agency
			{
				width: 342px;
				height: 43px;
				background-image: url(../img/btn_view_list_of_artists.png);
			}
			#TopContent .view-more-projects
			{
				width: 342px;
				height: 43px;
				background-image: url(../img/btn_view_list_of_projects.png);
			}
			#TopContent .projects
			{
				background: url(../img/top_header_projects.png) top left no-repeat;
				cursor: pointer;
			}
			#TopContent .column h2
			{
				height: 115px;
				margin: 0;
				padding: 0
			}
			#TopContent .column .content
			{
				background: #333;
				min-height: 350px;
				position: relative;
			}
			#TopContent .ripples
			{
				height: 8px;
				background: url(../img/top_column_ripples.png) top left no-repeat;
			}
		#TwitterBar
		{
			width: 100%;
			height: 85px;
			position: relative;
			padding-top: 80px;
			
			background: url(../img/twitter_bird.png) 10px center no-repeat;
		}
			#TwitterBar .latest-tweet
			{
				margin: 0 0;
				padding: 0;
				
				position: relative;
				left: 75px;
				
				width: 700px;
				height: 80px;
				overflow: hidden;
			}
			#TwitterBar a
			{
				text-decoration: none;
				color: #2276BB;
			}
			#TwitterBar a:hover
			{
				text-decoration: underline;
			}
			#TwitterBar .follow-us
			{
				position: absolute;
				top: 50%;
				right: 20px;
				background: url(../img/twitter_follow.png) top left no-repeat;
										
				width: 114px;
				height: 40px;
				
				margin-top: -20px;
				
				text-indent: -1000px;
				overflow: hidden;
			}
		#BottomContent
		{
			width: 100%;
		}
			#BottomContent #Footer
			{
				width: 100%;
				height: 43px;
				margin-top: 50px;
				background: url(../img/footer_info-v2.png) top center no-repeat;
			}
			#BottomContent #About
			{
				position: relative;
				overflow: hidden;
				padding: 0 25px;
			}
				#BottomContent #About h2
				{
					width: 150px;
					height: 49px;
					
					margin: 0;
					padding: 0;
					
					background: url(../img/footer_kradak_header.png) top left no-repeat;
				}
				#BottomContent #About img
				{
					float: left;
					margin: 0 20px 0 10px;
				}
				#BottomContent #About p
				{
					margin: 0 0 20px 0;
				}
				#BottomContent #About .read-more
				{
					background-image: url(../img/btn_read_more_about_kradak.png);
					width: 271px;
					height: 28px;
				}
					
.imgtxt
{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
a.button
{
	display: block;
	height: 100%;
	width: 100%;
}


.arrow
{
	display: block;
	position: relative;
	height: 22px;
	margin: 10px 0;
}
.arrow .left,
.arrow .right
{
	width: 10px;
	float: left;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
}
.arrow .caption
{
	float: left;
	height: 100%;
	padding: 0 10px;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
}
.arrow .caption a { text-decoration: none; }

.yellow.arrow .left { background-image: url('../img/button_yellow_left.png'); }
.yellow.arrow .caption { background: #ffdd00; }
.yellow.arrow .caption a { color: #000000;}
.yellow.arrow .right { background-image: url('../img/button_yellow_right.png'); }

.black.arrow .left { background-image: url('../img/button_black_left.png'); }
.black.arrow .caption { color: #ffffff; background: #333; }
.black.arrow .caption a { color: #ffffff;}
.black.arrow .right { background-image: url('../img/button_black_right.png'); }

.black.arrow.reverse .left { background-image: url('../img/rev_button_black_left.png') }
.black.arrow.reverse .right { background-image: url('../img/rev_button_black_right.png') }

.yellow.arrow.reverse .left { background-image: url('../img/rev_button_yellow_left.png') }
.yellow.arrow.reverse .right { background-image: url('../img/rev_button_yellow_right.png') }

.arrow.corner
{
	position: absolute;
	bottom: 0;
	right: 15px;
}


.hover
{
	background-position: bottom left;
	background-repeat: none;
}
.hover:hover
{
	background-position: top left;
}
.clear
{
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
}

ul.pagination
{
	list-style: none;
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: none;
}
	ul.pagination li
	{
		float: left;
		border: 1px solid #fff;
		padding: 0 7px;
		line-height: 20px;
		margin: 0 3px;
	}
	ul.pagination li.jump-first,
	ul.pagination li.jump-last,
	ul.pagination li.prev,
	ul.pagination li.next
	{
		padding: 0;
		width: 20px;
		height: 20px;
	}
	ul.pagination li.jump-first
	{
		background: url(../img/pagination_jump_first.png) top left no-repeat;
	}
	ul.pagination li.prev
	{
		margin-right: 10px;
	}
	ul.pagination li.next
	{
		margin-left: 10px;
	}
	
	ul.pagination li.disabled
	{
		color: #999;
		border-color: #999;
	}
	ul.pagination li.selected
	{
		color: #ffdd00;
		border-color: #ffdd00;
	}


	#MainColumn
	{
		padding-top: 190px;
		
		padding-bottom: 50px;
		width: 100%;
	}
		#MainColumn .container
		{
			background: #333;
			min-height: 200px;
			color: #fff;
			padding: 19px 0 0 0;
		}
			#MainColumn .container .content-listing
			{
				min-height: 600px;
				width: 700px;
				float: left;
				list-style: none;
				position: relative;
				margin: 0 0 0 20px;
				padding: 0;
			}
				#MainColumn .container .content-listing li
				{
					color: #333;
					margin: 0 0 35px 0;
					position: relative;
				}
					#MainColumn .container .content-listing li p
					{
						margin: 0 0 10px 0;
					}
				#MainColumn .container .content-listing li .content
				{
					background: #fff;
					margin: 0 0 0 10px;
					padding: 20px 20px 40px 20px;
					min-height: 100px;
					clear: both;
					position: relative;
					top: 28px;
					overflow: hidden;
				}
				#MainColumn .container .content-listing li .content img
				{
					float: left;
					margin: 0 20px 10px 0;
					border: 1px solid #333;
				}
				#MainColumn .container .content-listing .roles
				{
					font-style: italic;
					line-height: 1.5;
					margin-bottom: 20px;
				}
				#MainColumn .container .content-listing .about
				{
					clear: both;
				}
		#MainColumn .ripples
		{
			background: url(../img/main_column_ripples.png) top left no-repeat;
			height: 6px;
		}
		
		#MainColumn>h2
		{
			margin: 30px 0 20px 0;
		}
		#MainColumn h2.verkefni
		{
			background: url(../img/head_verkefni.png) top left no-repeat;
			height: 51px;
		}
		#MainColumn h2.umbod
		{
			background: url(../img/head_umbod.png) top left no-repeat;
			height: 51px;
		}
		#MainColumn h2.kradak
		{
			background: url(../img/head_kradak.png) top left no-repeat;
			height: 51px;
		}
		#Search
		{
			position: absolute;
			top: 66px;
			right: -20px;
			width: 235px;
		}
			#Search input[type=text]
			{
				border: none;
				background: url(../img/search_input.png) top left no-repeat;
				height: 42px;
				float: left;
				padding: 0 0 0 20px;
				width: 160px;
			}
			#Search input[type=submit]
			{
				border: none;
				background: url(../img/search_button.png) top left no-repeat;
				height: 42px;
				width: 53px;
			}
	#Menu
	{
		margin: -6px 0 0 -15px;
		padding: 0;
		list-style: none;
		width: 200px;
		float: left;
		min-height: 200px;
	}
		#Menu>li
		{
			background: url(../img/menu_button.png) top left no-repeat;
			line-height: 42px;
			color: #333;
			margin: 0;
			font-size: 15px;
		}
		#Menu>li.selected
		{
			background-image: url(../img/menu_button_selected.png);
		}
		
		#Menu>li>ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#Menu>li a
		{
			color: #000;
			padding: 0 0 0 25px;
			text-decoration: none;
		}
		#Menu>li>ul>li
		{
			line-height: 40px;
			background: url(../img/submenu_button.png) top left no-repeat;
			margin: 0 0 0 25px;
			font-size: 13px;
		}
		#Menu>li>ul>li.selected
		{
			background-image: url(../img/submenu_button_selected.png);
		}
	h3.entry-name
	{
		margin: 0;
		padding: 0 15px;
		color: #333;
		font-size: 20px;
		position: absolute;
		top: 0;
		left: 0;
		height: 28px;
		font-weight: normal;
	}
		h3.entry-name>.left
		{
			position: absolute;
			top: 0;
			left: 0;
			width: 15px;
			height: 100%;
			background: url(../img/subpage_header_left.png) top left no-repeat;
		}
		h3.entry-name>.name
		{
			background: #fff;
			line-height: 28px;
			padding: 0 10px 0 10px;
		}
		h3.entry-name>.right
		{
			position: absolute;
			top: 0;
			right: 0;
			width: 16px;
			height: 100%;
			background: url(../img/subpage_header_right.png) top left no-repeat;
		}

label .title
{
	float: left;
	width: 100px;
}

#Order
{
	margin-left: 300px;
}
#Order input
{
	width: 300px;
}
#Order textarea
{
	width: 300px;
	height: 200px;
}
a img
{
	border: 0;
}

