html { height: 100%; }
#glow { 
	background: 	-moz-radial-gradient(top center, circle cover, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 500px); /* FF3.6+ */
	background:  -webkit-radial-gradient(top center, circle cover, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 500px); /* Chrome10+,Safari5.1+ */
	background:       -o-radial-gradient(top center, circle cover, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 500px); /* Opera 12+ */
	background:      -ms-radial-gradient(top center, circle cover, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 500px); /* IE10+ */
	background:          radial-gradient(top center, circle cover, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 500px); /* W3C */
}

#wrapper { width: 635px; height: 520px; margin: 0 auto; padding-top: 35px; }
img { border: 0; }
#logo img {
	margin: 30px 0px 0px 10px;
}

#wrapper #left, #wrapper #middle, #wrapper #right { width: 205px; float: left; }
#wrapper .child { width: 205px; height: 137px; position: relative; overflow: hidden; }
#wrapper #blog { height: 285px; }
#wrapper #contact, #wrapper #bio, #wrapper #logo {
	height: 210px;
}
#left, #middle { margin-right: 10px; }

/*************************
	Inner corner style
*************************/
.corner { width: 29px; height: 28px; position: absolute; }
.left-top-corner { background: url('../img/corner-sprite.png') no-repeat 0px 0px; left: 10px; top: 10px; }
.left-bottom-corner { background: url('../img/corner-sprite.png') no-repeat 0px -28px; left: 10px; bottom: 10px; }
.right-top-corner { background: url('../img/corner-sprite.png') no-repeat -29px 0px; right: 10px; top: 10px; }
.right-bottom-corner { background: url('../img/corner-sprite.png') no-repeat -29px -28px; right: 10px; bottom: 10px; }

#facebook, #pictures, #blog {
	margin: 11px 0px 11px 0px;
}

.transparent { background-color: #2E2E2E;-moz-opacity: 0.20; -khtml-opacity: 0.20; opacity: 0.20; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); filter:alpha(opacity=20); width: 100%; height: 100%; position: absolute; }

.centered { position: absolute; top: 50%; left: 50%; }
.blog-logo { margin-left: -28.5px; margin-top: -40.5px; }
.category-logo { margin-left: -28.5px; margin-top: -35.5px; }

.vertical-arrows { margin-top: -90px; margin-left: -4.5px; }
.horizontal-arrows { margin-top: -4.5px; margin-left: -60px; }

/***************************
	Contact Hover Style
***************************/
.hidden-contact {
	background-color: #ee3228;
	height: 100%; width: 100%;
	position: relative;
	top: 210px;
}

.hidden-contact div, .photo-hidden div, .video-hidden div, .blog-hidden div {
	height: 64px;
	width: 100%;
	background-color: #f0372a;
	border-bottom: 1px solid #e51a1d;
}

.blog-hidden div {
	height: 95px;
	margin-bottom: 30px;
}

h2 {
	font-family: "ConduitITCStd-Bold", Helvetica, Arial, sans-serif;
	font-size: 30px;
	margin: 0;
	height: 41px;
	border-bottom: 1px solid #f24a34;
	text-align: center;
	padding-top: 22px;
}

.blog-hidden h2 {
	padding-top: 39px;
	height: 55px;	
}

.hidden-content h3 {
	margin: 0 auto;
	text-indent: -9999em;
	height: 26px;
	width: 126px;
}

#facebook h3 {
	background: url('../img/tweeter-facebook-sprite.png') no-repeat 0px 0px;
}

#facebook h1 {
	font-family: "ConduitITCStd-Bold", Helvetica, Arial, sans-serif;
	font-size: 45px;
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 53px;
}


#twitter h3 {
	background: url('../img/tweeter-facebook-sprite.png') no-repeat 0px -26px;
}

#twitter h4 {
	font-family: "ConduitITCStd-Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 50px; height: 20px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
	top: 137px;	
	line-height: 20px;
}

#twitter h4:hover {
	text-shadow: 0px 0px 2px #8AA8A8;
	filter: dropshadow(color=#8AA8A8, offx=0, offy=0); 
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	position: relative;
	top: 210px;
}

.hidden-content p {
	top: 137px;
}

#right #contact p + p { font-weight: bold; }
#left #bio a {
	display: block;
	font-family: "ConduitITCStd-Light", Helvetica, Arial, sans-serif;
	background-color: #000000;
	height: 22px;
	width: 95px;
	border-radius: 4px;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: 210px;
}

.hidden-content {
	width: 100%;
	height: 100%;
	position: relative;
	top: 137px;
}

#blog .hidden-content, #blog .hidden-content p {
	top: 285px;
}

.photo-hidden, .video-hidden, .blog-hidden {
	background-color: #ee3228;
}

.facebook-hidden {
	background-color: #3b5999;
	padding-top: 40px;
	height: 97px;
	overflow: hidden;
}

.facebook-hidden > div {
	width: 80px;
	height: 21px;
	margin: 20px auto 0;
	position: relative;
	top: 137px;
}

.twitter-hidden {
	background-color: #33ccff;
	padding-top: 40px;
}

.goto {
	width: 205px;
	height: 137px;
}

#blog {
	margin-bottom: 0px;
}

/*********************
 	NAV-DETAILS
*********************/
.navigation {
	height: 80px;
	width: 635px;
	margin-top: 20px;
	display: none;
}

.navigation > div {
	width: 205px;
}

.navigation p {
	font-family: "ConduitITCStd-bold", Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	top: 0;
	margin: 5px 0 0 0;
}

.left, .center { float: left; margin-right: 10px; }
.right { float: right; }

.left p { text-align: right; }
.right p { text-align: left; }

.all { margin-left: 63px; }
.vertical { float: left; }
.horizontal { float: right; }

.swipe .all { margin-left: 80px; }
.swipe .vertical { float: left; margin-top: -3px; }
.swipe .horizontal { float: right; margin-top: 6px; }

.center p:first-of-type {  
	color: #FFF;
	margin-top: 10px;
}

