
/* set font family and base size for IE 6 / Win */
body {
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.45em;
	color: #333;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

/* set base size for modern browsers (ie. *not* IE 6) */
html>body {
	font-size: 200%;
}
.navigation {
    display: none;
  }
h1 {
	color: #333;
	font-weight: bold;
	font-size: 140%;
	width: auto;
	margin: 0 20px;
	padding-top: 16px;
	padding-left: 10px;
	padding-bottom: 25px;
}

h2 {
	margin: 0 0 30px 0;
	font-size: 150%;
	line-height: 120%;
	padding: 0;
}
div#container {
	position: relative;
	width: 100%;
	text-align: left;
	margin: 0;
}
div#painter {
	background: none;
}

div#content-left {
	float: none;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

div#content-right {
	padding: 0 !important;
	margin: 0 !important;
	float: none;
	width: 100%;
}
/*  START NAV */
div#nav {
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	clear: both;
	width: 100%;
	
}

div#nav ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	
}

div#nav li {
	padding: 0;
	margin: 0;
	width: 33.3%;
	float : left;
	list-style: none;
	text-align: center;
	border-right: 1px solid #fff;
	float: left;
}

div#nav li#nav-projects {
	border-right: none;
}
li#nav-blog,
li#nav-who,
li#nav-downloads {
	display: none;
}
div#nav li a {
	background-image: url('/static/images/iphone-bar-bg.png');
	background-repeat: repeat-x;
	color: #fff;
	padding-top: 35px;
	width: 100%;
	height: 80px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 130%;
	text-decoration: none;
}
body#home div#nav li#nav-home a,
body#about div#nav li#nav-about a,
body#projects div#nav li#nav-projects a  {
	background-image: url('/static/images/iphone-bar-active-bg.png');
}

body#home div#nav li#nav-home a,body#about div#nav li#nav-about a,body#projects div#nav li#nav-projects a
	{
	text-decoration: none;
}

/*  END NAV */

/*  START BOX */
div.box div.box-left,
div.box div.box-right {
	background-image: none;
	width: auto;
	display: none;
}

div.box div.box-top {
	background-image: none;
	width: auto;
	display: none;	
}
div.box div.box-content {
	background-image: none;
	padding: 20px 10px 0 10px;
	margin: 0px 20px;
	width: auto !important;
}

div.box {
	background-image: none;
	margin: 10px;
	width: auto;
	clear: both;
}
div.box-bottom {
	background-image: none;
	width: auto;
	height: 0;
}
/*  END BOX */

img#logo {
	width: 50%;
	float: left;
}


/*  vcard */
div#content-left div.vcard {
	padding: 0;
	margin: 0;
}
div#content-left div.vcard>div.org {
	margin: 0 40px;
}
div#content-left div.vcard>div.adr {
	margin:20px 40px 45px 0;
}
div.link-phone,
div.link-email {
	margin: 0;
	width: 50%;
	float: left;
	text-align: center;
}
div.link-phone {
	
	background-image: url('/static/images/iphone-bar-active-bg.png');
	background-repeat: repeat-x;
	
}
div.link-email {
	background-image: url('/static/images/iphone-bar-bg.png');
	background-repeat: repeat-x;
	
}
div.link-phone a,
div.link-email a {
	color: white;
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 35px 0 0 80px;
	height: 84px;
	border: 0;
	margin: 0;
	border-right: 1px solid #fff;
	background-repeat: no-repeat;
	
}
div.link-phone a {
	background-image: url('/static/images/iphone-bar-active.png');
	background-position: 20px 0;
}
div.link-email a {
	background-image: url('/static/images/iphone-bar.png');
	background-position: 100px 0;
}

div#footer {
	display: none;
}

/* home home */
body#home h1,
body#about h1,
body#projects h1 {
	display: none;
}
body#home div#content-right div.panels {
	padding: 0;
	margin: 20px;
	height: auto;
	overflow: hidden;
	height: 300px;
	width: 100%;
}

body#home div.feature {
    display: none;	
}
a.linkedin img{
	width: 80%;
}

img.panel-img {
	width: 30%;
}
div.blurb {
    width: 65% !important;	
}


/* landscape style*/
body[class="landscape"] div#nav  {
	height: 80px;
}

body[class="landscape"] div#nav li a {
	background-image: url('/static/images/iphone-bar-ls-bg.png');
	padding-top: 20px;
	height: 60px;
}
body[class="landscape"]#home div#nav li#nav-home a,
body[class="landscape"]#about div#nav li#nav-about a,
body[class="landscape"]#projects div#nav li#nav-projects a  {
	background-image: url('/static/images/iphone-bar-active-ls-bg.png');
}
