/*-----------------------------------------------------------------------------
[polargold] Mobile Stylesheet

version:   0.1
date:      2009-10-16
author:    Lennart Basler | polargold GmbH
email:     lennart@polargold.de

website:   polargold.de
-----------------------------------------------------------------------------*/


/* General
-----------------------------------------------------------------------------*/
* {
	outline: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {	
	color: #94c3d7;
	margin-bottom: 0.4em;
	font-size: 2em;
}

h2 {
	font-size: 1.1em;
	color: #484848;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	color: #94c3d7;
}

a {
	text-decoration: none:
	color: #94c3d7;
}

.clear {
	clear: both;
}

p {
	margin-bottom: 1em;
}

hr {
	border: 1px solid #94c3d7;
	margin-bottom: 10px;
}

/* Document
-----------------------------------------------------------------------------*/
html {
	background: url(../images/mobile/body_bg-small.jpg) bottom left no-repeat;

}

html#home {
	background: url(../images/mobile/body_bg.jpg) top left no-repeat;

}

body {
	font: 14px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #999;
}



/* Top Bar
-----------------------------------------------------------------------------*/
#top_bar {
	height: 66px;
	background: url(../images/mobile/topbar_background.png);
}

#top_bar-home {
	height: 66px;
	background: url(../images/mobile/topbar_background-none.png);
}

#top_button {
	height: 26px;
	float: left;
	margin: 15px 0 0 10px;
}

#top_button a {
	height: 26px;
	display: block;
	background: url(../images/mobile/topbar_arrow.png) right center;
	padding-right: 13px;
	text-decoration: none;
}

#top_button a span {
	height: 26px;
	display: block;
	background: url(../images/mobile/topbar_arrow.png);
	padding: 0px 0 0 20px;
	font-size: 12px;
	color: #fff;
	text-shadow: 0px 0px 3px #66a2b2;
	line-height: 2;
	font-weight: bold;
}

#top_button a:hover span {
	color: #4a6e78;
	text-shadow: 0px 0px 3px #a9dfee;
}

#top_logo {
	float: right;
}

/* Home
-----------------------------------------------------------------------------*/
#home_content {
	padding: 10px;
}

#home_content ul li {
	margin-top: 5px;
}

#home_content ul li a {
	text-decoration: none;
	height: 26px;
}

#home_content ul li a span {
	visibility: hidden;
}

#home_content ul li a.news {
	background: url(../images/mobile/menu_news.png) no-repeat;
	display: block;
}

#home_content ul li a.news:hover {
	background: url(../images/mobile/menu_news.png) left bottom no-repeat;
}

#home_content ul li a.philosophie {
	background: url(../images/mobile/menu_philosophie.png) no-repeat;
	display: block;
}

#home_content ul li a.philosophie:hover {
	background: url(../images/mobile/menu_philosophie.png) left bottom no-repeat;
}

#home_content ul li a.agentur {
	background: url(../images/mobile/menu_agentur.png) no-repeat;
	display: block;
}

#home_content ul li a.agentur:hover {
	background: url(../images/mobile/menu_agentur.png) left bottom no-repeat;
}

#home_content ul li a.showcase {
	background: url(../images/mobile/menu_showcase.png) no-repeat;
	display: block;
}

#home_content ul li a.showcase:hover {
	background: url(../images/mobile/menu_showcase.png) left bottom no-repeat;
}

#footer {
	padding-bottom: 60px;
}

#footer a {
	text-decoration: none;
	color: #ccc;
	font-size: 1em;
}

#footer a:hover {
	color: #888;
}

#footer ul {
	padding: 3px 0 0 10px;
	list-style: none;
	display: block;
	overflow: hidden;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	display: block;
	float: left;
	margin-right: 10px;
}

/* Home
-----------------------------------------------------------------------------*/
#content {
	margin-bottom: 180px;
	padding: 10px;
	background: url(../images/mobile/bg_white.png);
}

#page_wrapper a {
	color: #94c3d7;
	text-decoration: none;
	font-weight: bold;
}

#page_wrapper a:hover {
	color: #484848;
}

