/* BTC mobile page Marcus Forchner © 2009 */

/* 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,
b, u, i, center,
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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1,5;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


body {
	color:#363535;
	font-family:Arial;
	font-size:16px;
	margin:0;
	overflow-x:hidden;
	padding:0;
	width:100%;
	line-height: 1,5;
}

#header{
	height:70px;
	background-color:#F32F9D;
}
#header #back-icon{
	float:right;
	margin: 30px 15px 0 0;
}

/* NAVIGATION */

ul > li > a,  .top-headline-left a{
  text-decoration:underline;
}

.navigation li {
	min-height:5px;
	font-weight:normal;
	border-bottom: 1px solid #ccc;
	color:#7f7f7f;
	background-image: url(../gfx/mobile/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.navigation li a,.navigation li a:link, .navigation li a:hover,.navigation li a:visited,
.top-headline-left a,.top-headline-left a:link, .top-headline-left a:hover,.top-headline-left a:visited{
	color:#555;
	padding:13px 0 13px 10px;
	display: block;
	font-size:20px;
}

#footer{
	border:none;
	background-color:#F32F9D;
	color: #fff;
	font-size:16px;
}
#footer a{
	text-decoration:underline;
	color:#fff;
	font-weight:normal;
}
#main-search{
	padding:10px 0px 10px 10px;
	border-bottom:1px solid #fff;
}
#main-search-button{
	width:25px;
	height:20px;
	float:right;
}
#footer-content{
	padding:10px;
}
#copyright {
	font-family: Arial;
	font-size: 14px;
	margin-top:5px;
}

.navigation .footer img{
	float: left;
}

.top-headline-left, .top-headline{
  min-height:25px;
  font-weight:bold;
	font-size:20px;
  border-bottom: 1px solid #ccc;
  padding:13px 0 13px 10px;
  color: #000;
}

.top-headline-left{
  float:left;
  width:25px;
  
}
.top-headline a{
  padding:0;
  display: inline;
  text-decoration:none;
  
}

.back{
	display:none;
	padding:15px 0 10px 0;
}

.back a, .back a:hover, .back a:visited, .back a:link{
	text-decoration: none;
	color: #F9369C;
	background-image: url(../gfx/mobile/btc_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	margin-left:3px;
}
/* Content */

#content{
	padding:0 3px;
}

.text-content{
	padding: 20px 0 20px 10px;
  border-bottom: 1px solid #ccc;
}

.text-content a,#text-content a:link, #text-content a:hover,#text-content a:visited{
	text-decoration: none;
    color:#F9369C;
	background-image: url(../gfx/mobile/btc_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}

.text-content h1{
	font-size: 16px;
	margin-bottom:5px;
}


input, select {
	font-size:16px;
	width:80%;
	padding:2px;
}
.event-img{
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:5px;
}
.btc-message-field{
	width:250px;
	height: 100px;
	margin: 5px 0 5px 0;
}

.projectinfo{
	padding: 0 5px 20px 0px;
	margin-top: -10px;
}

table.project_table{
	max-width: 100%;
	font-size: 12px;
}

.project_table td.right, td.left, td.head{
	padding: 3px;
	border-top:1px solid #CCCCCC;
	
}

.project_table td.right{
	text-align:left;
	border-left:1px solid #CCCCCC;		
}

.project_table td.left{
	text-align:left;
	vertical-align:top;
}

.project_table td.head{
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
}

a.remote{
	background-image: url(../gfx/mobile/btc_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	margin-left:3px;
}

/* General Style */

.highlighted{
	font-style:italic;
}

.gallery-img{
	width: 135px;
}

.btc-profile-img{
	padding: 1px;
	border: 1px solid #ccc;
	width: 100px;
	float: left;
	margin: 0 10px 0 0;
}

.small_icon{
	vertical-align:text-top;
}

.team-foto{
	width:35px;float:left;margin-right:10px;border:none;
}
.team-info{
	float:left;
}
.clearer{
	clear:both;
}
#pager div{
	margin: 0 3px 0 3px;
	float: left;
}
#pager div.act a{color: #F9369C; background:none; padding:0;}

#photoBucket img{
	max-width:100%;
}

#photoBucket2 img{
	padding:5px;
	border: 1px solid #ccc;
	margin-bottom:10px;
}
#photoBucket2 a{
	background:none;
}

a.email{
	background-image: url(../gfx/email.png);
	padding-left:20px;
}

a.active{
	color:#000;
}

.expertevents{
	padding: 10px 0 3px 0px;
	border-bottom: 1px solid #CCCCCC;
}