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

body {
	margin:0;
	padding:0;
	background:#FFF;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a {
	color:#0084c9;
	text-decoration:none;
}
a:hover {
	color:#ff7c25;
	text-decoration:underline;
}
a.wide {
	color:#0084c9;
	font-size:14px;
	padding:5px 0;
	border-bottom:1px solid #999999;
	float:left;
	width:100%;
	text-decoration:none;
}
a.wide:hover {
	color:#ff7c25;
	border-bottom:1px solid #666666;
}
#maincontainer {
	width:300px;
/*	margin:0px auto;*/
	position:relative;
	left:40%;
	float:left;
}
#maincontainer #header {
	margin-top:100px;
}
#maincontainer #header h1 {
	font-size:64px;
	padding:0;
	margin:0;
	font-weight:normal;
}
#maincontainer #header span {
	font-size:18px;
	margin-left:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#maincontainer #nav {
	border-top:1px solid #000;
	margin-top:30px;
}
#maincontainer #nav a {
	color:#0084c9;
	font-size:18px;
	padding:8px 0;
	border-bottom:1px solid #000;
	float:left;
	width:100%;
	text-decoration:none;
}
#maincontainer #nav a:hover {
	color:#ff7c25;
}
#maincontainer #nav a span {
	float:right;
	line-height:16px;
}
#contentcontainer {
	float:left;
	position:relative;
	left:60px;
	margin-top:220px;
}
#contentloader {
	float:left;
	display:none;
	position:relative;
	left:40%;
	opacity:0;
	top:270px;
}
#blog {
	width:550px;
}
#blogheader {
	width:550px;
	margin-bottom:20px;
}
#blog .entry{
	margin:2px 0 0px 10px;
}
#blogheader .entry {
	margin:10px 5px;
}
#blog .entry .left {
	width:40px;
	float:left;
	margin-left:5px;
}
#blogheader a.fbconnect_login_button {
	position:relative;
	top:5px;
}
#blogheader .entry .left {
	width:50px;
	float:left;
}
#blog .entry .left .circle {
	display: block;
	width: 40px;
	height: 30px;
	padding-top:10px;
	line-height:10px;
	background:#222;
	text-align:center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color:#FFFFFF;
}
#blog .entry .left .circleB {
	width:1px;
	height:60px;
	background:#111;
	margin:0px auto;
}
#blog .entry .right, #blogheader .entry .right {
	margin-left:60px;
	border-bottom:1px solid #333333;
	padding-bottom:10px;
}
#blogheader .entry .right {
	height:40px;
	width:480px;
	margin-left:65px;
	padding:5px 0;
}
#blog .entry .right h1 {
	margin:0;
	font-size:20px;
	padding:0;
}
#blog .entry .right span.tags {
	font-size:12px;
	color:#333333;
}
#blog .entry .right p {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
#about, #contact {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	width:550px;
	font-size:14px;
}
#about h1 {
	margin:0 0 5px;
	font-size:20px;
	border-bottom:1px solid #333333;
}
#about .tnge {
	float:left;
}
#about .tnge span {
	font-weight:bold;
}
#about .tnge ul {
	list-style-type:circle;
}
#contact h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 5px;
	font-size:20px;
	border-bottom:1px solid #333333;
}
#contact label {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#contact input[type=text] {
	width:300px;
	border:none;
	padding:5px;
	background-color:#FAFAFA;
	margin:2px 0 10px;
	border-top:2px solid;
	border-bottom:1px solid #666666;
}
#contact textarea {
	width:300px;
	border:none;
	height:90px;
	padding:5px;
	background-color:#EAEAEA;
	margin:2px 0 10px;
	border-bottom:1px solid #666666;
	border-top:2px solid;
}
#contact input[type=button] {
	border:1px dashed #666666;
	cursor:pointer;
	color:#0084C9;
	float:right;
	padding:5px;
	width:185px;
}
#contact input[type=button]:hover {
	border:1px solid;
}
#contact #social {
	float:right;
	width:240px;
}
#contact #social h1 {
	font-size:16px;
}
#contact #social a {
	width:100%;
	text-decoration:none;
	border-bottom:1px solid;
	margin:0 0 5px;
	float:left;
}
#portfolio {
	width:590px;
}
#portfolio .pcont {
	padding:5px;
	-moz-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	background:#FFF;
	height:300px;
	position:relative;
	left:-21px;
	width:525px;
	overflow:hidden;
}
#portfolio .arrows {
	display: block;
	width: 40px;
	height: 30px;
	padding-top:10px;
	line-height:14px;
	font-size:21px;
	font-weight:bold;
	background:#444;
	text-align:center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color:#FFFFFF;
	position:relative;
	float:left;
	top:130px;
	opacity:0.8;
	cursor:pointer;
	border:5px solid #FFFFFF;
}
#portfolio .arrowsd {
	display: block;
	width: 40px;
	height: 30px;
	padding-top:10px;
	line-height:14px;
	font-size:21px;
	font-weight:bold;
	background:#444;
	text-align:center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color:#FFFFFF;
	position:relative;
	float:left;
	top:130px;
	opacity:0.8;
	border:5px solid #FFFFFF;
	z-index:0 !important;
	cursor:default;
}
#portfolio .arrows:hover {
	background:#000000;
	opacity:1;
}
#portfolio #picont {
	width:525px;
	overflow:hidden;
	background:url("/img/loader.gif") no-repeat scroll center center;
}
#portfolio #pslide {
	position:relative;
}
#portfolio .pentry {
	width:525px;
	float:left;
	height:300px;
}
#portfolio .pentry .info {
	background:#FFF;
	opacity:0.8;
	line-height:25px;
	cursor:pointer;
	top:265px;
	font-size:16px;
	text-shadow: 0 3px 10px #222;
	position:relative;
	color:#000;
	width:525px;
	padding:5px 0;
	text-indent:10px;
}
#portfolio .pentry .info:hover {
	opacity:1;
}
#portfolio .pentry .info span {
	float:left;
	width:475px;
	padding:10px 25px;
	background-color:#EEE;
	color:#000000;
	font-size:12px;
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	text-indent:0;
	text-shadow:none;
	height:250px;
	top:5px;
}
/*
#contact input[type=text]:focus, #contact input[type=text]:hover {
	border:1px dashed #999999;
	border-bottom:1px solid #666;
}*/
.polaroid {
	padding:5px 5px 30px;
	-moz-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	background:#FFF;
}
.clear {
	clear:both;
	height:0;
}
