body {
font-family: 'Open Sans',Arial, sans-serif;
}

h1.tagline { 
color: #CCCC33;
font-size: 22px;
font-style: italic;
font-weight: 600;
margin : 32px 0 0 0 ;
text-align :right;
}

h1 {
font-size: 20px;
font-weight: 600;
margin-bottom: 0.5em;
}

h2 {
font-size: 16px;
font-weight: bold;
}

h3 {
font-size: 16px;
font-weight: 600;
}

p {font: 13px/1.7em 'Open Sans',arial,sans-serif;}

h2 .marker {color:#CCCC33;}




footer {
margin: 40px 0 0 0;
padding : 5px 0 0 0;
border : 1px solid #cccc33;
border-width : 2px 0 0 0;
text-align :right;
}

hr.row-devider {
clear : both;
border:1px dotted #000;
border-width : 1px 0 0 0;
margin-top : 30px;
margin-bottom: 30px;	
}

img.logo {
float: left;
margin: 0;
width: 200px;
}

.center-text {
text-align: center;
}




.row-header {
	border: 0px solid #CCCC33;
	border-width: 0 0 2px 0;
	margin-top:20px;
	margin-left:0px;
	margin-bottom:30px;
	padding-bottom : 20px;
}

.row-footer {
	border: 0px solid #CCCC33;
	border-width: 2px 0 0 0;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:0px;
	margin-right:-20px;	
	padding-top : 15px;
	padding-bottom : 20px;
	text-align: right;
}




.row-header .span3 {margin-left:0px;}



#header {
	margin : 7px 0 25px 0;
	padding : 10px 0 25px 0;
	border: 0px dotted #CCCC33;
	border-width: 0 0 3px 0;
}
/*
.navbar-inner {
	border:1px solid #eee;	
	font-size: 15px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: transparent;
    border:none;
    box-shadow: none;
    color: #CCCC33;
    font-weight: bold;
    text-decoration: none;
}
*/
.uitPills {
padding: 20px 0 0 0;
height: 35px;
}

.nav li {
	font-size:16px;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #cccc33;
    color: #FFFFFF;
    margin-left: 1px;
    margin-right: 1px;
}
/* CV Styles */
.btn-download {margin-top:15px;text-align:right;}

h1.cvTitle {
font-size: 23px;
border-bottom: 0px;
text-decoration: underline;
}
h1.cv {
border-bottom : 1px solid #000;
}
#btnDownloadCV {width:180px;}

/* Contact styles */
#map_canvas {width:620px;height:400px;}
#map_canvas {width:100%;height:400px;}


p.center {text-align :center;}

.form-actions {background : transparent; border:0px;}
.formFieldError {border:1px solid red;}
.formFieldOk {border:1px solid #cccccc;}

#addUserResult {display:none;}

.scaleTest {
	border: 1px solid #ddd;
	-webkit-transition: -webkit-transform 0.2s ease-in-out; 
	-moz-transition: -moz-transform 0.2s ease-in-out; 
	transition: transform 0.2s ease-in-out;	
}

.scaleTest:hover {
	-webkit-transform: scale(1.5) translate(20px, 40px); 
	-moz-transform: scale(1.5) translate(20px, 40px); 
	-o-transform: scale(1.5) translate(20px, 40px);
	transform: scale(1.5) translate(20px, 40px);
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); 
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);	
}

.row--- {border:1px solid red;}
.testBorder, .tb {border:1px solid red;}
.tbg {background: #ccc;}
#map_canvas {border:1px solid #ccc; }


/* Alternative styles for  iPhone */
@media screen and (max-device-width: 480px) {
#topNav {
border:0px solid red;
clear : both;
float:left;
margin-top:10px;
margin-bottom:0px;
}

#topNav li {float:left;clear:both;}

#topNav li.active {margin-left:10px;}
#map_canvas {width:280px;height:340px;}

}



