@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background-color: #000;
}
	  
#body-background-image {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../media/images/city-night-skyline-phil.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 1;

	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
/*#phil-animates {
	background-image: url(../media/images/body-background-phil.png);
position: absolute;
right: 0px;
	height: 885px;
	width: 1087px;
	z-index: 2;
}*/


#container {
	width: 960px;
	position: relative;
	z-index: 3;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#container-expander {
	clear: both;
	height: 1px;

}
#header {
	color: #FFF;
	margin-top: 40px;
	position: absolute;
	left: 21px;
	top: 0px;
	width: 930px;
}
#site-name {
	position: absolute;
	left: 0px;
	top: 0px;
}
#share, #follow {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}
#share {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;	
}
.addthis_sharing_toolbox {
	margin-top: 7px;
}
#follow {
	position: absolute;
	top: 0px;
	right: 140px;
	width: 200px;
}


#phil-portrait {
	position: absolute;
	top: 170px;
	width: 222px;
	height: 296px;
}

.imageleft {
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 20px;
}
.imageright {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
}
.image-rounded {
	margin: 0px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 20px #FFF;
	-moz-box-shadow: 0px 0px 20px #FFF;
	-ms-box-shadow: 0px 0px 20px #FFF;
	-o-box-shadow: 0px 0px 20px #FFF;
	box-shadow: 0px 0px 20px 0px #FFF;
}
.imagebox {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imageboxleft {
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imageboxleft img {
	float: left;
}
.imageboxright {
	float: right;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.imageboxright img {
	float: right;
}
.imagebox p, .imageboxleft p, .imageboxright p {
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1em;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.imagebox img, .imageboxright img, .imageboxleft img {
	margin: 0px;
	padding: 0px;
}
#content, #content-no-background {
	position: absolute;
	width: 940px;
	padding: 20px;
	top: 140px;
	height: auto;
	left: 0px;
	margin: 0px;
}
#content {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: #000;
}

#content-column-1of3, #content-column-2of3, #content-column-3of3, #content-column-video {
	float: left;
	margin: 0px;
	padding: 0px;
}
#content-column-1of3 {
	width: 200px;	
}
#content-column-2of3 {
	width: 350px;
	margin-left: 20px;
	margin-right: 20px;
}
#content-column-3of3 {
	width: 350px;	
}
#content-column-video {
	width: 720px;
	margin-left: 20px;
}
#content-column-1of1 {
	width: 960px
	float: left;
	margin: 0px;
	padding: 0px;
}
.right-margin-20px {
	margin-right: 20px;
}
.latest-news-1, .latest-news-2 {
	width: 450px;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 10px solid #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.latest-news-1 {
	height: 200px;
	background-color: #0CF;
}
.latest-news-2 {
	background-color: #0CF;
}
.latest-news-1 p, .latest-news-2 p  {
	font-family: 'Rokkitt', serif;
	font-weight: 400;
	font-size: 18px;
	margin-top: 10px;
	margin-left: 10px;
}
.latest-news-1 a, .latest-news-2 a {
	color: #03C;
}
.latest-news-1 a:hover, .latest-news-2 a:hover {
	color: #FFF;
}
.latest-news-1 h1, .latest-news-2 h1 {
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 0.9em;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.latest-news-1 img, .latest-news-2 img {
	float: left;
	margin-right: 10px;
}
