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

@font-face {
	font-family: 'Vera';
	src: url('../fonts/Vera-webfont.eot');
	src: local('☺'), url('../fonts/Vera-webfontt.woff') format('woff'), url('../fonts/Vera-webfont.ttf') format('truetype'), url('../fonts/Vera-webfont.svg#webfontilT7vtqy') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	background-color: #282828;
	background-image:url('../images/body-background.jpg');
	/*background-repeat: no-repeat;*/
	font: 18px/14px 'Vera',Arial, Helvetica, sans-serif;
	/*text-shadow:#666 0px 1px 1px;*/
}
.connect {
	background-color: #282828;
	background-image:url('../images/bg-paper-footer.jpg');
	padding: 0px 10px 0px 10px;
	width: 228px;
	top: 50px;
	left: 500px;
	position: absolute;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
   -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.20), rgba(0,0,0,0.12) 0px 0px 10px inset;
   -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.20), rgba(0,0,0,0.12) 0px 0px 10px inset;
}
.connect img {
	border: none;
	padding: 10px;
}
.left_sidebar {

	position: absolute;
	text-align: left;
	color: #FFF;
	width: 350px;
	color: #FFF;
	font: 20px 'Vera',Arial, Helvetica, sans-serif;
	font-weight: 700;
	z-index: 1;
}
.left_sidebar #branding {
	padding-left: 30px;
}
.left_sidebar h2, p {
	padding-left: 50px;
	padding-right: 50px;
	line-height: 1.5;
}
.left_sidebar ul {
	list-style: none;
	text-decoration: none;
	line-height: 2;
	
}
.left_sidebar li {
	padding-left: 60px;
}
.left_sidebar a:link, .bottom a:link {
	color:#FFF;
	text-decoration: none;
}
.left_sidebar a:visited, .bottom a:visited {
	color:#999;
	text-decoration: none;
}
.left_sidebar a:hover, .bottom a:hover {
	color:#00CC00;
	text-decoration: none;
}
.left_sidebar a:active, .bottom a:active {
	color:#00CC00;
}
.main {
	position: absolute;
	text-align: left;
	left: 250px;
	margin: 50px;
	top: 100px;
	width: 640px;
	color:#FFF;
	z-index: 1;
}
.date_box {
	width: 75px;
	height: 75px;
	text-align: center;
	background-image:url('../images/bg-paper-footer.jpg');
	background-color: #666;
	color: #000;
	position: absolute;
	left: -35px;
	top: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	z-index: 3;
	}
.white_round {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image:url('../images/bg-paper.jpg');
	background-color:#fff;
	color:#000;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	padding: 20px 40px 40px 40px;
	font-size: 14px;

}
.white_round #wr_content {
		line-height: 2;
}
.white_round p {
	padding-left: -15px;
	}
.white_round li {
	line-height: 1.5;
}
.white_round #contact, a:link, .bottom a:link {
	color:#000;
	
}
.white_round #contact a:visited, .bottom a:visited {
	color:#666;
	
}
.white_round #contact a:hover, .bottom a:hover {
	color:#00CC00;
	
}
.white_round #contact a:active, .bottom a:active {
	color:#00CC00;
}
.white_round #portfolio a:link img{
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	position: relative;
}
.white_round #portfolio a:visited img{
	color:#999;
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	position: relative;
}
.white_round #portfolio a:hover img{
	-webkit-box-shadow: 0px 2px 10px #000;
	-moz-box-shadow: 0px 2px 10px #000;
	box-shadow: 0px 2px 10px #000;
	position:relative;
	top: -2px;
}
.white_round #portfolio a:active img{
	-webkit-box-shadow: 0px 5px 15px #000;
	-moz-box-shadow: 0px 5px 15px #000;
	box-shadow: 0px 5px 15px #000;
	position:relative;
	top: -6px;
}
.white_round img, .left_sidebar img {
	margin: 15px;
	border-style: none;
}
.bottom {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-image:url('../images/bg-paper-footer.jpg');
	background-color:#666;
	border-top-color:#333;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	color: #FFF;
	text-align: left;
	padding:  10px 0px 10px 70px;
	z-index: 3;
	font-size: 12px;
	line-height: 1.5;
}
.bottom #twitter {
	color: #000;
}