/* Stuff
-----------------------------------------------------------------------------*/

.gap {
	margin: 10px 0 25px 0;
}

.right {
	float: right;
}

.left {
	float: left;
}

h1.news {
	background: url(../images/mobile/menu_news.png) no-repeat;
	display: block;
	height: 26px;
	margin: 0 0 10px 0;
}

h1.agentur {
	background: url(../images/mobile/menu_agentur.png) no-repeat;
	display: block;
	height: 26px;
	margin: 0 0 10px 0;
}

h1.showcase {
	background: url(../images/mobile/menu_showcase.png) no-repeat;
	display: block;
	height: 26px;
	margin: 0 0 10px 0;
}

h1.philosophie {
	background: url(../images/mobile/menu_philosophie.png) no-repeat;
	display: block;
	height: 26px;
	margin: 0 0 10px 0;
}

h1 span {
	visibility: hidden;
}

.image img {
	margin: 10px 0;
}

#content_button {
	height: 26px;
	float: left;
	margin-top: 10px;
}

#content_button a {
	height: 26px;
	display: block;
	background: url(../images/mobile/topbar_arrow.png) right center;
	padding-right: 13px;
	text-decoration: none;
}

#content_button a span {
	height: 26px;
	display: block;
	background: url(../images/mobile/topbar_arrow.png);
	padding: 0px 0 0 20px;
	font-size: 12px;
	color: #fff;
	text-shadow: 0px 0px 3px #66a2b2;
	line-height: 2;
	font-weight: bold;
}

#content_button a:hover span {
	color: #4a6e78;
	text-shadow: 0px 0px 3px #a9dfee;
}

ul.jobs {
	padding-left: 20px;
}

ul.jobs li {
	list-style: disc;
	margin-bottom: 1em;
}

/* Boxes
-----------------------------------------------------------------------------*/

.box {
	background: #f4f6f8 url(../images/mobile/tapbar_bg.png) top left repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #f2f3f4;
	margin-bottom: 10px;
}

.box a {
	color: #484848;
	font-weight: normal;
	display: block;
	padding: 5px;
}

.box img {
	float: left;
	margin: 5px 0 5px 5px;
}


.inbox {
	float: left;
	margin-left: 5px;
	padding: 5px;
}

.inbox h3 {
	font-size: 14px;
	color: #484848;
	margin-bottom: 2px;
}

.inbox h4 {
	font-size: 10px;
	color: #484848;
	margin: 0;
	font-weight: normal;
	margin-bottom: 3px;
}

.inbox h5 {
	color: #878787;
	font-size: 10px;
	margin: 0;
	font-weight: normal;
}

#pool {
	background: url(../images/mobile/icon_pool.png) 3px 7px no-repeat;
	height: 50px;
	padding-left: 10px;
}

.xing {
	position: absolute; 
	margin-top: -66px; 
	display: block; 
	height: 55px; 
	width: 85%;
}

.internal {
	position: absolute; 
	margin-top: -45px; 
	display: block; 
	height: 40px; 
	width: 85%;
}

.arrowlink {
	background: url(../images/mobile/icon_arrow.png) right center no-repeat;
}

.arrowlink p {
	margin: 5px 22px 5px 5px;
	color: #484848;
}

.xing_bg {
	background: url(../images/mobile/icon_xing.png) right center no-repeat;
}

/* Forms
-----------------------------------------------------------------------------*/

legend {
	visibility: hidden;
}

#contact_form {
	margin-bottom: 2em;
}

#contact_form label {
	margin-bottom: 0;
	margin-top: 20px;
	display: block;
}

label {
	font-size: 1.2em;
}

input {
	width: 95%;
	font-size: 1.5em;
	line-height: 2;
}

textarea {
	width: 95%;
	font-size: 1em;
	line-height: 2;
}

#sbm {
	width: auto;
	font-size: 1.1em;
}

form ul.errors {
    color: #cf8181;
}

.success {
	background: #81cf90;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #fff;
	margin: 10px 0;
	font-weight: bold;
}

.failure {
	background: #cf8181;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #fff;
	margin: 10px 0;	
	font-weight: bold;
}